.job_main .sec1 {
  overflow: hidden;
}
.job_main img {
  width: 100%;
}
.job_main .sec1 .lf,
.job_main .sec1 .lr {
  width: 50%;
  float: left;
  position: relative;
}
.job_main .sec1 .lf .t,
.job_main .sec1 .lf .b {
  position: relative;
}
.job_main .sec1 .lf .txt {
  position: absolute;
  top: 0;
  height: 100%;
  background: #a8cae5;
  color: #414141;
  padding-top: 6%;
  padding-left: 5%;
  padding-right: 2%;
}
.job_main .sec1 .lf .t .txt {
  width: 38.44%;
}
.job_main .sec1 .lf .b .txt {
  right: 0;
  width: 61.56%;
}
.job_main .sec1 .lf .title,
.job_main .sec1 .lr .title {
  font-weight: bold;
  margin-bottom: 0.8em;
}
.job_main .sec1 i.line {
  width: 46px;
  height: 4px;
  display: block;
  background-color: #fff;
  margin-top: 30px;
}
.job_main .sec1 .lr .txt {
  position: absolute;
  top: 35%;
  left: 10%;
  color: #fff;
}
.job_main .sec2 {
  position: relative;
  margin-top: 6.66%;
}
.job_main .sec2 .lf {
  width: 50%;
}
.job_main .sec2 .lr {
  width: 640px;
  position: absolute;
  left: 50%;
  top: 5.7%;
  padding-left: 4%;
  max-width: 48%;
  /* padding-right: 16.666%; */
}
.job_main .sec2 .lr .title {
  margin-bottom: 1em;
}
.job_main .sec2 .lr p {
  text-align: justify;
}
.job_main .sec3 {
  padding-top: 6.04%;
  background: url(../images/sec3_bg.jpg) 0 0 no-repeat;
  background-size: cover;
}
.job_main .sec3 .recomm_tit {
  text-align: center;
  font-weight: bold;
}
.recomm_box {
  background: #fff;
  padding: 15% 0 12.315% 10%;
  transition: all 0.5s;
}
.recomm_box .pos_name {
  font-weight: bold;
  margin-bottom: 1.6em;
}
.recomm_box a.more {
  width: 176px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #a9cae5;
  transition: all 0.5s;
}
.recomm_box li {
  line-height: 1.6;
  margin-bottom: 1em;
}
.recomm_box li i {
  font-weight: bold;
}
.recomm_box:hover {
  background-color: #a9cae5;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.1);
}
.recomm_box:hover a.more {
  background-color: #fff;
  color: #000;
}
.sec3 {
  position: relative;
  padding-bottom: 6.77%;
}
.sec3 .swiper-container {
  padding: 20px;
}
.sec3 .swiper-button-prev,
.sec3 .swiper-button-next {
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background-image: none;
  background-color: #464646;
  color: #fff;
  font-family: '\5b8b\4f53';
  font-size: 30px;
  font-weight: bold;
  left: 0;
  right: auto;
  margin-top: -60px;
}
.sec3 .swiper-button-next {
  left: auto;
  right: 0;
}
.sec3 .to_list {
  display: block;
  text-align: center;
  width: 176px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  background-color: #414141;
  margin: 5% auto 0;
}
/* 列表页 */
.recomm_list_wrap {
  overflow: hidden;
}
.recomm_list_wrap .recomm_box {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding-top: 4.2%;
  padding-left: 3.1%;
  padding-bottom: 3.9%;
  margin-bottom: 2%;
}
.recomm_list_wrap .recomm_box:nth-child(3n) {
  margin-right: 0;
}
/* 详情页 */
.detail_wrap {
  overflow: hidden;
  color: #414141;
  background: url(../images/detail_bg.jpg) 0 0 no-repeat;
  background-size: 403px 100%;
}
.detail_wrap .lf {
  width: 403px;
  padding-left: 54px;
  padding-top: 64px;
  float: left;
}
.detail_wrap .lf dt {
  font-weight: bold;
  margin-bottom: 8%;
}
.detail_wrap .lf dd {
  margin-bottom: 18px;
}
.detail_wrap .lf dd i {
  font-weight: bold;
}
.detail_wrap .lf dd.last {
  margin-top: 8%;
}
.detail_wrap .lf .abtn {
  display: block;
  background-color: #fff;
  width: 176px;
  height: 46px;
  line-height: 46px;
  color: #414141;
  font-size: 18px;
  text-align: center;
  margin-top: 20%;
}
.detail_wrap .lr {
  padding-left: 506px;
  color: #616161;
  padding-bottom: 5%;
}
.detail_wrap .lr dl {
  margin-top: 8%;
}
.detail_wrap .lr dt {
  font-weight: bold;
  margin-bottom: 1.2em;
  color: #000;
}
.detail_wrap .lr dd {
  margin-bottom: 1em;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .detail_wrap .lr {
    padding-left: 460px;
  }
}
@media screen and (max-width: 1024px) {
  .detail_wrap {
    background: none;
    margin-top: 3%;
  }
  .detail_wrap .lf {
    float: none;
    background: #accbe5;
    width: 100%;
    padding: 5%;
  }
  .detail_wrap .lf dl {
    overflow: hidden;
  }
  .detail_wrap .lf dd {
    float: left;
    width: 33.333%;
  }
  .detail_wrap .lf dd.last {
    margin: 0;
  }
  .detail_wrap .lf .abtn {
    margin-top: 5%;
    font-size: 16px;
    width: 150px;
    height: 36px;
    line-height: 36px;
  }
  .detail_wrap .lr {
    padding-left: 0;
  }
  .job_main .sec2 .lf,
  .job_main .sec2 .lr {
    width: 100%;
    position: relative;
    left: 0;
    padding-left: 0;
    max-width: 100%;
  }
  .job_main .sec2 .lr {
    padding: 5%;
  }
}
@media screen and (max-width: 768px) {
  .detail_wrap .lf dd {
    width: 50%;
  }
  .recomm_list_wrap .recomm_box {
    width: 48%;
    margin-right: 4% !important;
  }
  .recomm_list_wrap .recomm_box:nth-child(2n) {
    margin-right: 0 !important;
  }
  .recomm_list_wrap {
    margin-top: 5%;
  }
  .recomm_box a.more {
    width: 150px;
    height: 36px;
    line-height: 36px;
  }
  .job_main .sec1 .lf,
  .job_main .sec1 .lr {
    width: 100%;
    float: none;
  }
  .job_main .sec1 i.line {
    margin-top: 15px;
  }
  .job_main .sec1 {
    margin-top: 3%;
  }
}
