.job_all .job {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 19px;
}

.job_all .job:nth-last-child(1) {
  margin-bottom: 0px;
}

.job_all .job .job_des {
  width: 100%;
  height: 128px;
  background-color: #fafafa;
  padding-top: 45px;
}

.job_all .job .job_des .job_tit {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 0px 43px;
  display: flex;
  align-items: center;
}

.job_all .job .job_des .job_tit .job_icon {
  width: 31px;
  height: 31px;
}

.job_all .job .job_des .job_tit .job_icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.job_all .job .job_des .job_tit .job_post {
  width: 95%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 32px;
  font-size: 28px;
  font-weight: 800;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.job_all .job .job_des .job_tit .job_open {
  width: 15px;
  height: 7px;
  background: url("../imags/down.png") no-repeat;
  background-size: 100% 100%;
}

.job_all .job .job_des .job_tit .up {
  background: url("../imags/up.png") no-repeat;
  background-size: 100% 100%;
}

.job_all .job .job_des .job_time {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 105px;
  display: flex;
  align-items: center;
  color: #858585;
  font-size: 16px;
}

.job_all .job .job_des .job_time .time {
  width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.job_all .job .job_des .job_time .year {
  width: 83px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.job_all .job .job_des .job_time .num {
  width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.job_all .job .job_des .job_time .pop_num {
  min-width: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.job_all .job .job_data {
  width: calc(100% - 105px);
  display: none;
  padding-left: 105px;
  background-color: #fafafa;
}

.job_all .job .job_data .duty {
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 30px;
}

.job_all .job .job_data .dutt_ul {
  width: 100%;
  padding-bottom: 37px;
}

.job_all .job .job_data .dutt_ul:nth-last-child(1) {
  padding-bottom: 50px;
}

.job_all .job .job_data .dutt_ul li {
  color: #858585;
  font-size: 16px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 21px;
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
  margin-bottom: 10px;
}

.job_all .job .job_data .dutt_ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.job_all .job .job_data .dutt_ul li:nth-last-child(1) {
  margin-bottom: 0px;
}

@media screen and (max-width: 1600px) {
  .job_all .job .job_des .job_tit .job_post {
    font-size: 26px;
  }
}

@media screen and (max-width: 1400px) {
  .job_all .job .job_des {
    padding-top: 40px;
    height: 115px;
  }

  .job_all .job .job_des .job_tit .job_post {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .job_all .job .job_des {
    padding-top: 30px;
    height: 110px;
  }

  .job_all .job .job_des .job_tit {
    padding: 0px 24px;
  }

  .job_all .job .job_des .job_tit .job_post {
    font-size: 24px;
    padding-left: 28px;
  }

  .job_all .job .job_des .job_time {
    padding-left: 80px;
  }

  .job_all .job .job_data {
    padding-left: 80px;
    width: calc(100% - 80px);
  }

  .job_all .job .job_data .duty {
    padding-bottom: 20px;
  }

  .job_all .job .job_data .dutt_ul:nth-last-child(1) {
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 600px) {
  .job_all .job .job_des {
    padding-top: 15px;
    height: 100px;
  }

  .job_all .job .job_des .job_tit {
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
  }

  .job_all .job .job_des .job_tit .job_icon {
    width: 25px;
    height: 25px;
  }

  .job_all .job .job_des .job_tit .job_post {
    font-size: 22px;
    padding-left: 10px;
  }

  .job_all .job .job_des .job_time {
    padding-left: 40px;
    height: 40px;
  }

  .job_all .job .job_data {
    padding-left: 40px;
    width: calc(100% - 40px);
  }

  .job_all .job .job_data .duty {
    padding-bottom: 15px;
  }

  .job_all .job .job_data .dutt_ul {
    padding-bottom: 28px;
  }

  .job_all .job .job_data .dutt_ul li {
    font-size: 14px;
    margin-bottom: 8px;
    height: auto;
    white-space: pre-wrap;
  }

  .job_all .job .job_data .dutt_ul:nth-last-child(1) {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .job_all .job .job_des {
    padding-top: 15px;
    height: 86px;
  }

  .job_all .job .job_des .job_tit {
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
  }

  .job_all .job .job_des .job_tit .job_icon {
    width: 20px;
    height: 20px;
  }

  .job_all .job .job_des .job_tit .job_post {
    font-size: 18px;
    padding-left: 10px;
    line-height: 40px;
  }

  .job_all .job .job_des .job_time {
    padding-left: 30px;
    height: 40px;
  }

  .job_all .job .job_des .job_time .time,
  .job_all .job .job_des .job_time .year,
  .job_all .job .job_des .job_time .num,
  .job_all .job .job_des .job_time .pop_num {
    font-size: 14px;
  }

  .job_all .job .job_des .job_time .year {
    width: 73px;
  }

  .job_all .job .job_des .job_time .time {
    width: 70px;
  }

  .job_all .job .job_des .job_time span {
    font-size: 14px;
  }

  .job_all .job .job_data {
    padding-left: 10px;
    width: calc(100% - 10px);
  }

  .job_all .job .job_data .duty {
    padding-bottom: 15px;
  }

  .job_all .job .job_data .dutt_ul {
    padding-bottom: 28px;
  }

  .job_all .job .job_data .dutt_ul li {
    font-size: 14px;
    margin-bottom: 8px;
    height: auto;
    padding-right: 10px;
    white-space: pre-wrap;
  }

  .job_all .job .job_data .dutt_ul:nth-last-child(1) {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 320px) {
  .job_all .job .job_des {
    padding-top: 10px;
    height: 84px;
  }

  .job_all .job .job_des .job_tit {
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
  }

  .job_all .job .job_des .job_tit .job_icon {
    width: 20px;
    height: 20px;
  }

  .job_all .job .job_des .job_tit .job_post {
    font-size: 18px;
    padding-left: 10px;
    line-height: 40px;
  }

  .job_all .job .job_des .job_time {
    padding-left: 10px;
    height: 40px;
  }

  .job_all .job .job_des .job_time .time,
  .job_all .job .job_des .job_time .year,
  .job_all .job .job_des .job_time .num,
  .job_all .job .job_des .job_time .pop_num {
    font-size: 14px;
  }

  .job_all .job .job_des .job_time .year {
    width: 73px;
  }

  .job_all .job .job_des .job_time .time {
    width: 70px;
  }

  .job_all .job .job_des .job_time span {
    font-size: 14px;
  }

  .job_all .job .job_data {
    padding-left: 10px;
    width: calc(100% - 10px);
  }

  .job_all .job .job_data .duty {
    padding-bottom: 10px;
  }

  .job_all .job .job_data .dutt_ul {
    padding-bottom: 10px;
  }

  .job_all .job .job_data .dutt_ul li {
    font-size: 14px;
    margin-bottom: 5px;
    height: auto;
    padding-right: 10px;
    white-space: pre-wrap;
  }

  .job_all .job .job_data .dutt_ul:nth-last-child(1) {
    padding-bottom: 10px;
  }
}