﻿@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, select, button, textarea, menu {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑",Arial;
    -ms-overflow-style: scrollbar
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left;
    font-weight: normal
}

html, body, fieldset, img, iframe, abbr {
    border: 0
}

i, cite, em, var, address, dfn {
    font-style: normal
}

li {
    list-style: none
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%
}

sup, sub {
    font-size: 40%
}

pre, code, kbd, samp {
    font-family: inherit
}

q:before, q:after {
    content: none
}

p {
    margin: 0 0 9px
}

textarea {
    overflow: auto;
    resize: none
}

label, summary {
    cursor: default
}

a, button {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold
}

del, ins, u, s, a, a:hover {
    text-decoration: none
}

body {
    color: #666
}

a {
    color: #444;
    outline: 0
}

    a:hover {
        color: #096;
        text-decoration: none
    }

.form-input input, .form-input select, .form-input textarea, .select-input {
    border: 1px solid #ddd;
    line-height: 21px;
    padding: 7px 5px;
    box-sizing: border-box
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt25 {
    margin-top: 25px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.clearfix {
    *zoom: 1
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: ""
    }

    .clearfix:after {
        clear: both
    }

.green {
    color: #158064;
    cursor: pointer
}

    .green:hover {
        color: #096
    }

input.keyword {
    width: 235px;
    height: 44px;
    line-height: 20px;
    padding: 9px 5px 9px 17px;
    border: 3px solid #158064;
    margin-left: -40px
}

.btn1 {
    display: inline-block;
    border: 0;
    text-align: center;
    background: #158064;
    color: #fff;
    min-height: 34px;
    line-height: 34px;
    padding: 0 15px
}

    .btn1:hover {
        background: #096;
        color: #fff
    }

    .btn1.white {
        background: #fff;
        color: #666;
        border: 1px solid #ddd
    }

        .btn1.white:hover {
            background: #666;
            color: #fff;
            border: 1px solid #666
        }

    .btn1.disabled {
        background: #f1f1f1;
        border-color: #aaa;
        color: #aaa;
        cursor: default
    }

.header {
    height: 210px;
    position: relative;
    z-index: 2
}

.topbar {
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    color: #ccc;
    font-size: 13px;
    overflow: hidden;
    word-spacing: .5em
}

    .topbar span {
        color: #999
    }

.logo-row {
    height: 120px;
    background: #fff
}

.logo {
    display: block;
    padding-top: 15px
}

    .logo a {
        display: block
    }

.version a {
    line-height: 1
}

    .version a.cur {
        font-weight: bold
    }

.layout {
    max-width: 1200px;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding:10px 15px;
    border:1px solid #e5e5e5;
}

.search {
    height: 44px;
    padding-top: 45px
}

    .search i {
        line-height: 44px;
        position: relative;
        font-size: 28px
    }

    .search button {
        width: 105px;
        height: 44px;
        font-size: 16px;
        margin-left: -1px
    }

.layouthe {
    width: 100%;
    height: 50px;
    background-color: #158064;
    min-width: 1200px
}

    .layouthe ul {
        width: 1200px;
        margin: 0 auto
    }

        .layouthe ul li {
            float: left;
            height: 50px;
            line-height: 50px;
            width: 105px;
            text-align: center;
            display: block
        }

            .layouthe ul li a {
                color: #fff
            }

            .layouthe ul li:hover {
                background-color: #36a171
            }

            .layouthe ul li ul {
                display: none;
                width: 105px;
                background-color: #36a171;
                height: auto;
                position: absolute;
                opacity: .7;
                z-index: 10
            }

                .layouthe ul li ul li {
                    width: 100%;
                    display: block;
                    line-height: 40px;
                    height: 40px;
                    text-align: center;
                    border-bottom: solid 2px #36a171
                }

                    .layouthe ul li ul li a {
                        color: #fff
                    }

            .layouthe ul li:hover ul {
                display: block
            }

            .layouthe ul li ul li:hover {
                border-bottom: solid 2px #158064
            }

.service {
    height: 130px;
    background-color: #b9cdcb;
    opacity: .6;
    position: relative;
    width: 100%;
    margin-top: -130px;
    min-width: 1200px;
    left: 50%;
    margin-left: -50%
}

    .service li {
        float: left;
        width: 170px;
        height: 100px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #444;
        border-right: 1px solid #fff
    }

        .service li a {
            display: block;
            box-sizing: border-box;
            color: #fff;
            border-right: 1px solid #36a171
        }

        .service li:hover {
            background: rgba(0,0,0,.3)
        }

        .service li i {
            display: block;
            line-height: 70px;
            font-size: 48px;
            text-align: center;
            height: 77px
        }

    .service .i1 {
        background: url(/images/icon_01.png) center center no-repeat
    }

    .service .i2 {
        background: url(/images/icon_02.png) center center no-repeat
    }

    .service .i3 {
        background: url(/images/icon_03.png) center center no-repeat
    }

    .service .i4 {
        background: url(/images/icon_04.png) center center no-repeat
    }

    .service .i5 {
        background: url(/images/icon_05.png) center center no-repeat
    }

    .service .i6 {
        background: url(/images/icon_06.png) center center no-repeat
    }

    .service .i7 {
        background: url(/images/icon_07.png) center center no-repeat
    }

    .service li strong {
        display: block;
        text-align: center;
        font-weight: normal;
        font-size: 16px;
        padding-bottom: 2px
    }

.Recommend img {
    width: 100%;
    height: 300px
}

.Recommend p {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #444
}

.Recommend span {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.Recommend a {
    float: right;
    font-size: 16px
}

.home-containera {
    min-width: 1200px;
    margin: 0 auto
}

    .home-containera .list-item.fl {
        width: 50%
    }

    .home-containera .list-item.fr {
        width: 50%
    }

.home-notice ul li {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dashed #ccc;
    position: relative
}

    .home-notice ul li a:before {
        content: "•";
        font-weight: bold;
        color: #e4492d;
        margin-right: 5px
    }

    .home-notice ul li a {
        max-width: 88%
    }

    .home-notice ul li span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 12px;
        color: #999
    }

.list-item {
    background: #fff;
    box-sizing: border-box;
}
.inner-row{}

.list-content {
    margin-top: 18px;
    position: relative
}

    .list-content a {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.list-tit {
    line-height: 40px;
    border-bottom: 2px solid #ebf5ec;
    position: relative;
    background-color: #fff
}

    .list-tit h2 {
        display: inline-block;
        font-size: 16px;
        word-spacing: .7em;
        color: #ccc;
        font-weight: normal
    }

        .list-tit h2 a {
            display: inline-block;
            line-height: 42px;
            margin-bottom: -2px;
            font-weight: bold
        }

            .list-tit h2 a.cur {
                color: #158064;
                border-bottom: 2px solid #158064
            }

        .list-tit h2 span {
            color: #555
        }

    .list-tit .fr {
        color: #ddd;
        word-spacing: .5em
    }

.tab-pannel1 {
    height: 290px
}

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 150px;
    background: #37383a;
    color: #fff;
    font-size: 14px;
    position: relative
}

    .footer a {
        color: #fff;
        font-size:14px !important;
    }

        .footer a:hover {
            color: #9fc
        }

.links {
    margin-bottom: 25px
}

    .links ul {
        width: 80%;
        margin: 0 auto
    }

        .links ul li {
            width: 80%;
            float: left;
            height: 28px;
            line-height: 28px
        }

            .links ul li h3 {
                height: 30px
            }

            .links ul li .width-p42 {
                width: 100%
            }

.deptlist {
    width: 1200px
}

    .deptlist ul {
        width: auto;
        height: 45px;
        line-height: 45px;
        margin-left: 7px;
        background-color: #fff
    }

        .deptlist ul li {
            float: left;
            height: 38px;
            line-height: 36px;
            cursor: pointer;
            text-align: left;
            padding: 0 10px;
            min-width: 110px
        }

            .deptlist ul li a {
                display: block;
                min-width: 107px
            }

            .deptlist ul li:hover a {
                color: #096
            }

            .deptlist ul li h3 a {
                display: block;
                background-color: #158064;
                width: 120px;
                color: #fff;
                text-align: center;
                float: left
            }

                .deptlist ul li h3 a:hover {
                    color: #fff;
                    background-color: #096
                }

#deptList li a {
    text-align: left
}


.picMarquee-left {
    /*width: 1160px;*/
    background-color: #fff
}

    .picMarquee-left .bd {
        width: 100%
    }

        .picMarquee-left .bd .picList {
            width: 100%
        }

            .picMarquee-left .bd .picList li {
                float: left;
                width: 166px
            }

                .picMarquee-left .bd .picList li .pic {
                    margin: 0 auto;
                    width: 140px
                }

                    .picMarquee-left .bd .picList li .pic img {
                        width: 100%
                    }

                .picMarquee-left .bd .picList li .title {
                    width: 140px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    opacity: .8;
                    color: #fff;
                    background-color: #999;
                    position: absolute;
                    margin-top: 180px
                }

                    .picMarquee-left .bd .picList li .title a {
                        color: #fff;
                        height: 16px
                    }

                    .picMarquee-left .bd .picList li .title span {
                        display: none;
                        color: #444
                    }

                    .picMarquee-left .bd .picList li .title p {
                        font-size: 15px;
                        height: 25px;
                        line-height: 25px
                    }

                .picMarquee-left .bd .picList li .pic:hover .title {
                    height: 110px;
                    margin-top: 100px
                }

                    .picMarquee-left .bd .picList li .pic:hover .title span {
                        display: block;
                        height: 27px;
                        line-height: 27px;
                        color: #fff;
                        margin: 2px 0 0 0;
                        text-align: center;
                        font-size: 14px
                    }

.slideBox {
    width: 578px;
    height: 350px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd
}

    .slideBox .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 1
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left
        }

            .slideBox .hd ul li {
                float: left;
                margin-right: 2px;
                width: 20px;
                height: 20px;
                line-height: 18px;
                text-align: center;
                border-radius: 20px
            }

                .slideBox .hd ul li div {
                    width: 13px;
                    height: 13px;
                    border-radius: 13px;
                    background: #fff;
                    cursor: pointer
                }

                .slideBox .hd ul li.on div {
                    background: #096;
                    color: #fff
                }

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0
    }

        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle
        }

        .slideBox .bd img {
            width: 578px;
            height: 350px;
            display: block
        }

.bd .titlea a {
    padding: 0 0 0 5px;
    text-align: left;
    position: absolute;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 320px;
    width: 100%;
    background: #000;
    opacity: .7
}

.slideBox1 {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative
}

    .slideBox1 .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 1;
        border-radius: 15px
    }

        .slideBox1 .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left
        }

            .slideBox1 .hd ul li {
                float: left;
                margin-right: 2px;
                width: 15px;
                height: 15px;
                line-height: 14px;
                text-align: center;
                background: #fff;
                cursor: pointer
            }

                .slideBox1 .hd ul li.on {
                    background: #f00;
                    color: #fff
                }

    .slideBox1 .bd {
        position: relative;
        height: 100%;
        z-index: 0
    }

        .slideBox1 .bd li {
            zoom: 1;
            vertical-align: middle
        }

        .slideBox1 .bd img {
            width: 100%;
            height: 700px;
            display: block
        }

    .slideBox1 .prev, .slideBox1 .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url(../images/slider-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: .8
    }

    .slideBox1 .next {
        left: auto;
        right: 3%;
        background-position: 8px 5px
    }

        .slideBox1 .prev:hover, .slideBox1 .next:hover {
            filter: alpha(opacity=100);
            opacity: 1
        }

.layout .list-item .party {
    float: left;
    width: 280px;
    text-align: center;
    background-color: #fff
}

    .layout .list-item .party a img {
        width: 270px;
        height: 150px;
        transition: all .5s ease .1s
    }

        .layout .list-item .party a img:hover {
            box-shadow: 0 3px 7px 3px rgba(128,128,128,.5)
        }

.txtMarquee-top {
    height: 155px;
    overflow: hidden;
    position: relative
}

    .txtMarquee-top a.Acontent {
        display: block;
        width: 100%;
        height: auto;
        text-align: justify;
        text-justify: inter-ideograph
    }

        .txtMarquee-top a.Acontent:hover {
            color: #444;
            width: 100%;
            height: auto
        }

    .txtMarquee-top .infoList {
        float: left;
        width: 90%;
        height: 135px;
        margin: 0 auto;
        background-color: #fff;
        text-align: left;
        text-indent: 2em
    }

        .txtMarquee-top .infoList div {
            width: 100%;
            height: 135px;
            padding: 10px 0;
            overflow: auto
        }

    .txtMarquee-top .hd {
        float: right;
        padding-top: 10px;
        padding-right: 10px;
        position: absolute;
        top: 20%;
        right: 0
    }

        .txtMarquee-top .hd a {
            display: block;
            width: 10px;
            height: 10px;
            margin: 10px 0
        }

            .txtMarquee-top .hd a.next {
                background: url(../images/icoUp.gif) no-repeat
            }

            .txtMarquee-top .hd a.prev {
                background: url(../images/icoDown.gif) no-repeat
            }

                .txtMarquee-top .hd a.prev:hover {
                    background: url(../images/icon_Down.gif) no-repeat
                }

            .txtMarquee-top .hd a.next:hover {
                background: url(../images/icon_Up.gif) no-repeat
            }

.two-nav {
    background: #fff;
    border-bottom: 1px solid #ddd
}

    .two-nav li {
        float: left;
        line-height: 16px;
        padding: 0 18px;
        margin: 20px auto;
        border-right: 1px solid #ddd;
        position: relative
    }

        .two-nav li:last-child {
            border: 0
        }

        .two-nav li.cur a {
            font-weight: bold;
            color: #096
        }

        .two-nav li.cur:before, .two-nav li.cur:after {
            content: "◆";
            color: #fff;
            font-family: simsun;
            font-size: 30px;
            line-height: 0;
            position: absolute;
            bottom: -20px;
            left: 50%;
            margin-left: -15px
        }

        .two-nav li.cur:before {
            color: #ddd;
            bottom: -21px
        }

.containera {
    min-height: 500px;
}

.containera-inner {
    background: #fff;
    padding: 20px;
    min-height: 460px
}

    .containera-inner .subject-cat dl, .containera-inner .lab-cat dl {
        margin-bottom: 20px
    }

    .containera-inner .subject-cat dt, .containera-inner .lab-cat dt {
        font-size: 16px;
        line-height: 50px
    }

    .containera-inner .subject-cat dd, .containera-inner .lab-cat dd {
        padding: 15px 0;
        line-height: 2.2
    }

.info-list li span {
    float: right;
    color: #999;
    font-size: 12px
}

.text-list li a:before, .info-list li a:before, .download-list li:before {
    content: "•";
    font-weight: bold;
    color: #e4492d;
    margin-right: 5px
}

.text-list li, .info-list li, .download-list li {
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    position: relative
}

.text-list, .info-list, .download-list {
    padding: 20px 0
}

.path {
    margin-top: 15px;
    margin-bottom: -10px;
    color: #999
}

    .path i {
        padding: 0 10px 0 10px
    }
    .content img {
        max-width: 100% !important
    }

    .content .keylink {
        color: #096
    }
    .tesezl p{margin-bottom:0 ;}
        .content .keylink:hover {
            color: #158064
        }

    .content h1 {
        font-size: 24px;
        line-height: 1.5;
        font-weight: normal;
        padding: 8px 0;
        color: #158064;
        text-align: center
    }

        .content h1 span {
            font-size: 14px;
            color: #666
        }

.news-info {
    color: #999;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    text-align: center
}

    .news-info span {
        margin: 0 30px 0 30px;
        font-size: 14px
    }

    .news-info .fl span {
        margin-right: 10px
    }

    .news-info .fr span {
        display: inline-block
    }

.viewcontent {
    width: 1200px
}

    .viewcontent img {
        max-width: 100%
    }

    .viewcontent .news-content {
        width: 92%;
        margin: 0 auto;
        min-height: 550px
    }

.depth4 {
    float: right;
    padding: 0
}

    .depth4 span {
        display: block;
        font-weight: 500;
        float: left;
        width: 97px;
        text-align: center;
        color: #999;
        font-size: 15px;
        margin: 0 0 2px 20px;
        border-top: 4px #fff solid;
        border-left: 1px #fff solid;
        border-right: 1px #FFF solid;
        line-height: 40px
    }

    .depth4 .cur {
        border-top: 4px solid #096;
        color: #444;
        border-left: 1px #808080 solid;
        border-right: 1px #808080 solid;
        border-bottom: 1px #fff solid
    }

.color-share a {
    line-height: 20px;
    vertical-align: 0
}

.news-content {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 28px;
    color: #444
}

.doctor-details .fl {
    width: 69%
}

.doctor-details .fr {
    width: 29%
}

.doctor-details .content {
    padding: 20px 0;
    color: #444;
    height: auto
}

    .doctor-details .content p {
        font-size: 16px
    }

.doctor-details .list-item {
    padding: 0
}

    .doctor-details .list-item .list-tit h2 span {
        font-weight: bold;
        border-bottom: 2px solid #999;
        display: inline-block;
        line-height: 42px;
        margin-bottom: -2px
    }

    .doctor-details .list-item .list-tit {
        border-color: #f4f4f4
    }

.clbo {
    clear: both
}

.doctor-resume {
    position: relative;
    min-height: 150px;
    padding: 0 160px 20px 140px;
    border-bottom: 1px dashed #ddd;
    color: #444
}

    .doctor-resume .doctor-img img {
        display: block;
        height: 150px
    }

    .doctor-resume h1 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.3;
        margin-bottom: 5px
    }

    .doctor-resume p {
        height: 105px;
        line-height: 40px;
        font-weight: 500
    }

        .doctor-resume p i {
            font-weight: 500
        }

        .doctor-resume p a {
            font-weight: bolder
        }

    .doctor-resume .doctor-img {
        position: absolute;
        left: 0;
        top: 0
    }

    .doctor-resume .qr-img {
        position: absolute;
        right: 0;
        top: 0;
        width: 124px
    }

        .doctor-resume .qr-img span {
            font-size: 12px;
            color: #999
        }

.containera {
    min-height: 500px
}

.containera-inner {
    background: #fff;
    padding: 20px;
    min-height: 460px
}

.haschosen {
    overflow: hidden;
    position: relative
}

    .haschosen span, .haschosen a {
        line-height: 30px;
        float: left
    }

    .haschosen a {
        margin-right: 5px;
        line-height: 30px;
        border-radius: 5px;
        margin-bottom: 8px;
        padding: 0 10px;
        background: #438a60;
        color: #FFF;
        transition: .3s;
        -webkit-transition: .3s
    }

        .haschosen a:hover {
            background: #1c4326;
            color: #fff
        }

        .haschosen a i {
            font-size: 12px;
            margin-left: 5px
        }

.num-doctor {
    position: absolute;
    right: 10px;
    top: 0
}

    .num-doctor u {
        color: #1c4326
    }

.filter {
    border: 1px solid #ebf3fb;
    background: #fbfdff;
    padding: 10px 15px
}

    .filter.fixed {
        position: fixed;
        top: 7px;
        z-index: 1
    }

    .filter dl {
        position: relative;
        font-size: 13px;
        border-bottom: 1px solid #ebf3fb;
        min-height: 44px;
        box-sizing: border-box;
        padding: 12px 0
    }

        .filter dl:last-child {
            border: 0
        }

    .filter dt {
        color: #999
    }

    .filter.expert-filter dt {
        color: #999;
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 18px
    }

    .filter dd {
        overflow: hidden
    }

        .filter dd.span8 a {
            width: 11.5%
        }

    .filter.expert-filter dd {
        margin-left: 100px;
        margin-right: -1%
    }

    .filter dd a span {
        border-bottom: 1px dashed transparent;
        padding-bottom: 2px
    }

    .filter dd a {
        display: block;
        line-height: 26px;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: 15px;
        border: 1px solid transparent
    }

    .filter.visit-filter dd a {
        margin-bottom: 3px
    }

    .filter.expert-filter dd a {
        margin-right: 1.8%
    }

    .filter dd > a.cur {
        border: 1px solid #1c4326;
        padding: 0 10px;
        color: #1c4326;
        border-radius: 5px
    }

    .filter dd li {
        display: none;
        overflow: hidden
    }

        .filter dd li:first-child {
            display: block
        }

    .filter dd .tab-tit {
        font-size: 16px;
        border-bottom: 2px solid #ebf3fb;
        margin-bottom: 10px
    }

        .filter dd .tab-tit span {
            display: inline-block;
            margin-right: 25px;
            padding-bottom: 8px;
            font-weight: bold;
            color: #999
        }

            .filter dd .tab-tit span.cur {
                border-bottom: 2px solid #096;
                margin-bottom: -2px;
                color: #444
            }

                .filter dd .tab-tit span.cur a {
                    color: #444
                }

            .filter dd .tab-tit span a {
                display: inline;
                float: none
            }

    .filter dd .tab-pannel {
        display: block;
        min-height: 52px
    }

        .filter dd .tab-pannel li {
            font-size: 15px
        }

            .filter dd .tab-pannel li a {
                line-height: 30px;
                height: 30px
            }

    .filter .tab-pannel a.cur span {
        color: #1c4326;
        border-bottom: 1px dashed #1c4326
    }

    .filter dd .visit-dp {
        min-height: 105px
    }

.btn {
    width: 59px;
    height: 33px;
    line-height: 33px;
    border: 0;
    margin-left: 10px;
    color: #fff;
    background-color: #096;
    font-weight: 600;
    font-size: 15px
}

.doctor-search i {
    line-height: 34px;
    position: relative
}

.doctor-search input {
    line-height: 18px;
    padding: 7px 6px 7px 10px;
    width: 280px;
    border: 1px solid #ddd;
    border-right: 0;
    margin-left: -25px
}

.doctor-search .btn i {
    font-size: 16px
}

.pager {
    overflow: hidden;
    text-align: center
}

    .pager a, .pager button {
        background: #f1eff0;
        color: #999
    }

    .pager a, .pager span, .pager input, .pager button {
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
        padding: 0 12px;
        border-radius: 3px;
        margin-left: 5px
    }

        .pager a:hover {
            background: #ddd;
            color: #444
        }

        .pager a.cur {
            background: #096;
            color: #fff !important
        }

        .pager a.disabled, .pager a.disabled:hover {
            background: #f1eff0;
            color: #ddd;
            cursor: default
        }

    .pager span {
        background: #f1eff0
    }

    .pager input {
        width: 52px;
        padding: 0 0 0 8px;
        line-height: 30px;
        height: 30px;
        box-sizing: border-box
    }

    .pager button {
        transition: .3s;
        border: 0
    }

        .pager button:hover {
            background-color: #1c4326;
            color: #fff
        }

    .pager .loading {
        padding: 5px 100px;
        color: #FFF;
        background: #1c4326
    }

#doctList {
    margin-top: 23px;
    width: 1160px;
    height: auto
}

    #doctList li {
        float: left;
        width: 33%;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        height: auto
    }

        #doctList li .doctor-img {
            float: left;
            margin: 10px;
            width: 108px;
            border: 1px solid #ddd
        }

            #doctList li .doctor-img img {
                float: left;
                width: 108px
            }

        #doctList li img {
            float: left
        }

        #doctList li h2 {
            width: 250px;
            float: left;
            margin: 10px 0 10px 0;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            #doctList li h2 span {
                font-weight: initial
            }

        #doctList li .doctor-dp {
            float: left;
            height: 136px;
            width: 250px
        }

            #doctList li .doctor-dp p {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                height: 30px;
                line-height: 20px
            }

                #doctList li .doctor-dp p a {
                    position: absolute;
                    overflow: hidden;
                    width: 11em
                }

.dept .list-item .department-list .list-tit h2 span {
    font-weight: bold;
    border-bottom: 2px solid #999;
    display: inline-block;
    line-height: 42px;
    margin-bottom: -2px
}

.dept .list-item .department-list .list-tit {
    margin: 0 10px 15px 10px;
    border-color: #f4f4f4
}

    .dept .list-item .department-list .list-tit .lt-index {
        position: absolute;
        right: 0;
        top: 0
    }

.dept .list-item .department-list dl {
    padding: 10px
}

    .dept .list-item .department-list dl dt {
        background: #e7e7e7;
        line-height: 50px;
        font-size: 16px;
        padding-left: 15px
    }

    .dept .list-item .department-list dl dd {
        overflow: hidden;
        padding: 10px 0
    }

        .dept .list-item .department-list dl dd span {
            display: block;
            line-height: 36px;
            width: 20%;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .dept .list-item .department-list dl dd span a:before {
                content: "•";
                font-weight: bold;
                color: #e4492d;
                margin-right: 8px
            }

.dept .layout .containera-inner .department-list .list-tit h2 span {
    font-weight: bold;
    border-bottom: 2px solid #999;
    display: inline-block;
    line-height: 42px;
    margin-bottom: -2px
}

.dept .layout .containera-inner .department-list .list-tit {
    margin: 0 10px 15px 10px;
    border-color: #f4f4f4
}

    .dept .layout .containera-inner .department-list .list-tit .lt-index {
        position: absolute;
        right: 0;
        top: 0
    }

.dept .layout .containera-inner .department-list dl {
    padding: 10px
}

    .dept .layout .containera-inner .department-list dl dt {
        background: #e7e7e7;
        line-height: 50px;
        font-size: 16px;
        padding-left: 15px
    }

    .dept .layout .containera-inner .department-list dl dd {
        overflow: hidden;
        padding: 10px 0
    }

        .dept .layout .containera-inner .department-list dl dd span {
            display: block;
            line-height: 36px;
            width: 20%;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .dept .layout .containera-inner .department-list dl dd span a:before {
                content: "•";
                font-weight: bold;
                color: #e4492d;
                margin-right: 8px
            }

.profile-info {
    height: 254px;
    overflow: hidden
}

    .profile-info p {
        display: -webkit-box;
        max-height: 230px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: normal;
        margin-bottom: 0;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical
    }

.inner-expert {
    overflow: hidden;
    margin: 0 auto;
    width: 100%
}

    .inner-expert li {
        float: left;
        width: 14%;
        overflow: hidden;
        margin: 0 0 0 1px
    }

        .inner-expert li:last-child {
            margin-right: 0
        }

        .inner-expert li a {
            display: block;
            width: 107px;
            height: 159px;
            position: relative
        }

        .inner-expert li img {
            width: 113px;
            height: 155px;
            position: absolute;
            left: 50%;
            margin-left: -57px
        }

    .inner-expert a .expert-info {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #096;
        background-position: center;
        transition: background-position .3s;
        -webkit-transition: background-position .3s;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        opacity: .6
    }

    .inner-expert a:hover .expert-info {
        background-position: left center;
        opacity: 1
    }

.news-withdate li {
    position: relative;
    height: 28px;
    line-height: 26px;
    overflow: hidden
}

    .news-withdate li a {
        max-width: 86%
    }

        .news-withdate li a:before {
            content: "•";
            font-weight: bold;
            color: #e4492d;
            margin-right: 5px
        }

    .news-withdate li span {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #999;
        font-size: 12px
    }

.survey {
    padding: 10px 50px
}

    .survey h1 {
        text-align: center;
        font-size: 24px;
        line-height: 80px
    }

    .survey .survey-info {
        background: #f8f8f8;
        border: 1px dashed #ddd;
        padding: 10px 15px
    }

.registerform ul {
    width: 63%;
    margin: 0 auto
}

    .registerform ul li {
        width: 100%;
        margin: 30px 0 30px 0;
        text-align: left
    }

        .registerform ul li input[type=text] {
            width: 600px;
            height: 39px;
            margin-left: 10px
        }

        .registerform ul li textarea {
            width: 663px;
            height: 90px
        }

        .registerform ul li .ib {
            font-size: 16px;
            font-weight: bolder
        }

        .registerform ul li .btn {
            width: 140px;
            height: 40px;
            line-height: 40px;
            font-size: 16px
        }

#txtVerify {
    width: 200px;
    height: 39px
}

.registerform ul li img {
    width: 90px;
    position: absolute;
    padding-left: 20px
}

.qy-list {
    width: 800px;
    float: left;
    margin-left: 30px;
    margin-bottom: 17px
}

    .qy-list ul {
        width: 100%;
        height: auto
    }

        .qy-list ul li {
            width: 100%;
            height: 40px;
            display: block;
            border-bottom: 1px #808080 solid;
            border-right: solid #808080 1px;
            color: #222
        }

            .qy-list ul li:hover {
                background-color: #ddd
            }

            .qy-list ul li span {
                float: left;
                height: 40px;
                line-height: 40px;
                display: block;
                border-left: 1px solid #808080;
                text-align: center;
                padding-left: 3px;
                margin: 0 2px;
                font-size: 14px;
                word-wrap: break-word
            }

    .qy-list .query {
        padding-bottom: 13px;
        width: 350px
    }

    .qy-list button {
        border: 0;
        outline: 0;
        background-color: #096;
        color: #fff;
        padding: 9px 23px;
        border-radius: 1px;
        text-align: center;
        font-size: 14px
    }

    .qy-list input[type=text] {
        padding: 7px 13px;
        width: 233px;
        margin: 0 auto;
        font-size: 15px
    }

.nav-list {
    width: 230px;
    float: left
}

    .nav-list ul {
        border: #ddd solid 1px;
        border-top: 3px;
        border-left: 10px;
        border-right: 10px;
        border-bottom: 15px;
        border-style: solid;
        border-color: #158064
    }

        .nav-list ul li {
            height: 50px;
            line-height: 50px;
            text-align: center
        }

            .nav-list ul li a {
                display: block;
                height: 50px;
                line-height: 50px;
                text-align: center
            }

            .nav-list ul li span {
                display: block;
                background-color: #158064;
                color: #fff;
                font-size: 19px;
                font-weight: bold;
                height: 43px;
                line-height: 40px;
                text-align: left;
                padding-left: 7px
            }

.pageList {
    text-align: center;
    font-size: 14px;
    padding: 17px 0 17px 0;
    width: 800px;
    margin-left: 260px
}

    .pageList span {
        color: #222;
        padding: 0 7px 0 7px;
        font-size: 16px
    }

    .pageList input[type=submit] {
        border: 0;
        width: 60px;
        height: 27px
    }

        .pageList input[type=submit]:hover {
            background-color: #d5d4d4;
            color: #333
        }

    .pageList input[type=text] {
        height: 20px;
        text-align: center;
        margin: 0 13px 0 0
    }
﻿@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, select, button, textarea, menu {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑",Arial;
    -ms-overflow-style: scrollbar
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left;
    font-weight: normal
}

html, body, fieldset, img, iframe, abbr {
    border: 0
}

i, cite, em, var, address, dfn {
    font-style: normal
}

li {
    list-style: none
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%
}

sup, sub {
    font-size: 40%
}

pre, code, kbd, samp {
    font-family: inherit
}

q:before, q:after {
    content: none
}

p {
    margin: 0 0 9px
}

textarea {
    overflow: auto;
    resize: none
}

label, summary {
    cursor: default
}

a, button {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold
}

del, ins, u, s, a, a:hover {
    text-decoration: none
}

body {
    color: #666
}

a {
    color: #444;
    outline: 0
}

    a:hover {
        color: #096;
        text-decoration: none
    }

.form-input input, .form-input select, .form-input textarea, .select-input {
    border: 1px solid #ddd;
    line-height: 21px;
    padding: 7px 5px;
    box-sizing: border-box
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt25 {
    margin-top: 25px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bo  .dept .list-item .department-list dl dd span {
            display: block;
            line-height: 36px;
            width: 20%;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .dept .list-item .department-list dl dd span a:before {
                content: "