﻿/*科室,医生,搜索结果页左侧菜单样式*/
.Department_left{width:240px;float: left;/* position: relative; */}
.Department_right{width:830px;float: right;}


#menu{ background:#eee;}
#menu .Depth0{ overflow:hidden}
.Department_left .dep_title2{background:#126089 ;border-bottom: 1px solid #eee; border-radius: 5px 0 0 0;color: #fff;font: 200 18px/45px "微软雅黑",Arial,Helvetica,sans-serif,"宋体";padding-left: 15px; cursor:pointer;}
.Department_left .dep_title2_h{color:#CCC}
.Department_left .showdoctor,.Department_left .showdepartment { background:#fff;cursor:pointer}
.Department_left .hidedoctor{ background:#126089 ;}
.Department_left .showdoctor:hover{ background:#126089 }
.Department_left .showdoctor:hover a{ color:#fff;}
.Department_left .Depth1 .hidedoctor a{color:#FFF}
.Department_left .Depth1 .hidedoctor a:hover{ text-decoration:underline; color:#fff;}
.Department_left .ul2_ul{ display:none; margin:10px; line-height:42px;}
.Department_left .hover a{background:none}
.Department_left .Depth1{background:#FFF;font-size:14px;margin-bottom:2px}
.Department_left .Depth1 a{color:#666;padding:0 0 0 15px}
.Department_left .Depth1 a:hover{color:#fff;text-decoration:none;}
.Department_left:hover a.thisOn{color:#333}
.Department_left .doctor_team{background:#fff;overflow:hidden;padding:5px 10px;display:none; height:100%;}
.Department_left .doctor_team2{background:#f5f9fc;overflow:hidden;padding:5px 10px}
.Department_left .doctor_team li,.Department_left .doctor_team2 li{float:left;width:77px;display:inline;line-height:28px;font-size:12px;background:url(/Content/Areas/Common/images/department/doc_bg.jpg) no-repeat left center;padding-left:15px;}
.Department_left .doctor_team li a,.Department_left .doctor_team2 li a{color:#666;background:none;padding:0}
.Department_left .doctor_team li a:hover,.Department_left .doctor_team2 li a:hover{color:#127c74;background:none}
/*疾病*/
.disease_list li{background:#eee; line-height:38px; margin-bottom:1px; padding-left:46px;}
.left_menu ul.disease_list {/* width: 204px; */}

/*医生*/
.nav_menu li{font-size: 14px;height: 40px;line-height:40px;cursor: pointer;background:#f8f7f6;margin-bottom: 1px}
.nav_menu li a{color: #555555;display: block;font-weight: bold;padding-left:46px;}
.nav_menu li a:hover{ background:#126089 ; color:#fff;}
/*科室、疾病、医生公用*/
h2.title_all{background:none;font-size:26px; line-height:60px;text-align:center;font-family:'Microsoft YaHei','微软雅黑',STXihei,'华文细黑',Heiti,'黑体',SimSun,'宋体',sans-serif;font-weight:normal;color:#333;}

/*公用目录*/
a.Show_more{background:url(../../Common/images/position_ul.jpg) no-repeat 0 7px ;color:#126089 ;cursor:pointer;display:inline-block;font-size:12px;height:25px;line-height:25px;padding:0 0 0 15px;float:right}
a.Show_more:hover{ font-weight:bold;}


/*公用目录*/
.ks_navUl{background: #F0F0F0;*zoom:1; margin-bottom:20px;}
.ks_navUl:after{content:"";display: block;clear:both;visibility:visible;}
.ks_navUl li{float:left;margin-bottom:10px;font-size:14px;background:url(/Content/Areas/Common/images/department/icon_3.jpg) no-repeat left center;margin:0 0 0 20px;height:36px;line-height:36px;padding:0 0 0 10px;}
.ks_navUl li.hover{color:#126089;font-weight:bold}
.ks_navUl li a{ color:#333}
.ks_navUl li a:hover{color:#126089}
.ks_navUl .Contents{background:#126089;width:58px;height:36px;margin:0;padding:0;font-size:20px;text-align:center;font-family:'Microsoft YaHei','微软雅黑',STXihei,'华文细黑',Heiti,'黑体',SimSun,'宋体',sans-serif;color:#FFF}
.ask_area_con{position:relative;}
.doc_ewm{position:absolute;right:0;top: 60px;}
.doc_ewm img{width:80px;height:80px;}

.special{padding-right:100px;}
@media only screen and (max-width:768px){
.doc_ewm{display:none;}
.Department_left{ display: none; }
.special{padding-right:0px;}
}
  