.banner {
  display: flex;
  justify-content: space-between;
  height: 400px;
}

.banner .banner-left {
  box-sizing: border-box;
  position: relative;
  width: 260px;
  display: flex;
  flex-direction: column;
  background-color: #fcfaf7;
  border: 1px solid #e0dcd6;
  border-bottom: none;
  /* border-radius: 4px; */
}

.banner .banner-left .bannerBtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  border-bottom: 1px solid #e0dcd6;
}

.banner .banner-left .bannerBtn img {
  margin-right: 12px;
  margin-left: 50px;
}

.banner .banner-left .ornament {
  width: 260px;
  height: 400px;
}

.banner .banner-right {
  width: 930px;
  overflow: hidden;
  margin-left: 10px;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.bannerSwiper {
  --swiper-pagination-color: #ffffff;
}

.infoLeftSwiper {
  --swiper-pagination-color: #ffffff;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;


}

.swiper-slide .text {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-pagination {
  bottom: 20px !important;
}

.infoLeft-pagination {
  bottom: 54px !important;
}

.banner-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 2px;
  border-radius: 0;
  margin: 0 5px !important;
}

.ornament {
  position: absolute;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  left: 0;
}

.ornament .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ornament .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.ornament img {
  flex: 0;
}

.info {
  height: 420px;
  display: flex;
  justify-content: space-between;
  background-color: #fbfaf5;
}

.info .info-left {
  width: 260px;
  height: 100%;
  overflow: hidden;
}

.info .info-right {
  width: 260px;
  height: 100%;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #dcd8d3;
}

.info .info-center {
  flex: 1;
  padding: 0 31px;
}

.info .info-center .btns {
  display: flex;
  justify-content: space-between;
}

.info-center .item-type{display:none}
.in_block{display:block!important}
.info .info-center .btns .btns-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.info .info-center .btns .btns-left .spiralBtn {
  margin-right: 10px;
}

.info .info-center .main-display {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 30px 0;
}

.info .info-center .main-display .display-left {
  flex-shrink: 0;
  width: 140px;
  margin-right: 20px;
}

.info .info-center .main-display .display-left img {
  width: 100%;
  height: 100%;
}

.info .info-center .main-display .display-right {
  padding: 3px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info .info-center .main-display .display-right .display-title {
  font-size: 16px;
  font-weight: bold;
}

.info .info-center .main-display .display-right .display-body {
  font-size: 14px;
  color: #666666;
  line-height: 24px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.info .info-center .main-display .display-right .display-unfold a {
  font-size: 12px;
  color: #999999;
}

.info .info-center .body-display .display-top {
  width: 618px;
  height: 1px;
  overflow: hidden;
}

.info .info-center .body-display .display-center {
  margin: 32px 0 24px 0;
}

.info .info-center .body-display .display-center .item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 14px;
  margin-top: 22px;
}

.info .info-center .body-display .display-center .item .title {
  display: flex;
  align-items: center;
  width: 378px;

}

.info .info-center .body-display .display-center .item .title .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info .info-center .body-display .display-center .item .title img {
  margin-right: 10px;
}

.info .info-center .body-display .display-center .item .time {
  color: #999999;
}

.info .info-right .ornament {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  justify-content: space-between;
  background-color: #fbfaf5;
  border: 1px solid #dcd8d3;

}

.info .info-right .ornament .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.info .info-right .ornament .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.info .info-right .title {
  margin: 18px 0;
  font-size: 16px;
}

.info .info-right .titleImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 120px;
  overflow: hidden;
  margin-bottom: 28px;
}

.info .info-right .titleImg img {
  width: 100%;
  height: 100%;
}

.info .info-right .item-list {
  box-sizing: border-box;
  width: 230px;
  padding-right: 14px;
  overflow: hidden;
}

.info .info-right .item-list .item {
  display: flex;
  font-size: 14px;
  margin-bottom: 24px;
}

.info .info-right .item-list .item .item-img {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.info .info-right .item-list .item .text {
  white-space: nowrap;
  overflow: hidden;
}

.column {
  position: relative;
}

.column .column-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.column .column-title .left {
  font-size: 24px;
  font-weight: 600;
  position: relative;
}

.column .column-title .left .columnTitleImg {
  position: absolute;
  top: 10px;
  left: 62px;
}

.column .column-line {
  height: 1px;
  margin-bottom: 30px;
}

.column .department {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.department >.department-item{width: 20%;margin-top: 24px;}
.department-item .item{margin:0 auto;display: block;}
.column .department .item {
  position: relative;
  width: 182px;
  height: 130px;
  background-color: #ffffff;
  margin-top: 24px;
}

.column .department .item:nth-child(-n + 6) {
  margin-top: 0;
}

.column .department .item .ornament {
  width: 182px;
  height: 130px;
}

.column .department .item .content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 0 24px 0;
}

.column .department .item .content .top {
  display: flex;
  justify-content: center;
}

.column .department .item .content .bottom {
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.column .department .item-shadow {
  width: 182px;
  height: 0;
}

.column .science {
  display: flex;
  justify-content: space-between;
}

.column .science .item {
  width: 280px;
  background-color:white;
}

.column .science .item .item-img {
  width: 100%;
  height: 196px;
  background-color: #fff;
}

.column .science .item .item-title {
  font-size: 14px;
  line-height: 24px;
  margin: 18px 0 10px;
}

.column .science .item .item-time {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}



.swiper-button-left {
  position: absolute;
  top: 266px;
  left: -28px;
  z-index: 999;
  width: 18px;
  height: 32px;
  background-image: url(../image/left.png);
}

.swiper-button-right {
  position: absolute;
  top: 266px;
  right: -28px;
  z-index: 999;
  width: 18px;
  height: 32px;
  background-image: url(../image/right.png);
}

.famousDoctorSwiper .swiper-slide .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 285px;
  height: 430px;
  background-color: #fefdfc;
  padding: 26px 28px;
}

.famousDoctorSwiper .swiper-slide .info .top img {
  width: 150px;
  height: 190px;
}


.famousDoctorSwiper .swiper-slide .info .middle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.famousDoctorSwiper .swiper-slide .info .middle .doctorName {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #C01212;
  line-height: 24px;
}

.famousDoctorSwiper .swiper-slide .info .middle .position {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.famousDoctorSwiper .swiper-slide .info .middle .line {
  width: 150px;
  height: 1px;
  background: #D9D4CF;
}

.famousDoctorSwiper .swiper-slide .info .middle .subject {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

.famousDoctorSwiper .swiper-slide .info .bottom {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.famousDoctorSwiper .swiper-slide .ornament {
  width: 100%;
  height: 100%;
}







