﻿body {
    font-family: "微软雅黑";
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

.box {
    width: 100%;
    height: auto;
}

.title {
    width: 1220px;
    height: 90px;
    margin: 0 auto;
}

.logo {
    width: 300px;
    height: 90px;
    line-height: 90px;
    float: left;
}

    .logo img {
        vertical-align: middle;
    }

.title_R {
    height: 90px;
    width: 550px;
    float: right;
}

.menu {
    height: 90px;
    float: left;
}

    .menu dl {
        width: 100%;
        height: 100%;
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .menu dl dd {
            width: 100px;
            text-align: center;
            height: 90px;
            line-height: 90px;
            float: left;
            padding: 0px;
            margin: 0px;
            cursor: pointer;
            font-weight:bold;
        }

            .menu dl dd:hover {
                border-bottom: 4px solid #3399cc;
                color: #3399cc;
                height:86px;
            }

/*.on {
                border-bottom: 4px solid #3399cc;
                color: #3399cc;
            }*/

.nLi {
    float: left;
    position: relative;
    display: inline;
}

.sub {
    z-index: 2;
    padding: 0;
    background: url(/assets/img/downlist-bg.png) 0px 20px no-repeat;
    color: #fff;
    top: 42px;
    display: none;
    padding-top: 30px;
    position: absolute;
    line-height: 26px;
    width: 150px;
    height: 190px;
    list-style: none;
    font-weight:normal !important;
}

    .sub li {
        border: 0;
        width: 150px;
        height: 35px;
        margin-top: 5px;
        line-height: 35px;
        font-size: 16px;
        text-align: center;
        color: #fff !important;
        cursor: pointer;
    }


#nav dd ul li a {
    display: block;
    width: 150px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

    #nav dd ul li a:hover {
        border: 0;
        width: 150px;
        height: 35px;
        background-color: #7c7e7f;
        height: 35px;
        line-height: 35px;
    }

.btn_login {
    width: 260px;
    float: right;
    height: 90px;
    line-height: 90px;
}

.btn_login>a{
    float: left;
    margin-top: 30px;
    width: 120px;
    height: 30px;
    border: 0;
    border-radius: 15px;
    background-color: #3399cc;
    color: #fff!important;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
}
.btn_login>a:first-child{
    margin-right:10px;
}
/*登录后*/
@font-face{font-weight:400;font-size:normal;font-family:feather;src:url(../fonts/feather.eot);src:url(../fonts/feather.eot#iefix) format('embedded-opentype'),url(../fonts/feather.ttf) format('truetype'),url(../fonts/feather.woff) format('woff'),url(../fonts/feather.svg#feather) format('svg')}
.btn_login.active{width:auto}
.btn_login.active>a{margin-right:0;width:auto;background-color:#fff;color:#333!important;font-weight:400;font-size:18px}
.btn_login.active>a:before{margin-right:5px;text-transform:none;font-weight:400;font-style:normal;font-variant:normal;font-family:feather!important;line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.btn_login.active>a:first-child:before{content:"\E8E9"}
.btn_login.active>a:last-child{padding-left:24px}
.btn_login.active>a:last-child:before{content:"\E8B4"}

/*************背景图*****************************/
.bg {
    width: 100%;
    /*height: 625px;*/
    height:525px;
}

.slideBox {
    width: 100%;
    position: relative;
    /*height: 625px;*/
    height:525px;
    overflow: hidden;
}

.banner_bd {
    height: 100%;
    z-index: 0;
    margin: 0 auto;
    width: 100%
}

    .banner_bd ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        width: 100%;
        height: 100%;
    }

.slideBox .prev {
    position: absolute;
    left: 2%;
    top: 42%;
    display: block;
    width: 35px;
    height: 75px;
    background: url(/assets/img/bg-left.png) 0 0 no-repeat;
    filter: alpha(opacity=50);
    opacity: .5
}

.slideBox .next {
    position: absolute;
    right: 2%;
    top: 42%;
    display: block;
    width: 35px;
    height: 75px;
    background: url(/assets/img/bg-right.png) 0 0 no-repeat;
    filter: alpha(opacity=50);
    opacity: .5
}

.slideBox .hd {
    height: 10px;
    position: relative;
    z-index: 1;
    width: 1100px;
    margin: 0 auto;
    top: 0px
}

    .slideBox .hd ul {
        width: 100px;
        margin: 0 auto;
        list-style: none;
    }

        .slideBox .hd ul li {
            float: left;
            margin-right: 10px;
            width: 10px;
            height: 10px;
            line-height: 14px;
            text-align: center;
            background: #fff;
            cursor: pointer;
            border-radius: 50%;
            overflow: hidden;
        }

            .slideBox .hd ul li.on {
                background: #ff920b;
                color: #fff
            }

/*************栏目*****************************/
.column {
    width: 1220px;
    height: 200px;
    margin: 0 auto;
}

    .column ul {
        padding: 0px;
        margin: 0px;
        width: 100%;
        height: 100%;
        list-style: none;
    }

        .column ul li {
            width: 200px;
            height: 150px;
            float: left;
            margin-top: 30px;
            text-align: center;
            cursor: pointer;
        }

            .column ul li p:first-child {
                font-size: 18px;
                font-weight: bold;
            }

            .column ul li p:last-child {
                font-size: 14px;
                color: #999999;
            }
            .column ul li img {
                height:56px;
            }
/*************名医直通车*****************************/
.doctor {
    width: 1220px;
    height: 500px;
    margin: 0 auto;
}

.doctor_title {
    width: 100%;
    height: 50px;
    padding-top: 30px;
}

.doc_name {
    width: 125px;
    height: 18px;
    color: #3399cc;
    border-left: 3px solid #3399cc;
    padding-left: 10px;
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
    line-height: 16px;
    float: left;
}

.docall {
    width: 55px;
    color: #1886ab;
    font-size: 12px;
    margin: 0px;
    float: right;
    cursor: pointer;
}

.doclist {
    width: 100%;
    height: 400px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .doclist li {
        float: left;
        height: 397px;
        width: 287px;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        margin-right: 21px;
    }

        .doclist li:last-child {
            margin-right: 0px;
        }

.li_img {
    margin: 30px auto 10px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 0px;
    background-color: #3399cc;
    overflow: hidden;
}

    .li_img img {
        width: 100%;
    }

.li_name {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0px;
}

.li_profess {
    color: #999;
    font-size: 14px;
    text-align: center;
    margin: 10px;
}

.li_intro {
    color: #666;
    padding: 0px 20px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    height: 100px;
}

.li_ipt {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    text-align: center;
}

    .li_ipt input {
        width: 100px;
        height: 32px;
        background-color: #3399cc;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        text-shadow: none;
        border: none;
        outline: none;
        cursor: pointer;
    }

.map {
    width: 1220px;
    height: 510px;
    margin: 0 auto;
}

.map_map {
    margin-top: 10px;
    height: 350px;
    text-align: center;
    position: relative;
}

.map_p {
    width: 55px;
    height: 35px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 24px;
    right: 41.5%;
    cursor: pointer;
    /*background-color: #ccc;*/
}

.content_activity {
    margin: 0 auto;
    margin-top: 40px;
    min-height: 380px;
    width: 1220px
}

.act_dynamic {
    width: 600px;
    float: left;
    min-height: 375px
}
.dynamic_content{
    float:left;
    width:100%;
}
.dynamic_content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

    .dynamic_content ul li {
        width: 600px;
        height: 170px;
        margin-top: 25px;
    }
        /*.dynamic_content ul li:last-child {
        margin-top: 45px;
    }*/

        .dynamic_content ul li img {
            float: left;
            width: 220px;
            height: 165px
        }

.dynamic_article_title {
    font-size: 17px;
    line-height: 30px;
    width: 330px;
}

.dynamic_article_con {
    width: 330px;
    height: 59px;
    color: #899099;
    line-height: 25px;
    font-size: 14px;
}

.dynamic_left_article {
    float: left;
    width: 330px;
    margin-left: 20px
}

    .dynamic_left_article p {
        margin: 0;
        padding: 0
    }

.box a {
    text-decoration: none;
    color: #000
}

.dynamic_article_input input {
    color: #fff;
    background: #3399cc;
    border: 0;
    border-radius: 50px;
    width: 100px;
    height: 32px;
    font-size: 12px;
    cursor: pointer;
    float: left;
    outline: none;
    text-shadow: none;
}

.dynamic_video ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .dynamic_video ul li {
        width: 270px;
        height: 190px;
        float: left;
        margin-top: 25px;
    }

        .dynamic_video ul li:nth-child(2n+1) {
            margin-right: 55px;
        }

.video_img {
    width: 270px;
    height: 150px;
    background-color: #7c7e7f;
    overflow: hidden;
    cursor:pointer;
}
    .video_img img {
        width:100%; height:100%;
    }

.dynamic_video p {
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    text-align:center;
}

.wrapper_bottom_down {
    margin: 100px auto 0;
    background-color: #242830;
    color: #fff;
    border-top: 2px solid #1886ab;
    float: left;
    width: 100%;
}

.bottom_top {
    width: 1220px;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
}

.bottom_left {
    width: 730px;
    float: left;
    margin-left: 30px;
}

    .bottom_left ul li {
        line-height: 24px;
    }

.blg {
    height: 220px;
    float: left;
    padding-top: 20px;
}

    .blg h3 {
        color: #ccc;
        font-size: 16px;
        height: 30px;
        margin-bottom:10px;
    }

    .blg ul {
        margin: 0px;
        padding: 0px;
    }

        .blg ul li {
            height: 35px;
            line-height: 30px;
            cursor: pointer;
            padding: 0;
            list-style: none;
        }

.blg_4 {
    width:275px;
}

.blg_1 {
    width: 150px;
}

.blg_2 {
    width: 150px;
}

.blg_3 {
    width: 150px;
}

.blg a {
    color: #8f8f8f;
    font-size: 14px;
    text-decoration: none;
}

.bottom_right {
    width:410px;
    height: 220px;
    float: left;
    padding:15px;
}
.right_ecode {
    width:200px; height :200px; float:right;
}
    .right_ecode p {
        padding:0px;
        margin:0px;
        font-size: 12px;
        text-align: center;
        color: #999;
        line-height: 20px;
    }

.bottom_last {
    width: 100%;
    border-top: 1px solid #31343b;
}

.bottom_down {
    width: 1220px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
}

    .bottom_down p {
        margin: 0px;
        padding: 0px;
        color: #666;
        font-size: 12px;
    }
    .bottom_down p>a{color:#666;text-decoration:none}
/*******专家团队****************************************************************************************/
/**顶部-医生+医生详细**/
.gerenzx-banner-doctor {
    background: url(/assets/img/doc-banner.png) center center;
    width: 100%;
    height: 150px;
}
/**顶部-关于我们**/
.gerenzx-banner-us {
    background: url(/assets/img/us-banner.png) center center;
    width: 100%;
    height: 150px;
}
/**顶部-免责声明**/
.gerenzx-banner-dis {
    background: url(/assets/img/dis-banner.png) center center;
    width: 100%;
    height: 150px;
}
/**顶部-血压百科**/
.gerenzx-banner-bk {
    background: url(/assets/img/bk-banner.png) center center;
    width: 100%;
    height: 150px;
}
/**顶部-血压讲坛**/
.gerenzx-banner-jt {
    background: url(/assets/img/jt-banner.png) center center;
    width: 100%;
    height: 150px;
}
/**顶部-新闻报道**/
.gerenzx-banner-news {
    background: url(/assets/img/news-banner.png) center center;
    width: 100%;
    height: 150px;
}
/**顶部-高血压外科**/
.gerenzx-banner-surgery {
    background: url(/assets/img/surgery-banner.png) center center;
    width: 100%;
    height: 150px;
}
/**顶部-治疗案例**/
.gerenzx-banner-case {
    background: url(/assets/img/case-banner.png) center center;
    width: 100%;
    height: 150px;
}
/**顶部-专家咨询**/
.expert-banner-doctor {
    background: url(/assets/img/expert-banner.png) center center;
    width: 100%;
    height: 150px;
}
.zhxjsh-zhjtd h3 {
    font-size: 24px;
    font-weight: normal;
    color: #1269a2;
    padding: 0px;
    margin: 0px;
}

    .zhxjsh-zhjtd h3 span {
        font-size: 16px;
        display: block;
        color: #b4b4b4;
        font-family: "宋体";
    }

.zhxjsh-zhjtd {
    width: 1185px;
    margin: 20px auto 0 auto;
    border: 1px solid #e3e3e3;
    padding: 15px 15px 35px 15px;
}

    .zhxjsh-zhjtd p {
        font-size: 16px;
        line-height: 30px;
        text-indent: 32px;
        color: #333;
    }

.zhxjsh-zhuanjia {
    margin-left: -15px;
}

.zhxjsh-zhuanjia-js {
    width: 367px;
    height: 191px;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
    float: left;
    margin-left: 15px;
    overflow: hidden;
    margin-right: 15px;
}

    .zhxjsh-zhuanjia-js img {
        float: left;
        width: 142px;
        height: 191px;
    }

.zhxjsh-zhuanjia-jsright {
    width: 200px;
    height: 191px;
    float: right;
    margin-right: 10px;
}

    .zhxjsh-zhuanjia-jsright h2 {
        font-size: 17px;
        font-weight: 100;
        line-height: 35px;
        padding: 0px;
        margin: 0px;
    }

        .zhxjsh-zhuanjia-jsright h2 span {
            font-size: 14px;
            margin-left: 10px;
        }

    .zhxjsh-zhuanjia-jsright p {
        font-size: 14px;
        line-height: 25px;
        width: 200px;
        height: 90px;
        overflow: hidden;
        color: #899099;
        text-indent: 0px;
        padding: 0px;
        margin: 10px 0 0 0;
    }

.zhxjsh-zhuanjia-js:hover {
    border: 1px solid #3399cc;
}
/****专家详细****************************************************************/
.wrapper_content {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px
}

.zhuanjia-xx {
    /*width: 1128px;*/
    width:900px;
    border: 1px solid #e3e3e3;
    padding: 20px 20px 30px 20px;
    margin: 0 auto;
}

.mingch {
    height: 220px;
    width: 204px;
    margin: 0 auto;
    text-align:center;
}

    .mingch img {
        width: 92px;
        height:130px;
    }
.mingch_p1{margin:15px 0 5px;color:#333;font-size:16px;line-height:30px}
.mingch_p1>span{font-size:16px;color:#31a0d8;}
.mingch_p1>span:first-child{font-size:20px;color:#000; margin-right:15px;}

.mingch_p2{margin:5px 0;color:#333;font-size:14px;line-height:30px}
.mingch_p2>span:first-child{ margin-right:15px;}

.mingcha-xian {
    width:204px; height:3px; margin:0 auto; background:url('/assets/img/ztc.png') no-repeat center;
}
.mingcha-tishi {
    color:#5f5f5f;  border-top:dashed 2px #adadad;padding-top: 20px;
    margin-top: 20px; linhe
}
    .mingcha-tishi > span {
        font-weight:bold;
    }


   /*<img src="/assets/img/ztc.png" />*/

/*.mingch-right {
    width: 160px;
    margin-left: 20px;
    float: left;
    margin-top: 15px;
}

/*.mingch img {
    float: left
}*/

/*.mingch-right p {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
}

.mingch-right .mingch-shijian {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.mingch-right span {
    font-size: 14px;
}*/

/*.mingch-xian {
    width: 1128px;
    background: #e3e3e3;
    height: 1px;
    margin: 15px auto;
}*/
.zhuanjia-jj{float:left;box-sizing:border-box;padding:0 30px;width:100%;min-height:calc(50vh - 200px)}
/*.zhuanjia-jj>p{margin:6px 0;color:#333;font-size:16px;line-height:30px}
.zhuanjia-jj>p>span{font-size:16px}
.zhuanjia-jj>p:first-child{font-size:20px}*/

.zhuanjia-fanye {
    text-align: center;
    margin: 30px auto 0px;
    height: 125px;
    width: 1165px;
}

    .zhuanjia-fanye ul {
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
    }

        .zhuanjia-fanye ul li {
            width: 240px;
            height: 125px;
            margin-right: 20px;
            overflow: hidden;
            float: left;
        }

            .zhuanjia-fanye ul li img {
                width: 80px;
                height: 90px;
                float: left;
            }

            .zhuanjia-fanye ul li p {
                padding: 0px;
                margin: 0px;
                float: left;
                width: 100px;
                height: 35px;
            }

.zhuanjia_fh {
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    text-align: center;
}

    .zhuanjia_fh input {
        width: 90px;
        height: 35px;
        border: none;
        background-color: #999;
        color: #fff;
        border-radius: 50px;
        outline: none;
        cursor: pointer;
    }
/*********************************专家咨询*********************************/
.expert-box{box-sizing:border-box;margin:20px auto 0;width:1200px;display:none}
.expert-tab{display:inline-block;width:100%}
.expert-tab-title{float:left;margin:0;padding:0;min-width:150px;min-height:45px;list-style:none;-webkit-transition:all .2s;transition:all .2s}
.expert-tab-title>li{padding:0 10px;min-width:150px;border:1px solid #e3e3e3;background-color:#eef2f5;color:#333;text-align:center;font-size:16px;line-height:56px;cursor:pointer;border-bottom-width:0;border-right-width:0}
.expert-tab-title>li:last-child{border-bottom-width:1px}
.expert-tab-title>li.active{border-left:2px solid #39c;background-color:#fff}
.expert-tab-content{float:left;box-sizing:border-box;padding:0 30px 10px;width:1026px;min-height:50vh;border:1px solid #e3e3e3}
.expert-tab-item{float:left;display:none;width:100%}
.expert-tab-item.active{display:block}
.expert-desc{float:left;padding-top:20px;width:100%}
.expert-desc>*{float:left;width:100%;font-size:16px}
.expert-desc>h2{margin-bottom:0;color:#25b723;line-height:40px}
.expert-desc>p{color:#333;line-height:30px}
.expert-desc>div.btns{float:left;padding:20px 0;width:100%;text-align:center}
.expert-desc>div.btns button{width:100px;height:32px;border:0;border-radius:16px;background-color:#39c;color:#fff;font-size:14px;line-height:30px;cursor:pointer}
.expert-dbox{float:left;display:none;padding-top:30px;width:100%}
.expert-doctor{float:left;margin-bottom:20px;width:calc(50% - 12px);border:1px solid #e3e3e3;border-radius:2px;-webkit-transition:all .5s;transition:all .5s}
.expert-doctor:hover{border:1px solid #39c;box-shadow:0 0 2px 2px #efefef}
.expert-doctor:nth-child(2n+1){margin-right:20px}
.expert-doctor>img{float:left;width:142px;height:192px}
.expert-doctor>.info{float:left;box-sizing:border-box;padding:0 20px;width:calc(100% - 142px);cursor:default}
.expert-doctor>.info h2{margin:0;font-weight:400;font-size:18px;line-height:36px}
.expert-doctor>.info h2>span{padding-left:10px;font-size:14px}
.expert-doctor>.info p{overflow:hidden;margin:0 0 10px;height:96px;color:#899099;text-overflow:ellipsis;font-size:14px;line-height:28px}
.expert-doctor>.info>a{float:left;width:100px;height:32px;border-radius:16px;background-color:#39c;color:#fff;text-align:center;font-size:14px;line-height:32px}
.expert-tab-item.open .expert-desc{display:none}
.expert-tab-item.open .expert-dbox{display:block}

/*改后*/
.expert-area{box-sizing:border-box;margin:20px auto 0;padding:30px 20px 10px;width:1200px;min-height:50vh;border:1px solid #e3e3e3}
.expert-doc{display:inline-block;overflow:hidden;box-sizing:border-box;margin-right:20px;margin-bottom:17px;width:calc(33% - 10px);height:194px;border:1px solid #e3e3e3;border-radius:2px;-webkit-transition:all .5s;transition:all .5s}
.expert-doc:hover{border:1px solid #39c;box-shadow:0 0 2px 2px #efefef}
.expert-doc:nth-child(3n+3){margin-right:0}
.expert-doc>img{float:left;width:142px}
.expert-doc>.info{float:left;box-sizing:border-box;padding:0 20px;width:calc(100% - 142px);cursor:default}
.expert-doc>.info h2{margin:0;font-weight:400;font-size:18px;line-height:36px}
.expert-doc>.info h2>span{padding-left:10px;font-size:14px}
.expert-doc>.info p{overflow:hidden;margin:0 0 10px;height:96px;color:#899099;text-overflow:ellipsis;font-size:14px;line-height:28px}
.expert-doc>.info>a{float:left;width:100px;height:32px;border-radius:16px;background-color:#39c;color:#fff;text-align:center;font-size:14px;line-height:32px}

.expert-detail{display:inline-block;width:100%;min-height:50vh;border:1px solid #e3e3e3}
.expert-detail>img{float:left;width:200px}
.expert-detail .info{float:left;box-sizing:border-box;padding:15px 30px;width:calc(100% - 200px);cursor:default}
.expert-detail h2{margin:0;font-weight:400;font-size:20px;line-height:30px}
.expert-detail h2>span{padding-left:10px;font-size:16px}
.expert-detail p{margin:0;line-height:32px}
.expert-detail_p{margin:0;line-height:32px;font-size:14px;}
.expert-detail p.price{color:#25b723}
.expert-detail div.desc{margin-top:4px;color:#333;font-size:16px;line-height:30px}
.expert-detail div.btns{float:left;margin-top:20px;width:100%;text-align:center}
.expert-detail div.btns>a{display:inline-block;margin-right:5px;width:140px;height:40px;border-radius:4px;background:linear-gradient(to right,#ffbc5f,#f39b21);color:#fff;text-align:center;line-height:40px}
.expert-detail div.btns>a.btn-dc,.expert-detail div.btns>a.btn-lj{background:linear-gradient(to right,#00c3e6,#076cb0)}
.expert-detail div.btns>a:last-child{margin-right:0}
.expert-detail .btn-box{float:left;margin:100px 0 4px;width:100%;text-align:center}
.expert-detail .btn-box>input[type=button]{width:100px;height:36px;border:none;border-radius:18px;background-color:#999;color:#fff;cursor:pointer}

/*改后*/
.expert-detail{border:0}
.detail-img{float:left;/*padding-bottom:20px;*/width:100%;text-align:center}
.detail-img>img{width:142px}
.expert-detail .info{width:100%;/*border-top:1px solid #e3e3e3*/}
.expert-detail div.btns>a{border-radius:20px}
.expert-detail div.btns>input[type=button]{width:100px;height:40px;border:none;border-radius:20px;background-color:#999;color:#fff;font-size:16px;line-height:38px;cursor:pointer}

/**************关于我们*****************************************************/
.content {
    min-height: 200px;
    overflow: auto;
    width: 1215px;
    margin: 30px auto 0;
}

.content_left {
    width: 250px;
    height: 100%;
    float: left;
}

    .content_left ul {
        padding: 0px;
        margin: 0px;
        width: 100%;
        height: 100%;
        list-style: none;
    }

        .content_left ul li {
            width: 200px;
            height: 55px;
            border-top: .5px solid #fff;
            border-bottom: .5px solid #fff;
            background-color: #eef2f5;
            border-left: 2px solid #fff;
        }

.onon {
    border-left: 2px solid #3399cc !important;
    background-color: #fff !important;
}

.content_right {
    width: 965px;
    height: 100%;
    float: left;
}

.content_left ul li a {
    line-height: 55px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    padding-left: 39px;
    /*border-left: 2px solid #fff;*/
}

.content_right p {
    text-indent: 2em;
    line-height: 35px;
}

/*********关于我们-联系我们*****************/

.lxwm_con {
    width:700px; height:165px;
}
.lxwm_con_xx {
    width:550px; height:150px; float:left;
}
    .lxwm_con_xx > p {
        padding:0px; margin:0px; text-indent:0em; line-height:35px; font-size:16px; color:#0d0409; 
    }
        .lxwm_con_xx > p:first-child {
            font-size:22px; color:#141414;
        }
.lxwm_con_ewm {
    width:150px; height:150px; float:left;
}
    .lxwm_con_ewm > img {
        margin-top:20px;
    }

/*********关于我们-海博康脉*****************/
.hbkm_con {
    width:965px; min-height:500px; overflow:auto;
}
.hbkm_con_title {
    color:#208db1; font-size:29px !important; width:100%;text-indent:0em !important;
}
.hbkm_con > p {
    padding:0px; margin:0px; text-indent:2em; line-height:35px; font-size:18px;
}
.hbkm_con > img {
    width:285px; height:3px; vertical-align: middle;
}
.hbkm_con>ul {
    padding:0px; margin:0px; margin-top:20px;
}
 .hbkm_con>ul>li {
       color:#208db1; list-style-position: inside;
    }
    .hbkm_con>ul>li>span {
       font-size:18px; font-weight:bold;
    }
     .hbkm_con>ul>li>p {
     font-size:18px; color:#000; padding:0px; margin:0px; line-height:40px; margin:10px 0px;
    }

/*********关于我们-社会荣耀*****************/
.shry_con {
    width:965px; min-height:500px; overflow:auto;
}
    .shry_con > ul {
        padding:0px; margin:0px; width:100%; height:100%;
    }
        .shry_con > ul > li {
            list-style:none; float:left; width:225px; margin-left:20px; height:400px;
        }
            .shry_con > ul > li > p {
                color:#208db1; font-size:18px; font-weight:bold; padding:0px; margin:0px; text-indent:0em; height:35px; width:100%;
            }
             .shry_con > ul > li > img {
                margin-top:15px;
            }
            .shry_con > ul > li:first-child {
                margin-left:0px;
            }
/*********关于我们-发展历程*****************/
.fzlc_con {
    width:965px; min-height:500px; overflow:auto;
}
.fzlc_top {
    width:965px; height:125px;font-size:14px; 
}
.fzlc_top_2002 {
    float:left; width:130px; height:125px;
}
.fzlc_top_2015 {
    float: left;
    width: 160px;
    height: 50px;
    margin-left: 90px;
    margin-top: 58px;
}
.fzlc_top_2018 {
    float: left;
    width: 145px;
    height: 125px;
    margin-left: 90px;
}
.fzlc_top_2020 {
    float:left; width:130px; height:45px;
    margin-left: 90px;
    margin-top: 75px;
}

.fzlc_bottom {
    width:965px; height:200px;font-size:14px; 
}
.fzlc_bottom_2004 {
     float:left; width:150px; height:160px; margin-left:110px; margin-top:20px;
}
.fzlc_bottom_2016 {
     float:left; width:150px; height:160px; margin-left:90px; margin-top:20px;
}
.fzlc_bottom_2019 {
     float:left; width:190px;height:30px; margin-left:65px; margin-top:20px;
}

/**********新闻报道*************************************************************/
.news_con {
    width: 1220px;
    min-height:calc(100vh - 487px);
    overflow: auto;
    margin: 20px auto 30px;
}
.news_con>p{
    margin: 0;
}

    .news_con ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .news_con ul li {
            width: 600px;
            height: 170px;
            margin-top: 25px;
            float: left;
        }

            .news_con ul li img {
                float: left;
                width: 220px;
                height: 163px
            }

.news_more {
    width: 100%;
    height: 35px;
    text-align: center;
}

    .news_more input {
        width: 100px;
        /*border: 1px solid #ccc;*/
        border: none;
        height: 30px;
        border-radius: 5px;
        color: #666;
        text-shadow: none;
        background: none;
        outline: none;
        cursor: pointer;
    }

.article_intro {
    /*height: 85px;*/
    min-height:85px;
    overflow:auto;
    width: 100%;
    text-align: center;
}

.intro_title {
    font-size: 28px;
    /*height: 40px;*/
}

.intro_time {
    font-size: 12px;
    color: #a9a9a9;
    margin-right: 20px;
    margin-top: 10px;
}

.article_con {
    min-height: 300px;
    margin-top: 30px;
}

.bd {
    height: 200px;
    overflow: hidden;
    margin-top: 30px;
    text-align:center;
}

    .bd img {
        /*width: 100%;*/
        height: 200px;
    }

/*.article_con {
    min-height: 300px;
    margin-top: 100px;
}*/

.article_con>p>img{
    max-width:100%;
}

.news-con_left {
    width: 820px;
    float: left;
    margin-right: 55px;
}

.news-con_right {
    float: left;
    width: 300px;
}

.news_ul {
    margin-top: 30px;
    overflow: hidden;
}

    .news_ul li {
        width: 128px;
        height: 59px;
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
        border-left: none;
        float: left;
        font-size: 22px;
        font-family: 微软雅黑;
        color: #333;
        text-align: center;
        line-height: 59px;
        cursor: pointer;
    }

.blood_con {
    width: 1220px;
    min-height: 300px;
    overflow: auto;
    margin: 30px auto;
}

.be_title {
    width: 100%;
    height: 40px;
}

    .be_title p {
        padding: 0px;
        margin: 0px;
        float: left;
        width: 80px;
        height: 35px;
        color: #1886ab;
        font-size: 20px;
        font-weight: bold;
    }

    .be_title ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        min-width: 50px;
        overflow-x: auto;
        height: 100%;
        float: right;
    }

        .be_title ul li {
            padding: 0 15px;
            height: 20px;
            border-right: 1px solid #666;
            font-size: 16px;
            float: left;
            text-align: center;
            cursor: pointer;
        }

.beon {
    color: #1886ab;
}

.be_con {
    width: 100%;
    min-height: 200px;
    /*overflow: auto;*/
}
    .be_con > div {
        width:100%;
        float:left;
    }

    .be_con ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 100%;
        list-style:none;
    }

        .be_con ul li {
            width: 820px;
            height: 169px;
            border-bottom: solid 1px #cccccc;
        }

.be_con_img {
    width: 180px;
    height: 108px;
    float: left;
    margin-top: 31px;
    cursor: pointer;
    overflow: hidden;
    margin-right: 20px;
}

.be_con_text {
    width: 620px;
    /*margin-left: 20px;*/
    float: left;
    overflow: hidden;
}

.be_con_title {
    margin-top: 26px;
    font-size: 20px;
    font-family: 微软雅黑;
    cursor: pointer;
}

.be_con_times {
    margin-top: 8px;
    overflow: hidden;
    font-size: 12px;
    font-family: 微软雅黑;
    color: #999999;
    cursor: pointer;
}

.be_con_time {
    float: left;
}

.be_con_name {
    float: left;
    margin-left: 8px;
}

.be_con_con {
    font-size: 14px;
    font-family: 微软雅黑;
    color: #666666;
    line-height: 28px;
    margin-top: 8px;
    cursor: pointer;
}

.news-con_right {
    float: left;
    width: 300px;
}

.news_right_news {
    width: 300px;
    /*height: 690px;*/
    background: url(/assets/img/news_right_tx1.png) 0 0 no-repeat;
}

.news_right_top {
    font-size: 22px;
    font-family: 微软雅黑;
    padding-top: 17px;
    cursor: pointer;
}

.news_right_news1 {
    width: 300px;
    /*height: 610px;*/
    margin-top: 13px;
}

.news_right_news2 {
    width: 300px;
    /*height: 315px;*/
    margin-bottom: 20px;
}

.news_right_img {
    width: 300px;
    height: 150px;
    margin-top: 17px;
    cursor: pointer;
}

.news_right_content {
    height: 95px;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #666666;
    line-height: 28px;
    margin-top: 11px;
    cursor: pointer;
}

.news_right_hot {
    width: 300px;
    height: 440px;
    margin-top: 16px;
    background: url(/assets/img/news_right_tx2.png) 0 0 no-repeat;
}

.news_right_top {
    font-size: 22px;
    font-family: 微软雅黑;
    padding-top: 17px;
    cursor: pointer;
}

.right_hot_ul {
    list-style: none;
    margin-top: 17px;
}

    .right_hot_ul li {
        width: 300px;
        height: 60px;
        margin-top: 15px;
    }

/*.article_intro {
    height: 85px;
    width: 820px;
}*/

/*.intro_title {
    font-size: 28px;
    /*height: 40px;*/
}*/

.intro_time {
    font-size: 12px;
    color: #a9a9a9;
    margin-right: 20px;
    margin-top: 10px;
}

.video_list {
    width: 1220px;
    min-height: 300px;
    overflow: auto;
    margin: 30px auto;
}

    .video_list ul {
        overflow: hidden;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .video_list ul li {
            float: left;
            width: 270px;
            height: 200px;
            /*margin: 30px;*/
            /*border: 1px solid #ccc;*/
            cursor: pointer;
            margin-right: 20px;
            margin-bottom: 20px;
           
        }

            .video_list ul li img {
                width: 280px;
                height: 170px;
            }

.video_tips {
    position: absolute;
    height: 30px;
    width: 280px;
    color: #000;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
}

    .detail_title_right a
    {
        display: block;
        float: right;
        width: 75px;
        height: 25px;
        background: url(/assets/img/fh-first.png) no-repeat 15px 0px;
    }

        .detail_title_right a:hover
        {
            background: url(/assets/img/fh-hover.png) no-repeat 15px 0px;
        }
.news_detail_title {
    width: 820px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}
.detail_title_right
{
    width: 100px;
    float: right;
    height: 25px;
    line-height: 25px;
}

/*****************************************************************************************/
.hospital {
    width: 1220px;
    min-height: 500px;
    margin: 0 auto;
    overflow:auto;
}
.hoslist {
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .hoslist li {
        float: left;
        height: 175px;
        width: 270px;
        border-radius: 2px;
        margin-right: 35px;
        margin-bottom:20px;
    }

.hoslist_img {
    width: 270px;
    height: 135px;
    background-color: #7c7e7f;
    overflow: hidden;
}

.hs_banner {
    width:100%;height:400px;
}
    .hs_banner img {
        width:100%; height:100%;
    }
.hs_anli {
    width:1215px; height:740px; margin:0 auto;
}
.hs_anli_title {
    width:355px; height:40px; line-height:40px;background-color:#3399cc; text-align:center; padding:0px; margin:50px auto 30px; color:#fff;
}
.hs_anli_intro {
    padding:0px; margin:0px; line-height:30px; text-align:center; text-indent:2em;
}
.hs_anli_con {
    width:100%;height:520px; margin-top:30px;
}
    .hs_anli_con ul {
        padding:0px; margin:0px; list-style:none; width:100%; height:100%;
    }
        .hs_anli_con ul li {
            width:387px; height:503px; border:1px solid #e2e2e2; float:left; margin-right:20px;
        }
            .hs_anli_con ul li:last-child {
                margin-right:0px;
            }
.anli_img {
    width:100%; height:213px;
}
.li_con {
    width:345px; height:265px; margin:13px auto;
}
    .li_con p{
        padding:0px; margin:0px;
    }
.li_con_name {
    height:30px;width:100%;
}
.li_con_intro {
    color:#666; line-height:30px;
}
.hs_fenli {
    width:100%; height:390px; background-color:#f3f5f8; padding-top:20px;
}
.hs_fenli_con {
    width:1215px; height:370px; margin:0 auto; 
}
    .hs_fenli ul {
        padding:0px; margin:0px; width:100%; height:220px; list-style:none;
    }
        .hs_fenli ul li {
            float:left; width:590px; height:220px; margin-right:15px;
        }
            .hs_fenli ul li:last-child {
                margin-right:0px;
            }
.hs_yy{
     width:1215px; height:340px; margin:0 auto;
}
    .hs_yy ul { padding:0px; margin:0px;  list-style:none; width:100%; height:100%;
    }
        .hs_yy ul li {
            float:left;  width:592px; margin-right:25px; height:260px; margin-top:35px;
        }
            .hs_yy ul li:last-child {
                margin-right:0px;
            }
.li_p {
    width:350px; height:40px; background-color:#3399cc; line-height:40px; color:#fff; text-indent:2em;
}
.ff_li_intro {
    width:567px; height:180px; background:url(/assets/img/ff_bg.png) no-repeat;
}
    .ff_li_intro p {
        padding: 30px 0px;
        margin: 0px auto;
        width: 520px;
        text-align: left;
        font-size: 16px;
        line-height: 30px;
    }
.hs_intro {
    width:100%;height:335px; background:url(/assets/img/hs-bg.png) no-repeat center; padding-top:50px;
}
.hs_intro_con {
    width:1215px; height:385px; margin:0 auto; color:#fff; text-align:center;
}