  .JobTitle {
    font-size: 16px;
    text-align: center;
    line-height: 2;
    margin-bottom: 60px;
  }

  .JobTitle b {
    font-size: 24px;
    text-align: center;
    display: block;
  }

  .JobList_title {
    height: 75px;
    padding: 0 30px;
    display: flex;
    align-items: center;
  }

  .JobList_title h1 {
    width: 100%;
    font-size: 16px;
    color: #000;
  }

  .JobListBox .JobList:nth-child(2n+1) .JobList_title {
    background: #f7f7f7;
  }

  .JobList_content {
    display: none;
  }

  .JobList_content .desc {
    border: 5px solid #212121;
    background: #f7f7f7;
    padding: 75px;
  }

  .JobList_content .top {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    background: #212121;
  }

  .JobList_content .top h1 {
    font-size: 16px;
    color: #fff;
  }

  .JobList_content .top i {
    font-size: 24px;
    color: #fff;
  }

  @media (max-width: 1600px) {}

  @media (max-width: 1440px) {}

  @media (max-width: 1200px) {
    .JobList_content .desc {
      padding: 45px;
    }
  }

  @media (max-width:720px) {
    .JobList_content .desc {
      padding: 15px;
    }

    .JobList_title h1 {
      font-size: 14px;
    }

    .JobList_title h1:nth-child(3),
    .JobList_title h1:nth-child(4) {
      display: none;
    }

    .JobList_title {
      padding: 0 15px;
    }

    .JobList_content .top {
      padding: 0 15px;
    }
  }

  @media (max-width:460px) {}

  @media (max-width:380px) {}