.ctn {
  margin-top: 2vw;
  padding-bottom: 7vw;
}
.ctn h1 {
  text-align: center;
  color: #000;
}
.ctn h3 {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
.ctn h3 span {
  color: #777;
  padding: 0 14px;
  position: relative;
}
.ctn h3 span:after {
  content: '';
  width: 1px;
  height: 14px;
  background: #d7dbdf;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn h3 span:last-child:after {
  display: none;
}
.ctn .apply {
  margin-top: 2.5vw;
}
.ctn .apply a {
  display: block;
  width: 200px;
  height: 52px;
  background: #004ea2;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  margin: 0 auto;
}
.ctn .ctn-list {
  margin-top: 6vw;
}
.ctn .ctn-list ul {
  display: flex;
  justify-content: center;
}
.ctn .ctn-list ul li {
  width: 44.5%;
  background: #f7f7f7;
  padding: 3vw;
}
.ctn .ctn-list ul li .icons {
  display: inline-block;
  height: 100px;
  position: relative;
}
.ctn .ctn-list ul li .icons:before {
  content: '';
  width: 66px;
  height: 66px;
  background: #004ea2;
  opacity: 0.1;
  position: absolute;
  bottom: -14px;
  right: -20px;
}
.ctn .ctn-list ul li h2 {
  color: #000;
  margin-top: 2vw;
}
.ctn .ctn-list ul li .text {
  margin-top: 0.6vw;
}
.ctn .ctn-list ul li .text p {
  color: #777;
  position: relative;
  padding-left: 14px;
  margin-top: 4px;
}
.ctn .ctn-list ul li .text p:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #004ea2;
  position: absolute;
  left: 0;
  top: 9px;
}
.ctn .ctn-list ul li:nth-child(odd) {
  margin-right: 30px;
}
.ctn .ctn-list ul li:nth-child(2) .icons:before {
  right: -10px;
}
@media screen and (max-width: 1200px) {
  .ctn .apply a {
    width: 160px;
    height: 48px;
    line-height: 48px;
  }
  .ctn .ctn-list ul li .icons {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
  }
  .ctn .ctn-list ul li .text p {
    padding-left: 12px;
  }
  .ctn .ctn-list ul li .text p:before {
    width: 4px;
    height: 4px;
    top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .ctn {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .ctn h3 span {
    padding: 0 10px;
  }
  .ctn .apply {
    margin-top: 30px;
  }
  .ctn .apply a {
    width: 140px;
    height: 42px;
    line-height: 42px;
  }
  .ctn .ctn-list {
    margin-top: 10px;
  }
  .ctn .ctn-list ul {
    flex-wrap: wrap;
  }
  .ctn .ctn-list ul li {
    width: 100%;
    margin-right: 0!important;
    margin-top: 20px;
    padding: 30px 20px;
  }
  .ctn .ctn-list ul li .icons {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    height: auto;
  }
  .ctn .ctn-list ul li .icons:before {
    width: 44px;
    height: 44px;
    bottom: -12px;
    right: -14px;
  }
  .ctn .ctn-list ul li .icons img {
    width: 60px;
  }
  .ctn .ctn-list ul li h2 {
    margin-top: 30px;
  }
  .ctn .ctn-list ul li .text {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=people_recruit_details.css.map */<!--ºÄÊ±1787060317.9908Ãë-->