.letter-wrap {
  height: 40px;
  margin-bottom: 24px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  white-space: nowrap;
}

.letter-list {
  display: inline-block;
}

.letter-list li {
  display: inline-block;
  font-size: 20px;
  color: #1d81eb;
  letter-spacing: 24px;
  font-weight: 700;
}
.tab-wrap .tab-list {
  background: #fff;
}
.tab-wrap .tab-item {
  position: relative;
  width: 25%;
  height: 180px;
  float: left;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border-right: 1px solid #edf0f2;
  border-bottom: 1px solid #edf0f2;
}

.tab-wrap .tab-item > a {
  height: 100%;
  padding: 36px 8px;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
}

.tab-wrap .tab-item img.tab-img {
  width: 58px;
  height: 58px;
}

.tab-wrap .tab-item .tab-text {
  margin-top: 24px;
  font-size: 20px;
  color: #2861c9;
  font-weight: bold;
}

.menu-article {
  background: #fff;
}

.menu-article .menu-wrap {
  width: 310px;
}

.menu-article .menu-wrap .menu-item {
  position: relative;
  padding: 38px 0;
  background: #eff4fc;
  border-left: 4px solid #fff;
  color: rgba(40, 97, 201, 0.8);
  font-size: 20px;
  text-align: center;
}

.menu-article .menu-wrap .menu-item:last-child {
  border-bottom: 4px solid #fff;
}

.menu-article .menu-wrap .menu-item.active {
  background: #ffffff;
  font-weight: bold;
  color: #222222;
  z-index: 10;
}
.menu-article .menu-wrap .menu-item:not(:last-child)::after {
  content: '';
  position: absolute;
  display: block;
  width: 200px;
  height: 1px;
  margin-left: -100px;
  background: rgba(40, 97, 201, 0.1);
  bottom: -1px;
  left: 50%;
  z-index: 1;
}

.menu-article .menu-wrap .menu-item.active::after {
  display: none;
}

.letter-wrap,
.tab-wrap,
.aside-wrap,
.menu-article {
  margin-bottom: 20px;
}

.content-box {
  display: none;
  width: 930px;
  margin-bottom: 0;
  padding-left: 20px;
  box-sizing: border-box;
}

.content-box .card-content {
  margin-top: 50px;
  padding-top: 34px;
}

.content-box.card-box .card-more,
.aside-wrap .card-more {
  top: 18px;
  right: 24px;
}

.content-box .article-box > ul.list {
  display: block;
}
.article-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.article-banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 320px;
}

.article-banner .swiper-slide a p {
  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;
}

.aside-wrap .card-box {
  margin-bottom: 0;
}

.aside-wrap .aside-banner {
  height: 320px;
}
.aside-card .item {
  position: relative;
  display: block;
  width: 274px;
  height: 154px;
  margin-top: 12px;
  text-align: center;
}
.aside-wrap .aside-card .card-content {
  padding-top: 8px;
}

.aside-card .item:nth-child(odd) {
  float: left;
}

.aside-card .item:nth-child(even) {
  float: right;
}
.aside-card .item .item-img:not(.has_default_img) {
  width: 100%;
  height: 100%;
}
.contact-wrap {
  width: 100%;
}

.contact-wrap .card-content {
  min-height: 207px;
}

.panel-list li.panel-item {
  position: relative;
  padding: 40px;
  background: rgba(29, 129, 235, 0.1);
  border-radius: 12px;
}

.panel-list .panel-item .item-icon {
  position: absolute;
  width: 72px;
  height: 72px;
}

.panel-list .panel-item .item-main {
  margin-left: 92px;
}

.panel-list .panel-item .title {
  margin-bottom: 16px;
  font-size: 20px;
  color: #2861c9;
  line-height: 16px;
  font-weight: bold;
}

.panel-list .panel-item .content {
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
}

.disease-card .disease-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  /* padding: 20px 24px 24px; */
  /* box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  color: #c92828; */
}
.disease-card .disease-item a img {
  width: 100%;
  height: 100%;
}

body.oldFixed .letter-wrap {
  height: auto;
}

body.oldFixed .tab-wrap .tab-item {
  height: 100%;
}

body.oldFixed .aside-wrap .aside-banner,
body.oldFixed .aside-wrap .aside-card {
  width: 100%;
}
body.oldFixed .menu-article .menu-wrap {
  width: 100%;
  padding: 0 22px 0 18px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
body.oldFixed .menu-article .menu-wrap .menu-item {
  display: inline-block;
  padding: 22px 22px;
}

body.oldFixed .aside-wrap .aside-card {
  height: auto;
}
body.oldFixed .aside-wrap .aside-card a.item {
  height: auto;
}
