.page-index {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fb 42%, #ffffff 100%);
}

.banner-container {
  position: relative;
  overflow: hidden;
}

.banner-container .banner-pagination {
  position: absolute;
  left: 50%;
  bottom: 105px;
  z-index: 20;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  transform: translateX(-50%);
  text-align: right;
}

.banner-container .banner-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 40px;
  height: 8px;
  margin: 0 0 0 10px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.banner-container .banner-pagination .swiper-pagination-bullet-active {
  background: #01569b;
}

.index-item02 .title-box-mobile {
  display: none;
}

.index-item02 .title-box {
  display: flex;
  align-items: center;
  gap: 18px;
}

.index-item02 .title-box > span,
.index-item02 .title-box > ul,
.index-item02 .title-box > .more {
  float: none;
}

.index-item02 .yg-news-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
  margin-top: 0;
}

.index-item02 .title-box .more {
  margin-top: 0;
  margin-left: auto;
  flex-shrink: 0;
}

.index-item02 .yg-news-gallery {
  position: relative;
  overflow: hidden;
}

.index-item02 .yg-news-gallery .swiper-button-prev {
  left: 12px;
}

.index-item02 .yg-news-gallery .swiper-button-next {
  right: 12px;
}

.index-item02 .yg-news-gallery .swiper-button-prev::after,
.index-item02 .yg-news-gallery .swiper-button-next::after {
  display: none;
}

.index-item02 .yg-news-gallery .swiper-pagination {
  right: 16px;
}

.index-item03 .content02 .swiper-button-prev::after,
.index-item03 .content02 .swiper-button-next::after {
  display: none;
}

.index-item03 .content01 .left .tab {
  display: flex;
  flex-direction: column;
}

.index-item03 .content01 .left .tab .title,
.index-item03 .content01 .left .tab .more {
  flex: 0 0 auto;
}

.index-item03 .content01 .left .tab .swiper-container-name {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  overflow: hidden;
}

.index-item03 .content01 .left .tab .swiper-container-name .swiper-wrapper {
  align-items: stretch;
}

.index-item03 .content01 .left .tab .swiper-container-name .swiper-slide {
  height: auto;
  min-height: 0;
  padding: 10px 0 10px 28px;
  box-sizing: border-box;
}

.index-item03 .content01 .left .tab .swiper-container-name .swiper-slide .name {
  line-height: 1.35;
}

.index-item03 .content01 .left .tab .swiper-container-name .swiper-slide .subtit {
  margin-top: 3px;
  line-height: 1.4;
}

.index-item03 .content01 .left .tab .more {
  margin-top: 0;
}

.index-item03 .content01 .right {
  display: block;
}

.index-item03 .content01 .right > .bottom {
  float: none;
  clear: both;
  width: 100%;
  background: #fff;
  padding: 0;
  border-top: 0;
  color: #454545;
}

.index-item03 .content01 .right > .bottom a {
  color: #454545;
}

.index-item03 .content01 .right > .bottom .title-box ul li.active,
.index-item03 .content01 .right > .bottom .list ul li a:hover {
  color: #01569b;
}

.index-item03 .content01 .right > .bottom .list ul li a:before {
  background: #ccc;
}

.index-item03 .content01 .right > .bottom .list ul li a:hover:before {
  background: #01569b;
}

.index-item03 .content01 .right .tab-con {
  display: block;
  clear: both;
}

.index-item03 .content01 .right .list {
  overflow: hidden;
}

.index-item03 .content01 .right .list .img {
  float: right;
  width: 40%;
}

.index-item03 .content01 .right .list ul {
  margin-right: 40%;
  overflow: hidden;
}

.index-item03 .content01 .right .list ul li {
  width: 100%;
}

.index-item03 .content01 .right .list ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-item03 .keshi-content .list-box .list ul li .box .content span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-item03 .keshi-content .yg-disease-list li .box .yg-disease-content {
  padding-left: 15px;
}

.index-item03 .keshi-content .yg-disease-list li .box .yg-disease-content .icon {
  display: none;
}

.index-item03 .yg-empty-state {
  margin-top: 24px;
  color: #5f7183;
  font-size: 16px;
  text-align: center;
}

.yg-home-experts,
.yg-home-departments {
  padding: 80px 0;
}

.yg-home-experts {
  background: linear-gradient(180deg, #f5f9fc 0%, #ffffff 100%);
}

.yg-home-departments {
  background: #eef5f8;
}

.yg-section-head {
  margin-bottom: 30px;
}

.yg-section-title {
  font-size: 30px;
  line-height: 1.1;
  color: #17324d;
}

.yg-section-subtitle {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7c94a8;
}

.yg-section-more {
  margin-top: 14px;
  padding-right: 18px;
  background: url(../images/icon-more.png) no-repeat right center;
  color: #3d556d;
}

.yg-expert-card {
  display: block;
  background: #fff;
  box-shadow: 0 18px 40px rgba(20, 52, 82, 0.08);
  border-radius: 6px;
  overflow: hidden;
}

.yg-expert-image {
  padding-top: 120%;
  background-color: #dde8f0;
}

.yg-expert-body {
  padding: 22px 20px 26px;
}

.yg-expert-body h3 {
  font-size: 22px;
  color: #17324d;
}

.yg-expert-meta {
  margin-top: 10px;
  color: #7b8fa1;
  font-size: 14px;
}

.yg-expert-meta span + span {
  margin-left: 10px;
}

.yg-expert-intro {
  margin-top: 14px;
  color: #55697d;
  line-height: 1.8;
  min-height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.yg-experts-swiper {
  padding: 8px 6px 60px;
}

.yg-experts-swiper .swiper-button-prev,
.yg-experts-swiper .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 20px rgba(17, 52, 84, 0.15);
  color: #01569b;
}

.yg-experts-swiper .swiper-button-prev::after,
.yg-experts-swiper .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

.yg-department-shell {
  background: #fff;
  box-shadow: 0 18px 40px rgba(20, 52, 82, 0.08);
}

.yg-department-preview {
  width: 35%;
  min-height: 540px;
  background: linear-gradient(160deg, #0d578d 0%, #1a7f83 100%);
  color: #fff;
}

.yg-department-image {
  height: 260px;
  background: rgba(255, 255, 255, 0.12);
}

.yg-department-image img,
.yg-department-image i {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yg-department-image.no-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.yg-department-image.no-image i {
  width: auto;
  height: auto;
  font-size: 88px;
}

.yg-department-copy {
  display: block;
  color: #fff;
  padding: 34px 36px 40px;
}

.yg-department-name {
  font-size: 30px;
  font-weight: 700;
}

.yg-department-intro {
  margin-top: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
}

.yg-department-content {
  width: 65%;
  padding: 36px;
}

.department-nav {
  margin-bottom: 28px;
}

.department-nav-item {
  float: left;
  margin-right: 14px;
  padding: 0 20px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #c8d8e6;
  border-radius: 22px;
  color: #50697e;
}

.department-nav-item.cur {
  background: #01569b;
  border-color: #01569b;
  color: #fff;
}

.dm-panel-item + .dm-panel-item {
  display: none;
}

.dm-detail {
  margin: 0 -8px;
}

.dm-detail a {
  float: left;
  width: calc(25% - 16px);
  margin: 0 8px 16px;
  height: 54px;
  line-height: 52px;
  border: 1px solid #d6e1ea;
  text-align: center;
  color: #2f4b63;
  background: #f8fbfd;
}

.dm-detail a.active,
.dm-detail a:hover {
  background: #01569b;
  border-color: #01569b;
  color: #fff;
}

@media screen and (max-width: 1025px) {
  .index-item02 .title-box {
    display: block;
  }

  .index-item02 .yg-news-tabs {
    display: block;
  }

  .index-item02 .title-box .more {
    margin-left: 0;
  }

  .banner-container .banner-pagination {
    bottom: 10px;
    text-align: center;
  }

  .banner-container .banner-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    margin: 0 5px;
  }

  .index-item02 .title-box-mobile {
    display: block;
  }

  .yg-home-experts,
  .yg-home-departments {
    padding: 36px 0;
  }

  .yg-section-title {
    font-size: 22px;
  }

  .yg-section-subtitle {
    font-size: 12px;
  }

  .yg-section-more {
    margin-top: 8px;
  }

  .yg-expert-body {
    padding: 18px 16px 20px;
  }

  .yg-expert-body h3 {
    font-size: 18px;
  }

  .yg-department-preview,
  .yg-department-content {
    width: 100%;
    float: none;
  }

  .yg-department-preview {
    min-height: 0;
  }

  .yg-department-image {
    height: 220px;
  }

  .yg-department-copy,
  .yg-department-content {
    padding: 20px 16px;
  }

  .yg-department-name {
    font-size: 22px;
  }

  .dm-detail a {
    width: calc(50% - 16px);
  }

  .index-item03 .content01 .right .list {
    width: 100%;
    overflow: visible;
  }

  .index-item03 .content01 .right .list .img {
    display: none;
  }

  .index-item03 .content01 .right .list ul,
  .index-item03 .content01 .right .list ul li,
  .index-item03 .content01 .right .list ul li a {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .index-item03 .content01 .right .list ul {
    margin-right: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 769px) {
  .index-item03 .content02 .left,
  .index-item03 .content02 .right {
    height: auto;
  }

  .index-item03 .content02 .right .index-item03-container {
    height: auto;
    min-height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }

  .index-item03 .content02 .right .index-item03-container .swiper-wrapper {
    align-items: flex-start;
    height: auto !important;
  }

  .index-item03 .content02 .right .index-item03-container .swiper-slide {
    height: auto;
    min-height: 0;
    padding-top: 0;
    box-sizing: border-box;
  }

  .index-item03 .content02 .right .index-item03-container .contxt {
    position: relative;
    top: auto;
    left: auto;
    padding: 20px 0 24px;
  }

  .index-item04 {
    margin-top: 25px;
  }

  .index-item03 .content01 .left .tab {
    height: 548px;
  }

  .index-item03 .content01 .left .tab .swiper-container-name {
    padding-bottom: 10px;
    box-sizing: border-box;
  }
}
