/* 顶部banner样式start */
.home-banner-wrap {
  position: relative;
  width: 100%;
  margin: 8px auto 40px;
}
.home-banner-wrap .home-banner {
  height: 140px;
}
.home-banner-wrap .home-banner .swiper-slide {
  width: 100%;
}
.home-banner-wrap .home-banner .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 140px;
  text-align: center;
  color: #fff;
}
.home-banner .headline-item a::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 58px;
  height: 58px;
  display: inline-block;
  background: url('../assets/home-banner/icon_headline.png') no-repeat center;
  background-size: 100% 100%;
}

.home-banner-wrap .swiper-next-btn,
.home-banner-wrap .swiper-prev-btn {
  position: absolute;
  top: 48px;
  width: 42px;
  height: 42px;
  z-index: 90;
  cursor: pointer;
}
.home-banner-wrap .main-title {
  padding: 0 66px;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 12px;
  white-space: nowrap;
  overflow: hidden;
}

.home-banner-wrap .minor-title {
  padding: 0 120px;
  font-size: 24px;
  line-height: 1;
  text-align: right;
}

.home-banner-wrap .swiper-next-btn {
  right: 16px;
}

.home-banner-wrap .swiper-prev-btn {
  left: 16px;
}

/* 顶部banner样式end */

.swiper-wrapper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}

/* 文章banner样式start  */

.trend-left .article-box .list {
  height: 268px;
}
.article-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.article-banner .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #808080;
}

.article-banner .swiper-slide .swiper-slide-title {
  position: absolute;
  width: 100%;
  padding-left: 20px;
  padding-right: 120px;
  box-sizing: border-box;
  bottom: 0;
  height: 36px;
  line-height: 36px;
  background: rgba(40, 97, 201, 0.5);
  font-size: 16px;
  letter-spacing: 0;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
}

.article-banner .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.article-banner .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 12px;
  z-index: 90;
  right: 0;
}

.article-banner .swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  height: 6px;
  width: 6px;
  opacity: 0.5;
  background: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 12px;
  margin-left: 4px;
}

.article-banner .swiper-pagination .swiper-active-switch {
  opacity: 1;
  background: #ffffff;
}

/* 文章样式end  */

/* 标题样式start */
.title-box {
  position: relative;
  padding: 7px 0 7px 16px;
  margin-bottom: 26px;
  font-size: 26px;
  color: #000000;
  line-height: 26px;
  font-weight: bold;
  background-image: linear-gradient(270deg, rgba(81, 154, 230, 0) 0%, rgba(40, 97, 201, 0.2) 100%);
}

.title-box::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 4px;
  background: #2861c9;
}

/* 标题样式end */

/* 文章样式start */
.article-wrap .article-nav {
  margin-bottom: 24px;
  font-size: 26px;
  color: rgba(40, 97, 201, 0.5);
  letter-spacing: 0;
  line-height: 26px;
  font-weight: bold;
  border-bottom: 1px solid #2783d9;
}

.article-nav li {
  display: inline-block;
  cursor: pointer;
  padding-bottom: 16px;
  position: relative;
}

.article-nav li + li {
  margin-left: 36px;
}

.article-nav li.active {
  color: #2861c9;
}

.article-nav li.active::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #006fb7;
}
.article-wrap .article-box .list {
  position: relative;
  display: none;
}

.article-wrap .article-box .list a {
  display: block;
  height: 16px;
  line-height: 16px;
}

.article-wrap .article-box .list li + li {
  margin-top: 20px;
}

.article-wrap .article-box .list li span.point {
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #407ff3;
  margin-right: 4px;
  vertical-align: 8px;
}

body.oldFixed .article-wrap .article-box {
  height: 448px;
}

body.oldFixed .article-wrap .article-box .list a {
  height: auto;
}

body.oldFixed .article-wrap .article-box ul.list li span.point {
  vertical-align: 22px;
}

.article-wrap .article-box .list li a:hover span.title,
.article-wrap .article-box .list li a:hover span.date {
  color: #2861c9;
}

.article-wrap .article-box .list li span.title {
  display: inline-block;
  width: 80%;
  font-size: 16px;
  color: #222222;
}

.article-wrap .article-box .list li span.date {
  float: right;
  text-align: right;
  font-size: 14px;
  color: #aaaaaa;
  vertical-align: 6px;
}

.article-wrap .article-box a.more {
  position: absolute;
  right: 0;
  top: -68px;
  width: 80px;
  height: 32px;
  border-radius: 18px;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #2861c9;
  text-align: center;
  display: inline-block;
  background: rgba(40, 97, 201, 0.1);
}

.article-wrap .article-box a.more::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-left: 4px;
  background: url('../assets/index/arrow_right_blud.png') center/100% no-repeat;
}
/* 文章样式end */

/* 信息服务样式start */

.service-wrap a {
  position: relative;
  display: inline-block;
  min-width: 184px;
  height: 100px;
  margin-right: 18px;
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  line-height: 100px;
}
.service-wrap a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.service-wrap a .service-text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}

.service-wrap a:nth-child(3n) {
  margin-right: 0;
}

/* 信息服务样式end */

/* 健康教育start */

.teach-wrap {
  margin-bottom: 36px;
}

.teach-wrap .title-box {
  position: relative;
  margin-bottom: 40px;
}

.teach-wrap .teach-title {
  margin-right: 28px;
}
.teach-wrap .teach-search-form {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 0;
}

.teach-wrap .teach-search-form .search-input {
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 20px;
  background: #ffffff;
  border: 1px solid #2783d9;
  border-radius: 20px 0 0 20px;
}

.teach-wrap .teach-search-form .search-btn {
  width: 56px;
  height: 100%;
  border-radius: 0 20px 20px 0;
  background: #1d81eb;
}

.teach-wrap .teach-banner-wrap {
  position: relative;
  margin-bottom: 40px;
}
.teach-wrap .teach-banner-wrap .swiper-slide .swiper-slide-box {
  height: 100%;
  margin: 0 auto;
}

.teach-wrap .teach-banner-wrap .swiper-slide a {
  display: block;
  padding: 26px 0;
  height: 100%;
  width: 160px;
  text-align: center;
  box-sizing: border-box;
  background: #eff4fc;
  border-radius: 16px;
}

.teach-wrap .teach-banner-wrap .teach-banner {
  width: 1156px;
  height: 186px;
  overflow: hidden;
}
.teach-wrap .teach-banner-wrap .swiper-wrapper {
  width: 9999px !important;
}
.teach-wrap .teach-banner-wrap .swiper-slide img {
  margin-bottom: 24px;
  width: 53px;
  height: 58px;
}

.teach-wrap .teach-banner-wrap .swiper-slide p {
  font-size: 20px;
  padding: 0 6px;
  color: #2861c9;
  font-weight: bold;
}

.teach-wrap .teach-banner-wrap .arrow-left {
  position: absolute;
  left: 0;
  top: 67px;
  cursor: pointer;
}

.teach-wrap .teach-banner-wrap .arrow-right {
  position: absolute;
  right: 0;
  top: 67px;
  cursor: pointer;
}

.teach-content-wrap .card-box {
  background: #fff;
  box-shadow: 0 2px 22px 2px rgba(216, 216, 216, 0.5);
}

.teach-content-wrap .card-box .card-content {
  padding-top: 28px;
  padding-bottom: 40px;
}

.teach-content-wrap .teach-left-box {
  width: 448px;
}

.teach-content-wrap .video-box {
  width: 100%;
}
.teach-content-wrap .video-box .article-box a.more {
  top: -32px;
  right: 24px;
}
.video-box .swiper-container {
  height: 268px;
}
.video-box .card-content {
  position: relative;
}

.video-box .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 268px;
}
.teach-content-wrap .disease-box {
  width: 100%;
  margin-top: 24px;
  box-sizing: border-box;
}
.teach-content-wrap .disease-box a {
  display: block;
}
.teach-content-wrap .disease-box a,
.teach-content-wrap .disease-box a img {
  width: 100%;
  height: 130px;
}

.teach-content-wrap .teach-right-box {
  width: 768px;
}
.teach-content-wrap .hot-box {
  width: 100%;
}

.hot-box .article-box .list {
  height: 268px;
}

.teach-content-wrap .article-wrap .article-box .list a.more {
  top: -60px;
}
.trend-wrap {
  margin: 40px auto;
  width: 100%;
}
.trend-wrap .trend-left {
  width: 600px;
}

.trend-wrap .trend-right {
  position: relative;
  width: 600px;
  height: 337px;
}

.trend-right .swiper-slide .swiper-slide-img {
  width: 100%;
  height: 337px;
}

/* 健康教育end */
.info-wrap {
  margin: 0 auto 64px;
  width: 100%;
}

.info-wrap .info-left,
.info-wrap .info-right {
  width: 600px;
}

.info-wrap .info-right .title-box {
  margin-bottom: 64px;
}

.info-wrap .info-right .article-box {
  min-height: 196px;
}

.letter-list li {
  float: left;
  font-size: 20px;
  color: #1d81eb;
  letter-spacing: 15px;
  font-weight: 700;
}

/* 右侧导航start */
.fixed-nav {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 500;
}

.fixed-nav a.nav-item {
  display: block;
  padding: 10px;
  margin-bottom: 16px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #4d4d4d;
  background: -moz-linear-gradient(40deg, rgba(254, 255, 255, 0.6) 0%, rgba(232, 243, 255, 0.6) 100%);
  background: -ms-linear-gradient(40deg, rgba(254, 255, 255, 0.6) 0%, rgba(232, 243, 255, 0.6) 100%);
  background: -webkit-linear-gradient(40deg, rgba(254, 255, 255, 0.6) 0%, rgba(232, 243, 255, 0.6) 100%);
  background-image: linear-gradient(40deg, rgba(254, 255, 255, 0.6) 0%, rgba(232, 243, 255, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#FEFFFF", endColorstr="#E8F3FF", gradientType="1");
  border: 1px solid #eeeeee;
  border-radius: 8px;
}

.fixed-nav .nav-item .nav-item-icon {
  width: 52px;
  height: 52px;
}
/* 右侧导航end */

.mobile-show {
  display: none !important;
}
