@charset "UTF-8";
section.banner {
  width: 100%;
  position: relative;
  height: 200px;
  background: center/cover url("../images/second-banner-bg.jpg");
  z-index: 1;
}
section.banner::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 143, 171, 0.48) 0%, rgb(255, 255, 255) 100%);
}
section.banner .banner-title {
  z-index: 2;
  position: absolute;
  letter-spacing: 4px;
  left: 15%;
  top: calc(50% - 20px);
  font-style: italic;
  font-weight: bold;
  font-style: SimSun, FangSong, Microsoft YaHei;
  color: #008fab;
  font-size: 34px;
  opacity: 0;
  transform: translateX(-150px);
  transition: all 1s;
}
section.banner .banner-title.active {
  opacity: 1;
  transform: translateX(0);
}

.pagination-container {
  margin-top: 40px;
}

.pagination .independent {
  margin-left: 12px;
  margin-right: 12px;
  white-space: nowrap;
}

.center-section {
  width: 80%;
  margin: 40px auto;
  --bs-link-color: rgb(7, 162, 193);
  --bs-link-hover-color: rgb(4, 118, 141);
  /* 科室简介 */
  /* 专家详情 */
}
.center-section .main-contain {
  flex: 1;
  overflow: hidden;
}
.center-section .main-contain > div {
  margin-bottom: 30px;
}
.center-section .main-contain .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: rgb(0, 143, 171);
  padding: 5px 8px;
  display: inline-block;
  width: fit-content;
  margin-bottom: 20px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.center-section .main-contain .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 2px;
  background: rgb(0, 143, 171);
  bottom: 0;
  left: 0;
}
.center-section .main-contain .doctors .d-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 40px;
}
.center-section .main-detail-left {
  border-right: 1px solid #ebebeb;
  margin-right: 40px;
  padding-right: 40px;
  position: relative;
  width: 120px;
}
.center-section .main-detail-nav {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 6px;
  width: 120px;
  flex-wrap: wrap;
}
.center-section .main-detail-nav a {
  padding: 6px 12px;
  width: 100%;
  display: block;
}
.center-section .main-detail-nav a.active {
  font-weight: bold;
}
.center-section .doctor-detail-box .avatar-box {
  padding: 40px 60px 0;
  margin-right: 30px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
}
.center-section .doctor-detail-box .avatar-box img {
  width: 130px;
  height: 200px;
}
.center-section .doctor-detail-box .doctor-detail {
  flex: 1;
  color: #333;
}
.center-section .doctor-detail-box .doctor-detail p {
  color: #666;
}

.common-display-list a {
  color: #666;
}
.common-display-list a :hover {
  color: #0a58ca;
}
.common-display-list .name {
  margin-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-display-list .time {
  color: #999;
  white-space: nowrap;
}
.common-display-list li {
  margin-top: 25px;
}

/* 小于768象素时 */
@media (max-width: 768px) {
  .center-section {
    width: auto !important;
    margin: 40px 12px !important;
  }
  .center-section .main-contain {
    min-width: 100%;
  }
  .center-section .main-contain .doctors .d-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .center-section .main-contain .doctors .d-grid .team-member {
    justify-self: center;
  }
  .center-section .main-detail-left {
    display: none !important;
  }
  .center-section .doctor-detail-box .avatar-box {
    width: 100% !important;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
  }
  .pagination .page-item.response {
    display: none !important;
  }
  .banner {
    height: 80px !important;
  }
  .banner .banner-title {
    font-size: 22px !important;
  }
}
.departs-box + .departs-box {
  margin-top: 20px;
}
.departs-box > .name {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  background: rgb(7, 162, 193);
  border-radius: 4px;
  padding: 5px 12px;
  color: #fff;
}

/*# sourceMappingURL=subpage.css.map */
