.job {
  margin: 10px 0 0;
  padding: 10px;
  background: #fcfcfc;
}
.job-box {
  padding: 10px 0;
}
.job-head {
  display: flex;
  font-weight: 700;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  background: linear-gradient(to right, #171c7b, #018ed9);
}
.job-head .job-td {
  padding: 0 10px;
}
.job-head .job-td:nth-child(1) {
  width: 50%;
}
.job-head .job-td:nth-child(2) {
  display: none;
}
.job-head .job-td:nth-child(3) {
  display: none;
}
.job-head .job-td:nth-child(4) {
  width: 50%;
}

.job-line {
  background: #fcfcfc;
  border-bottom: 1px solid #dadada;
}
.job-line:nth-child(2n) {
  background: #fff;
}

.job-tr {
  display: flex;
  position: relative;
}
.job-line .job-td {
  padding: 0 10px;
  font-size: 14px;
  line-height: 40px;
}
.job-line .job-td:nth-child(1) {
  width: 50%;
}
.job-line .job-td:nth-child(2) {
  display: none;
}
.job-line .job-td:nth-child(3) {
  width: 23%;
  display: none;
}
.job-line .job-td:nth-child(4) {
  width: 50%;
}
.plus {
  position: absolute;
  z-index: 30;
  right: 20px;
  top: 8px;
  cursor: pointer;
}

.job-table {
  display: none;
  padding: 10px;
  background: #eee;
}
.table-head {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #fff;
}
.table-tr {
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
.table-body {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #595959;
}

@media (min-width: 1200px) {
  .job {
    margin: 20px 0 0;
    padding: 40px;
    background: #fcfcfc;
  }
  .job-box {
    padding: 0 0 30px 0;
  }
  .job-head {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    background: linear-gradient(to right, #171c7b, #018ed9);
  }
  .job-head .job-td {
    padding: 0 20px;
  }
  .job-head .job-td:nth-child(1) {
    width: 35%;
  }
  .job-head .job-td:nth-child(2) {
    display: block;
    width: 23%;
  }
  .job-head .job-td:nth-child(3) {
    display: block;
    width: 23%;
  }
  .job-head .job-td:nth-child(4) {
    width: 19%;
  }

  .job-line {
    background: #fcfcfc;
    border-bottom: 1px solid #dadada;
  }
  .job-line:nth-child(2n) {
    background: #fff;
  }

  .job-tr {
    display: flex;
    position: relative;
  }
  .job-line .job-td {
    padding: 0 20px;
    font-size: 14px;
    line-height: 60px;
  }
  .job-line .job-td:nth-child(1) {
    width: 35%;
  }
  .job-line .job-td:nth-child(2) {
    display: block;
    width: 23%;
  }
  .job-line .job-td:nth-child(3) {
    display: block;
    width: 23%;
  }
  .job-line .job-td:nth-child(4) {
    width: 19%;
  }
  .plus {
    position: absolute;
    z-index: 30;
    right: 30px;
    top: 20px;
    cursor: pointer;
  }

  .job-table {
    display: none;
    padding: 15px 20px;
    background: #eee;
  }
  .table-head {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
  }
  .table-tr {
    width: 33.3%;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
  }
  .table-body {
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 1.8;
    color: #595959;
  }
}
