.n_banner .text .p {
  max-width: 100%;
}
.ctn1 {
  padding: 6vw 0;
  background: #f7f7f7;
}
.ctn1 .top {
  display: flex;
  justify-content: space-between;
}
.ctn1 .top .search-btns {
  width: 45%;
  display: flex;
}
.ctn1 .top .search-btns input {
  width: 78%;
  height: 60px;
  background: #fff;
  color: #333;
  padding: 0 30px;
  border: none;
}
.ctn1 .top .search-btns .search {
  width: 22%;
  height: 60px;
  background: #004ea2;
  color: #fff;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.ctn1 .top ul {
  display: flex;
}
.ctn1 .top ul li a {
  display: block;
  width: 142px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #fff;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .top ul li:not(:last-child) {
  margin-right: 20px;
}
.ctn1 .top ul li:hover a {
  background: #004ea2;
  color: #fff;
}
.ctn1 .top ul li.active a {
  background: #004ea2;
  color: #fff;
}
.ctn1 .bottom {
  margin-top: 2.5vw;
  padding: 1vw 2.5vw;
  background: #fff;
}
.ctn1 .bottom .box {
  display: flex;
  padding: 1vw 0;
}
.ctn1 .bottom .box:not(:last-child) {
  border-bottom: 1px dashed #d6d6d6;
}
.ctn1 .bottom .box h2 {
  color: #000;
  position: relative;
  padding-right: 1.5vw;
  flex: 0 0 110px;
}
.ctn1 .bottom .box h2:after {
  content: '';
  width: 1px;
  height: 18px;
  background: #999;
  position: absolute;
  right: 0;
  top: 5px;
}
.ctn1 .bottom .box ul {
  display: flex;flex-wrap:wrap;
}
.ctn1 .bottom .box ul li {
  margin-left: 1.5vw;margin-bottom: 10px;
}

.ctn1 .bottom .box ul li a {
  color: #999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .bottom .box ul li:hover a {
  color: #004ea2;
}
.ctn1 .bottom .box ul li.active a {
  color: #004ea2;
}
.ctn-list {
  padding: 5vw 0 6vw;
}
.ctn-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn-list ul li {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
  width: 32.3%;
  margin-top: 24px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  
  position: relative;
}
.ctn-list ul li:not(:nth-child(3n)) {
  margin-right: 1.55%;
}
.ctn-list ul li a {
  display: block;
  padding: 2.5vw 2.5vw 5.5vw 2.5vw;
}
.ctn-list ul li a h2 {
  color: #000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn-list ul li a h3 {
  margin-top: 2vw;
  color: #999;
  padding-bottom: 14px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  border-bottom: 1px solid #eee;
}
.ctn-list ul li a h3 span {
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn-list ul li a .text {
  display: flex;
  flex-wrap: wrap;
}
.ctn-list ul li a .text p {
  width: 50%;
  color: #999;
  margin-top: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn-list ul li a .text p.last_p{
    width:100%;display: flex;
}
.ctn-list ul li a .text p.last_p b{font-weight:normal;flex:0 0 auto;}
.ctn-list ul li a .text p.last_p span{display:block;flex:1;}
.ctn-list ul li a .text p span {
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn-list ul li a .more {
  margin-top: 2vw;
  position: absolute;bottom:2vw;left:2.5vw;
}
.ctn-list ul li a .more span {
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn-list ul li:hover {
  background: #004ea2;
  border: 1px solid #004ea2;
}
.ctn-list ul li:hover a h2 {
  color: #fff;
}
.ctn-list ul li:hover a h3 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.ctn-list ul li:hover a h3 span {
  color: #7da9d8;
}
.ctn-list ul li:hover a .text p {
  color: #fff;
}
.ctn-list ul li:hover a .text p span {
  color: #7da9d8;
}
.ctn-list ul li:hover a .more span {
  color: #fff;
}
.ctn-list .mores {
  margin-top: 4vw;
}

@media screen and (max-width: 1440px) {
    .ctn-list ul li a{padding-bottom:7vw;}
}
@media screen and (max-width: 1340px) {
}

@media screen and (max-width: 1200px) {
  .ctn1 .top .search-btns input {
    height: 50px;
  }
  .ctn1 .top .search-btns .search {
    height: 50px;
    line-height: 50px;
  }
  .ctn1 .top ul li a {
    width: 120px;
    height: 50px;
    line-height: 50px;
  }
  .ctn1 .top ul li:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .ctn-list ul li a {
    padding: 2.5vw 2vw 8vw;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 {
    padding: 40px 0;
  }
  .ctn1 .top {
    display: block;
  }
  .ctn1 .top .search-btns {
    width: 100%;
  }
  .ctn1 .top .search-btns input {
    height: 44px;
  }
  .ctn1 .top .search-btns .search {
    height: 44px;
    line-height: 44px;
  }
  .ctn1 .top ul {
    justify-content: space-between;
    margin-top: 20px;
  }
  .ctn1 .top ul li {
    margin-right: 0!important;
    width: 32%;
  }
  .ctn1 .top ul li a {
    width: 100%;
    height: 44px;
    line-height: 44px;
  }
  .ctn1 .bottom {
    padding: 0px 20px;
    margin-top: 20px;
  }
  .ctn1 .bottom .box {
    padding: 30px 0;
    
    flex-direction: column;
  }
  .ctn1 .bottom .box h2 {
    width: 80px;
    padding-right: 14px;
    flex-shrink: 0;
    flex:0 0 auto;
    margin-bottom: 15px;
  }
  .ctn1 .bottom .box h2:after {
      display: none;
    top: 4px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .ctn1 .bottom .box ul {
    flex-wrap: wrap;
  }
  .ctn1 .bottom .box ul li {
    margin-left: 0px;
    margin-right:10px;
  }
  .ctn-list {
    padding: 20px 0 40px;
  }
  .ctn-list ul li {
    width: 100%;
    margin-right: 0!important;
    margin-top: 20px;
  }
  .ctn-list ul li a {
    padding: 20px;
  }
  .ctn-list ul li a h3 {
    margin-top: 14px;
    padding-bottom: 10px;
  }
  .ctn-list ul li a .more {
    margin-top: 20px;
    position:static;
  }
  .ctn-list .mores {
    margin-top: 30px;
  }
  
}
/*# sourceMappingURL=people_recruit.css.map */
<!--ºÄÊ±1787060030.2243Ãë-->