body {
  overflow-x: hidden;
}

.server-main-content {
  /* background: url(talentbanner.png) no-repeat center top;
  background-size: 100% auto; */
  padding-top: 2.5rem;
}
.server-banner {
  width: 100%;
  padding-top: 3.375rem;
}
.server-banner-logo {
  font-family: YouSheBiaoTiHei;
  font-size: 2.5rem;
  color: transparent;
  background: linear-gradient(to right, #1e78ff, #721eff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 0 auto 1.625rem;
}
.server-search {
  width: 37.5rem;
  height: 3.75rem;
  background: #ffffff;
  border: 0.0625rem solid rgba(211, 214, 222, 1);
  border-radius: 2.1875rem;
  -webkit-border-radius: 2.1875rem;
  -moz-border-radius: 2.1875rem;
  -ms-border-radius: 2.1875rem;
  -o-border-radius: 2.1875rem;
  margin: 0 auto 4rem;
  padding: 0.3125rem;
  overflow: hidden;
}
.server-search form {
  width: 100%;
  display: flex;
}
.server-search .server-search-input-text {
  width: 92%;
  padding-left: 1.75rem;
  font-size: 1rem;
  color: #bcc2cc;
  letter-spacing: 1px;
  font-weight: 400;
}
.server-search .server-search-input-button {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: url(search-btn.svg) no-repeat center #1e78ff;
}

.server-data-panel .server-data-panel-item {
  width: 11.625rem;
  height: 5.375rem;
  background-image: linear-gradient(180deg, #f5f6f7 0%, #ffffff 100%);
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 0.5rem 0.875rem 0px rgba(139, 149, 168, 0.1);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  margin-right: 0.5rem;
  padding: 1rem 1rem 1rem 3.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.server-data-panel .server-data-panel-item .datapanel-icon {
  display: block;
  width: 2.125rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
  height: auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.server-data-panel .server-data-panel-item:last-child {
  margin-right: 0;
}
.server-data-panel .server-data-panel-item .datapanel-item-title {
  font-size: 1rem;
  color: #333b57;
  letter-spacing: 0;
  font-weight: 400;
}

.server-data-panel .server-data-panel-item .datapanel-item-totals span {
  font-family: "DingTalk-JinBuTi";
  font-size: 1.25rem;
  color: #3e446e;
  letter-spacing: 0;
  font-weight: 400;
}

.server-data-panel .server-data-panel-item .datapanel-item-totals em {
  font-size: 0.875rem;
  color: #8b95a8;
  letter-spacing: 0;
  font-weight: 400;
}

.server-data-panel .server-data-panel-item.first {
  width: 13.625rem;
  padding-left: 1rem;
  text-align: center;
  color: #ffffff;
  margin-right: 1rem;
  background: url(datapanel-item1.png) no-repeat center;
  background-size: 100%;
}
.server-data-panel .server-data-panel-item.first .datapanel-item-totals em,
.server-data-panel .server-data-panel-item.first .datapanel-item-title {
  color: #ffffff;
}
.server-data-panel .server-data-panel-item.first .datapanel-item-totals span {
  font-size: 1.625rem;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 400;
}
.server-data-panel .server-data-panel-item.first .datapanel-item-totals em {
  font-size: 1.1375rem;
  letter-spacing: 0;
  font-weight: 400;
}
.server-data-panel .server-data-panel-item.first .datapanel-item-title {
  font-size: 1.125rem;
}

.sever-module-block-title {
  text-align: center;
  font-size: 1.625rem;
  color: #333b57;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.sever-module-block-title .sever-module-block-more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.875rem;
  color: #1e78ff;
  line-height: 1.5rem;
  font-weight: 400;
  float: right;
}
/* 智能推荐 */
.intelligent-testimonials-content .intelligent-testimonials-left {
  width: 46.875rem;
  margin-right: 1rem;
}
.testimonials-list li {
  width: 100%;
  height: 6.25rem;
  margin-bottom: 0.7969rem;
  background: url(testimonial-bg.png);
  background-size: 100% 100%;
  padding: 1.375rem 7.9375rem 1.375rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.testimonials-list li:hover {
  background: url(testimonial-bg-hover.png);
  background-size: 100% 100%;
}
.testimonials-list li .testimonials-list-title {
  font-size: 1rem;
  color: #333b57;
  letter-spacing: 0;
  font-weight: 400;
}
.testimonials-list li:hover .testimonials-list-title a {
  color: #1e78ff;
}
.testimonials-list li .testimonials-list-title a {
  color: #333b57;
}
.testimonials-list li .testimonials-list-assistinfo {
  font-size: 1rem;
  color: #8b95a8;
  letter-spacing: 0;
  font-weight: 400;
}
.testimonials-list li .testimonials-list-assistinfo span {
  margin-right: 1.25rem;
}
.testimonials-list li .testimonials-list-assistinfo span:last-child {
  margin-right: 0;
}
.testimonials-list li:last-child {
  margin-bottom: 0;
}
.testimonials-list li .testimonials-list-tag {
  width: 7.9612rem;
  height: 3.1419rem;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 500;
  padding-top: 0.3625rem;
  padding-left: 2.4731rem;
}
.testimonials-list li .testimonials-list-tag[data-rectype="1"] {
  background: url(blue.svg) no-repeat;
  background-size: 100% 100%;
}
.testimonials-list li .testimonials-list-tag[data-rectype="2"] {
  background: url(yellow.svg) no-repeat;
  background-size: 100% 100%;
}
.testimonials-list li .testimonials-list-tag[data-rectype="3"] {
  background: url(greener.svg) no-repeat;
  background-size: 100% 100%;
}
.intelligent-testimonials-content .intelligent-testimonials-right {
  width: 27.0625rem;
}

.testimonials-server li {
  width: 100%;
  height: 9.7188rem;
  margin-bottom: 0.875rem;
}
.testimonials-server li a {
  padding: 2.125rem 6.25rem 2.125rem 1.875rem;
  display: block;
}
.testimonials-server li .testimonials-server-title {
  font-family: "AlimamaShuHeiTi-Bold";
  font-size: 1.375rem;
  color: #1e78ff;
  letter-spacing: 0.1625rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.3125rem;
}
.testimonials-server li .testimonials-server-title em {
  color: #333b57;
}
.testimonials-server li:last-child {
  margin-bottom: 0;
}
.testimonials-server li:nth-child(1) {
  background: url(rcpp.png) no-repeat;
  background-size: 100% 100%;
}
.testimonials-server li:nth-child(2) {
  background: url(rctj.png) no-repeat;
  background-size: 100% 100%;
}

/* 人才服务 */
.talent-service {
  background: #f3f6fa;
  padding: 1.875rem 0;
}

.talent-service-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 18rem;
  height: 25.875rem;
  background: #ffffff;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  margin-right: 0.9375rem;
  padding-top: 12.9375rem;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.talent-service-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;

  opacity: 1;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.talent-service-item:nth-child(1)::before {
  background: url(talent-service-bg1.png) no-repeat;
  background-size: 100%;
}
.talent-service-item:nth-child(2)::before {
  background: url(talent-service-bg2.png) no-repeat;
  background-size: 100%;
}
.talent-service-item:nth-child(3)::before {
  background: url(talent-service-bg3.png) no-repeat;
  background-size: 100%;
}
.talent-service-item:nth-child(4)::before {
  background: url(talent-service-bg4.png) no-repeat;
  background-size: 100%;
}
.talent-service-item::after {
  display: block;
  content: "";
  width: 0.75rem;
  height: 0.4375rem;
  background: url(arrow-down.svg) no-repeat;
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.talent-service-item:nth-child(4n) {
  margin-right: 0;
}
.talent-service-item-colname {
  font-family: " STSongti-SC-Black";
  font-size: 20px;
  color: #1e78ff;
  letter-spacing: 0.77px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 0.875rem;
  line-height: 1.75rem;
  position: relative;
  z-index: 1;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.talent-service-item-colname span {
  font-family: " STSongti-SC-Black";
  display: inline-block;
  position: relative;
}
.talent-service-item-colname span::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  left: -0.625rem;
  top: -0.875rem;
  background: url(smallinverted.svg) no-repeat;
  background-size: 100% 100%;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 1;
}
.talent-service-item-matters {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 1.625rem;
}
.talent-service-item-matters .swiper-wrapper {
  flex-direction: column;
}
.talent-service-item-matters ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  height: auto;
  font-weight: 400;
  padding: 0.375rem 1.625rem;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.talent-service-item-matters ul li.swiper-slide {
}
.talent-service-item-matters ul li a {
  color: #333b57;
  display: block;
  position: relative;
  padding-left: 1rem;
  display: flex;
  align-items: center;
}
.talent-service-item-matters ul li a span {
  max-width: 100%;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.75rem;
}
.talent-service-item-matters ul li a span::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: none;
  width: 0.375rem;
  height: 0.8125rem;
  background: url(blue-rightarrow.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.talent-service-item-matters ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background: #8b95a8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.talent-service-item .inverted-comma {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  background: url(hover-quotation.svg) no-repeat right bottom;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.talent-service-item.talent-service-item-hover {
  padding-top: 1rem;
  background: #ffffff;
}
.talent-service-item.talent-service-item-hover::after {
  bottom: -0.5625rem;
}
.talent-service-item.talent-service-item-hover::before {
  opacity: 0;
}
.talent-service-item.talent-service-item-hover .inverted-comma {
  opacity: 1;
}
.talent-service-item.talent-service-item-hover .talent-service-item-colname {
  font-size: 1.125rem;
  color: #333b57;
  letter-spacing: 0.0431rem;
  text-align: center;
  font-weight: 600;
}
.talent-service-item.talent-service-item-hover
  .talent-service-item-colname
  span::before {
  opacity: 0;
}
.talent-service-item-hover .talent-service-item-matters ul li {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  margin-top: 0;
}
.talent-service-item-hover .talent-service-item-matters ul li {
}
.talent-service-item-hover .talent-service-item-matters ul li:hover a {
  color: #1e78ff;
}
.talent-service-item-hover .talent-service-item-matters ul li:hover a::before {
  background: #1e78ff;
}
.talent-service-item-hover .talent-service-item-matters ul li:hover a::after {
  display: block;
  content: "";
}
/* .talent-service-item-hover .talent-service-item-matters ul li:hover a span {
  display: inline-flex;
  align-items: center;
} */
.talent-service-item-hover
  .talent-service-item-matters
  ul
  li:hover
  a
  span::after {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.8125rem;
  background: url(blue-rightarrow.svg) no-repeat;
  background-size: 100%;
  margin-left: 0.3125rem;
}
.talent-service-item-hover .talent-service-item-matters ul li:hover {
  background: #f8fafb;
}
.talent-service-item-hover .talent-service-item-matters {
  margin-bottom: 1.25rem;
}
/* 校企对接 */
.school-enterprise-docking-content {
  position: relative;
  padding-bottom: 1.75rem;
  overflow: hidden;
}
.school-enterprise-docking-swiper .school-enterprise-docking-pagination {
  width: auto;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 0.5rem;
  background: rgba(216, 216, 216, 0.27);
  display: flex;
  overflow: hidden;
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.school-enterprise-docking-swiper
  .school-enterprise-docking-pagination
  .swiper-pagination-bullet {
  width: 2.9375rem;
  height: 0.5rem;
  margin: 0;
  background: rgba(216, 216, 216, 0.27);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.school-enterprise-docking-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1e78ff;
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  margin-right: -0.0625rem;
}
.school-enterprise-docking-item {
  width: 24.25rem;
  height: 14.1875rem;
  margin-right: 1rem !important;
  background: #d8e8ff;
  box-shadow: 0px 0.125rem 0.25rem 0px rgba(0, 0, 0, 0.5);
  border-radius: 0.55rem;
  -webkit-border-radius: 0.55rem;
  -moz-border-radius: 0.55rem;
  -ms-border-radius: 0.55rem;
  -o-border-radius: 0.55rem;
  padding: 0.625rem;
}
.school-enterprise-docking-item.swiper-slide.swiper-slide-next + .swiper-slide {
  background: linear-gradient(
    to right,
    rgba(216, 232, 255, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.school-enterprise-docking-item.swiper-slide.swiper-slide-next
  + .swiper-slide
  .school-logo {
  opacity: 0.3;
}
.school-enterprise-docking-item.swiper-slide.swiper-slide-next
  + .swiper-slide
  .school-enterprise-docking-item-detail
  p
  span:nth-child(2) {
  color: transparent;
  background-image: linear-gradient(to right, #333b57, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.school-enterprise-docking-item.swiper-slide.swiper-slide-next
  + .swiper-slide
  .school-enterprise-docking-item-content::after {
  opacity: 0;
}
.school-enterprise-docking-item .school-enterprise-docking-item-content {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 0.5613rem;
  -webkit-border-radius: 0.5613rem;
  -moz-border-radius: 0.5613rem;
  -ms-border-radius: 0.5613rem;
  -o-border-radius: 0.5613rem;
  padding: 1rem;
  position: relative;
}
.school-enterprise-docking-item .school-enterprise-docking-item-content::after {
  position: absolute;
  bottom: 0.8094rem;
  right: 1.1294rem;
  display: block;
  width: 1rem;
  height: 0.375rem;
  content: "";
  background: url(singlearrows-default.svg) no-repeat;
  background-size: 100%;
}
/* .school-enterprise-docking-item:nth-child(3n) {
  margin-right: 0;
} */
.school-enterprise-docking-item .school-logo {
  display: block;
  width: 5.625rem;
  height: auto;
  position: absolute;
  top: 1.1306rem;
  right: 1.2756rem;
}
.school-enterprise-docking-item-name {
  font-size: 1.375rem;
  color: #333b57;
  letter-spacing: 0.0531rem;
  font-weight: 500;
  margin: 0.5625rem 0 4.875rem 0;
}
.school-enterprise-docking-item-detail p {
  font-size: 1.1rem;
  line-height: 1.5625rem;
  color: #333b57;
  letter-spacing: 0.0425rem;
  font-weight: 400;
  padding-left: 1.8213rem;
}
.school-enterprise-docking-item-detail p span {
  font-size: 1.1rem;
  color: #333333;
  letter-spacing: 0.0425rem;
  margin-right: 0.7794rem;
  text-align: center;
  font-weight: 500;
}
.school-enterprise-docking-item-detail p span:nth-child(2) {
  color: #333b57;
  font-weight: 200;
}
.school-enterprise-docking-item-detail p:first-child {
  margin-bottom: 0.6875rem;
}
.school-enterprise-docking-item-detail p:nth-child(1) {
  background: url(school-ion1.svg) no-repeat left center;
  background-size: 1.375rem auto;
}
.school-enterprise-docking-item-detail p:nth-child(2) {
  background: url(school-ion2.svg) no-repeat left center;
  background-size: 1.375rem auto;
}

/* 人才政策 */
.policy {
  /* background: #f3f6fa; */
  /* padding: 1.875rem 0; */
}
.policy-content {
  justify-content: space-between;
}
.policy-content .policy-content-module {
  width: 37rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.server-tabcut-hd {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.1875rem;
  border-bottom: 0.0525rem solid rgba(238, 238, 238, 1);
  line-height: 3.25rem;
  position: relative;
}
.server-tabcut-hd .server-tabcut-item {
  margin-right: 1.875rem;
}
.server-tabcut-hd .server-tabcut-item .server-tabcut-item-ctitle {
  font-size: 1.125rem;
  color: #333b57;
  font-weight: 500;
}
.server-tabcut-hd .server-tabcut-item .server-tabcut-item-ctitle::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: transparent;
}
.server-tabcut-hd .server-tabcut-item.active .server-tabcut-item-ctitle {
  color: #1e78ff;
}
.server-tabcut-hd .server-tabcut-item.active .server-tabcut-item-ctitle::after {
  background-color: #1e78ff;
}
.server-tabcut-hd .server-tabcut-item .server-tabcut-item-more {
  display: none;
  width: 1.375rem;
  height: 0.6875rem;
  background: url(defult-arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 1.1875rem;
  top: 50%;
  transform: translateY(-50%);
}
.server-tabcut-hd .server-tabcut-item.active .server-tabcut-item-more {
  display: block;
}
.server-tabcut-hd .server-tabcut-item:last-child {
  margin-right: 0;
}
.server-tabcut-bd {
  padding: 0 1.1875rem;
}
.server-tabcut-content li {
  line-height: 3.125rem;
  border-bottom: 0.0525rem solid rgba(238, 238, 238, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.server-tabcut-content li:last-child {
  border-bottom: none;
}
.server-tabcut-content li .server-policy-title {
  display: block;
  width: 78%;
}
.server-tabcut-content li:hover .server-policy-title {
  color: #1e78ff;
}
.server-tabcut-content li .server-policy-tag {
  margin-left: 0.9375rem;
  background: #ecf4ff;
  border: 0.0519rem solid rgba(30, 120, 255, 0.4);
  border-radius: 0.1037rem;
  -webkit-border-radius: 0.1037rem;
  -moz-border-radius: 0.1037rem;
  -ms-border-radius: 0.1037rem;
  -o-border-radius: 0.1037rem;
  font-size: 0.875rem;
  color: #1e78ff;
  text-align: center;
  line-height: 1.4563rem;
  font-weight: 400;
  padding: 0 0.5256rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.server-tabcut-content li .server-policy-time {
  font-size: 1rem;
  margin-left: auto;
  color: #8b95a8;
  font-weight: 400;
}
/* 人才项目申报 */
.projects-declaration {
  margin-bottom: 0.875rem;
}
.projects-declaration-item {
  width: 24.3125rem;
  height: 8.8125rem;
  margin: 0 1rem 1rem 0;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;

  border: 0.0625rem solid transparent;
}
.projects-declaration-item a {
  width: 100%;
  height: 100%;
  padding: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.projects-declaration-item .projects-declaration-item-icon {
  display: block;
  width: 2.125rem;
  height: auto;
}
.projects-declaration-item .projects-declaration-item-title {
  font-size: 1.125rem;
  color: #333b57;
  letter-spacing: 0;
  line-height: 1.75rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projects-declaration-item .projects-declaration-item-click {
  font-size: 0.875rem;
  color: #333b57;
  letter-spacing: 0;
  font-weight: 400;
}
.projects-declaration-item .projects-declaration-item-click a {
  color: #333b57;
}
.projects-declaration-item:nth-child(3n) {
  margin-right: 0;
}
.projects-declaration-item:nth-child(1) {
  background: #e2f9f5;
}
.projects-declaration-item:nth-child(1):hover {
  /* border-color: rgba(16, 132, 117, 1);
  background: url(projects-declaration-bghover3.svg) no-repeat right bottom
    #f7fdfd; */
  background: url(xmsp1-hover.svg) no-repeat #f7fdfd;
  background-size: 100% 100%;
}
.projects-declaration-item:nth-child(2) {
  background: #fbf4df;
}
.projects-declaration-item:nth-child(2):hover {
  /* border-color: rgba(173, 122, 4, 1);
  background: url(projects-declaration-bghover1.svg) no-repeat right bottom
    #fbf4df; */
  background: url(xmsp2-hover.svg) no-repeat #fefdf7;
  background-size: 100% 100%;
}
.projects-declaration-item:nth-child(3) {
  background: #eef5ff;
}
.projects-declaration-item:nth-child(3):hover {
  /* border-color: rgba(51, 109, 243, 1);
  background: url(projects-declaration-bghover14.svg) no-repeat right bottom
    #eef5ff; */
  background: url(xmsp3-hover.svg) no-repeat #f9faff;
  background-size: 100% 100%;
}
.projects-declaration-item:nth-child(4) {
  background: #eef5ff;
}
.projects-declaration-item:nth-child(4):hover {
  /* border-color: rgba(51, 109, 243, 1);
  background: url(projects-declaration-bghover14.svg) no-repeat right bottom
    #eef5ff; */
  background: url(xmsp4-hover.svg) no-repeat #f9faff;
  background-size: 100% 100%;
}
.projects-declaration-item:nth-child(5) {
  background: #f2f2fd;
}
.projects-declaration-item:nth-child(5):hover {
  /* border-color: rgba(38, 136, 49, 1);
  background: url(projects-declaration-bghover4.svg) no-repeat right bottom
    #e4fae1; */
  background: url(xmsp5-hover.svg) no-repeat #fafbfe;
  background-size: 100% 100%;
}
.projects-declaration-item:nth-child(6) {
  background: #fff3e4;
}
.projects-declaration-item:nth-child(6):hover {
  /* border-color: rgba(51, 109, 243, 1);
  background: url(projects-declaration-bghover14.svg) no-repeat right bottom
    #eef5ff; */
  background: url(xmsp6-hover.svg) no-repeat #fffbf7;
  background-size: 100% 100%;
}

.projects-declaration-item:nth-child(7) {
  background: #f2f2fd;
}
.projects-declaration-item:nth-child(7):hover {
  border-color: rgba(91, 100, 245, 1);
  background: url(projects-declaration-bghover6.svg) no-repeat right bottom
    #f2f2fd;
}
.projects-declaration-item:nth-child(8) {
  background: #fff3e4;
}
.projects-declaration-item:nth-child(8):hover {
  border-color: rgba(194, 87, 6, 1);
  background: url(projects-declaration-bghover1.svg) no-repeat right bottom
    #fff3e4;
}
.projects-declaration-item:nth-child(9) {
  background: #e2f9f5;
}
.projects-declaration-item:nth-child(9):hover {
  border-color: rgba(16, 132, 117, 1);
  background: url(projects-declaration-bghover3.svg) no-repeat right bottom
    #e2f9f5;
}
.projects-declaration-item:nth-child(10) {
  background: #f7fdfd;
}
.projects-declaration-item:nth-child(10):hover {
  border-color: rgba(16, 132, 117, 1);
  background: url(projects-declaration-bghover3.svg) no-repeat right bottom
    #e2f9f5;
}
/* 人才项目超市 */
.projects-supermarkets {
  background: url(projects-supermarkets-bg.png) no-repeat center;
  background-size: 100% auto;
  padding: 1.875rem 0 0.9375rem;
}
.projects-supermarkets-list li {
  background: #ffffff;
  width: 24.3125rem;
  height: 7.375rem;
  margin: 0 1rem 0.9375rem 0;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  border: 0.0625rem solid transparent;
  background: url(relatedlinks.png) no-repeat;
  background-size: 100% 100%;
}
.projects-supermarkets-list li:hover {
  border-color: #1e78ff;
}
.projects-supermarkets-list li:nth-child(3n) {
  margin-right: 0;
}
.projects-supermarkets-list li a {
  display: block;
  /* flex-direction: column;
  justify-content: space-between; */
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* .projects-supermarkets-list li a::after {
  position: absolute;
  right: 1.125rem;
  bottom: 1.25rem;
  display: block;
  content: "";
  width: 1rem;
  height: 0.375rem;
  background: url(singlearrows-hover.svg) no-repeat;
  background-size: 100%;
} */
.projects-supermarkets-list li .projects-supermarkets-item-title {
  font-size: 1.125rem;
  color: #333b57;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 500;
  line-height: 1.5625rem;
  padding-left: 0.9225rem;
  position: relative;
  /* margin-bottom: .875rem; */
}
.projects-supermarkets-list li .projects-supermarkets-item-title::before {
  position: absolute;
  left: 0.125rem;
  top: 0.5938rem;
  transform: rotate(45deg);
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #1e78ff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.projects-supermarkets-list li .projects-supermarkets-item-detail {
  font-size: 1rem;
  color: #8b95a8;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 400;
  line-height: 1.375rem;
}
.projects-supermarkets-list li .projects-supermarkets-manipulate {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.projects-supermarkets-list li .projects-supermarkets-item-detail:nth-child(1) {
  margin-bottom: 0.25rem;
}

/* 灵道用功 */
.versatile-diligent-card li {
  width: 24.3125rem;
  height: 8.125rem;
  border-radius: 1.625rem;
  -webkit-border-radius: 1.625rem;
  -moz-border-radius: 1.625rem;
  -ms-border-radius: 1.625rem;
  -o-border-radius: 1.625rem;
  margin-right: 1rem;
}
.versatile-diligent-card li:hover {
  opacity: 0.7;
}
.versatile-diligent-card li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.versatile-diligent-card li .versatile-diligent-card-icon {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 1.8125rem 0 2.6875rem;
}
.versatile-diligent-card li .versatile-diligent-title {
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: 0.0575rem;
  text-align: center;
  text-shadow: 0.0625rem 0.0625rem 0 #1c64d6;
  font-weight: 600;
}
.versatile-diligent-card li:nth-child(3n) {
  margin-right: 0;
}
.versatile-diligent-card li:nth-child(1) {
  background: url(versatile-diligent-bg1.png) no-repeat;
  background-size: 100%;
}
.versatile-diligent-card li:nth-child(1) .versatile-diligent-title {
  text-shadow: 0.0625rem 0.0625rem 0 #1c64d6;
}
.versatile-diligent-card li:nth-child(2) {
  background: url(versatile-diligent-bg2.png) no-repeat;
  background-size: 100%;
}
.versatile-diligent-card li:nth-child(2) .versatile-diligent-title {
  text-shadow: 0.0625rem 0.0625rem 0 #00a26d;
}
.versatile-diligent-card li:nth-child(3) {
  background: url(versatile-diligent-bg3.png) no-repeat;
  background-size: 100%;
}
.versatile-diligent-card li:nth-child(3) .versatile-diligent-title {
  text-shadow: 0.0625rem 0.0625rem 0 #eb8d13;
}

/* 人才工具 */
.talent-tools-list li {
  width: 36.875rem;
  height: 9.7188rem;
  margin-right: 1.25rem;
  border-radius: 1.625rem;
  -webkit-border-radius: 1.625rem;
  -moz-border-radius: 1.625rem;
  -ms-border-radius: 1.625rem;
  -o-border-radius: 1.625rem;
  background: url(talentcalculator.png) no-repeat;
  background-size: 100% 100%;
}
.talent-tools-list li:hover {
  background: url(talentcalculatorHover.png) no-repeat;
  background-size: 100% 100%;
}
.talent-tools-list li:nth-child(2) {
  background: url(corporationsexamination.png) no-repeat;
  background-size: 100% 100%;
}
.talent-tools-list li:nth-child(2):hover {
  background: url(corporationsexaminationHover.png) no-repeat;
  background-size: 100% 100%;
}
.talent-tools-list li:nth-child(2n) {
  margin-right: 0;
}
.talent-tools-list li a {
  display: block;
  padding: 2.6875rem 6.25rem 2.6875rem 2.8125rem;
}
.talent-tools-list li .testimonials-server-title {
  font-family: "AlimamaShuHeiTi-Bold";
  font-size: 1.5rem;
  color: #333b57;
  letter-spacing: 0.15rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.talent-tools-list li:hover .testimonials-server-title,
.talent-tools-list li:hover .testimonials-server-title em,
.talent-tools-list li:hover .testimonials-server-into {
  color: #ffffff;
}
.talent-tools-list li .testimonials-server-title em {
  color: #1e78ff;
}
.talent-tools-list li .testimonials-server-into {
  font-size: 0.875rem;
  color: #333b57;
  letter-spacing: 0;
  font-weight: 500;
}

/* 人才政策 */
.policy-subject {
  background: #f3f6fa;
  padding: 1.25rem 0;
}