﻿/*科室,医生,搜索结果页左侧菜单样式*/

.Department_left {
    background: #eceff2;
    padding: 0 4px 10px;
}

.Department_left .dep_title2 {
    background: #0087CD;
    height: 42px;
    line-height: 38px;
    _width: 190px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    margin: 0 0 5px 0px;
    border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
}

.Department_left .h2Hover {
    background: #a0803d
}

.Department_left .dep_title2_h {
    color: #CCC
}

.Department_left .showdoctor,
.Department_left .showdepartment {
    background: url(/Content/Areas/Common/images/department/icon_1.png) no-repeat 155px 8px;
    cursor: pointer
}

.Department_left .hidedoctor {
    background: url(/Content/Areas/Common/images/department/icon_2.png) no-repeat 155px 8px;
    cursor: pointer
}

.Department_left .ul2_ul {
    background: #FFF;
    padding: 0 5px;
    display: none
}

.Department_left .hover a {
    background: none
}

.Department_left .Depth1 {
    background: #FFF;
    line-height: 30px;
    font-size: 14px;
    border-bottom: solid 1px #ececec
}

.Department_left .Depth1 a {
    color: #666;
    padding: 0 0 0 15px
}

.Department_left .Depth1 a:hover {
    color: #0087cd;
    text-decoration: none
}

.Department_left .doctor_team {
    background: #fefbf4;
    overflow: hidden;
    padding: 5px;
    display: none;
    *zoom: 1;
}

.Department_left .doctor_team:after,
.Department_left .ul2_ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.Department_left .doctor_team2 {
    background: #f5f9fc;
    overflow: hidden;
    *zoom: 1;
}

.Department_left .doctor_team li,
.Department_left .doctor_team2 li {
    float: left;
    width: 80px;
    margin: 0 10px;
    display: block;
    line-height: 36px;
    font-size: 12px
}

.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: #0087cd;
    background: none
}


/*返回顶部样式*/

.adsdRgt {
    width: 26px;
    height: 90px;
    font-size: 12px;
    z-index: 100;
    display: none;
    position: fixed;
    bottom: 100px;
    margin-left: 1600px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||100)-(parseInt(this.currentStyle.marginBottom, 10)||0)))
}

.adsdRgt a.back,
.adsdRgt p.mulu_B {
    background: url(/Content/Areas/Common/images/department/backTop.jpg) no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.adsdRgt a.back {
    width: 26px;
    height: 29px;
    _height: 25px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background-position: left 0
}

.adsdRgt a.back:hover,
.adsdRgt p.mulu_B_h {
    opacity: 1.0;
    filter: alpha(opacity=100)
}

.adsdRgt p.mulu_B {
    width: 15px;
    padding: 23px 3px 0 8px;
    height: 38px;
    _height: 42px;
    color: #0087cd;
    font-weight: bold;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background-position: left bottom
}

.ads_bg {
    width: 26px;
    height: 90px;
    position: relative;
    z-index: 100;
    left: 0;
    top: 0
}

.ads_bg p {
    margin: 0
}

.muluArea {
    position: absolute;
    width: 108px;
    overflow: hidden;
    border: #b9d3ec solid 1px;
    left: 25px;
    bottom: 0;
    display: none;
    z-index: 101;
    background: #FFF
}

.muluArea_Ul {
    padding: 10px 0 0 30px
}

.muluArea_Ul li {
    list-style: decimal
}

.muluArea_Ul li a {
    line-height: 30px;
    color: #444
}


/*科室、疾病、医生公用*/

.title_all h2 {
    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;
}


/*公用目录*/

.ks_navUl {
    background: #F0F0F0;
    *zoom: 1;
}

.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: #0087cd;
    font-weight: bold
}

.ks_navUl li a {
    color: #333
}

.ks_navUl li a:hover {
    color: #0087CD
}

.ks_navUl .Contents {
    background: #0087CD;
    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
}

.about_ship {
    margin-bottom: 10px;
}


/*疾病*/

ul.DiseeaseList li a {
    padding: 0;
    display: block;
    text-align: center;
}

ul.DiseeaseList li a:hover {
    color: #fff;
    background: #0087CD;
    border-radius: 5px;
}


/*相关咨询*/

#toggle-view li {
    border-bottom: 1px dashed #ccc;
    position: relative;
    cursor: pointer;
    background: url(/Content/Areas/Common/images/Article/icon_2.png) no-repeat 6px 16px;
    padding-left: 15px;
    line-height: 30px;
}

#toggle-view li h2 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 0;
}

#toggle-view span.span_icon {
    position: absolute;
    right: 5px;
    top: 0px;
    color: #ff9003;
    font-size: 13px
}

#toggle-view li .ques_con {
    margin: 5px 0;
    display: none;
    color: #666
}

#toggle-view .ques_l {
    float: left;
    text-align: center;
    *position: relative;
    overflow: hidden;
    margin: 10px 15px 10px 0;
    width: 75px;
    border: 1px solid #ccc;
    padding: 3px;
    font-size: 12px;
    line-height: 22px
}

#toggle-view .ques_l img {
    width: 100%;
    display: block
}

#toggle-view .ques_r p {
    line-height: 25px;
    font-size: 14px
}

#toggle-view .ques_r p a:hover,
#toggle-view li .ques_con a:hover {
    font-weight: bold;
}


/*公用简介展开收起*/

#showDescri {
    background: url(../../Common/images/position_ul.jpg) no-repeat 0 7px;
    margin-top: 10px;
    color: #0087CD;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 15px;
    float: left;
    _border: 0px;
    display: block;
    padding: 0px 15px;
    color: #fff;
    background: #0087CD;
}

#showDescri:hover {
    font-weight: bold;
}

@media only screen and (max-width:768px) {
    .mainCount {
        width: 100%;
    }
    .ask_left {
        display: none
    }
    .ask_right {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    div#scheduling {
        display: none
    }
    .schedulingsBox {
        display: block!important
    }
}
