﻿.synop_wrapper{
  width: 100%;
}
.synop_wrapper .imgBox{
  display:block;
  width: 40%;
  height: 236px;
  overflow: hidden;
  float: left;
}
.synop_wrapper .imgBox img{
  width: 100%;
}
.synop_wrapper .con_wrapper{
  float: right;
  width: 60%;
  padding: 20px;
  height: 236px;
  box-sizing: border-box;
  background: url(/Content/Areas/Departments/images/secbg.png) no-repeat center center;
  background-size: 100% 100%;
}
.synop_wrapper .con_wrapper h2{
  margin-bottom: 9px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.synop_wrapper .con_wrapper p{
  text-indent: 2em;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.synop_wrapper .con_wrapper a{
  color: #fff;

}

.terrace_wrapper{
  margin-top: 30px;
  background: url(/Content/Areas/Common/images/common/wenhuaInside.png);
  padding: 20px;
  box-sizing: border-box;
}


.terrace_wrapper .con_wrapper h2{
  text-align: center;
}
.terrace_wrapper .con_wrapper h2 a{
  font-size: 20px;
}
.terrace_wrapper .con_wrapper p{
  text-indent: 2em;
  font-size: 14px;
  color: #254558;
  line-height: 30px;
  margin-top: 10px;
}
.terrace_wrapper .con_wrapper a{
  color: #254558;
}
.con_wrapper a.details{
  float: right;
}

.expert_wrapper{
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 60px;
  position: relative;
}
.expert_more{
  position: absolute;
  right: 18px;
  bottom: -30px;
  font-size: 14px;
  color: #254558;
}

.expert_h2{
  text-align: center;
}
.expert_h2 .expert_h2A{
  font-size: 20px;
  color: #254558;
}
.dep_scro_par{
  margin-top: 20px;
  position: relative;
}

.dep_scro_par .arrow-btn {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 26px;
 height: 38px;
 display: block;
}

.dep_scro_par .dep-btn-right {
 background: url(/Content/Areas/Departments/images/right-arrow.png) no-repeat center center;
 right: -45px;
}

.dep_scro_par .dep-btn-left {
 background: url(/Content/Areas/Departments/images/left-arrow.png) no-repeat center center;
 left: -45px;
}
.Scroll_Box{
  overflow:hidden;
}

.about_doclist .swiper-slide {
 box-sizing: border-box;
 height: 320px;
 width: 224px;
}

.about_doclist .swiper-slide .Com_l {
 float: none;
 margin-right: 0;
 width: 100%;
 height: 100%;
 border: none;
 padding: 0px;
}

.about_doclist .swiper-slide .Com_l .doct_img {
 width: 100%;
 height: 100%;
 display:block;
}
.Com_l .doct_img img{
  width: 100%;
}
p.depName {
 font-size: 20px;
 color: #fff;
}
.about_doclist .swiper-slide .Spec {
 display: none;
 color: #fff;
 font-size: 18px;
 margin-top: 20px;
 text-align: left;
 line-height: 34px;
}

.about_doclist .swiper-slide .Com_l .dep_detail {
 position: absolute;
 bottom: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.4);
 text-align: center;
 padding: 15px 10px;
 box-sizing: border-box;
 width: 100%;
 transition: all .5s;
}

.about_doclist .swiper-slide .Com_l .depName a {
 color: #fff;
 font-size: 20px;
}

.about_doclist .swiper-slide:hover .dep_detail {
 height: 100%;
 padding: 80px 10px 50px;
}

.about_doclist .swiper-slide:hover .Spec {
 display: block;
}



.doctorList li.doct_li {
 width: 250px;
 float: left;
 border: 1px solid #ddd;
 box-shadow: 2px 2px 3px #ddd;
 padding: 0 8px;
 margin: 24px 15px 0;
 position: relative;
 height: 330px;
}



.doctorList li.doct_li a.doct_img {
 display: block;
 width: 150px;
 height: 190px;
 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: #264658;
}

.doctorList li.doct_li p.p_H {
 line-height: 24px;
 font-size: 12px;
 color: #999;
 margin: 10px 4px;
}

.column_tit{
  background: #264658;
  height: 35px;
  line-height: 35px;
  /* padding: 0 40px; */
  color: #fff;
  font-size: 16px;
  width: 136px;
  margin: 0 auto;
  text-align: center;
}

.JoinUs {
 width: 100%;
 padding-top: 30px;
 box-sizing: border-box;
}
.JoinUs .inner{
  width: 100%;
}
.inv {
 width: 100%;
 padding: 30px 30px 10px;
 box-sizing: border-box;
 background: url(/Content/Areas/Common/images/common/zhaopin.png);
}

.inv .main_title {
 color: #fff;
 margin-bottom: 20px;
}

.inv .main_title .More {
 background: url(/Content/Areas/Common/images/common/MORE3.png) no-repeat left center;
 width: 94px;
 height: 34px;
}
.inv .main_title .More:hover{
 background: url(/Content/Areas/Common/images/common/whitemore.png);
 background-size: 100% 100%;
}
.zhaopin li {
 margin-bottom: 17px;
}

.zhaopin li a {
 font-size: 14px;
 color: #fff;
}

.zhaopin li .span_date {
 font-size: 16px;
 color: #fff;
 float: right;
}
.zhaopin li:hover a{
 font-weight: bold;
}
.zhaopin li:hover span{
 font-weight: bold;
}

@media only screen and (max-width:768px) {
  .synop_wrapper .imgBox{
 width: 100%;
  }
  .synop_wrapper .con_wrapper{
 width: 100%;
 height: auto;
 margin-top: 20px;
  }
  .article_right .Min_Box .pd20{
 padding: 0;
  }
.terrace_wrapper{
  margin-top: 20px;
}
.expert_wrapper{
  margin-top: 20px;
  margin-bottom: 20px;
}
.JoinUs{
  padding-top: 20px;
}
}
@media only screen and (max-width:420px) {
  
  .expert_wrapper{
 padding: 0;
  }
  .dep_scro_par .arrow-btn{
 display:none;
  }
  .synop_wrapper .imgBox {
 height: 190px;
  }
  .about_doclist .swiper-slide{
 height: 220px;
  }
  .about_doclist .swiper-slide:hover .dep_detail{
 height: 56px;
 padding: 15px 10px;
  }
  .zhaopin li .span_date {
 display: none;
  }
} 