.text-red {
  color: #C72E23;
}
.ht_jobs_bg {
  background: url(../picture/ht_bg_2.png?imageView2/2/q/100/interlace/1) center bottom no-repeat;
}
.ht_jobs_bg2 {
  background: url(../picture/ht_shan2.png?imageView2/2/q/100/interlace/1) center 22% no-repeat;
  background-size: 100%;
}
.jobs-container {
  display: flex;
  flex-wrap: wrap;
}
.jobs-container:nth-child(2) {
  margin-top: 100px;
}
.jobs-left {
  width: 325px;
  min-width: 325px;
  margin-right: 83px;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.jobs-left .jobs-title {
  font-weight: 800;
  font-size: 36px;
  color: #3D3D3D;
  display: flex;
  flex-direction: column;
}
.jobs-left .jobs-title .jobs-title-bg {
  font-family: FuturaNDAltCn-Bold;
  font-weight: normal;
  font-size: 36px;
  color: #F2F2F2;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: -19px;
}
.jobs-left .jobs-name-type {
  margin-bottom: 15px;
}
.jobs-left .jobs-name-type span {
  font-size: 24px;
  font-weight: 500;
}
.jobs-left .jobs-name-type:nth-of-type(4) {
  margin-top: 30px;
}
.jobs-left .jobs-name-list {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex: 1;
}
.jobs-left .jobs-name-list .jobs-name {
  background: #FeFeFe;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 10px;
  align-items: center;
  padding: 12px 15px 12px 30px;
  justify-content: space-between;
}
.jobs-left .jobs-name-list .jobs-name:nth-last-child(1) {
  margin-bottom: 0;
}
.jobs-left .jobs-name-list .jobs-name .left_num {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
}
.jobs-left .jobs-name-list .jobs-name .left_num img:nth-of-type(1) {
  display: block;
}
.jobs-left .jobs-name-list .jobs-name .left_num img:nth-of-type(2) {
  display: none;
}
.jobs-left .jobs-name-list .jobs-name .right_title {
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jobs-left .jobs-name-list .jobs-name .right_title .name-cn {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.jobs-left .jobs-name-list .jobs-name .right_title .name-en {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.jobs-left .jobs-name-list .jobs-name:hover,
.jobs-left .jobs-name-list .jobs-name.active {
  background: #C72E23;
  color: #FFF;
  cursor: pointer;
}
.jobs-left .jobs-name-list .jobs-name:hover .left_num img:nth-of-type(1),
.jobs-left .jobs-name-list .jobs-name.active .left_num img:nth-of-type(1) {
  display: none;
}
.jobs-left .jobs-name-list .jobs-name:hover .left_num img:nth-of-type(2),
.jobs-left .jobs-name-list .jobs-name.active .left_num img:nth-of-type(2) {
  display: block;
}
/* 右侧的岗位列表 */
.jobs-list-container {
  flex: 1;
}
.jobs-list {
  display: flex;
  height: 100%;
}
.jobs-names {
  display: flex;
  flex-direction: column;
}
.jobs-names .jobs-tag {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #f1f1f1;
}
.jobs-names .jobs-tag .tag {
  color: #C72E23;
  position: relative;
}
.jobs-names .jobs-tag .tag::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #C72E23;
  position: absolute;
  bottom: -22px;
  left: 0;
}
.jobs-names .jobs-tag .en {
  font-size: 12px;
  line-height: 13px;
  margin-left: 9px;
  text-transform: uppercase;
}
.jobs-names .jobs-content {
  margin: 10px 0;
}
.jobs-names .jobs-content p {
  max-width: 100%;
  line-height: 36px;
  text-indent: 2rem;
}
.jobs-names .jobs-img {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jobs-names .jobs-img.jobs-img2 img {
  max-width: 49.5%;
}
.jobs_dzht_pics {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.jobs_dzht_pics img {
  max-width: 32.333%;
}
.jobs-banner {
  padding-top: 90px;
  text-align: center;
}
.xuexiao {
  padding: 50px 0;
  margin-top: 70px;
}
.xuexiao .school_logo_list_boxs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.xuexiao .school_logo_list_boxs .logo_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 49.5%;
}
.xuexiao .school_logo_list_boxs .logo_box .pic {
  max-width: 100%;
  min-height: 178px;
}
.xuexiao .school_logo_list_boxs .logo_box .pic img {
  max-width: 266px;
}
.xuexiao .school_logo_list_boxs .logo_box .name {
  font-weight: 500;
  margin-top: 20px;
}
.xuexiao .school_logo_list_boxs.top .logo_box .pic img {
  max-width: 100%;
}
.xuexiao .school_logo_list_boxs.top .logo_box .name {
  font-weight: 500;
  margin-top: 20px;
}
.xuexiao .school_logo_list_boxs.center {
  margin-bottom: 50px;
}
.xuexiao .school_logo_list_boxs.center .logo_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xuexiao .school_logo_list_boxs.center .logo_box .pic img {
  max-width: 100%;
}
.xuexiao .school_logo_list_boxs.center .logo_box .name {
  font-weight: 500;
  margin-top: 20px;
}
.xuexiao .school_logo_list_boxs2 {
  margin-top: 30px;
}
.xuexiao .school_logo_list_boxs2 .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.xuexiao .school_logo_list_boxs2 .swiper-container-free-mode > .swiper-wrapper .swiper-slide {
  width: auto;
}
.xuexiao .school_logo_list_boxs2 .swiper-container-free-mode > .swiper-wrapper .swiper-slide .pic img {
  min-height: 43px;
}
.benefits {
  margin-top: 110px;
}
.benefits .benefits-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 73px;
}
.benefits .benefits-list .benefit {
  min-width: 200px;
  max-width: 390px;
  width: 24.5%;
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
}
.benefits .benefits-list .benefit .benefit-name {
  display: flex;
  justify-content: space-between;
  margin: 27px 15px 17px;
  align-items: center;
  height: 24px;
  font-weight: bold;
  font-size: 24px;
  color: #C72E23;
}
.benefits .benefits-list .benefit .benefit-name .benefit-icon {
  height: 24px;
}
.benefits .benefits-list .benefit .benefit-conent {
  font-size: 16px;
  color: #3D3D3D;
  line-height: 30px;
  margin: 0 15px 20px;
}
.ht_tsfl {
  margin-top: 10px;
}
.ht_tsfl .ht_tsfl_content .tsfl_cards {
  display: flex;
  height: 290px;
}
.ht_tsfl .ht_tsfl_content .tsfl_cards .tsfl_card {
  width: 16.2%;
  overflow: hidden;
  position: relative;
  transition: width 0.5s ease, transform 0.5s ease;
  margin: 0 0.2%;
  border-radius: 12px 12px 0 0;
}
.ht_tsfl .ht_tsfl_content .tsfl_cards .tsfl_card.active {
  width: 100%;
}
.ht_tsfl .ht_tsfl_content .tsfl_cards .tsfl_card img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
}
.qidai {
  padding-top: 90px;
}
.qidai .content {
  padding-bottom: 30px;
  border-bottom: 4px solid #C72E23;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.qidai .content .left p {
  line-height: 30px;
  font-weight: 500;
}
.qidai .content .left p span {
  min-width: 4rem;
  display: inline-block;
  text-align-last: justify;
}
.qidai .content .right {
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
}
.qidai .content .right .text {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-right: 10px;
}
.qidai .content .right .text span {
  text-align: justify;
  text-align-last: justify;
  font-weight: 500;
  line-height: 1;
  margin-right: 5px;
  width: 1rem;
}
.qidai .content .right .pic img {
  max-width: 112px;
}
.qidai .content .right2 {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
}
.qidai .content .right2 .pic {
  border-radius: 10px;
  overflow: hidden;
}
.qidai .content .right2 .pic img {
  max-width: 210px;
}
@media only screen and (max-width: 600px) {
  .jobs-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .jobs-left {
    width: 100%;
    min-width: 325px;
    margin-right: 0px;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .jobs-left .jobs-title {
    font-weight: 800;
    font-size: 36px;
    color: #3D3D3D;
    display: flex;
    flex-direction: column;
  }
  .jobs-left .jobs-title .jobs-title-bg {
    font-family: FuturaNDAltCn-Bold;
    font-weight: normal;
    font-size: 36px;
    color: #F2F2F2;
    line-height: 31px;
    text-transform: uppercase;
    margin-bottom: -19px;
  }
  .jobs-left .jobs-name-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .jobs-left .jobs-name-list .jobs-name {
    background: #FeFeFe;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 10px;
    align-items: flex-start;
    padding: 10px 10px;
    width: 49%;
    flex-wrap: wrap;
    min-height: 60px;
  }
  .jobs-left .jobs-name-list .jobs-name:nth-last-child(1) {
    margin-bottom: 10px;
  }
  .jobs-left .jobs-name-list .jobs-name .left_num {
    display: inline-block;
    font-size: 36px;
    margin-right: 10px;
    line-height: 36px;
    font-weight: 500;
    display: none;
  }
  .jobs-left .jobs-name-list .jobs-name .right_title {
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .jobs-left .jobs-name-list .jobs-name .right_title .name-cn {
    font-size: 14px;
    line-height: 12px;
  }
  .jobs-left .jobs-name-list .jobs-name .right_title .name-en {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
  }
  .jobs-left .jobs-name-list .jobs-name:hover,
  .jobs-left .jobs-name-list .jobs-name.active {
    background: #C72E23;
    color: #FFF;
    cursor: pointer;
  }
  /* 右侧的岗位列表 */
  .jobs-list-container {
    flex: 1;
  }
  .jobs_dzht_pics {
    display: none;
  }
  .jobs-list {
    display: flex;
    height: 100%;
  }
  .jobs-names {
    display: flex;
    flex-direction: column;
  }
  .jobs-names .jobs-tag {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    border-bottom: 4px solid #f1f1f1;
  }
  .jobs-names .jobs-tag .tag {
    color: #C72E23;
    position: relative;
  }
  .jobs-names .jobs-tag .tag::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #C72E23;
    position: absolute;
    bottom: -22px;
    left: 0;
  }
  .jobs-names .jobs-tag .en {
    font-size: 12px;
    line-height: 13px;
    margin-left: 9px;
    text-transform: uppercase;
  }
  .jobs-names .jobs-content {
    column-count: 1;
    margin: 10px 0;
  }
  .jobs-names .jobs-content p {
    max-width: 100%;
    line-height: 20px;
  }
  .jobs-names .jobs-img {
    margin-top: auto;
    display: none;
  }
  .jobs-banner {
    padding-top: 90px;
    text-align: center;
  }
  .xuexiao {
    padding: 0;
    margin-top: 0px;
  }
  .xuexiao .school_logo_list_boxs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .xuexiao .school_logo_list_boxs .logo_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
    margin-bottom: 10px;
  }
  .xuexiao .school_logo_list_boxs .logo_box .pic {
    max-width: 100%;
    min-height: 120px;
  }
  .xuexiao .school_logo_list_boxs .logo_box .pic img {
    max-width: 266px;
    width: 100%;
  }
  .xuexiao .school_logo_list_boxs .logo_box .name {
    font-weight: 500;
    margin-top: 20px;
    font-size: 12px;
  }
  .xuexiao .school_logo_list_boxs2 {
    margin-top: 30px;
  }
  .xuexiao .school_logo_list_boxs2 .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
  }
  .xuexiao .school_logo_list_boxs2 .swiper-container-free-mode > .swiper-wrapper .swiper-slide .pic img {
    min-height: 43px;
  }
  .benefits {
    margin-top: 10px;
  }
  .benefits .benefits-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .benefits .benefits-list .benefit {
    min-width: 0px;
    max-width: 390px;
    width: 49%;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
  }
  .benefits .benefits-list .benefit .benefit-name {
    display: flex;
    justify-content: space-between;
    margin: 17px 15px 7px;
    align-items: center;
    height: 24px;
    font-weight: bold;
    font-size: 16px;
    color: #C72E23;
  }
  .benefits .benefits-list .benefit .benefit-name .benefit-icon {
    max-height: 16px;
  }
  .benefits .benefits-list .benefit .benefit-conent {
    font-size: 12px;
    color: #3D3D3D;
    line-height: 18px;
    margin: 0 15px 20px;
  }
  .ht_tsfl {
    margin-top: 10px;
  }
  .ht_tsfl .ht_tsfl_content .tsfl_cards {
    display: flex;
    flex-direction: column;
  }
  .ht_tsfl .ht_tsfl_content .tsfl_cards .tsfl_card {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: width 0.5s ease, transform 0.5s ease;
    margin: 0 0.2%;
    border-radius: 0 0 0 0;
    height: 26px;
    background-position: center top !important;
  }
  .ht_tsfl .ht_tsfl_content .tsfl_cards .tsfl_card.active {
    height: 155px;
  }
  .ht_tsfl .ht_tsfl_content .tsfl_cards .tsfl_card img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
  }
  .qidai {
    padding-top: 20px;
  }
  .qidai .content {
    padding-bottom: 30px;
    border-bottom: 4px solid #C72E23;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .qidai .content .left p {
    line-height: 24px;
    font-weight: 500;
  }
  .qidai .content .left p span {
    min-width: 3rem;
    display: inline-block;
    text-align-last: justify;
  }
  .qidai .content .right {
    display: flex;
    align-items: flex-end;
    margin-right: 10px;
  }
  .qidai .content .right .text {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-right: 0px;
  }
  .qidai .content .right .text span {
    text-align: justify;
    text-align-last: justify;
    font-weight: 500;
    line-height: 1;
    width: 1rem;
    font-size: 12px;
  }
  .qidai .content .right .text span:nth-of-type(1) {
    display: none;
  }
  .qidai .content .right .pic img {
    max-width: 82px;
  }
  .qidai .content .right2 {
    display: none;
    align-items: flex-end;
    margin-left: auto;
  }
  .qidai .content .right2 .pic {
    border-radius: 10px;
    overflow: hidden;
  }
  .qidai .content .right2 .pic img {
    max-width: 244px;
  }
}
