.jh_index .h1_box {
  background-image: url("../img/job_human/title_bg.png");
}

.jh_index h2 > span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 0 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jh_index h2 > span img {
  display: inline-block;
  margin-right: 15px;
  width: 7vw;
  max-width: 80px;
}

@media screen and (max-width: 700px) {
  .jh_index h2 > span img {
    width: 12vw;
  }
}

.jh_index h2 > span span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.jh_index h4 {
  margin-bottom: 15px;
}

.jh_index section {
  margin-top: 30px;
  padding-top: 90px;
}

@media screen and (max-width: 1300px) {
  .jh_index section {
    margin-top: 40px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 700px) {
  .jh_index section {
    margin-top: calc(7vw - 50px);
    padding-top: 50px;
  }
}

.jh_index .jh_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 80px;
}

@media screen and (max-width: 1300px) {
  .jh_index .jh_flex {
    gap: 0 4vw;
  }
}

.jh_index .jh_flex div {
  width: 30vw;
  max-width: 240px;
}

.jh_index .jh_flex p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.jh_index .detail {
  display: none;
}

.jh_index .detail dl {
  margin: 0;
  padding: 0 0 60px;
}

.jh_index .detail dt {
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1300px) {
  .jh_index .detail dt {
    font-size: clamp(1.1rem, calc(0.25vw + 1.1rem), 22px);
  }
}

@media screen and (max-width: 700px) {
  .jh_index .detail dt {
    font-size: clamp(1rem, calc(0.25vw + 1rem), 22px);
  }
}

.jh_index .detail dt i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #0a798a;
  border-radius: 50%;
  font-style: normal;
  width: 34px;
  height: 34px;
  letter-spacing: 0;
}

@media screen and (max-width: 700px) {
  .jh_index .detail dt i {
    width: 7vw;
    height: 7vw;
  }
}

.jh_index .detail dt span {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.jh_index .detail dd {
  margin-left: 45px;
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 1300px) {
  .jh_index .detail dd {
    font-size: clamp(1rem, calc(0.25vw + 1rem), 17px);
  }
}

@media screen and (max-width: 700px) {
  .jh_index .detail dd {
    font-size: clamp(0.9rem, calc(0.25vw + 0.9rem), 17px);
    margin-left: 9vw;
    margin-bottom: 5vw;
  }
}

.jh_index .slide_btn {
  border-bottom: 1px solid #8d8c8c;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  itransition: all .5s ease-in-out;
}

.jh_index .slide_btn:hover {
  color: #0a798a;
}

.jh_index .slide_btn:hover img {
  opacity: 0.8;
}

.jh_index .close_btn img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
/*# sourceMappingURL=job-index.css.map */