/* ====== 人才招聘 start ====== */
.public_module_title p {
  padding-bottom: 0px;
  margin-bottom: 70px;
}
.public_module_title p::after {
  display: none;
}
.hire_module {
  margin-top: 20px;
  overflow: hidden;
}
.hire_staff {
  width: 100%;
  height: auto;
}
.hire_staff_list {
  width: 380px;
  height: 120px;
  background-color: #f7f7f7;
  padding: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.hire_staff_list:nth-child(3n) {
  margin-right: 0px;
}
.hire_staff_list > div {
  width: calc(100% - 20px);
}

.hire_staff_post {
  color: #333333;
  font-weight: 500;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.hire_staff_info {
  width: 100%;
  display: block;
  color: #999999;
}

.hire_arrowHover,
.hire_arrowDefault {
  width: 10px;
  height: 16px;
}
.hire_arrowDefault,
.hire_staff_list:hover .hire_arrowHover {
  display: block;
}
.hire_arrowHover,
.hire_staff_list:hover .hire_arrowDefault {
  display: none;
}
.hire_staff_list:hover {
  background-color: #cea368;
}
.hire_staff_list:hover .hire_staff_post,
.hire_staff_list:hover .hire_staff_info {
  color: #fff;
}
.hire_staff_list:hover .hire_staff_post {
  font-weight: bold;
}
/* ====== 人才招聘 end ====== */
/* ====== 福利待遇 start ====== */
.hire_benefit_list {
  width: 200px;
  margin-right: 300px;
  margin-bottom: 50px;
}
.hire_benefit_list:nth-child(3n) {
  margin-right: 0px;
}

.hire_benefit_list img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.hire_benefit_list p {
  margin-top: 20px;
  color: #333333;
}
.hire_images_module2,
.hire_images_module1 {
  width: 100%;
}
.hire_images_module1 > div {
  width: 590px;
  height: 340px;
  line-height: 340px;
  text-align: center;
  overflow: hidden;
  font-size: 0px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.hire_images_module1 > div:nth-child(2n) {
  margin-right: 0px;
}
.hire_images_module1 > div img {
  max-width: 590px;
  max-height: 340px;
  display: inline-block;
}
.hire_images_module2 > div {
  width: 386px;
  height: 260px;
  line-height: 260px;
  text-align: center;
  font-size: 0px;
  overflow: hidden;
}
.hire_images_module2 > div + div {
  margin-left: 20px;
}
.hire_images_module2 > div img {
  max-width: 386px;
  max-height: 260px;
  display: inline-block;
}

/* ====== 福利待遇 end ====== */

/* ====== 岗位详情 start ====== */
.hireDetail {
  background-color: #f7f7f7;
}
.hireDetail_content {
  padding: 40px 50px;
  min-height: 500px;
  background-color: #fff;
}
.hireDetail_header {
  padding-bottom: 35px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 35px;
}
.hireDetail_tltie {
  line-height: 48px;
  color: #333;
}
.hireDetail_city {
  margin-top: 20px;
}
.hireDetail_info {
  overflow: hidden;
  margin-bottom: 40px;
}
.hireDetail_label {
  padding-left: 20px;
  position: relative;
  height: 24px;
  line-height: 24px;
}
.hireDetail_label::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 3px;
  background-color: #cea368;
}
.hireDetail_infoDuty {
  line-height: 32px;
  color: #333;
  margin-top: 20px;
}

.newsDetail_footer {
  margin-top: 80px;
}
.newsDetail_footer ul li {
  background: rgba(206, 163, 104, 0.1);
}
.newsDetail_footerNext,
.newsDetail_footer ul li a {
  color: #cea368;
}
/* ====== 岗位详情 end ====== */

@media (max-width: 767px) {
  .hire_images_module2 > div,
  .hire_images_module1 > div,
  .hire_staff_list {
    width: 100%;
  }
  .newsDetail_footer,
  .hire_benefit_list p {
    margin-top: 10px;
  }
  .hire_images_module2 > div + div {
    margin-top: 20px;
  }
  .hire_staff_list,
  .hire_benefit_list,
  .hireDetail_info,
  .hireDetail_header,
  .public_module_title p {
    margin-bottom: 20px;
  }
  .hire_staff_list {
    margin-right: 0px;
  }
  .hire_images_module2 > div + div {
    margin-left: 0px;
  }

  .hire_module .paddingTop95 {
    padding-top: 0px;
  }
  .hireDetail_header {
    padding-bottom: 20px;
  }

  .hire_staff_list {
    height: auto;
    padding: 20px;
  }

  .hire_benefit_list {
    width: 47.5%;
    margin-right: 5%;
  }
  .hire_benefit_list:nth-child(2n) {
    margin-right: 0px;
  }
  .hire_benefit_list img {
    width: 80px;
    height: 80px;
  }
  .hire_images_module2 > div,
  .hire_images_module1 > div {
    height: auto;
    line-height: 1;
    margin-right: 0px;
  }
  .hire_images_module2 > div img,
  .hire_images_module1 > div img {
    max-width: 100%;
    height: auto;
    max-height: inherit;
  }
  .hireDetail_content {
    padding: 20px 0px;
  }
  .hireDetail_tltie {
    line-height: 34px;
  }
}
