﻿.Scroll_Box {
  overflow: hidden;
   }
   
   .mb40 {
  margin-bottom: 40px;
   }
   
   .doc_tit {
  margin-bottom: 40px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  }
   
   .doc_tit span {
  font-size: 24px;
  color: #6510AD;
  margin-top: 4px;
  display: inline-block;
   }
   
   #scheduling .doc_tit{
  position: relative;
   }
   .dep_scheduling_more{
  /* position: absolute; */
  /* right: 0; */
  /* top: 55px; */
  }
   .doc_tit .more {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 130px;
 height: 48px;
 background: url(/Content/images/Home/moreBg.png) no-repeat center;
 font-size: 16px;
 font-weight: 400;
 color: #333333;
 position: relative;
 transition: all 0.3s;
   }
   .doc_tit .more:hover {
 background: none;
 color: #6510AC;
  }
   
 .doc_tit .more::after{
   content: '';
 position: absolute;
 left: 10%;
 top: 10%;
 width: 80%;
 height: 80%;
 transition: all 0.3s;
 opacity: 0;
 background: url(/Content/images/Home/moreBg_active.png)no-repeat center center;
 background-size: 100% 100%;
 }
 .doc_tit .more:hover::after{
   transform: scale(1.25);
 opacity: 1;
 }
   
   #summary .dep_img {
  width: 740px;
  height: 455px;
  }
   
   #summary .con_p {
  width: 540px;
  float: right;
  background: #6510AD;
  background-size: 100% 100%;
  padding: 40px 50px 40px 50px;
  box-sizing: border-box;
  height: 455px;
  overflow: hidden;
  position: relative;
  }

   #summary .con_p h2 {
  margin-bottom: 9px;
   }
   
   #summary .con_p h2 a {
  color: #fff;
  font-size: 18px;
   }
   
   #summary .con_p p {
  text-indent: 2em;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: justify;
   }
   
   #summary .con_p a {
  color: #fff;
   }
   .con_p a.more {
  position: relative;
  float: right;
  margin-top: 20px;  
  width: 100px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: url(/Content/images/Home/moreBg.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s;
  }

  .con_p a.more:hover{
   background:none;
   color: #fff;
  }
  .con_p a.more::after {
   content: '';
   position: absolute;
   left: 10%;
   top: 10%;
   width: 80%;
   height: 80%;
   transition: all 0.3s;
   opacity: 0;
   background: url(/Content/images/Home/moreBg.png)no-repeat center center;
   background-size: 100% 100%;
  }
  .con_p a.more:hover::after{
   transform: scale(1.25);
   opacity: 1;
  }
   
   /* 医生团队轮播 */
   
   .swiper-box .swiper-slide {
  /* padding-right: 20px; */
  box-sizing: border-box;
   }
   
   .swiper-box .swiper-slide .Com_l {
  float: none;
  margin-right: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0px;
   }
   
   .swiper-box .swiper-slide .Com_l .doct_img {
  width: 100%;
  height: 100%;
   }
   p.depName {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  }
  p.depName.depName_xm{
 font-size: 18px;
  }
 p.depName.depName_zw{
 font-size: 16px;
 /* overflow: hidden; */
 /* text-overflow:ellipsis; */
 /* white-space:nowrap; */
  }

   .swiper-box .swiper-slide .Spec {
  display: none;
  color: #fff;
  font-size: 12px;
   }
   
   .swiper-box .swiper-slide .Com_l .dep_detail {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
  transition: all .5s;
  height: 76px;
  overflow: hidden;
  }
   
   .swiper-box .swiper-slide .Com_l .depName a {
  color: #fff;
  font-size: 20px;
   }
   
   .swiper-box .swiper-slide:hover .dep_detail {
  height: 100%;
  padding: 20px 10px;
  }
   
   .swiper-box .swiper-slide:hover .Spec {
  display: block;
   }
   
   .dep_scro_par {
  position: relative;
   }
   
   .dep_scro_par .arrow-btn {
   top: 50%;
   transform: translateY(-50%);
   position: absolute;
   width: 48px;
   height: 48px;
   background: url(/Content/images/Home/doc_left.png) no-repeat;
   cursor: pointer;
   }
   .dep_scro_par .dep-btn-right{
  transform: rotate(180deg);
  right: -88px;
  }
   
   .dep_scro_par .dep-btn-left{
 left: -88px;
 }
   .dep_scro_par .arrow-btn:hover {
 background: url(/Content/images/Home/doc_left_active.png) no-repeat;
}
   /* .dep_scro_par .dep-btn-right:hover {
  background: url(/Content/Areas/Common/images/common/docArrowLeft12.png);
 right: -128px;
   }
   
   .dep_scro_par .dep-btn-left:hover {
  background: url(/Content/Areas/Common/images/common/docArrowLeft12.png);
 left: -128px;
   } */
   
/* .dep_scro_par .dep-btn-left.swiper-button-disabled {
 background: url(/Content/Areas/Common/images/common/docArrowLeft1.png);
 opacity: 1;
}
.dep_scro_par .dep-btn-right.swiper-button-disabled {
 background: url(/Content/Areas/Common/images/common/docArrowRight1.png);
 opacity: 1;
} */
   /* 科室特色 */
   
   .ksts .tscont_left {
  padding: 50px 55px 50px 40px;
  box-sizing: border-box;
  background: url(/Content/Areas/Departments/images/secbg.png) no-repeat center center;
  background-size: 100% 100%;
  width: 500px;
  height: 455px;
  float: left;
  position: relative;
   }
   
   .ksts .right_pic {
  width: 700px;
  height: 455px;
   }
   
   .ksts .ksts_tit a,
   .ksts p {
  writing-mode: vertical-rl;
   }
   
   .ksts .ksts_tit a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 10px 0;
  letter-spacing: 3px;
   }
   
   .ksts .ksts_tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: right;
  margin-left: 35px;
   }
   
   .ksts p {
  float: right;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 2px;
  margin-top: 28px;
  opacity: .8;
   }
   
   .ksts p a {
  display: none;
   }
   
   .ksts .ksts_more {
  display: block;
  float: right;
  width: 34px;
  height: 94px;
  background: url(/Content/Areas/Departments/images/kstsmore.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 50px;
  left: 40px;
   }
   
   .ksts .ksts_more:hover {
  background: url(/Content/Areas/Departments/images/kstsmorehover.png) no-repeat center center;
  background-size: 100% 100%;
   }
   
   
   /* 医生团队部分样式 */
   
   .doctorList li.doct_li {
  width: 196px;
  float: left;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 3px #ddd;
  padding: 0 6px;
  margin: 24px 12px 0;
  position: relative;
  height: 320px;
   }
   
   .doctorList li.doct_li:nth-child(5n) {
  margin-right: 0;
   }
   
   .doctorList li.doct_li a.doct_img {
  display: block;
  width: 134px;
  height: 176px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  margin: 20px auto 0;
   }
   
   .doctorList li.doct_li a.doct_img img {
  width: 100%;
  height: auto;
  transition: all .5s;
   }
   
   .doctorList li.doct_li a.doct_img:hover img {
  transform: scale(1.1);
   }
   
   .doctorList li.doct_li h2 a {
  font-size: 14px;
  color: #333;
  line-height: 50px;
  border-bottom: 1px dotted #e1e1e1;
  display: block;
  text-align: center;
   }
   
   .doctorList li.doct_li h2 a:hover {
  color: #6510AD;
   }
   
   .doctorList li.doct_li p.p_H {
  line-height: 24px;
  font-size: 12px;
  color: #999;
  margin: 10px 4px;
   }
   
   span.zhicheng {
  background: url(/Content/Areas/Common/images/department/zhicheng.png) no-repeat;
  display: block;
  width: 31px;
  position: absolute;
  height: 35px;
  top: 20px;
  right: -3px;
   }
   
   span.zhicheng a {
  color: #fff;
  line-height: 31px;
  font-size: 14px;
  display: block;
  width: 14px !important;
  overflow: hidden;
  margin: 0 auto;
  height: 32px;
   }
   
   .doc_fz li {
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 40px;
  color: #fff;
  background: #73aee0;
  cursor: pointer;
   }
   
   .doc_fz {
  width: 440px;
  margin: 0 auto;
   }
   
   .doc_fz li.current {
  background: #6510AD;
   }
   
   
   /* 相关视频 */
   
   .about_video .SwitchImage,
   .about_video {
  position: relative;
   }
   
   .about_video .SwitchImage {
  height: 278px;
   }
   
   .about_video .SwitchImage .swiper-box {
  height: 278px;
  width: 1200px;
   }
   
   .about_video .SwitchImage .swiper-box ul li {
  width: 380px;
  height: 278px;
   }
   
   .about_video .img_div {
  width: 100%;
  height: 240px;
   }
   
   .about_video .video_img {
  width: 100%;
  height: 100%;
   }
   
   .about_video .video_img::after {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
   }
   
   .about_video .liulan {
  display: none;
   }
   
   .video_btn:hover,
   .video_btn {
  background: url(/Content/Areas/Common/images/common/play.png) no-repeat center center;
  width: 100%;
  height: 100%;
   }
   
   .about_video .maintitle {
  line-height: initial;
  margin-top: 16px;
   }
   
   .about_video .maintitle a {
  color: #333;
  font-size: 16px;
   }
   
   .about_video .arrow-btn {
  width: 26px;
  height: 38px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
   }
   
   .about_video .btn-left {
  left: -56px;
  background: url(/Content/Areas/Common/images/common/docArrowLeft.png);
   }
   
   .about_video .btn-right {
  right: -56px;
  background: url(/Content/Areas/Common/images/common/docArrowRight.png);
   }
   
   .about_video li img {
  transition: all .5s;
   }
   
   .about_video li:hover img {
  transform: scale(1.1);
   }
   
   
   /* 出诊表 */
   
   #scheduling .Scheduling_qiehuan {
  /* display: none !important; */
   }
   
   #scheduling h2.Com_tit {
  margin-bottom: 20px;
   }
   
   #scheduling h2.Com_tit span {
  font-size: 24px;
  color: #6510AD;
  margin-top: 4px;
  display: inline-block;
  border: none;
  padding: 0;
  font-weight: bold;
  margin: 0;
   }
   
   #scheduling h2.Com_tit span::after {
  content: '';
  background: url(/Content/Areas/Common/images/common/docTitle.png) no-repeat center center;
  width: 22px;
  display: inline-block;
  height: 15px;
  margin-left: 20px;
   }
   
   .clinicDetail .frist_tr th,
   .clinicDetail {
  /* border: none; */
  }
   
   .clinicDetail td {
  background: #fff;
  /* border-color: #EAE9E9; */
  }
   
   .clinicDetail .frist_tr .select_table_hover,
   .clinicDetail .frist_tr td,
   .clinicDetail .frist_tr th {
  background: #6510AD !important;
  }
  .clinicDetail .frist_tr .select_table_hover {
 background: #a237fd!important;
 color: #FFF;
}
   .docTeam p{
   text-indent:2em;
   }
  .doc_order .details{
 display:none;
  }
  .docTeam.doc_order p{
   text-indent:0em;
  }
  .combo_ul li{
 float: left;
 width: 33.3%;
 padding-left: 15px;
 box-sizing: border-box;
 line-height: 32px;
 background: url(/Content/Areas/Common/images/Article/icon_2.png) no-repeat 0px 12px;
  }
  .combo_ul li .span_date{
 float: right;
 color: #666;
 font-size: 13px;
  }


 .sy_ts_tab {
   
   margin-bottom: 30px;
   overflow: hidden;
 }

 .sy_ts_tab li {
  width: 195px;
  float: left;
  margin-bottom: 20px;
  height: 48px;
  line-height: 48px;
  margin-right: 24px;
  text-align: center;
  position: relative;
  background: url(/Content/Areas/News/images/YiYuanGaiKuang/moreBk.png)
 no-repeat;
  background-size: 100% 100%;
}

.sy_ts_tab li:hover {
  background: none;
}

 .sy_ts_tab li::after {
  content: "";
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  transition: all 0.3s;
  opacity: 0;
  background: url(/Content/Areas/News/images/YiYuanGaiKuang/moreBk1.png)no-repeat center center;
  background-size: 100% 100%;
}
.sy_ts_tab li.sy_keshihover {
   background:url(/Content/Areas/News/images/YiYuanGaiKuang/moreBk1.png)no-repeat center center;
   background-size: 100% 100%;
   }
 .sy_ts_tab li:hover::after {
  transform: scale(1.25);
  opacity: 1;
}
 .tab_zoom_boxall {
   position: relative;
   }
   .ks_tab_con {
   opacity: 0;
   position: absolute;
   width: 100%;
   
   }
   
   .ks_tab_con.selected {
   opacity: 1;
   position: relative;
   }
.ks_tab_con #summary .dep_img{  
width: 680px;   
height: 442px;  
}   
.ks_tab_con #summary .con_p{ 
height: 442px;  
}

.dep_wrapper{
   box-sizing: border-box;
   padding: 30px 30px 40px 30px;
   background: rgb(247 240 253);
   overflow: hidden;
   }
.dep_scro{
   width: 88%;
 margin: 0 auto;
}

  @media only screen and (max-width:1800px){
  .dep_scro_par .arrow-btn{
 display: none;
  }
}
  @media only screen and (max-width:1280px){
 #summary .dep_img {
 width: 50%;
 height: 356px;
}

#summary .con_p {
 width: 50%;
 height: 356px;
}

#summary .con_p p {
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 6;
 -webkit-box-orient: vertical;
}
}
   @media only screen and (max-width:768px) {
 .ks_tab_con #summary .dep_img{
   width: 100%;
   height: auto;
 }
 .ks_tab_con #summary .con_p{
   height: auto;
 }
 .doctorList li.doct_li {
   width: 30%;
   box-sizing: border-box;
   margin: 0 10px 10px;
  }
 .doc_tit span {
   font-size: 0.36rem;
   font-weight: 400;
   color: #333333;
   line-height: 0.36rem;
  }
  
  .doc_tit .more {
   font-size: 0.16rem;
   font-weight: 400;
   color: #6510AD;
   background: none;
   width: auto;
   height: auto;
  }
 .Scroll_Box .swiper-box {
  }
  .dep_scro_par .dep-btn-right{
 right: 0;
 }
 .dep_scro_par .arrow-btn{top: 175px;display: none;}
  .dep_scro_par .dep-btn-left{
   left: 0;
   transform: rotate(0);
   }
 
  #summary .con_p {
  width: 100%;
  height: auto;
  padding: 10px;
  }

  .ksts .tscont_left {
  width: 100%;
  height: auto;
  padding: 20px;
  }
  .ksts .ksts_tit {
  margin: 0 auto;
  float: none;
  }
  .ksts .ksts_tit img,
  .ksts .ksts_more {
  display: none;
  }
  .ksts .ksts_tit a,
  .ksts p {
  writing-mode: initial;
  margin: 0;
  }
  .ksts p a {
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 2px;
  margin-top: 28px;
  display: inline;
  }
  .about_video .SwitchImage .swiper-box,
  .about_video .SwitchImage {
  width: 100%;
  }
  .wrap_main {
  padding-bottom: 0;
  }
  .swiper-box .swiper-slide .Com_l .dep_detail{
 padding: 0.1rem;
 height: 0.8rem;
 }
  p.depName{
 font-size: 18px;
  }
  .swiper-box .swiper-slide:hover .Spec{
 display: none;
  }
  .swiper-box .swiper-slide:hover .dep_detail {
 height: auto;
  }
  .con_p a.more{
 right: 10px;
   bottom: 15px;
  }
#summary .dep_img{
  width: 100%;
  height: auto;
 }
 p.depName.depName_zw {
  font-size: 0.16rem;
}
p.depName {
  line-height: 0.3rem;
}
}
 @media only screen and (max-width:425px) {
  .dep_wrapper{
 padding: 0;
 background: none;
  }
  .doctorList li.doct_li{
 width: 100%;
 margin: 0 0 10px 0;
  }
  .combo_ul li{
 width: 50%;
  }
  .Scroll_Box .swiper-box {
}
.dep_scro_par .arrow-btn{top: 55px;}
p.depName.depName_xm {
  font-size: 0.18rem;
}
.sy_ts_tab li {
 width: 155px;
 margin-bottom: 15px;
 margin-right: 15px;
  }
}  
@media only screen and (max-width:320px) {
  .dep_scro_par .arrow-btn {
 top: 34px;
}
}  