﻿.title_header {
  padding: 50px 0;
  text-align: center;
}

.title_header h2 {
  font-size: 32px;
  color: #333;
  display: inline-block;
}

.title_header span {
  color: #666;

}
.Min{
  position: relative;
  background: url('/Sites/Uploaded/UserUpLoad/20240130/20240130172545.png') no-repeat bottom;
  padding-top: 45px;
}
.Min_bg{
  position: absolute;
  background: url(/Sites/Uploaded/UserUpLoad/20240130/20240130155543.png) no-repeat;
  width: 550px;
  height: 760px;
  right: 0;
}
/* 建院专家 */
.jy_item{

  position: relative;
 padding-bottom: 65px;
}
.swiper-container_item{
  overflow: hidden;
}
.jy_item .swiper-container_item li{
  position: relative;
}
.jy_item .swiper-container_item li .img_box {
  display: block;
  overflow: hidden;
}
.jy_item .swiper-container_item li .img_box img{
  width: 100%;
  height: 278px;
  transition: all .3s ease-in-out;
}
 .swiper-container_item li:hover  img{
transform: scale(1.05);
transition: all .3s ease-in;
}
.jy_item .swiper-container_item .title_type {
  position: absolute;
  bottom: 0px;
  width: 92%;
  text-align: center;
  background:url('/Sites/Uploaded/UserUpLoad/20240130/20240130145136.png') no-repeat;
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
  height: 50px;
  line-height: 50px;
}
.swiper-container_item li:hover .title_type{
  color: #9C3319;
}
.btn{
  position: absolute;
 width: 45px;
 height: 75px;
 top: 35%;
 cursor: pointer;
 z-index: 2;
 transition: all 0.3s;
}
.btn-left{
  background: #9C3319 url('/Sites/Uploaded/UserUpLoad/20240130/20240130170344.png') no-repeat center center;
  right: -80px;
  transform: rotateY(-180deg); 
}
.btn-left:hover{
  background: rgba(156, 51, 25, .8) url('/Sites/Uploaded/UserUpLoad/20240130/20240130170344.png') no-repeat center center;
}
.btn-right{
  left: -80px;
  background: #9C3319 url('/Sites/Uploaded/UserUpLoad/20240130/20240130170344.png') no-repeat center center;
 
}
.btn-right:hover{

  background: rgba(156, 51, 25, .8) url('/Sites/Uploaded/UserUpLoad/20240130/20240130170344.png') no-repeat center center;
 
}
.button-prev_6, .button-next_6{
  display: none;
}

/* 国医名师 */
.ys_gy {
  margin-bottom: 20px;
}
.tit_header {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  justify-content: space-between;
}

.tit_header h2 {
  font-size: 26px;
  background: url('/Sites/Uploaded/UserUpLoad/20240130/20240130133735.png') no-repeat left center;
  padding-left: 15px;
  display: inline-block;
  margin-right: 10px;
}


.gy_item li {
  display: flex;
  width: 48%;
  float: left;
  background: url('/Sites/Uploaded/UserUpLoad/20240130/20240130134614.png');
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 45px;
  position: relative;
}

.gy_item li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 82%;
  bottom: 0;
  left: -10px;
  background-color: #9C3319;
}

.gy_item li::after {
  content: '';
  position: absolute;
  width: 39%;
  height: 10px;
  left: -10px;
  bottom: -10px;
  background-color: #9C3319;
}

.gy_item li:nth-child(2n) {
  float: right;
}

.gy_item li a.img_box {
 
  margin-right: 25px;
  overflow: hidden;
  display: inline-table;
}

.gy_item li a.img_box img {
  width: 200px;
 
  overflow: hidden;
  transition: all .3s ease-in-out;
}
.gy_item li a.img_box img:hover{
  transform: scale(1.05);
  transition: all .3s ease-in;
}

.text_right .title_type {
  display: block;
  padding: 40px 0 20px;
  font-size: 22px;
  border-bottom: 1px solid #9C3319;
  margin-bottom: 19px;
}

.text_right p {
  color: #666;
  margin-bottom: 20px;
}

.text_right .details {
  float: right;
  padding: 6px 25px;
  background-color: #9C3319;
  color: #fff;
 
}
.text_right .details:hover{
font-weight: bold;

}

@media only screen and (max-width: 768px) {
  .gy_item li, .gy_item li:nth-child(2n){
 width: 100%;
 float: none;
 display: block;
  }
  .gy_item li a.img_box{
 margin:  0;
 width: 100%;
 text-align: center;
  }
  .gy_item li a.img_box img{
 margin: 0 auto;
  }
  .text_right .title_type{
 padding: 20px 0;
  }
  .tit_header h2{
 font-size: 22px;
  }
  .tit_header img{
  width: 150px;
  }
  .title_header h2{
 display: block;
 margin-bottom: 10px;
  }
  .jy_item .swiper-container_item li .img_box img{
 height: auto;
  }
} 