.recruit-submain {
  padding: 60px 0;
}

.recruit-bg {
  position: relative;

}

.section-list {
  /* position: relative;
  top: 60px;
  margin: 0 auto;
  padding: 0 120px; */
  position: absolute;
  bottom: 30px;
  width: 90%;
  margin: 0 5%;
  /* padding: 0 5%; */
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;

}

.recruitBg {
  display: block;
  width: 100%;
}

.section-item {

  min-width: 20%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 20px 20px;

  background: rgba(255, 255, 255, 0.86);



}

.section-item h4 {

  /** 文本1 */
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 36px;
  color: rgba(51, 51, 51, 1);
  vertical-align: top;

}

/* .intro-Btn .num.more:before {
  position: absolute;
  content: '+';
  font-size: 30px;
  left: 100%;
  top: -15px;
  color: rgba(44, 44, 44, 1);
} */

.section-item span {
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  white-space: nowrap;
  line-height: 21px;
  text-align: center;
  /* margin: 10px 0 1px 0; */
}

.section-item .icon {
  width: 62px;
  height: 62px;
}

.recruit {
  overflow: hidden;
  position: relative;
}

.recruit .swiper-container {
  width: 100%;

}

.recruit .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* recruitSchool */


.precruitment-list {
  display: flex;
  flex-wrap: wrap;
  /* 允许换行 */
}

.precruitment-p1 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 36px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  vertical-align: top;

}

.precruitment-list .precruitment-list-item {
  width: 16.66%;
  /* PC端一行六列 */
  text-align: center;
  position: relative;
  padding: 10px 10px;
  /* padding: .06rem .32rem .23rem .32rem; */
  box-sizing: border-box;
  /* 包含内边距和边框在内的宽度计算 */
}

.precruitment-list .precruitment-list-item:not(:last-child)::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 70%;
  top: 15%;
  right: 0;
  z-index: 2;
  background: #EDEDED;
}

.precruitment-list .precruitment-list-item span {
  display: block;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 72px;
  color: rgba(230, 230, 230, 1);
}

.precruitment-list .precruitment-list-item .precruitment-title {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  line-height: 28px;
  margin-bottom: .14rem;
  margin-top: .11rem;
}

.precruitment-list .precruitment-list-item .precruitment-txt {
  font-size: 14px;
  font-weight: 500;
  color: #686868;
  line-height: 22px;
}

.precruitment-list .precruitment-list-item:hover span {
  transform: translateY(-10px);
}


.zpinfo{
  display: flex;

border-radius: 20px;
background: rgba(248, 248, 248, 1);
padding: 0;
float: none;

}
.zpinfo .col-lg-6,.zpinfo .col-lg-5{
  padding: 0;
}
  /* 公共样式 */
  .zpinfo .title {
      margin-top: 60px;
      font-size: 48px;
      font-weight: 700;
      letter-spacing: 0px;
      line-height: 42px;
      color: rgba(44, 44, 44, 1);
      text-align: center;
      vertical-align: top;
  }

  .zpinfo .sub-title {
    padding-top: 20px;

font-size: 32px;
font-weight: 700;
letter-spacing: 4px;
line-height: 48px;
color: rgba(0, 160, 150, 1);
text-align: left;
vertical-align: top;

  }

  .zpinfo .sub-sub-title {
 
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 21.12px;
color: rgba(153, 153, 153, 1);
text-align: left;
vertical-align: top;
text-transform: uppercase;

  }
.detail-content{
  padding-top: 20px;

font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 36px;
color: rgba(51, 51, 51, 1);
text-align: left;
vertical-align: top;

}
  .zpinfo p {
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 36px;
color: rgba(51, 51, 51, 1);
text-align: left;
vertical-align: top;

  }




  .zpinfo .image-container {
      width: 100%;
      /* padding-left: 40px; */
  }

  .zpinfo .image-container-right {
      width: 100%;
      padding-right: 40px;
      border-radius: 20px 0px 0px 20px;
  }

  .zpinfo .mt60 {
      margin-top: 60px;
  }

  .zpinfo .mb140 {
      margin-bottom: 140px;
  }

  .zpfoot {
      background: url(https://xjec.com/images/campus/zpfoot.png) no-repeat center center;
      background-size: cover;
      height: 300px;
      padding-top: 96px;
  }

  .zpfoot h1 {
      font-size: 48px;
      font-weight: 700;
      letter-spacing: 0px;
      line-height: 32px;
      color: rgba(255, 255, 255, 1);
      text-align: center;
      vertical-align: top;
  }

.scroll-wrap {
  position: absolute;
  height: 100%;
  overflow-y: auto;
}

.scroll-right-wrap {
  position: absolute;
  height: 100%;
  overflow-y: auto;
  right: 0
}

.float-right {
  float: right;
}
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9{
  float: left;
}
/* p_list */
.p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.join_us {
  position: relative;
  width: 100%;
}
.join_us ul{
  padding: 0;
}
.join_us .j_content li {
  border-bottom: 1px solid #efefef;
  overflow: hidden
}

.join_us .j_content li.first {
  color: #000000;
  padding: 0;
  height: 70px;
  line-height: 70px;
  border-radius: 20px 20px 0 0;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: row
}

.join_us .j_content li ._un {
  width: 15%
}

.join_us .j_content li ._ut {
  width: 15%;
  text-align: center
}

.join_us .j_content li ._t1 {
  width: 24%;
  text-align: left !important;
  padding-left: 4.5%;
  box-sizing: border-box;
  /* background-color: aqua; */
}

.join_us .j_content li ._t2 {
  width: 17%;
  /* background-color: #409eff; */
}

.join_us .j_content li ._t5 {
  width: 24%;
  /* background-color: #f5f5f5; */
}
.join_us .j_content li ._t6 {
  width: 4%;
}



.join_us .j_content li ._un {
  float: left;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
color: rgba(51, 51, 51, 1);
}

.join_us .j_content li.j_c {
  height: auto;
  line-height: 1.5;
  display: none
}

.join_us .j_content .j_c .j_c_box {
  padding: 40px
}

.join_us .j_content .j_c .j_c_box .intro {
  color: #5d5d5d;
  font-size: 15px;
  line-height: 27px;
  position: relative
}
.intro h3.title{
font-size: 20px;
font-weight: 700;
letter-spacing: 0px;
line-height: 26.4px;
color: rgba(51, 51, 51, 1);
margin: 10px 0;

}
.join_us .j_content .j_c .j_c_box .intro .text p {
  padding-bottom: 15px
}

.join_us .j_content .j_c .j_c_box .intro .text p strong {
  color: #000000
}
.job_btn{
  text-align: center;
}
.job_btn ._btn {
  display: inline-block;
  width: 160px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  border-radius: 0px;
  font-size: 16px;
  background: rgba(0, 160, 150, 1);
  cursor: pointer;
  text-align: center;
  transition: .5s ease;
  margin-top: 20px;
  border-radius: 23px;

}

.job_btn ._btn{
  width: 120px;
  margin: 0 20px;
  }
.recruit .swiper-button-prev, .swiper-container-rtl .swiper-button-next {

    color: transparent;
    width: 48px;
    height: 48px;
}
.recruit .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  color: transparent;
  width: 48px;
  height: 48px;
}

.recruit .swiper-button-next:after {
  background-image: url(../images/arrowRight.png);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.recruit .swiper-button-prev:after {
  background-image: url(../images/arrowLeft.png);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}


/* pop-layer */
.pop-layer{
width: 560px;
padding: 20px 0;
border-radius: 20px;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 2px 12px  rgba(0, 0, 0, 0.16);

}
.pop-layer h1{
font-size: 24px;
font-weight: 400;
letter-spacing: 0px;
line-height: 36px;
color: rgba(51, 51, 51, 1);
text-align: center;
vertical-align: top;
border-bottom: 1px solid #efefef;
padding: 5px 0;
margin-bottom: 18px;
}
.btn-list{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.job_btn ._btn.cancel{
border-radius: 23px;
background: rgba(204, 204, 204, 1);


}
.text-cener{
  text-align: center;
  margin-top: 14px;
}
@media (max-width: 1200px) {
  .precruitment-list .precruitment-list-item {
    width: 33.33%;
  }
  /*recruit */
  .recruit-bg .section-item h4 {
    font-size: 18px;
   
  }
  .recruit-bg .section-item span {
    font-size: 12px;
}

.recruit-bg.section-list {
  bottom: 20Px;
}
}
@media (max-width: 990px) {
  .section-item span {
    white-space: wrap;
}
}

@media (max-width: 768px) {
  .recruit-submain{
    padding-top: 0;
  }

  .section-list {
    position: relative;
    top: 60px;
    margin: 0 auto;
    padding: 0px;

  }

  .section-item h4 {
    font-size: 36px;
    line-height: 52px;
  }

  .section-item .icon {
    width: 36px;
    height: 36px;
  }

  .section-item span {
    font-size: 12px;
    margin: 0;

  }

  .precruitment-list .precruitment-list-item {
    width: 50%;
  }
  /*recruit */
  .recruit-bg .section-list {
    flex-wrap: wrap;
    position: absolute;
    /* bottom: 20px; */
    width: 90%;
    margin: 0 5%;
    top: 20px;
    padding-bottom: 100px;

    
}
.recruit-bg .section-item {
  min-width: 48%;
  padding: 8px 0px;

  min-width: 48%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
}

  .recruit-bg .section-item h4 {
    font-size: 14px;
    line-height: 2;
    margin: 0;
}
   

  .recruit-bg .section-item span {
    font-size: 12px;
    line-height: 1;
}
  /*recruit school*/
  .recruitSchool .col-lg-5,.recruitSchool .col-lg-7 {
    float: none;
    width: 100%;
}
.recruitSchool .zpinfo {
  flex-direction: column;
}
.recruitSchool .zpinfo .image-container-right {
  padding-right: 0;
}
.recruitSchool .scroll-right-wrap {
  position: relative;
}
.recruitSchool .zpinfo .sub-title {
  font-size: 24px;
  line-height: 1;
}
.recruitSchool .detail-content {
  font-size: 14px;
  line-height: 2;
}
.recruitSchool .zpinfo .sub-sub-title {
  font-size: 16px;
  line-height: 1;
}


.join_us .j_content li.first {
  font-size: 15px;
}
.join_us .j_content li ._un {
  font-size: 14px;
}
}