@charset "UTF-8";
/**!
 * [生育服务专区]
 * date:2023-11-08
 * author: [zhoujie];
 */
body {
  background: #fff;
}

.content {
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.67%, #fff), color-stop(85.56%, #fcf7f6));
  background: linear-gradient(180deg, #fff 19.67%, #fcf7f6 85.56%);
}
.content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner {
  height: 240px;
  padding-top: 56px;
  background: url("../images/banner.png") center no-repeat;
}
.banner h4 {
  font-family: YouSheBiaoTiHei;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.12px;
  color: transparent;
  background: url("../images/title.png") left center no-repeat;
}
.banner .sub-title {
  color: #7c534a;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.08px;
}

.module-hd {
  height: 72px;
  border-bottom: 2px solid #eee6e3;
}
.module-hd h4 {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  color: #673622;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.module-hd h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #ff9370;
}
.module-bd {
  padding-top: 30px;
  margin-bottom: 35px;
}

.birth-service .module-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.birth-service .swiper-container {
  width: 900px;
  height: 275px;
  border-radius: 50px 4px 4px 4px;
  border: 1px solid #ffc38b;
  background: #fff;
  margin-left: 0;
}
.birth-service .swiper-slide {
  padding: 39px 28px;
}
.birth-service .swiper-slide .service {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 244px;
  margin-top: 34px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 34px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.birth-service .swiper-slide .service:nth-child(1), .birth-service .swiper-slide .service:nth-child(2), .birth-service .swiper-slide .service:nth-child(3) {
  margin-top: 0;
}
.birth-service .swiper-slide .service:nth-child(3n-1) {
  margin-left: 45px;
  margin-right: 45px;
}
.birth-service .swiper-slide .service:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}
.birth-service .swiper-slide .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
.birth-service .swiper-slide .img > img {
  max-width: 100%;
  max-height: 100%;
}
.birth-service .swiper-slide .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.birth-service .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
  width: 12px;
  height: 6px;
  border-radius: 0.5px;
  background: #e5d9d5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.birth-service .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  background: #ff9370;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.birth-service .birth-one-thing {
  width: 276px;
  height: 276px;
  border-radius: 4px 4px 50px 4px;
  background: url("../images/title2.png") top 32px center no-repeat, url("../images/bg-btn-birth.png") center no-repeat;
}
.birth-service .birth-one-thing a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96px;
  height: 33px;
  margin-top: 78px;
  margin-left: 20px;
  background: url("../images/bg-btn.png") center no-repeat;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.birth-service .birth-one-thing a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}

.related-services-list {
  min-height: 168px;
}
.related-services-list li {
  float: left;
  width: 282px;
  height: 200px;
  padding-top: 29px;
  margin-right: 24px;
  margin-top: 24px;
  border-radius: 4px;
  background: url("../images/bg-service.png") center no-repeat;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.related-services-list li:nth-child(4n) {
  margin-right: 0;
}
.related-services-list li:nth-child(1), .related-services-list li:nth-child(2), .related-services-list li:nth-child(3), .related-services-list li:nth-child(4) {
  margin-top: 0;
}
.related-services-list li:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../images/bg-service-active.png") center no-repeat;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(161, 179, 197, 0.1), 0px 2px 20px 0px rgba(221, 134, 106, 0.6);
          box-shadow: 0px 2px 8px 0px rgba(161, 179, 197, 0.1), 0px 2px 20px 0px rgba(221, 134, 106, 0.6);
}
.related-services-list li .img {
  width: 100%;
  height: 72px;
  margin-bottom: 8px;
}
.related-services-list li .img > img {
  max-width: 100%;
  max-height: 100%;
}
.related-services-list li p {
  margin-bottom: 10px;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.related-services-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 29px;
  margin: 0 auto;
  background: url("../images/bg-btn-detail.png") center no-repeat;
  color: #ff9370;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.related-services-list li a::after {
  content: "";
  width: 6px;
  height: 10px;
  margin-left: 6px;
  background: url("../images/icon-arr-r.png") center no-repeat;
}
.related-services-list li a:hover {
  color: #fff;
  background: url("../images/bg-btn-detail-active.png") center no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.related-services-list li a:hover::after {
  background: url("../images/icon-arr-r-active.png") center no-repeat;
}

.policy .module-bd {
  padding: 20px 10px;
  margin-top: 30px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(161, 179, 197, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(161, 179, 197, 0.1);
}
.policy-list {
  min-height: 340px;
}
.policy-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.policy-list li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 13px;
  height: 13px;
  margin-top: 28px;
  margin-left: 20px;
  margin-right: 10px;
  background: url("../images/icon-style.png") center no-repeat;
}
.policy-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 43px);
  height: 100%;
  padding-right: 24px;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.policy-list li .name {
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.policy-list li .date {
  color: #888;
}
.policy-list li:hover {
  background: rgba(255, 147, 112, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.policy-list li:hover a {
  color: #dd633c;
}
.policy-list li:hover .date {
  color: #dd633c;
}

/* 分页 */
body .m-pagination {
  margin-top: 20px;
  margin-bottom: 4px;
}
body .m-pagination .m-pagination-page > li.active > a {
  background: #fff3ef;
  border-color: #ff9370;
  color: #ff9370;
}
body .m-pagination .m-pagination-page > li.active:hover > a {
  background: #fff3ef;
  border-color: #ff9370;
  color: #ff9370;
}
body .m-pagination .m-pagination-page > li:hover > a {
  opacity: 0.8;
}