/*医生介绍*/

.summary {
    padding: 20px;
    border: 1px solid #ccc
}

.summary_con_l {
    width: 86%;
    float: left;
    color: #707070
}

.summary_ewm {
    float: right;
    width: 140px;
    text-align: center
}

.summary_ewm img {
    width: 140px;
    height: 140px;
    display: block
}

.tab_tit span {
    color: #666666;
    float: left;
    font-size: 18px;
    padding: 8px 20px;
    cursor: pointer
}

.tab_tit span.active {
    color: #fff;
    background: #1898dd;
    border-radius: 4px 4px 0 0;
}

.tab .tab_box {
    border: 1px solid #ccc;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto
}

.doct_con p {
    height: 26px;
}

.doct_con p a span {
    margin-right: 10px;
}

.doct_con p a span:hover {
    font-weight: 600;
}


/*医生栏目*/

.column_1 ul.article_list li {
    border-bottom: 1px dashed #b3b3b3;
}


/*疾病*/

.sp {
    margin-top: 15px;
}


/*咨询，微信等图标*/

.doct_con {
    position: relative
}

.doct_con .more {
    float: right;
    color: #1898dd;
    font-family: "宋体";
    font-size: 12px;
}

.doct_con .more:hover {
    font-weight: 600;
}

div.bot_box {
    margin-top: 10px;
    position: absolute;
    right: -10px;
    top: 5px;
    width: 188px;
    background: url(/Sites/Uploaded/UserUpLoad/20161008/20161008143052.jpg) no-repeat scroll left center;
    padding-left: 10px;
    left: inherit;
    bottom: inherit;
}

.dise_list {
    margin-top: 10px;
}


/*咨询页*/

.title_header .btn {
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #1898dd;
    display: block;
    width: 70px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    margin-top: 6px;
}

ul.ask_list li {
    line-height: 36px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

ul.ask_list li:hover {
    background: #F1FFFE;
}

ul.ask_list li h2 {
    font-size: 14px;
    line-height: 28px;
    background: url(/Content/Areas/Common/images/question/ask_bg.png) no-repeat left 2px;
    padding-left: 30px;
    color: #666
}

ul.ask_list li h2 span.date_time {
    float: right;
    color: #666
}

ul.ask_list li p.con_p {
    color: #666;
    font-family: "新宋体", "宋体";
    font-size: 12px;
    background: url(/Content/Areas/Common/images/question/ask_bg.png) no-repeat left -24px;
    padding-left: 30px;
    margin-top: 15px;
}

ul.ask_list li p.con_p span {
    float: right;
    margin-left: 15px;
    font-family: "微软雅黑"
}

ul.ask_list li p.con_p a.detials {
    color: #1898dd
}

ul.ask_list li p.con_p a.detials:hover {
    font-weight: bold;
}

.summary_con li.btn_more ul.btn_icon {
    width: 302px !important;
    height: 100px !important;
    right: -11px !important;
    top: -36px !important;
    border: 1px solid #ccc !important;
}


/*科室导航*/

.all_ks {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.all_ks span.tit_sapn {
    display: block;
    width: 190px;
    position: absolute;
    top: -42px;
    left: 0;
    text-indent: 20px;
    color: #fff;
    background: #1898dd;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

.all_ks .ksys_box {
    height: auto;
    border: 2px solid #1898dd;
    position: absolute;
    left: 0;
    top: -10px;
    width: 1156px;
    z-index: 9;
    background: #fff;
    padding: 20px;
    height: 176px;
    overflow-y: auto;
    -webkit-box-shadow: 1px 5px 8px #ccc;
    -moz-box-shadow: 1px 5px 8px #ccc;
    box-shadow: 1px 5px 8px #ccc;
}

.all_ks .ksys_box p.p_Dep0 {
    font-size: 14px;
    color: #fff;
    background: #1898dd;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 6px;
}

.all_ks .ksys_box .Dep_List0 .Dep_List1 {
    display: none;
}

.all_ks .ksys_box .Dep_List0 {
    margin-bottom: 10px;
    width: 100%;
}

.all_ks .ksys_box .Dep_List0 .li_Dep1 {
    width: 100%;
    float: left;
}

.all_ks .ksys_box .Dep_List0 .li_Dep1 .p_Dep1 {
    padding-left: 15px;
    background: url(/Content/Areas/Common/images/department/liicon04.png) no-repeat 0 center;
    width: 100px;
    float: left;
}

.all_ks .ksys_box .doctor_team {
    display: block !important;
    float: right;
    width: 1010px;
    line-height: 28px;
}

.all_ks .ksys_box .doctor_team li {
    float: left;
    width: 100px;
}

@media only screen and (max-width:1024px) {
    .summary_ewm {
        display: none;
    }
    .summary_con_l {
        width: 100%;
    }
    .doct_con p.szks_list {
        white-space: normal;
        height: auto;
    }
    .all_ks {
        display: none;
    }
    .linkmap {
        width: 100% !important;
        padding-left: 10px !important;
    }
}

@media only screen and (max-width:1000px) {
    .xgks_list {
        float: left;
        width: 48%;
        margin-right: 2%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width:640px) {
    div.bot_box {
        display: none
    }
    .xgks_list {
        float: left;
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width:570px) {
    .tab_tit span {
        padding: 4px 10px
    }
}

@media only screen and (max-width:480px) {
    .tab_tit span {
        padding: 4px 10px
    }
    .tab_tit span:nth-child(5) {
        display: none
    }
}

@media only screen and (max-width:400px) {
    .tab_tit span:nth-child(4) {
        display: none
    }
}