@charset "UTF-8";
/*
 * @Descripttion: 医保服务专区
 * @Author: zhoujie
 * @Date: 2023-11-15
 */
.content {
  overflow: hidden;
  padding-bottom: 72px;
}

.banner {
  height: 240px;
  padding-top: 60px;
  background: url("../images/banner.jpg") center no-repeat;
}
.banner h4 {
  font-family: YouSheBiaoTiHei;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 73px;
  letter-spacing: 5px;
  color: transparent;
  background: url("../images/title.png") left center no-repeat;
}
.banner .sub-title {
  height: 34px;
  color: transparent;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(7, 175, 147, 0.3);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2.08px;
}

.content {
  overflow: hidden;
  padding-bottom: 72px;
}
.content .container {
  padding: 1px 0;
  padding-bottom: 20px;
}

.title {
  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;
  height: 72px;
  margin: 30px 0;
  margin-bottom: 40px;
  border-bottom: 2px solid #e4e7ed;
}
.title h3 {
  position: relative;
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}
.title h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #4393f5;
}
.title .right-info {
  color: #666;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 0.36px;
}

.box {
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(161, 179, 197, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(161, 179, 197, 0.1);
}

.mod {
  padding-top: 1px;
}
.mod:last-child {
  padding-bottom: 40px;
}
.mod-hd {
  margin-top: 43px;
  margin-bottom: 28px;
}
.mod-hd h4 {
  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;
  color: #333;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.6px;
}
.mod-hd h4::before {
  content: "";
  width: 303px;
  height: 4px;
  margin-right: 31px;
  background: url("../images/icon-title-left1.png") center right no-repeat;
}
.mod-hd h4::after {
  content: "";
  width: 303px;
  height: 4px;
  margin-left: 31px;
  background: url("../images/icon-title-right1.png") center left no-repeat;
}
.mod-bd {
  padding: 0 40px;
}

.item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 124px;
  margin-bottom: 20px;
}
.item:last-child {
  margin-bottom: 0;
}
.item .serial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  padding-bottom: 8px;
  padding-right: 8px;
  margin-right: 32px;
  z-index: 999;
  color: #fff;
  font-family: OPPOSans;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
}
.item .serial p {
  width: 100%;
  text-align: center;
}
.item .r-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;
  width: calc(100% - 88px);
  padding: 24px;
}
.item .r-bd .right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item .name {
  margin-bottom: 8px;
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 34px;
}
.item .info {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.item .tip {
  color: #4393f5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.item .btn {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item .btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item::before {
  content: "";
  z-index: 9;
  background-size: contain !important;
}

.sky-blue .mod-hd h4::before {
  background: url("../images/icon-title-left1.png") center right no-repeat;
}
.sky-blue .mod-hd h4::after {
  background: url("../images/icon-title-right1.png") center left no-repeat;
}
.sky-blue .item[data-type=skyBlue] .serial {
  background: url("../images/bg-serial1.png") center no-repeat;
}
.sky-blue .item[data-type=skyBlue] .r-bd {
  background: #f3f9ff url("../images/bg-item1.png") right top no-repeat;
}
.sky-blue .item[data-type=skyBlue] .btn {
  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;
  padding: 8px 20px;
  gap: 10px;
  border-radius: 2px;
  background: #4393f5;
}

.cyan .mod-hd h4::before {
  background: url("../images/icon-title-left2.png") center right no-repeat;
}
.cyan .mod-hd h4::after {
  background: url("../images/icon-title-right2.png") center left no-repeat;
}
.cyan .item[data-type=cyan] .serial {
  background: url("../images/bg-serial2.png") center no-repeat;
}
.cyan .item[data-type=cyan] .r-bd {
  background: rgba(36, 179, 199, 0.07) url("../images/bg-item2.png") right top no-repeat;
}
.cyan .item[data-type=cyan] .btn {
  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;
  padding: 8px 20px;
  gap: 10px;
  border-radius: 2px;
  background: #24b3c7;
}

.green .mod-hd h4::before {
  background: url("../images/icon-title-left3.png") center right no-repeat;
}
.green .mod-hd h4::after {
  background: url("../images/icon-title-right3.png") center left no-repeat;
}
.green .item[data-type=green] .serial {
  background: url("../images/bg-serial3.png") center no-repeat;
}
.green .item[data-type=green] .r-bd {
  background: rgba(67, 200, 112, 0.07) url("../images/bg-item3.png") right top no-repeat;
}
.green .item[data-type=green] .tip {
  color: #4fa86d;
}
.green .item[data-type=green] .btn {
  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;
  padding: 8px 20px;
  gap: 10px;
  border-radius: 2px;
  background: #4bbf72;
}

.check {
  padding-bottom: 24px !important;
}
.check .mod-bd {
  min-height: 228px;
  padding: 0;
}
.check .swiper-slide {
  padding: 40px;
  padding-bottom: 46px;
}
.check .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: 356px;
  height: 142px;
  padding: 10px;
  padding-right: 30px;
  margin-left: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #cde4ff;
  background: url("../images/bg-service.png") center no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.check .swiper-slide .service:first-child {
  margin-left: 0;
}
.check .swiper-slide .service .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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 108px;
  height: 108px;
}
.check .swiper-slide .service .name {
  color: #35475e;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.check .swiper-slide .service:hover {
  border: 1px solid #4393f5;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), linear-gradient(98deg, #fff 5.32%, #eff6ff 97.43%);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(67, 147, 245, 0.5);
          box-shadow: 0px 0px 20px 0px rgba(67, 147, 245, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.check .swiper-slide .service:hover .name {
  color: #35475d;
  font-weight: 700;
}
.check .swiper-pagination {
  bottom: 0px;
}
.check .swiper-pagination-bullet {
  margin: 0 3px;
  width: 12px;
  height: 6px;
  border-radius: 0.5px;
  background: #ced8e4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.check .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  background: #4691e5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.policy .mod {
  padding-bottom: 0;
}
.policy .mod-bd {
  padding: 20px 10px;
  padding-bottom: 1px;
}
.policy-list {
  min-height: 680px;
}
.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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(67, 147, 245, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.policy-list li:hover a {
  color: #4393f5;
}
.policy-list li:hover .date {
  color: #4393f5;
}

/* 分页 */
body .m-pagination {
  margin-top: 20px;
  margin-bottom: 24px;
}
body .m-pagination .m-pagination-page > li > a {
  border-radius: 3px;
}
body .m-pagination .m-pagination-page > li.active > a {
  background: #eff6ff;
  border-color: #4393f5;
  color: #4393f5;
}