/* CSS Document */


/*header*/
a, li, i, em, span,img,p {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

A:link {
    color: #454545;
    outline: none;
}

A:visited {
    color: #454545
}

A:active {
    color: #454545
}

A:hover {
    COLOR: #005999
}
.bodyBg{
    background: #fcfcfc;
}
.header{
    position: relative;
}
.m-menu{
    width: 33px;
    height: 25px;
    background: url(../images/m-menus.png) no-repeat center;
    background-size: auto 25px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.top{
    padding: 15px 0;
}
.top01{
    font-size: 0;
}
.top01 img{
    display: inline-block;
    vertical-align: middle;
    height: 25px;
}
.top02{
    margin-top: 10px;
    font-size: 0;
}
.top02 img{
    display: inline-block;
    vertical-align: middle;
    height: 20px;
}
.top03{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.top03 ul{
    font-size: 0;
}
.top03-t li{
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: #999;
    padding: 0 8px;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #e6e6e6;
}
.top03-t li:first-child{
    padding-left: 0;
    border-left: 0;
}
.top03-t li:last-child{
    padding-right: 0;
    border-right: 0;
}
.top03-b{
    margin-top: 10px;
    position: relative;
}
.text-t{
    width: 100%;
    height: 40px;
    padding: 0 60px 0 15px;
    border: 1px solid #005999;
    font-size: 12px;
    line-height: 30px;
}
.search-t{
    width: 60px;
    height: 40px;
    background: #005999 url(../images/fdj-icon.png) no-repeat center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.nav{
    background: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    padding: 60px 0 15px 0;
    transition: all 0.5s ease;
}
.nav .container{
    height: 100%;
    overflow: auto;
}
.nav.crt{
    right: 0;
}
.nav ul{
    position: relative;
}
.nav li{
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    color: #333;
    text-align: center;
}
@media only screen and (max-width:750px) {
.nav dl{
    width:100%;
    /*position:absolute;*/
    /*left:0px;*/
    /*top:58px;*/
    /*display: none;*/

    /*border-bottom: solid 1px #ddd;*/
    font-size:0;
    text-align: left;

}
.nav dl dd{
    line-height: 24px;
    font-size:13px;
    padding:3px 10px;
    width:50%;
    display: inline-block;
    text-align: center;
}
}
.nav li.crt,.nav li:hover{
    border-color: #005999;
    color: #005999;
}

.m-close{
    width: 32px;
    height: 32px;
    background: url(../images/m-close.png) no-repeat center;
    position: absolute;
    top: 20px;
    right: 15px;
}
.footer{
    font-size: 0;
    line-height: 22px;
    color: #666;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 10px solid #005999;
}
.footer img{
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.footer span,.footer a{
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
}
.footer a{
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #ccc;
    margin-bottom: 10px;
}
.footer a:first-child{
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}
.footer span{
    margin-left: 20px;
}
.footer span:first-child{
    margin-left: 0;
}
.code{
    margin-top: 20px;
    margin-bottom: 5px;
}


@media only screen and (min-width: 768px) {
    .top01{
        float: left;
    }
    .top01 img{
        height: 70px;
    }
    .top03{
        width: 300px;
        margin: 0;
        float: right;
    }
    .top03-t{
        text-align: right;
    }
    .top03-t li:hover{
        color: #005999;
    }
    .nav{
        height: 51px;
        position: static;
        padding: 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background: transparent;
    }
    .nav ul{
        overflow: inherit!important;
    }
    .nav .container{
        overflow: initial;
    }
    .nav li{
        height: 50px;
        float: left;
        font-size: 12px;
        line-height: 48px;
        border-bottom: 2px solid transparent;
        padding: 0 7px;
    }

    .nav dl{
        width:100%;
        position:absolute;
        left:0px;
        top:58px;
        display: none;
        background-color: #fff;
        box-shadow:0 2px 6px rgba(0,0,0,.15);

    }
    .nav dl dd{
        line-height: 24px;
        padding:6px 10px;
        border-bottom: solid 1px #ddd;
        font-size:14px;
        text-align: center;
    }
    .nav li:hover dl{
        display: block;
    }
    .m-menu,.m-close{
        display: none;
    }
    .footer span,.footer a{
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) {
    .top01 img{
        height: auto;
    }
    .top03{
        width: 350px;
        padding-top: 10px;
    }
    .top03-t li{
        font-size: 14px;
        line-height: 16px;
        padding: 0 10px;
    }
    .nav{
        height: 59px;
    }
    .nav li{
        height: 58px;
        float: left;
        font-size: 16px;
        line-height: 56px;
        padding: 0 8px;
        position:relative;
        z-index: 20;
    }
}
@media only screen and (min-width: 1200px) {
    .nav li{
        padding: 0 12px;
    }
}


.banner img{
    display: block;
    width: 100%;
}
.banner .owl-controls{
    bottom: 0;
}
.banner .owl-page{
    border-radius: 10px;
}
.banner .owl-page.active{
    width: 20px;
}
.banner .owl-buttons div{
    width: 35px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    border-radius: 5px;
}
.banner .owl-prev{
    left: 0;
    background: rgba(0,0,0,0.5) url(../images/left-icon01.png) no-repeat center;
}
.banner .owl-next{
    right: 0;
    background: rgba(0,0,0,0.5) url(../images/right-icon01.png) no-repeat center;
}

@media only screen and (min-width: 768px) {
    .banner{
        padding-top: 20px;
    }
}

.index-notice{
    position: relative;
    z-index: 10;
    margin-top: 20px;
}
@media only screen and (min-width:768px) {
    .index-notice .container{
        /*width:940px;*/
    }
}
@media only screen and (min-width:1200px) {
    .index-notice .container{
        width:1140px;
    }
}
.index-notice .container{
    height: 100px;
    overflow: hidden;
    background: #eee;
    border-bottom: solid 10px #eee;
    border-top: solid 10px #eee;

    padding:0;
}

.notice-box{
    height: 100%;
    padding: 0 15px;

}

.index-notice h2{
    font-size: 16px;
    line-height: 30px;
    color: #003493;
    background: #eee;
    position: relative;
    z-index: 10;
    padding-top: 10px;
}
.index-notice ul{
    padding: 0;
}
.index-notice ul li{
    font-size: 0;
    line-height: 36px;
    color: #484848;
    padding-left: 30px;
    background: url(../images/xxtz-icon.png) no-repeat left center;

    position:relative;
    padding-right:140px;
}

.index-notice ul li a{
    width: 100%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-notice ul li span{
    font-size: 12px;
    color: #005999;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position:absolute;
    right:20px;
    top:0px;
}

@media only screen and (min-width: 768px) {
    .index-notice .container{
        height: 80px;
        /*width:940px;*/
    }
    .index-notice h2{
        width: 90px;
        float: left;
        font-size: 18px;
        line-height: 60px;
        color: #404245;
        border: 0;
        padding: 0;
    }
    .index-notice ul{
        width: 600px;
        float: left;
        font-size: 0;
    }
    .index-notice ul li{
        width: 100%;
        display:block;
        line-height: 30px;

    }
    .notice-box{
        /*padding:10px 15px;*/
    }
}

@media only screen and (min-width: 992px) {
    .index-notice ul{
        width: 820px;
    }
    .index-notice ul li a{
        font-size: 16px;
    }

    .index-notice ul li span{
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .index-notice ul{
        width: 1020px;
    }
    .index-notice ul li span{
        text-align: left;
    }
}

/*banner*/
.ban-box {
    position: relative;
}

.ban-img,
.news-ban-img {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ban-img-box {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    word-break: keep-all;
    font-size: 0px;
}

.ban-img-box ul {
    visibility: visible;
    z-index: 10;
    width: auto;
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
    font-size: 0px;
}

.ban-img-box ul li {
    position: relative;
    display: inline-block;
}

.ban-img-box ul li img {
    width: 100%;
    height: 100%;
    display: block;
}

.focus-box,
.news-focus-box {
    position: absolute;
    z-index: 999;
    bottom: 10px;
    width: 100%;
    height: 20px;
    text-align: right;
}

.focus-box ul,
.news-focus-box ul {
    display: inline-block;
    padding-right: 15px;
}

.focus-box ul li,
.news-focus-box ul li {
    display: inline-block;
    margin-left: 5px;
}

.focus-box ul li span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
}

.focus-box ul li.crt span {
    background: #1a71e4;
}

.pn-btn span,
.logo-arrow-box span {
    width: 70px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 1001;
    display: none;
}

.pn-btn span.prev,
.logo-arrow-box span.prev {
    left: 0;
    background: rgba(0, 0, 0, 0.7) url(../images/banner-jt.png) no-repeat left center;
}

.pn-btn span.next,
.logo-arrow-box span.next {
    right: 0;
    background: rgba(0, 0, 0, 0.7) url(../images/banner-jt.png) no-repeat right center;
}
.news-ban-img .ban-img-box li{
    position: relative;
}
.news-ban-img .ban-img-box p{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 30px;
    padding: 0 100px 0 10px;
    text-align: left;
}
.news-ban-img .ban-img-box p span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (min-width: 768px) {
    .focus-box {
        position: absolute;
        z-index: 999;
        bottom: 130px;
        width: 100%;
        height: 30px;
        text-align: center;
    }

    .focus-box ul {
        display: inline-block;
        padding-right: 0;
    }

    .focus-box ul li {
        padding: 1px;
        display: inline-block;
        border-radius: 50%;
    }

    .focus-box ul li.crt {
        background: #fff;
    }

    .focus-box ul li span {
        width: 15px;
        height: 15px;
        border: 2px solid rgba(255, 255, 255, 0.7);
        display: block;
        border-radius: 50%;
        background: transparent;
    }

    .focus-box ul li.crt span {
        background: #fff;
    }

    .arrow-box span {
        display: block;
    }
}

.index-news-l-list li {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

.index-news-l-list li p {
    width: 70%;
    float: left;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-l-list li p:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background: #b0b0b0;
}

.index-news-l-list li span {
    float: right;
    color: #999;
}
.acc-com-floor{
    overflow: hidden;
    font-size: 0;
    margin-top: 20px;
}
.acc-com-floor-box .index-news-l-list{
    margin-top: 15px;
}
.acc-com-floor-box .index-news-l-list li{
    padding: 2px 0;
}
.acc-com-floor-box .index-news-l-list li:hover p{
    color: #005999;
}
.acc-com-floor-box .index-news-l-list li:hover p:before{
    background: #005999;
}
.acc-com-floor-box .doctor-info-t h2{
    color: #005999;
    border-color: #005999;
}
.index-news-l-list img{
    width: 100%;
}
.index-news-l-list h2{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #005999;
    margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news-l-list li:hover h2{
    color: #005999;
}
.index-news-l-list div span{
    display: block;
    float: none;
}
.index-news-l-list div span.text-jj{
    color: #666;
}
#owl-demo2 .item p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding-right: 80px;
    padding-left: 15px;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 50px;
    color: #fff;
}
#owl-demo2 .owl-pagination{
    width: auto;
    right: 10px;
    bottom: 17px;
    padding: 5px 0 !important;
}
#owl-demo2 .owl-page{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin: 0 0 0 5px;
}
#owl-demo2 .owl-page.active{
    width: 10px;
}
.ind-f1-l{
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .acc-com-floor-box .index-news-l-list{
        margin-top: 0;
    }
    .acc-com-floor-box .index-news-l-list li:first-child{
        padding-top: 0;
    }
    .ind-f1-l{
        width: 350px;
        float: left;
    }
    .index-news-l-list img{
        width: 124px;
        float: left;
    }
    .index-news-l-list div{
        width: 210px;
        float: right;
    }
    .index-news-l-list h2{
        margin: 0;
    }
    .ind-f1-r{
        width: 350px;
        float: right;
    }
    .acc-com-r-t{
        background: #f5f5f5;
        padding: 20px 15px;
        margin: 20px 0 0 0;
    }
    .acc-com-r-t p{
        font-size: 12px;
        line-height: 24px;
        font-weight: bold;
        color: #333;
    }
    .acc-com-r-t .doctor-info-t h2{
        padding: 10px 8px;
        color: #999;
        border-color: #999;
    }
    .acc-com-r-t ul li{
        font-size: 12px;
        font-weight: bold;
        margin-top: 10px;
    }
    .acc-com-r-t ul li a{
        color: #999;
    }
    .acc-com-r-t ul li a:hover{
        color: #005999;
    }
    .index-news-l-list div span.text-jj{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 20px;
        padding-top: 2px;
        border-top: 1px dotted #ccc;
    }
}

@media only screen and (min-width: 992px) {
    .ind-f1-l{
        width: 450px;
    }
    .ind-f1-l .item{
        height:270px;
        overflow: hidden;
    }
    .ind-f1-l .item img{
        min-height:270px;
        width:100%;
    }
    .index-news-l-list img{
        width: 138px;
    }
    .ind-f1-r{
        width: 450px;
    }
    .acc-com-floor-box .index-news-l-list li{
        padding: 6px 0;
    }
    .acc-com-floor-box .index-news-l-list li:first-child{
        padding-bottom: 9px;
    }
    .index-news-l-list div{
        width: 292px;
    }
    .index-news-l-list li p{
        font-size: 14px;
    }
    .index-news-l-list li span{
        font-size: 14px;
    }
    .index-news-l-list div span.text-jj{
        padding-top: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .ind-f1-l{
        width: 550px;
    }
    .ind-f1-r{
        width: 550px;
    }
    .index-news-l-list div{
        width: 392px;
    }
    .acc-com-floor-box .index-news-l-list li{
        padding: 11px 0;
    }
    .acc-com-floor-box  .index-news-l-list li:first-child{
        padding-bottom: 19px;
    }
    .ind-f1-l .item{
        height:330px;
        overflow: hidden;
    }
    .ind-f1-l .item img{
        min-height: 330px;
        width:100%;
    }
}

.ind-f2,.ind-f4{
    margin-top: 10px;
}
.ind-f4{
    margin-bottom: 20px;
}
.doctor-info-t{
    padding: 20px 0;
    box-sizing: content-box;
}
.doctor-info-t h2 {
    font-size: 12px;
    line-height: 18px;
    color: #005999;
    float: left;
    padding-left: 12px;
    border-left: 2px solid #005999;
}
.doctor-info-t h2 span{
    color: #666;
}
.doctor-info-t a {
    float: right;
    font-size: 12px;
    line-height: 18px;
    color: #999;
}
.ind-f2-l ul{
    font-size: 0;
}
.ind-f2-l li{
    width: 48%;
    margin-right: 4%;
    position: relative;
    margin-bottom: 18px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e2e2e2;
}
.ind-f2-l li:nth-child(2n){
    margin-right: 0;
}
.ind-f2-l img{
    display: block;
    width: 100%;
}
.ind-f2-l p{
    width: 100%;
    height: 30px;
    padding: 0 10px;
    background: rgba(191,191,191,0.8);
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ind-f2-l li:hover p{
    background: #005999;
    color:#fff;
}
.ind-f2-r li{
    width: 23%;
    position: relative;
    margin-left: 2%;
    margin-bottom: 3%;
    background: #005999;
    color: #fff;
    float: left;
}
.ind-f2-r li:nth-child(2){
    background: #3db89c;
}
.ind-f2-r li:nth-child(3){
    background: #fdba53;
}
.ind-f2-r li:nth-child(4){
    background: #67a9bf;
}
.ind-f2-r li:nth-child(5){
    background: #46bce0;
}
.ind-f2-r li:nth-child(6){
    background: #6b95b3;
}
.ind-f2-r li a{
    width: 100%;
    position: absolute;
    top: 20%;
    left: 0;
    text-align: center;
    font-size: 0;
    color:#fff;
}
.ind-f2-r li a img{
    width: 50%;
}
.ind-f2-r li:hover{
    box-shadow:0 2px 8px rgba(0,0,0,.15);
}
.ind-f2-r li:hover img{
    margin-top:-5px;
    margin-bottom:5px;
}
.ind-f2-r li a p{
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}
.ind-f2-r li:nth-child(1) a{
    top: 30%;
}
.ind-f2-r li:nth-child(1) a p{
    /*margin-top: 0px;*/
    /*margin-bottom: 5px;*/
}
.ind-f2-r li:before{
    display: block;
    content: '';
    padding-bottom: 100%;
}
.ind-f2-r li:nth-child(1){
    width: 25%;
}
.ind-f2-r li:nth-child(1){
    margin-left: 0;
}
.ind-f2-r li:nth-child(1):before{
    padding-bottom: 196%;
}
.ind-f2-r li:nth-child(6){
    width: 48%;
}
.ind-f2-r li:nth-child(6):before{
    padding-bottom: 48%;
}
.ind-f2-r li:nth-child(6) a{
    top: 30%;
}
.ind-f2-r li:nth-child(6) img{
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.ind-f2-r li:nth-child(6) p{
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .doctor-info-t h2{
        font-size: 14px;
    }
    .ind-f2,.ind-f4{
        margin-top: 20px;
    }
    .ind-f3{
        margin-top: 12px;
    }
}
@media only screen and (min-width: 992px) {
    .doctor-info-t h2{
        font-size: 16px;
    }
    .doctor-info-t a{
        font-size: 14px;
    }
    .ind-f2-l p{
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .ind-f2-r li a p{
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .ind-f2,.ind-f4{
        margin-top: 30px;
    }
    .ind-f4{
        margin-bottom: 40px;
    }
    .ind-f2-l p{
        font-size: 16px;
    }
    .ind-f2-r li a{
        top: 50%;
        margin-top: -35px;
        font-size: 0;
    }
    .ind-f2-r li a img{
        width: auto!important;
    }
    .ind-f2-r li a p{
        margin-top: 10px;
    }
    .ind-f2-r li:nth-child(1) a{
        top: 50%;
        margin-top: -58px;
    }
    .ind-f2-r li:nth-child(1) a p{
        margin-bottom: 25px;
    }
    .ind-f2-r li:nth-child(6) a{
        top: 50%;
        margin-top: -20px;
    }
    .ind-f2-r li:nth-child(6) a p{
        margin-top: 0;
        line-height: 40px;
        margin-left: 10px;
    }
}

.ind-f3-l ul{
    font-size: 0;
}
.ind-f3-l li{
    width: 23.5%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    border: 1px solid #efefef;
}
.ind-f3-l li:nth-child(4n){
    margin-right: 0;
}
.ind-f3-l li img{
    display: block;
    width: 100%;
}
.ind-doc-t{
    padding: 4px 0;
}
.ind-doc-t h2{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
}
.ind-f3-l li:hover .ind-doc-t h2{
    color: #005999;
}
.ind-doc-t span{
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
.ind-f3-l li p{
    height: 80px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ind-ks-nav{
    height: 34px;
    border-bottom: 1px solid #ccc;
    font-size: 0;
}
.ind-ks-nav a{
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 8px 5px;
    border-bottom: 2px solid transparent;
    margin-right: 10px;
}
.ind-ks-nav a.crt{
    border-color: #005999;
    color: #005999;
}
.ind-f3-r li{
    font-size: 0;
}
.ind-f3-r li .li_n{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 10px;
    position: relative;
    /*overflow: hidden;*/
}
.ind-f3-r li .li_n:before{
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    background: #b0b0b0;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
.ind-kyjx-nav{
    font-size: 0;
}
.ind-kyjx-nav a{
    width: 23.5%;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    padding: 8px 5px;
    border-top: 3px solid #005999;
    margin-right: 2%;
    text-align: center;
    background: #eff4f7;
    color: #333;
    border-radius: 0 0 6px 6px;
}
.ind-kyjx-nav a.crt{
    background: #005999;
    color: #fff;
}
.ind-kyjx-nav a:nth-child(4){
    margin-right: 0;
}
.ind-f4 .index-news-l-list{
    padding-top: 10px;
}
.index-news-l-list li a:hover{
    color: #005999;
}

@media only screen and (min-width: 992px) {
    .ind-f3-l li{
        padding: 10px;
    }
    .ind-f3-r li .li_n{
        width: 25%;
    }
}
@media only screen and (min-width: 1200px) {
    .ind-doc-t{
        padding-top: 8px;
    }
    .ind-doc-t h2{
        float: left;
    }
    .ind-doc-t span{
        float: right;
    }
    .ind-f3-l li p{
        font-size: 14px;
    }
    .ind-f3-r li .li_n{
        font-size: 14px;
        margin-top: 13px;
    }
    .ind-kyjx-nav a{
        font-size: 14px;
    }
}

/* 列表页 */
.location-box{
    padding: 24px 0;
}
.location {
    overflow: hidden;
}
.location dl{
    padding-left: 40px;
    background: url(../images/home-icon.png) no-repeat left center;
}
.location dt,
.location dd {
    font-size: 12px;
    line-height: 28px;
    font-weight: normal;
    color: #999;
    float: left;
}

.location dd a:first-child {
    color: #333;
}
.location-box h2{
    font-size: 24px;
    line-height: 1;
    color: #484848;
    margin-top: 20px;
}
.left-nav{
    width: 100%;
    margin-bottom: 20px;
}
.left-nav h2{
    font-size: 20px;
    line-height: 1;
    padding-bottom: 16px;
    color: #333;
    font-weight: bold;
    background: url(../images/arrow-bottom.png) no-repeat right center;
    border-bottom: 3px solid #005999;
}
.left-nav h2.crt{
    background: url(../images/arrow-top.png) no-repeat right center;
}
.left-nav ul{
    display: none;
}
.left-nav li{
    font-size: 14px;
    line-height: 40px;
    color: #333;
    padding-left: 20px;
    position: relative;
    background: url(../images/arrow-right.png) no-repeat right center;
    border-bottom: 1px solid #e6e6e6;
}
.left-nav li:before{
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    background: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.left-nav li.crt{
    color: #005999;
}
.list-title{
    font-size: 20px;
    line-height: 30px;
    color: #005999;
    font-weight: bold;




    margin-bottom: 10px;
}
.text-list{
    margin-bottom: 50px;
}
.text-list li{
    padding-right: 80px;
    position: relative;
    font-size: 12px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    padding-left: 14px;
    border-bottom: 1px solid #e6e6e6;
}
.text-list li:before{
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    background: #cccccc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.text-list li a{
    color: #484848;
}
.text-list li span{
    color: #777;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
}
.news-list-box-b li{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.news-list-box-b li a{
    overflow: hidden;
    display: block;
}
.news-list-box-b li a:hover .news-intro h2{
    color: #026b9b;
}
.news-list-box-b li img{
    width: 120px;
    float: left;
    margin-right: 15px;
}
.news-list-box-b li .news-intro h2{
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.news-list-box-b li .news-intro span{
    font-size: 12px;
    line-height: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.news-list-box-b li .news-intro p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}
.page-box {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.pages,
.prev-box,
.pages-box,
.go-box {
    display: inline-block;
}

.pages,
.prev-box a,
.pages-box a {
    min-width: 20px;
    box-sizing: content-box;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    background: #f1eff0;
    color: #999;
    border-radius: 5px;
    margin-right: 10px;
}

.prev-box a:hover,
.prev-box a.crt,
.pages-box a:hover,
.pages-box a.crt {
    background: #005999;
    color: #fff;
}

.pages,
.pages-box {
    display: none;
}

.go-box {
    font-size: 14px;
    line-height: 16px;
    color: #999;
}

.go-box select {
    min-width: 40px;
    height: 36px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    display: inline-block !important;
}


@media only screen and (min-width: 768px) {
    .main-box .container{
        font-size: 0;
    }
    .location dt,
    .location dd {
        font-size: 14px;
    }

    .location .back-btn{
        font-size: 14px;
    }
    .left-nav{
        width: 213px;
        float: left;
    }
    .left-nav h2{
        font-size: 24px;
        background: none!important;
    }
    .left-nav ul{
        display: block!important;
    }
    .left-nav li{
        font-size: 16px;
        line-height: 48px;
    }
    .right-box{
        width: 480px;
        float: right;
    }
    .list-title{
        font-size: 30px;
        margin-bottom: 24px;
    }
    .text-list{
        margin-bottom: 150px;
    }
    .text-list li{
        font-size: 14px;
        padding: 26px 0;
        padding-left: 14px;
    }
    .text-list li:hover a{
        color: #005999;
    }
    .text-list li span{
        margin-top: -7px;
    }
    .news-list-box-b li{
        padding: 25px 0;
    }
    .news-list-box-b li .news-intro h2{
        font-size: 18px;
    }
    .news-list-box-b li .news-intro p{
        font-size: 14px;
    }
    .news-list-box-b li img{
        width: 170px;
        margin-right: 15px;
    }
    .news-list-box-b li .news-intro span{
        margin: 10px 0;
    }
    .news-list-box-b li .news-intro p{
        line-height: 26px;
    }
    .page-box{
        margin-top: 90px;
    }
    .pages-box {
        display: inline-block;
    }
}
@media only screen and (min-width: 992px) {
    .right-box{
        width: 700px;
    }
}

@media only screen and (min-width: 1200px) {
    .right-box{
        width: 840px;
    }
}

/* 详情页 */
.party-message-info h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #3b3b3b;
    text-align: center;
    margin-top: 15px;
}

.release-info {
    text-align: center;
}

.release-info-box{
    width: 100%;
    line-height: 20px;
    padding: 10px 15px;
    font-size: 0;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    margin-top: 20px;
}

.release-info span {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #999;
    display: block;
    margin: 0 10px;
}

.news-content{
    margin-top: 15px;
}

.party-message-info img {
    max-width: 100%;
    /*display: block;*/
    margin: 0 auto;
}

.party-message-info p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    text-indent: 2em;
    margin-top: 10px;
}
.context-turning {
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    margin: 30px 0 40px 0;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.context-turning a:hover{
    color: #005999;
}

.pre-article {
    display: block;
}

.next-article {
    display: block;
    margin-bottom: 10px;
}
.dy-list{
    margin-bottom: 50px;
}
.dy-bt h2{
    font-size: 18px;
    font-weight: normal;
}

@media only screen and (min-width: 768px) {
    .party-message-info h2 {
        font-size: 18px;
        margin-top: 50px;
    }

    .party-message-info{
        margin-top: 15px;
    }

    .release-info-box {
        width: auto;
        height: 40px;
        display: inline-block;
    }

    .release-info span {
        display: inline-block;
    }

    .news-content{
        margin-top: 30px;
    }

    .party-message-info p {
        line-height: 24px;
        margin-top: 20px;
    }
    .context-turning {
        margin: 60px 0 100px 0;
    }

    .pre-article {
        float: left;
        width: 50%;
        text-align: left;
    }

    .next-article {
        float: right;
        margin-bottom: 0;
        width: 50%;
        text-align: right;
    }
    .dy-bt h2{
        font-size: 30px;
    }
    .dy-list{
        margin-bottom: 100px;
    }
}

/* 就医指南-门急诊排班 */
.table-box{
    overflow: auto;
    margin-bottom: 50px;
}
.table-box table{
    width: 840px;
    border-top: 4px solid #005999;
}
.table-box td{
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 10px 2px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.table-box td:first-child{
    border-left: 1px solid #e2e2e2;
}
.table-box .tr1 td{
    font-size: 16px;
}
.table-box .tr2 td{
    background: #f3f3f3;
}
.gray{
    width: 100px;
    background: #f3f3f3;
}
.table-boxs tr:nth-child(2n+1){
    background: #f7fafc;
}
.blue td{
    background: #005999;
    color: #fff;
    border-right-color: #005999;
}
.blue td:first-child{
    border-left-color: #005999;
}

@media only screen and (min-width: 768px) {
    .table-box{
        overflow: hidden;
        margin-bottom: 140px;
    }
    .table-box table{
        width: 100%;
    }
}

/* 医院概况-领导团队 */
.doctor-list{
    margin-bottom: 50px;
}
.doctor-list li{
    /*padding: 15px 0;*/
    border-bottom: 1px dashed #e2e2e2;
}
.doctor-list li a{
    display: flex;
    align-items: center;
    overflow: hidden;
}
.doctor-list li img{
    width: 80px;
    display: block;
}
.doc-intro{
    /*margin-left: 10px;*/
}
.doc-intro h2{
    font-size: 18px;
    line-height: 1;
}
.doc-intro span{
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #005999;
    margin: 6px 0;
}
.doc-intro p{
    font-size: 14px;
    line-height: 20px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    word-break: break-word;
    border-top: 1px solid #e2e2e2;
    padding-top: 5px;
}
@media only screen and (min-width: 768px) {
    .doctor-list{
        /*margin-bottom: 150px;*/
    }
    .doctor-list li{
        /*padding: 30px 0;*/
    }
    .doctor-list li a{
        display: block;
    }
    .doctor-list li img{
        width: 130px;
        float: left;
    }
    .doc-intro{
        width: 340px;
        float: left;
        margin-top: 20px;
    }
    .doc-intro span{
        margin: 15px 0;
    }
    .doc-intro p{
        height: 60px;
        line-height: 24px;
        padding-top: 12px;
    }
}
@media only screen and (min-width: 992px) {
    .doc-intro{
        width: 560px;
    }
}
@media only screen and (min-width: 1200px) {
    .doc-intro{
        width: 100%;
        /*margin-left: 15px;*/
    }
}

/* 医院概况-医院新闻 */
.news-list{
    margin-bottom: 50px;
}
.news-list li{
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
}
.news-list li a{
    display: block;
    overflow: hidden;
}
.news-list li a:hover .news-intro h2{
    color: #005999;
}
.news-list img{
    display: block;
    width: 100%;
}
.news-intro h2{
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin: 15px 0 10px 0;
}
.news-intro p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.time{
    color: #999;
    line-height: 20px;
    margin-top: 10px;
}
.time p{
    font-size: 20px;
    display: inline;
}
.time span{
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .news-list{
        margin-bottom: 120px;
    }
    .news-list li{
        padding: 30px 0;
    }
    .news-list img{
        width: 168px;
        float: left;
    }
    .news-r{
        width: 300px;
        float: right;
        margin-left: 12px;
        padding-right: 100px;
        position: relative;
    }
    .news-intro h2{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news-intro p{
        line-height: 24px;
        height: 48px;
        display: -webkit-box;
        display: -moz-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        word-break: break-word;
    }
    .time{
        position: absolute;
        top: 10px;
        right: 0;
        text-align: right;
    }
    .time p{
        font-size: 30px;
        display: block;
    }
    .time span{
        display: block;
        margin-top: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .news-r{
        width: 500px;
    }
}
@media only screen and (min-width: 1200px) {
    .news-r{
        width: 660px;
    }
}

/* 医院概况-医院全景 */
.hos-list{
    margin-bottom: 50px;
}
.hos-list .item{
    margin-top: 25px;
}
.hos-list img{
    width: 100%;
    display: block;
}
.hos-list p{
    font-size: 14px;
    line-height: 38px;
    color: #333;
    text-align: center;
}
.hos-model{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}
.hos-model-box{
    width: 90%;
    margin-left: 5%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.hos-model-box span{
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat center;
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
}
.hospital-info{
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    .hos-list{
        font-size: 0;
        margin-bottom: 150px;
    }
    .hos-list .item{
        width: 30%;
        margin-right: 5%;
        display: inline-block;
    }
    .hos-list .item:nth-child(3n){
        margin-right: 0;
    }
    .hos-list .page-box{
        margin-top: 60px;
    }
    .hos-model-box{
        width: 80%;
        margin-left: 10%;
    }
    .hos-model-box span{
        top: 0px;
        right: -30px;
    }
    .hospital-info{
        margin-bottom: 120px;
    }
    .zzjg-box{
        padding-top: 5px;
    }
}
@media only screen and (min-width: 992px) {
    .hos-model-box{
        width: 60%;
        margin-left: 20%;
    }
}
@media only screen and (min-width: 1200px) {
    .hos-model-box{
        width: 50%;
        margin-left: 25%;
    }
}

/* 医院概况-医院荣誉 */
.honor h2{
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 12px;
}
.honor-f1{
    font-size: 0;
}
.honor-f1 li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
    display: inline-block;
}
.honor-f1 li:nth-child(2n){
    margin-right: 0;
}
.honor-imgbox{
    padding: 6px;
    border: 1px solid #e2e2e2;
}
.honor-f1 li img{
    display: block;
    width: 100%;
}
.honor-f1 li p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 5px;
    padding: 0 6px;
}
.honor-f2{
    padding-top: 15px;
    margin-bottom: 50px;
}
.honor-f2 table{
    width: 100%;
}
.honor-f2 th{
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    background: #005999;
    padding: 12px 6px;
    font-weight: normal;
    text-align: center;
}
.honor-f2 th:first-child{
    width: 100px;
    border-right: 4px solid #fff;
}
.honor-f2 td{
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background: #fbfbfb;
    padding: 10px 15px;
    border-top: 4px solid #fff;
    position: relative;
}

.honor-f2 td:first-child{
    border-right: 4px solid #fff;
    background: #e5eef5;
    text-align: center;
}
.honor-f2 td p{
    margin-top: 6px;
}
.honor-f2 td p:first-child{
    margin-top: 0px;
}

@media only screen and (min-width: 992px) {
    .honor-f1 li{
        width: 23.5%;
        margin-right: 2%;
    }
    .honor-f1 li:nth-child(2n){
        margin-right: 2%;
    }
    .honor-f1 li:nth-child(4n){
        margin-right: 0;
    }
    .honor-f2{
        margin-bottom: 150px;
    }
    .honor-f2 th:first-child{
        width: 200px;
    }
}

/* 联系我们-来院导航 */
.hospital-map{
    margin-bottom: 50px;
    color: #444;
}
.allmap{
    height: 200px;
}
.map-f1 h2{
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 20px;
}
.map-f1 p{
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
}
.map-f1 p span{
    font-weight: bold;
}
.map-f2{
    margin-top: 15px;
}
.map-f2 h2{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    background: url(../images/bus-icon.png) no-repeat left center;
    padding-left: 24px;
    margin-bottom: 8px;
}
.map-f2 p{
    font-size: 16px;
    line-height: 26px;
}
.map-f2:last-child h2{
    background: url(../images/car-icon.png) no-repeat left center;
}

@media only screen and (min-width: 768px) {
    .allmap{
        height: 300px;
    }
}
@media only screen and (min-width: 992px) {
    .allmap{
        height: 400px;
    }
}
@media only screen and (min-width: 1200px) {
    .allmap{
        height: 475px;
    }
}


/* 联系我们-院长信箱 */
.hospital-email{
    padding-top: 20px;
}
.hospital-email li{
    height:40px;
    position: relative;
    padding-left: 80px;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    margin-bottom: 20px;
}
.hospital-email li.heights{
    height:100px;
}
.hospital-email li.heights span{
    top:100px;
}
.hospital-email li.mandatory:after{
    display: block;
    content: '*';
    font-size: 14px;
    color: #ff0000;
    position: absolute;
    right: -10px;
    bottom: 0;
}
.hospital-email li p{
    position: absolute;
    top: 0;
    left: 0;
}
.hospital-email li input,.hospital-email li textarea{
    width: 100%;
    height: 40px;
    background: #e6e6e6;
    padding: 0 10px;
}
.hospital-email li textarea{
    height: 100px;
    padding: 10px;
    line-height: 20px;
    display: block;
    resize:none
}
.hospital-email li span{
    position:absolute;
    top:40px;
    left:80px;
    line-height:20px;
}
.sub-box{
    padding: 30px 0;
}
.sub-box input.submit{
    width: 126px;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    background: #005999;
    color: #fff;
    border-radius: 5px;
}

@media only screen and (min-width: 768px) {
    .hospital-email li{
        width: 410px;
    }
    .hospital-email li.heights{
        height:200px;
    }
    .hospital-email li.heights span{
        top:200px;
    }
    .hospital-email li.maxLength{
        width: 100%;
    }
    .hospital-email li.mandatory:after{
        right: -15px;
    }
    .hospital-email li textarea{
        height: 200px;
    }
    .sub-box{
        padding-bottom: 130px;
    }
}

/* 医院文化-电子报 */
.yywh-list{
    margin-bottom: 50px;
}
.yywh-list ul{
    font-size: 0;
}
.yywh-list li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    border: 1px solid #e2e2e2;
}
.yywh-list li:nth-child(2n){
    margin-right: 0;
}
.yywh-list li img{
    display: block;
    width: 100%;
}
.yywh-list li p{
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,89,153,0.65);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

@media only screen and (min-width: 768px) {
    .yywh-list{
        margin-bottom: 150px;
    }
    .yywh-list li{
        margin-bottom: 20px;
    }
    .yywh-list .page-box{
        margin-top: 60px;
    }
}
@media only screen and (min-width: 992px) {
    .yywh-list{
        padding-top: 20px;
    }
    .yywh-list li{
        width: 22%;
        margin-bottom: 30px;
    }
    .yywh-list li:nth-child(2n){
        margin-right: 4%;
    }
    .yywh-list li:nth-child(4n){
        margin-right: 0;
    }
    .yywh-list .page-box{
        margin-top: 60px;
    }
}

/* 专家名录 */
.zjml-box{
    margin-bottom: 50px;
    padding-top: 20px;
}
.ks-nav h2{
    font-size: 18px;
    font-weight: bold;
    color: #666;
}
.ks-nav ul{
    font-size: 0;
    margin-top: 14px;
}
.ks-nav li{
    display: inline-block;
    margin-right: 15px;
}
.ks-nav a{
    display: block;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    color: #333;
}
.ks-nav li.crt a,.ks-nav li:hover a{
    background: #005999;
    color: #fff;
}
.doc-list{
    margin-top: 30px;
}
.doc-t h2{
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #005999;
    border-bottom: 2px solid #f4f4f4;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.doc-t h2:after{
    display: block;
    content: '';
    width: 36px;
    height: 2px;
    background: #005999;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.doc-t h2 span{
    font-size: 14px;
    color: #999;
    font-weight: normal;
}
.doc-list li{
    margin-bottom: 20px;
}
.doc-list .page-box{
    margin-top: 20px;
}

@media only screen and (min-width: 768px) {
    .zjml-box{
        margin-bottom: 100px;
    }
}
@media only screen and (min-width:1200px) {
    .doc-list li{
        width: 19%;
        margin-right: 1.5%;
        margin-bottom: 40px;
    }
    .doc-list li .imgk{
        height:190px;
        overflow: hidden;
    }
    .doc-list li .imgk img{
        min-height:190px;
    }
    /*.doc-list li:nth-child(2n){*/
    /*    margin-right: 2.5%;*/
    /*}*/
    /*.doc-list li:nth-child(4n){*/
    /*    margin-right: 2.5%;*/
    /*}*/
    .doc-list li:nth-child(5n){
        margin-right: 0;
    }
}

/*专家详情*/
.daily-outpatient-box{
    margin-bottom: 50px;
}
.experts-fir{
    margin-top: 15px;
    font-size: 0;
}
.experts-img{
    width: 100px;
    margin-right: 15px;
}
.experts-img img{
    width: 100%;
}
.experts-news h2{

    font-size: 24px;
    line-height: 1;
    color: #666;
    margin: 10px 0 10px 0;
}
.experts-news p{
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow:hidden;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.experts-news p span{
    color: #666;
}
.experts-sec{
    margin-top: 15px;
}
.experts-title{
    height: 26px;
    font-size: 0;
    border-bottom: 2px solid #bdbdbd;
    box-sizing: content-box;
    margin-bottom: 10px;
}
.experts-title span{
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #003493;
    padding-bottom: 10px;
    border-bottom: 2px solid #003493;
    display: inline-block;
    vertical-align: top;
    box-sizing: content-box;
}
.experts-sec p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.experts-sec table{
    width: 100%;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    font-size: 12px;
    color:  #484848;
    text-align: center;
}
.experts-sec th{
    width: 11.25%;
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    background: #f2f2f2;
    padding: 10px 0;
    font-weight: normal;
    text-align: center;
}
.experts-sec td{
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    padding: 10px 0;
}

@media only screen and (min-width: 768px) {
    .daily-outpatient-box{
        margin-bottom: 120px;
    }
    .experts-fir{
        padding-top: 20px;
        margin-top: 0;
    }
    .experts-sec{
        margin-top: 40px;
    }
    .experts-img{
        width: 140px;
        display: inline-block;
        vertical-align: top;
    }
    .experts-news{
        width: 325px;
        display: inline-block;
    }
    .experts-news h2{
        margin: 20px 0 14px 0;
    }
    .experts-news p{
        line-height: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .experts-news{
        width: 525px;
    }
    .experts-news p{
        line-height: 28px;
    }
    .experts-sec table{
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .experts-news{
        width: 685px;
    }
}

/*资料下载*/
.list01{
    margin-bottom: 50px;
}
.list01 li{
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #484848;
}
.list01 li p{
    padding: 6px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list01 li p a{
    position: relative;
    padding-left: 10px;
}
.list01 li p a:after{
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b2b2b2;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}
.list01 li p a:hover{
    color: #005999;
}
.list01 li p a:hover:after{
    background: #005999;
}
.list01 li span{
    width: 80px;
    display: block;
    margin-left: 10px;
}
.list01 li span.list-time{
    padding: 6px 0;
    text-align: right;
}
.list01 li span a{
    color: #fff;
    display: block;
    text-align: center;
    padding: 6px 0 6px 15px;
    background: #005999 url(../images/upload-icon.png) no-repeat 5px center;
}

@media only screen and (min-width: 768px) {
    .list01{
        margin-bottom: 140px;
    }
    .list01 li{
        display: block;
        overflow: hidden;
        padding: 25px 0;
    }
    .list01 li p{
        width: 600px;
        float: left;
    }
    .list01 li span{
        float: right;
    }
}
@media only screen and (min-width: 992px) {
    .list01 li p{
        width: 800px;
    }
}
@media only screen and (min-width: 1200px) {
    .list01 li p{
        width: 1000px;
    }
}

/* 综合专题 */
.zhzt-list{
    margin-bottom: 30px;
}
.zhzt-list li{
    width: 22%;
}
.zhzt-list li:nth-child(2n){
    margin-right: 4%;
}
.zhzt-list li:nth-child(4n){
    margin-right: 0;
}
.zhzt-f-box{
    margin-bottom: 30px;
}
.zhzt-f{
    margin-bottom: 20px;
}
.zhzt-t{
    width: 100%!important;
    border-bottom: 1px solid #ccc;
}
.zhzt-t h2{
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    color: #005999;
    margin-top: 0;
    position: relative;
    overflow: inherit;
}
.zhzt-t h2:after{
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: #005999;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.zhzt-t a{
    float: right;
    font-size: 14px;
    line-height: 38px;
    color: #a1a49e;
}
.zhzt-f ul{
    padding-top: 5px;
}

@media only screen and (min-width: 768px) {
    .zhzt-list{
        margin-bottom: 80px;
    }
    .zhzt-list li{
        width: 23.5%;
        margin-right: 2%;
    }
    .zhzt-list li:nth-child(2n){
        margin-right: 2%;
    }
    .zhzt-list li:nth-child(4n){
        margin-right: 0;
    }
    .zhzt-f-box{
        margin-bottom: 60px;
    }
    .zhzt-f{
        width: 340px;
        margin-right: 40px;
        float: left;
    }
    .zhzt-f:nth-child(2n){
        margin-right: 0;
    }
    .zhzt-f div{
        float: none;
    }
    .zhzt-f li{
        padding: 13px 0;
    }
}
@media only screen and (min-width: 992px) {
    .zhzt-list{
        margin-bottom: 80px;
        padding-top: 6px;
    }
    .zhzt-list li{
        margin-bottom: 36px;
    }
    .zhzt-f-box{
        margin-bottom: 90px;
    }
    .zhzt-f{
        width: 450px;
        margin-bottom: 30px;
    }
    .zhzt-f li p{
        width: 80%;
    }
}
@media only screen and (min-width: 1200px) {
    .zhzt-f-box{
        margin-bottom: 130px;
    }
    .zhzt-f{
        width: 550px;
    }
}

/* 网站地图 */
.website{
    margin-bottom: 50px;
}
.website li{
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e5e5e5;
}
.website li:first-child{
    margin-top: 0;
}
.website li h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}
.website li h3{
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #999;
    margin-top: 15px;
}
.quick-link a{
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: 15px;
    border-right: 1px solid #eaeaea;
    font-size: 14px;
    line-height: 1;
    color: #333;
}
.quick-link a:last-child{
    border-right: 0;
}
.quick-link a:hover{
    color: #005999;
}

@media only screen and (min-width: 768px) {
    .website{
        margin-bottom: 140px;
    }
}

/* 党群建设 */
.dqjs-box .top03-t li:hover{
    color: #b51f24;
}
.dqjs-box .text-t{
    border-color: #b51f24;
}
.dqjs-box .search-t{
    background-color: #b51f24;
}
.dqjs-box .nav li.crt,.dqjs-box .nav li:hover{
    color: #b51f24;
    border-color: #b51f24;
}
.dqjs-box .location-box{
    padding-bottom: 14px;
}
.dqjs-box .location-box h2{
    color: #b51f24;
}
.dqjs-list li{
    padding: 20px 0;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.dqjs-list li a:hover{
    color: #b51f24;
}
.dqjs-box .prev-box a:hover, .dqjs-box .prev-box a.crt, .dqjs-box .pages-box a:hover, .dqjs-box .pages-box a.crt{
    background: #b51f24;
}
.dqjs-box .footer{
    border-top: 10px solid #b21f24;
}

/* 科室导航 */
.ksdh-box{
    margin-bottom: 50px;
}
.ksdh{
    margin-top: 30px;
}
.ksdh:first-child{
    margin-top: 0;
}
.ksdh h2{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #005999;
    background: #f2f7fa;
    padding-left: 20px;
}
.ksdh li{
    width: 48%;
    margin-right: 4%;
    margin-top: 15px;
    float: left;
    position:relative;
    height:36px;
}
.ksdh li:nth-child(2n){
    margin-right: 0;
}
.ksdh li a.dbt{
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #005999;
    text-align: center;
    border: 1px solid #005999;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.ksdh li .txtk{*/
/*    width:365px;*/
/*    position:absolute;*/
/*    left:0px;*/
/*    top:35px;*/
/*    z-index: 1;*/
/*    display: none;*/
/*    padding-top:20px;*/
/*}*/
/*.ksdh li .txtk dl{*/
/*    width:100%;*/
/*    padding:15px;*/
/*    background-color: #fff;*/
/*    border: solid 1px #00579d;*/
/*    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;*/
/*    float:left;*/
/*    min-height: 100px;*/
/*    box-shadow:0 2px 8px rgba(0,0,0,.2);*/
/*}*/
/*.ksdh li .txtk dd{*/
/*    float:left;*/
/*    height:22px;*/
/*    line-height: 22px;*/
/*    margin: 5px 5px;*/
/*    border-right: solid 1px #ccc;*/
/*    padding-right:10px;*/
/*}*/
.ksdh li .txtk dd:last-child{
    border: 0;
    padding-right:0px;
}
.ksdh li .txtk dd a{
    font-size:14px;
    display: block;
}
/*.ksdh li .txtk i{*/
/*    position:absolute;*/
/*    background: url("../images/yzk_jt.png") no-repeat;*/
/*    background-size: 100% 100%;*/
/*    width:20px;*/
/*    height:13px;*/
/*    left:70px;*/
/*    top:8px;*/
/*}*/
.ksdh li:hover .txtk{
    display: block;
}
.ksdh li a.dbt:hover{
    background: #005999;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,89,153,0.2);
}

@media only screen and (min-width: 768px) {
    .ksdh-box{
        margin-bottom: 120px;
    }
    .ksdh{
        margin-top: 60px;
    }
    .ksdh li{
        width: 23.5%;
        margin-right: 2%;
        margin-top: 20px;
    }
    .ksdh li:nth-child(2n){
        margin-right: 2%;
    }
    .ksdh li:nth-child(4n){
        margin-right: 0;
    }
    .ksdh li a{
        font-size: 16px;
    }

}
@media only screen and (min-width: 992px) {
    .ksdh li{
        width: 18%;
        margin-right: 2.5%;
    }
    .ksdh li:nth-child(2n){
        margin-right: 2.5%;
    }
    .ksdh li:nth-child(4n){
        margin-right: 2.5%;
    }
    .ksdh li:nth-child(5n){
        margin-right: 0;
    }


}
@media only screen and (max-width: 1200px) {
    .ksdh li{
        height: auto;
    }
    .ksdh li:nth-child(5n+1){
        clear:both;
    }
    .ksdh li .txtk {
        width: 100%;
        position: relative;
        /*left: 0px;*/
        /*top: 35px;*/
        z-index: 1;
        /*display: none;*/
        padding-top: 15px;
    }
    .ksdh li .txtk i {
        position: absolute;
        background: url("../images/yzk_jt.png") no-repeat;
        background-size: 100% 100%;
        width: 15px;
        height: 10px;
        left: 50%;
        top: 6px;
        margin-left: -7.5px;
    }
    .ksdh li .txtk dd {
        float: left;

        line-height: 20px;
        margin: 3px 5px;
        /*border-right: solid 1px #ccc;*/
        /*padding-right: 8px;*/
    }

    .ksdh li .txtk dl {
        width: 100%;
        padding: 10px;
        background-color:#fff;
        border: solid 1px
        #00579d;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        float: left;
        /*min-height: 100px;*/
        box-shadow: 0 2px 6px rgba(0,0,0,.1);
    }
}
@media only screen and (max-width:992px) {
    .ksdh li:nth-child(5n+1){
        clear:inherit;
    }
    .ksdh li:nth-child(4n+1){
        clear:both;
    }
}
@media only screen and (max-width:768px) {
    .ksdh li:nth-child(5n+1){
        clear:inherit;
    }
    .ksdh li:nth-child(4n+1){
        clear:inherit;
    }
    .ksdh li:nth-child(2n+1){
        clear:both;
    }
}
@media only screen and (min-width: 1200px) {
    .ksdh li{
        width: 18%;
        margin-right: 2%;
    }
    .ksdh li:nth-child(2n){
        margin-right: 2%;
    }
    .ksdh li:nth-child(4n){
        margin-right: 2%;
    }
    .ksdh li:nth-child(5n){
        margin-right: 2%;
    }
    .ksdh li:nth-child(6n){
        margin-right: 2%;
    }
    .ksdh li .txtk {
        width: 434px;
        position: absolute;
        left: 0px;
        top: 35px;
        z-index: 1;
        display: none;
        padding-top: 20px;
    }
    .ksdh li .txtk dd {
        float: left;
        height: 22px;
        line-height: 22px;
        margin: 5px 5px;
        border-right: solid 1px #ccc;
        padding-right: 10px;
    }
    .ksdh li .txtk i{
        position:absolute;
        background: url("../images/yzk_jt.png") no-repeat;
        background-size: 100% 100%;
        width:20px;
        height:13px;
        left:70px;
        top:8px;
    }
    .ksdh li .txtk dl {
        width: 100%;
        padding: 15px;
        background-color:#fff;
        border: solid 1px
        #00579d;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        float: left;
        min-height: 100px;
        box-shadow: 0 2px 8px rgba(0,0,0,.2);
    }
}

/* 科室首页 */
.header-top {
    font-size: 12px;
    line-height: 30px;
    text-align: right;
    color: #484848;
    background: #f7f6fb;
}

.header-top .fl {
    width: 60%;
    text-align: left;
    line-height: 20px;
}

.section-header {
    position: relative;
    background: #fff;
}

.navbar-header a{
    float: left;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 20px;
}

.section-header .container{
    position: relative;
}

.section-header span.s1 {
    position: absolute;
    left: 150px;
    top: 12px;
    height: 22px;
    line-height: 22px;
    padding-left: 6px;
    font-size: 12px;
    color: #226dc2;
    border-left: solid 1px #ddd;
    display: none;
}

.section-header img {
    height: 26px;
}

.inside-banner img {
    width: 100%;
}

.header-top .container {
    position: relative;
}

.ks_xz {
    position: absolute;
    z-index: 30;
    width: 95px;
    font-size: 12px;
    height: 30px;
    cursor: pointer;
    line-height: 28px;
    text-align: center;
    border: solid 1px #ddd;
    right: 15px;
    top: 10px;
}

.ks_xz em {
    background: url(../images/ks_tb.png) no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
}

.ks_xz i {
    background: url(../images/ks_jt3.png) no-repeat;
    background-size: 100% 100%;
    width: 8px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
}

.ks_xz .txtk {
    width: 320px;
    display: none;
    position: absolute;
    right: -16px;
    top: 26px;
    padding-top: 14px;
}

.ks_xz .txtkn {
    width: 100%;
    border: solid 1px #ddd;
    background: #fff;
    padding: 0px 20px 20px 20px;
    position: relative;
}

.ks_xz .txtkn i {
    position: absolute;
    background: url(../images/ks_jt2.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 10px;
    top: -10px;
    right: 35px;
}

.ks_xz .ks_lm1 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    height: 35px;
    line-height: 35px;
    border-bottom: solid 2px #ddd;
    font-weight: bold;
    text-align: center;
}

.ks_xz .ks_lm1 a {
    display: inline-block;
    height: 35px;
    padding: 0px 10px;
}

.ks_xz .ks_lm1 a.on {
    border-bottom: solid 2px #1a71e4;
}

.ks_xz .ks_lm1_lb {
    width: 300px;
    float: left;
    font-size: 12px;
    line-height: 24px;
}

.ks_xz .ks_lm1_lb a {
    float: left;
    margin:0 8px 0 0;
}
.ks_xz .ks_lm1_lb .s_yzk{
    float:left;
    margin:0 8px 0 0;
}
.ks_xz .ks_lm1_lb .s_yzk a{
    margin:0 5px;
    float: none;
}
.mobile-nav p {
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    float: left;
}

.mobile-nav .navbar-toggle {
    margin: 8px 0 !important;
    padding: 6px 7px;
}

.mobile-nav .navbar-toggle .icon-bar {
    background: #fff;
}

#nav_ks {
    width: 100%;
    background: #005999;
}

#nav_ks .menu {
    z-index: 20;
    width: 100%;
    margin: 0px auto;
    border: 0;
    overflow: hidden;
    display: none;
    border-top: 1px solid #fff;
}

#nav_ks .menu li {
    height: 30px;
    border: 0;
    text-align: left;
    position: relative;
    z-index: 20;
}

#nav_ks .menu a {
    line-height: 30px;
    padding: 0 15px;
    text-align: left;
    height: 30px;
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #fff;
}

/* #nav_ks .menu li a:hover,
#nav_ks .menu li a.dbt,
#nav_ks .menu li a.dbt:hover,
#nav_ks .menu li a.dbt.on,
#nav_ks .menu li:hover a.dbt {
	background: #103157;
} */

@media only screen and (min-width: 768px) {
    .header-top .fl {
        line-height: 30px;
    }

    .navbar-header a{
        padding: 12px 0;
    }

    .section-header span.s1 {
        left: 380px;
        top: 17px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-weight: bold;
        padding-left: 15px;
        display: block;
        white-space: nowrap;
    }

    .section-header img {
        height: 60px;
    }

    .ks_xz {
        top: 27px;
    }

    .ks_xz .txtk{
        right: -1px;
    }

    .mobile-nav {
        display: none;
    }

    #nav_ks .menu {
        height: 50px;
        z-index: 20;
        width: 100%;
        margin: 0px auto;
        border: 0;
        display: block !important;
        border-top: 0;
    }

    #nav_ks .menu li {
        height: 50px;
        border: 0;
        text-align: center;
        position: relative;
        z-index: 20;
        float: left;
        margin-left: 110px;
    }

    #nav_ks .menu li:first-child{
        margin-left: 0;
    }

    #nav_ks .menu li:last-child {
        background: none;
    }

    #nav_ks .menu a {
        line-height: 50px;
        text-align: center;
        height: 50px;
        font-size: 16px;
        font-weight: normal;
        display: block;
        color: #fff;
        padding: 0;
    }

    /* #nav_ks .menu li a:hover,
    #nav_ks .menu li a.dbt,
    #nav_ks .menu li a.dbt:hover,
    #nav_ks .menu li a.dbt.on,
    #nav_ks .menu li:hover a.dbt {
        background: #103157;
    } */
    .section-intro{
        margin-top: 50px!important;
    }
}

@media only screen and (min-width: 992px) {
    .section-header img {
        height: 80px;
    }
    .section-header span.s1 {
        left: 490px;
        top: 17px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
    }
    .ks_xz {
        top: 37px;
    }
}

@media only screen and (min-width: 1200px) {
    .section-header span.s1 {
        left: 580px;
        top: 17px;
        height: 86px;
        line-height: 86px;
        font-size: 36px;
        padding-left: 20px;
    }
    .section-header img {
        height: auto;
    }

    .ks_xz {
        width: 115px;
        top: 45px;
    }
    .doctor-info-m .doctor-intro {
        width: 940px;
    }
}

.section-intro {
    margin-top: 20px;
}

.section-intro-l {
    width: 100%;
    position: relative;
}

.section-intro-l p{
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 90px 0 15px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-intro-l .owl-pagination{
    width: auto;
    right: 10px;
    z-index: 10;
}

.section-intro-l .owl-page{
    width: 14px;
    height: 14px;
    background: #7c7777;
    vertical-align: middle;
}

.section-intro-l .owl-page.active{
    width: 16px;
    height: 16px;
    background: #005999;
}

.section-intro-r p {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    margin-top: 10px;
}

.more-btn {
    text-align: right;
    font-size: 14px;
    color: #005999;
    margin-top: 10px;
}

.recommended-doctor {
    margin: 20px 0;
}

.text-look {
    width: 74px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;

    background: #226dc2;
    color: #fff;
    text-align: center;
}

.recommended-doctor .doctor-list-m li {
    padding: 0;
    border: 0;
    margin-top: 15px;
}

@media only screen and (min-width: 768px) {
    .section-intro-l {
        width: 350px;
        float: left;
    }

    .section-intro-r {
        width: 350px;
        float: right;
        margin-top: -10px;
    }

    .recommended-doctor .doctor-list-m ul {
        width: 100%;
    }

    .recommended-doctor .doctor-list-m li {
        width: 100%;
        margin-right: 0;
    }

    .recommended-doctor .doctor-intro {
        width: 625px;
    }
}

@media only screen and (min-width: 992px) {
    .section-intro-l {
        width: 450px;
    }

    .section-intro-r {
        width: 470px;
        float: right;
        margin-top: -10px;
    }

    .section-intro-r p {
        font-size: 14px;
        line-height: 24px;
    }

    .more-btn {
        margin-top: 20px;
    }

    .recommended-doctor .doctor-list-m ul {
        width: 960px;
    }

    .recommended-doctor .doctor-list-m li {
        width: 300px;
        margin-right: 20px;
    }

    .recommended-doctor .doctor-intro {
        width: 205px;
    }
}

@media only screen and (min-width: 1200px) {
    .section-intro-l {
        width: 450px;
    }

    .section-intro-r {
        width: 660px;
        float: right;
        margin-top: 10px;
    }

    .section-intro-r p {
        line-height: 28px;
    }

    .more-btn {
        margin-top: 20px;
    }

    .recommended-doctor .doctor-list-m ul {
        width: 1170px;
    }

    .recommended-doctor .doctor-list-m li {
        width: 360px;
        margin-right: 30px;
    }

    .recommended-doctor .doctor-intro {
        width: 265px;
    }
}

.section-fl{
    margin-top: 50px;
    margin-bottom: 50px;
}
.section-fl #owl-demo3{
    margin-top: 20px;
}
.section-fl .item{
    padding: 10px;
    border: 1px solid #e2e2e2;
    margin: 0 10px;
}
.section-fl .item:hover h2{
    color: #005999;
}
.section-fl .item .imgk{
    width:100%;
    height:200px;
    overflow:hidden;
}
.section-fl .item .imgk img{
    min-height: 200px;
}
.section-fl .item p {
    height: 80px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.section-fl .item img{
    display: block;
    width: 100%;
}
.section-fl .owl-prev{
    width: 19px;
    height: 34px;
    background: url(../images/left-icon02.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -17px;
}
.section-fl .owl-next{
    width: 19px;
    height: 34px;
    background: url(../images/right-icon02.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -17px;
}


@media only screen and (min-width: 768px) {
    .section-fl{
        margin-top: 70px;
        margin-bottom: 100px;
    }
    .section-fl #owl-demo3{
        width: 740px;
        margin-left: -10px;
    }
    .section-fl .owl-prev{
        left: -30px;
    }
    .section-fl .owl-next{
        right: -30px;
    }
}

@media only screen and (min-width: 992px) {
    .section-fl #owl-demo3{
        width: 960px;
        margin-left: -10px;
    }
}

@media only screen and (min-width: 1200px) {
    .section-fl #owl-demo3{
        width: 1160px;
        margin-left: -10px;
        margin-top: 20px;
    }
    .section-fl .item p {
        font-size: 14px;
    }
}

/* 科室动态 */
.locations{
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}
.locations h3{
    font-size: 24px;
    line-height: 28px;
    color: #333;
    margin-top: 10px;
}
.ksdt-list li {
    padding: 20px 0;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.ksjs-box{
    margin-bottom: 50px;
}
.ksjs-box img{
    width: 100%;
    display: block;
}
.ksjs-box h2{
    font-size: 20px;
    line-height: 24px;
    color: #005999;
    padding: 20px 0 0 0;
}
.ksjs-box p{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-top: 20px;
    text-indent: 2em;
}
.ksts-box{
    margin-bottom: 50px;
}
.ksts-box p{
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.kszj-list{
    margin-bottom: 50px;
}
.kszj-list li{
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .kszj-list li{
        width: 31.3333%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 550px) {
    .kszj-list li{
        width: 48%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .locations h3{
        float: left;
        margin-top: 0;
    }
    .locations dl{
        float: right;
    }
    .ksjs-box{
        margin-bottom: 110px;
    }
    .ksjs-box h2{
        font-size: 24px;
        line-height: 30px;
        color: #005999;
        padding: 20px 0;
    }
    .ksts-box{
        margin-bottom: 110px;
    }
    .kszj-list{
        margin-bottom: 150px;
    }
    .kszj-list li{
        width: 15%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .kszj-list .imgk{
        width:100%;
        height:142px;
        overflow:hidden;
    }
    .kszj-list .imgk img{
        min-height: 142px;
    }
    .kszj-list li:nth-child(4n){
        margin-right: 2%;
    }
    .kszj-list li:nth-child(6n){
        margin-right: 0;
    }
    .kszj-list .page-box{
        margin-top: 60px;
    }
    .kszj-info .experts-news{
        width: 565px;/* CSS Document */


    /*header*/
    a, li, i, em, span,img,p {
        outline: none;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    A:link {
        color: #454545;
        outline: none;
    }

    A:visited {
        color: #454545
    }

    A:active {
        color: #454545
    }

    A:hover {
        COLOR: #005999
    }
    .bodyBg{
        background: #fcfcfc;
    }
    .header{
        position: relative;
    }
    .m-menu{
        width: 33px;
        height: 25px;
        background: url(../images/m-menus.png) no-repeat center;
        background-size: auto 25px;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .top{
        padding: 15px 0;
    }
    .top01{
        font-size: 0;
    }
    .top01 img{
        display: inline-block;
        vertical-align: middle;
        height: 25px;
    }
    .top02{
        margin-top: 10px;
        font-size: 0;
    }
    .top02 img{
        display: inline-block;
        vertical-align: middle;
        height: 20px;
    }
    .top03{
        width: 100%;
        float: left;
        margin-top: 15px;
    }
    .top03 ul{
        font-size: 0;
    }
    .top03-t li{
        display: inline-block;
        font-size: 12px;
        line-height: 14px;
        color: #999;
        padding: 0 8px;
        border-left: 1px solid #f3f3f3;
        border-right: 1px solid #e6e6e6;
    }
    .top03-t li:first-child{
        padding-left: 0;
        border-left: 0;
    }
    .top03-t li:last-child{
        padding-right: 0;
        border-right: 0;
    }
    .top03-b{
        margin-top: 10px;
        position: relative;
    }
    .text-t{
        width: 100%;
        height: 40px;
        padding: 0 60px 0 15px;
        border: 1px solid #005999;
        font-size: 12px;
        line-height: 30px;
    }
    .search-t{
        width: 60px;
        height: 40px;
        background: #005999 url(../images/fdj-icon.png) no-repeat center;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .nav{
        background: #fff;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        z-index: 1001;
        padding: 60px 0 15px 0;
        transition: all 0.5s ease;
    }
    .nav .container{
        height: 100%;
        overflow: auto;
    }
    .nav.crt{
        right: 0;
    }
    .nav ul{
        position: relative;
    }
    .nav li{
        font-size: 16px;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        color: #333;
        text-align: center;
    }
    .nav li.crt,.nav li:hover{
        border-color: #005999;
        color: #005999;
    }

    .m-close{
        width: 32px;
        height: 32px;
        background: url(../images/m-close.png) no-repeat center;
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .footer{
        font-size: 0;
        line-height: 22px;
        color: #666;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 30px;
        border-top: 10px solid #005999;
    }
    .footer img{
        max-width: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .footer span,.footer a{
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        line-height: 22px;
    }
    .footer a{
        padding-left: 5px;
        margin-left: 5px;
        border-left: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .footer a:first-child{
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }
    .footer span{
        margin-left: 20px;
    }
    .footer span:first-child{
        margin-left: 0;
    }
    .code{
        margin-top: 20px;
        margin-bottom: 5px;
    }


    @media only screen and (min-width: 768px) {
        .top01{
            float: left;
        }
        .top01 img{
            height: 70px;
        }
        .top03{
            width: 300px;
            margin: 0;
            float: right;
        }
        .top03-t{
            text-align: right;
        }
        .top03-t li:hover{
            color: #005999;
        }
        .nav{
            height: 51px;
            position: static;
            padding: 0;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            background: transparent;
        }
        .nav .container{
            overflow: initial;
        }
        .nav li{
            height: 50px;
            float: left;
            font-size: 12px;
            line-height: 48px;
            border-bottom: 2px solid transparent;
            padding: 0 7px;
        }
        .m-menu,.m-close{
            display: none;
        }
        .footer span,.footer a{
            font-size: 14px;
        }
    }
    @media only screen and (min-width: 992px) {
        .top01 img{
            height: auto;
        }
        .top03{
            width: 350px;
            padding-top: 10px;
        }
        .top03-t li{
            font-size: 14px;
            line-height: 16px;
            padding: 0 10px;
        }
        .nav{
            height: 59px;
        }
        .nav li{
            height: 58px;
            float: left;
            font-size: 16px;
            line-height: 56px;
            padding: 0 8px;
        }
    }
    @media only screen and (min-width: 1200px) {
        .nav li{
            padding: 0 16px;
        }
    }


    .banner img{
        display: block;
        width: 100%;
    }
    .banner .owl-controls{
        bottom: 0;
    }
    .banner .owl-page{
        border-radius: 10px;
    }
    .banner .owl-page.active{
        width: 20px;
    }
    .banner .owl-buttons div{
        width: 35px;
        height: 70px;
        position: absolute;
        top: 50%;
        margin-top: -35px;
        border-radius: 5px;
    }
    .banner .owl-prev{
        left: 0;
        background: rgba(0,0,0,0.5) url(../images/left-icon01.png) no-repeat center;
    }
    .banner .owl-next{
        right: 0;
        background: rgba(0,0,0,0.5) url(../images/right-icon01.png) no-repeat center;
    }

    @media only screen and (min-width: 768px) {
        .banner{
            padding-top: 20px;
        }
    }

    .index-notice{
        position: relative;
        z-index: 10;
        margin-top: 20px;
    }
    @media only screen and (min-width:768px) {
        .index-notice .container{
            /*width:940px;*/
        }
    }
    @media only screen and (min-width:1200px) {
        .index-notice .container{
            width:1140px;
        }
    }
    .index-notice .container{
        height: 100px;
        overflow: hidden;
        background: #eee;
        border-bottom: solid 10px #eee;
        border-top: solid 10px #eee;

        padding:0;
    }

    .notice-box{
        height: 100%;
        padding: 0 15px;

    }

    .index-notice h2{
        font-size: 16px;
        line-height: 30px;
        color: #003493;
        background: #eee;
        position: relative;
        z-index: 10;
        padding-top: 10px;
    }
    .index-notice ul{
        padding: 0;
    }
    .index-notice ul li{
        font-size: 0;
        line-height: 36px;
        color: #484848;
        padding-left: 30px;
        background: url(../images/xxtz-icon.png) no-repeat left center;

        position:relative;
        padding-right:140px;
    }

    .index-notice ul li a{
        width: 100%;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index-notice ul li span{
        font-size: 12px;
        color: #005999;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        position:absolute;
        right:20px;
        top:0px;
    }

    @media only screen and (min-width: 768px) {
        .index-notice .container{
            height: 80px;
            /*width:940px;*/
        }
        .index-notice h2{
            width: 90px;
            float: left;
            font-size: 18px;
            line-height: 60px;
            color: #404245;
            border: 0;
            padding: 0;
        }
        .index-notice ul{
            width: 600px;
            float: left;
            font-size: 0;
        }
        .index-notice ul li{
            width: 100%;
            display:block;
            line-height: 30px;

        }
        .notice-box{
            /*padding:10px 15px;*/
        }
    }

    @media only screen and (min-width: 992px) {
        .index-notice ul{
            width: 820px;
        }
        .index-notice ul li a{
            font-size: 16px;
        }

        .index-notice ul li span{
            font-size: 16px;
        }
    }
    @media only screen and (min-width: 1200px) {
        .index-notice ul{
            width: 1020px;
        }
        .index-notice ul li span{
            text-align: left;
        }
    }

    /*banner*/
    .ban-box {
        position: relative;
    }

    .ban-img,
    .news-ban-img {
        width: 100%;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .ban-img-box {
        overflow: hidden;
        position: relative;
        white-space: nowrap;
        word-break: keep-all;
        font-size: 0px;
    }

    .ban-img-box ul {
        visibility: visible;
        z-index: 10;
        width: auto;
        display: inline-block;
        white-space: nowrap;
        word-break: keep-all;
        font-size: 0px;
    }

    .ban-img-box ul li {
        position: relative;
        display: inline-block;
    }

    .ban-img-box ul li img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .focus-box,
    .news-focus-box {
        position: absolute;
        z-index: 999;
        bottom: 10px;
        width: 100%;
        height: 20px;
        text-align: right;
    }

    .focus-box ul,
    .news-focus-box ul {
        display: inline-block;
        padding-right: 15px;
    }

    .focus-box ul li,
    .news-focus-box ul li {
        display: inline-block;
        margin-left: 5px;
    }

    .focus-box ul li span {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        background: #fff;
    }

    .focus-box ul li.crt span {
        background: #1a71e4;
    }

    .pn-btn span,
    .logo-arrow-box span {
        width: 70px;
        height: 100px;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        z-index: 1001;
        display: none;
    }

    .pn-btn span.prev,
    .logo-arrow-box span.prev {
        left: 0;
        background: rgba(0, 0, 0, 0.7) url(../images/banner-jt.png) no-repeat left center;
    }

    .pn-btn span.next,
    .logo-arrow-box span.next {
        right: 0;
        background: rgba(0, 0, 0, 0.7) url(../images/banner-jt.png) no-repeat right center;
    }
    .news-ban-img .ban-img-box li{
        position: relative;
    }
    .news-ban-img .ban-img-box p{
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        font-size: 12px;
        line-height: 30px;
        padding: 0 100px 0 10px;
        text-align: left;
    }
    .news-ban-img .ban-img-box p span{
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    @media only screen and (min-width: 768px) {
        .focus-box {
            position: absolute;
            z-index: 999;
            bottom: 130px;
            width: 100%;
            height: 30px;
            text-align: center;
        }

        .focus-box ul {
            display: inline-block;
            padding-right: 0;
        }

        .focus-box ul li {
            padding: 1px;
            display: inline-block;
            border-radius: 50%;
        }

        .focus-box ul li.crt {
            background: #fff;
        }

        .focus-box ul li span {
            width: 15px;
            height: 15px;
            border: 2px solid rgba(255, 255, 255, 0.7);
            display: block;
            border-radius: 50%;
            background: transparent;
        }

        .focus-box ul li.crt span {
            background: #fff;
        }

        .arrow-box span {
            display: block;
        }
    }

    .index-news-l-list li {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 0;
        border-bottom: 1px dotted #ccc;
    }

    .index-news-l-list li p {
        width: 70%;
        float: left;
        padding-left: 10px;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index-news-l-list li p:before {
        display: block;
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2px;
        background: #b0b0b0;
    }

    .index-news-l-list li span {
        float: right;
        color: #999;
    }
    .acc-com-floor{
        overflow: hidden;
        font-size: 0;
        margin-top: 20px;
    }
    .acc-com-floor-box .index-news-l-list{
        margin-top: 15px;
    }
    .acc-com-floor-box .index-news-l-list li{
        padding: 2px 0;
    }
    .acc-com-floor-box .index-news-l-list li:hover p{
        color: #005999;
    }
    .acc-com-floor-box .index-news-l-list li:hover p:before{
        background: #005999;
    }
    .acc-com-floor-box .doctor-info-t h2{
        color: #005999;
        border-color: #005999;
    }
    .index-news-l-list img{
        width: 100%;
    }
    .index-news-l-list h2{
        font-size: 14px;

        line-height: 20px;
        font-weight: bold;
        color: #005999;
        margin: 10px 0 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .index-news-l-list li:hover h2{
        color: #005999;
    }
    .index-news-l-list div span{
        display: block;
        float: none;
    }
    .index-news-l-list div span.text-jj{
        color: #666;
    }
    #owl-demo2 .item p{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        padding-right: 80px;
        padding-left: 15px;
        background: rgba(0,0,0,0.5);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        line-height: 50px;
        color: #fff;
    }
    #owl-demo2 .owl-pagination{
        width: auto;
        right: 10px;
        bottom: 17px;
        padding: 5px 0 !important;
    }
    #owl-demo2 .owl-page{
        width: 6px;
        height: 6px;
        border-radius: 6px;
        margin: 0 0 0 5px;
    }
    #owl-demo2 .owl-page.active{
        width: 10px;
    }
    .ind-f1-l{
        padding: 0;
    }

    @media only screen and (min-width: 768px) {
        .acc-com-floor-box .index-news-l-list{
            margin-top: 0;
        }
        .acc-com-floor-box .index-news-l-list li:first-child{
            padding-top: 0;
        }
        .ind-f1-l{
            width: 350px;
            float: left;
        }
        .index-news-l-list img{
            width: 124px;
            float: left;
        }
        .index-news-l-list div{
            width: 210px;
            float: right;
        }
        .index-news-l-list h2{
            margin: 0;
        }
        .ind-f1-r{
            width: 350px;
            float: right;
        }
        .acc-com-r-t{
            background: #f5f5f5;
            padding: 20px 15px;
            margin: 20px 0 0 0;
        }
        .acc-com-r-t p{
            font-size: 12px;
            line-height: 24px;
            font-weight: bold;
            color: #333;
        }
        .acc-com-r-t .doctor-info-t h2{
            padding: 10px 8px;
            color: #999;
            border-color: #999;
        }
        .acc-com-r-t ul li{
            font-size: 12px;
            font-weight: bold;
            margin-top: 10px;
        }
        .acc-com-r-t ul li a{
            color: #999;
        }
        .acc-com-r-t ul li a:hover{
            color: #005999;
        }
        .index-news-l-list div span.text-jj{
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 20px;
            padding-top: 2px;
            border-top: 1px dotted #ccc;
        }
    }

    @media only screen and (min-width: 992px) {
        .ind-f1-l{
            width: 450px;
        }
        .ind-f1-l .item{
            height:270px;
            overflow: hidden;
        }
        .ind-f1-l .item img{
            min-height:270px;
            width:100%;
        }
        .index-news-l-list img{
            width: 138px;
        }
        .ind-f1-r{
            width: 450px;
        }
        .acc-com-floor-box .index-news-l-list li{
            padding: 6px 0;
        }
        .acc-com-floor-box .index-news-l-list li:first-child{
            padding-bottom: 9px;
        }
        .index-news-l-list div{
            width: 292px;
        }
        .index-news-l-list li p{
            font-size: 14px;
        }
        .index-news-l-list li span{
            font-size: 14px;
        }
        .index-news-l-list div span.text-jj{
            padding-top: 5px;
        }
    }

    @media only screen and (min-width: 1200px) {
        .ind-f1-l{
            width: 550px;
        }
        .ind-f1-r{
            width: 550px;
        }
        .index-news-l-list div{
            width: 392px;
        }
        .acc-com-floor-box .index-news-l-list li{
            padding: 11px 0;
        }
        .acc-com-floor-box  .index-news-l-list li:first-child{
            padding-bottom: 19px;
        }
        .ind-f1-l .item{
            height:330px;
            overflow: hidden;
        }
        .ind-f1-l .item img{
            min-height: 330px;
            width:100%;
        }
    }

    .ind-f2,.ind-f4{
        margin-top: 10px;
    }
    .ind-f4{
        margin-bottom: 20px;
    }
    .doctor-info-t{
        padding: 20px 0;
        box-sizing: content-box;
    }
    .doctor-info-t h2 {
        font-size: 12px;
        line-height: 18px;
        color: #005999;
        float: left;
        padding-left: 12px;
        border-left: 2px solid #005999;
    }
    .doctor-info-t h2 span{
        color: #666;
    }
    .doctor-info-t a {
        float: right;
        font-size: 12px;
        line-height: 18px;
        color: #999;
    }
    .ind-f2-l ul{
        font-size: 0;
    }
    .ind-f2-l li{
        width: 48%;
        margin-right: 4%;
        position: relative;
        margin-bottom: 18px;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #e2e2e2;
    }
    .ind-f2-l li:nth-child(2n){
        margin-right: 0;
    }
    .ind-f2-l img{
        display: block;
        width: 100%;
    }
    .ind-f2-l p{
        width: 100%;
        height: 30px;
        padding: 0 10px;
        background: rgba(191,191,191,0.8);
        font-size: 12px;
        line-height: 30px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .ind-f2-l li:hover p{
        background: #005999;
        color:#fff;
    }
    .ind-f2-r li{
        width: 23%;
        position: relative;
        margin-left: 2%;
        margin-bottom: 3%;
        background: #005999;
        color: #fff;
        float: left;
    }
    .ind-f2-r li:nth-child(2){
        background: #3db89c;
    }
    .ind-f2-r li:nth-child(3){
        background: #fdba53;
    }
    .ind-f2-r li:nth-child(4){
        background: #67a9bf;
    }
    .ind-f2-r li:nth-child(5){
        background: #46bce0;
    }
    .ind-f2-r li:nth-child(6){
        background: #6b95b3;
    }
    .ind-f2-r li a{
        width: 100%;
        position: absolute;
        top: 20%;
        left: 0;
        text-align: center;
        font-size: 0;
        color:#fff;
    }
    .ind-f2-r li a img{
        width: 50%;
    }
    .ind-f2-r li:hover{
        box-shadow:0 2px 8px rgba(0,0,0,.15);
    }
    .ind-f2-r li:hover img{
        margin-top:-5px;
        margin-bottom:5px;
    }
    .ind-f2-r li a p{
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }
    .ind-f2-r li:nth-child(1) a{
        top: 30%;
    }
    .ind-f2-r li:nth-child(1) a p{
        /*margin-top: 0px;*/
        /*margin-bottom: 5px;*/
    }
    .ind-f2-r li:before{
        display: block;
        content: '';
        padding-bottom: 100%;
    }
    .ind-f2-r li:nth-child(1){
        width: 25%;
    }
    .ind-f2-r li:nth-child(1){
        margin-left: 0;
    }
    .ind-f2-r li:nth-child(1):before{
        padding-bottom: 196%;
    }
    .ind-f2-r li:nth-child(6){
        width: 48%;
    }
    .ind-f2-r li:nth-child(6):before{
        padding-bottom: 48%;
    }
    .ind-f2-r li:nth-child(6) a{
        top: 30%;
    }
    .ind-f2-r li:nth-child(6) img{
        width: 25%;
        display: inline-block;
        vertical-align: top;
    }
    .ind-f2-r li:nth-child(6) p{
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
    }

    @media only screen and (min-width: 768px) {
        .doctor-info-t h2{
            font-size: 14px;
        }
        .ind-f2,.ind-f4{
            margin-top: 20px;

        }
        .ind-f3{
            margin-top: 12px;
        }
    }
    @media only screen and (min-width: 992px) {
        .doctor-info-t h2{
            font-size: 16px;
        }
        .doctor-info-t a{
            font-size: 14px;
        }
        .ind-f2-l p{
            font-size: 14px;
            height: 40px;
            line-height: 40px;
        }
        .ind-f2-r li a p{
            font-size: 16px;
        }
    }
    @media only screen and (min-width: 1200px) {
        .ind-f2,.ind-f4{
            margin-top: 30px;
        }
        .ind-f4{
            margin-bottom: 40px;
        }
        .ind-f2-l p{
            font-size: 16px;
        }
        .ind-f2-r li a{
            top: 50%;
            margin-top: -35px;
            font-size: 0;
        }
        .ind-f2-r li a img{
            width: auto!important;
        }
        .ind-f2-r li a p{
            margin-top: 10px;
        }
        .ind-f2-r li:nth-child(1) a{
            top: 50%;
            margin-top: -58px;
        }
        .ind-f2-r li:nth-child(1) a p{
            margin-bottom: 25px;
        }
        .ind-f2-r li:nth-child(6) a{
            top: 50%;
            margin-top: -20px;
        }
        .ind-f2-r li:nth-child(6) a p{
            margin-top: 0;
            line-height: 40px;
            margin-left: 10px;
        }
    }

    .ind-f3-l ul{
        font-size: 0;
    }
    .ind-f3-l li{
        width: 23.5%;
        margin-right: 2%;
        display: inline-block;
        vertical-align: top;
        padding: 5px;
        border: 1px solid #efefef;
    }
    .ind-f3-l li:nth-child(4n){
        margin-right: 0;
    }
    .ind-f3-l li img{
        display: block;
        width: 100%;
    }
    .ind-doc-t{
        padding: 4px 0;
    }
    .ind-doc-t h2{
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        color: #333;
    }
    .ind-f3-l li:hover .ind-doc-t h2{
        color: #005999;
    }
    .ind-doc-t span{
        font-size: 12px;
        line-height: 20px;
        color: #666;
    }
    .ind-f3-l li p{
        height: 40px;
        font-size: 12px;
        line-height: 20px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .ind-ks-nav{
        height: 34px;
        border-bottom: 1px solid #ccc;
        font-size: 0;
    }
    .ind-ks-nav a{
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        padding: 8px 5px;
        border-bottom: 2px solid transparent;
        margin-right: 10px;
    }
    .ind-ks-nav a.crt{
        border-color: #005999;
        color: #005999;
    }
    .ind-f3-r li{
        font-size: 0;
    }
    .ind-f3-r li p{
        width: 50%;
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        padding-left: 10px;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .ind-f3-r li p:before{
        display: block;
        content: '';
        width: 4px;
        height: 4px;
        background: #b0b0b0;
        border-radius: 50%;
        position: absolute;
        top: 8px;
        left: 0;
    }
    .ind-kyjx-nav{
        font-size: 0;
    }
    .ind-kyjx-nav a{
        width: 23.5%;
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
        padding: 8px 5px;
        border-top: 3px solid #005999;
        margin-right: 2%;
        text-align: center;
        background: #eff4f7;
        color: #333;
        border-radius: 0 0 6px 6px;
    }
    .ind-kyjx-nav a.crt{
        background: #005999;
        color: #fff;
    }
    .ind-kyjx-nav a:nth-child(4){
        margin-right: 0;
    }
    .ind-f4 .index-news-l-list{
        padding-top: 10px;
    }
    .index-news-l-list li a:hover{
        color: #005999;
    }

    @media only screen and (min-width: 992px) {
        .ind-f3-l li{
            padding: 10px;
        }
        .ind-f3-r li p{
            width: 25%;
        }
    }
    @media only screen and (min-width: 1200px) {
        .ind-doc-t{
            padding-top: 8px;
        }
        .ind-doc-t h2{
            float: left;
        }
        .ind-doc-t span{
            float: right;
        }
        .ind-f3-l li p{
            font-size: 14px;
        }
        .ind-f3-r li p{
            font-size: 14px;
            margin-top: 13px;
        }
        .ind-kyjx-nav a{
            font-size: 14px;
        }
    }

    /* 列表页 */
    .location-box{
        padding: 24px 0;
    }
    .location {
        overflow: hidden;
    }
    .location dl{
        padding-left: 40px;
        background: url(../images/home-icon.png) no-repeat left center;
    }
    .location dt,
    .location dd {
        font-size: 12px;
        line-height: 28px;
        font-weight: normal;
        color: #999;
        float: left;
    }

    .location dd a:first-child {
        color: #333;
    }
    .location-box h2{
        font-size: 24px;
        line-height: 1;
        color: #484848;
        margin-top: 20px;
    }
    .left-nav{
        width: 100%;
        margin-bottom: 20px;
    }
    .left-nav h2{
        font-size: 20px;
        line-height: 1;
        padding-bottom: 16px;
        color: #333;
        font-weight: bold;
        background: url(../images/arrow-bottom.png) no-repeat right center;
        border-bottom: 3px solid #005999;
    }
    .left-nav h2.crt{
        background: url(../images/arrow-top.png) no-repeat right center;
    }
    .left-nav ul{
        display: none;
    }
    .left-nav li{
        font-size: 14px;
        line-height: 40px;
        color: #333;
        padding-left: 20px;
        position: relative;
        background: url(../images/arrow-right.png) no-repeat right center;
        border-bottom: 1px solid #e6e6e6;
    }
    .left-nav li:before{
        display: block;
        content: '';
        width: 4px;
        height: 4px;
        background: #cccccc;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2px;
    }
    .left-nav li.crt{
        color: #005999;
    }
    .list-title{
        font-size: 20px;
        line-height: 30px;
        color: #005999;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .text-list{
        margin-bottom: 50px;
    }
    .text-list li{
        padding-right: 80px;
        position: relative;
        font-size: 12px;
        line-height: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 10px 0;
        padding-left: 14px;
        border-bottom: 1px solid #e6e6e6;
    }
    .text-list li:before{
        display: block;
        content: '';
        width: 4px;
        height: 4px;
        background: #cccccc;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2px;
    }
    .text-list li a{
        color: #484848;
    }
    .text-list li span{
        color: #777;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -6px;
    }
    .news-list-box-b li{
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
    .news-list-box-b li a{
        overflow: hidden;
        display: block;
    }
    .news-list-box-b li a:hover .news-intro h2{
        color: #026b9b;
    }
    .news-list-box-b li img{
        width: 120px;
        float: left;
        margin-right: 15px;
    }
    .news-list-box-b li .news-intro h2{
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }
    .news-list-box-b li .news-intro span{
        font-size: 12px;
        line-height: 16px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    .news-list-box-b li .news-intro p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        line-height: 18px;
        color: #666;
    }
    .page-box {
        font-size: 0;
        text-align: center;
        margin-top: 20px;
    }

    .pages,
    .prev-box,
    .pages-box,
    .go-box {
        display: inline-block;
    }

    .pages,
    .prev-box a,
    .pages-box a {
        min-width: 20px;
        box-sizing: content-box;
        display: inline-block;
        font-size: 14px;
        line-height: 16px;
        padding: 10px;
        background: #f1eff0;
        color: #999;
        border-radius: 5px;
        margin-right: 10px;
    }

    .prev-box a:hover,
    .prev-box a.crt,
    .pages-box a:hover,
    .pages-box a.crt {
        background: #005999;
        color: #fff;
    }

    .pages,
    .pages-box {
        display: none;
    }

    .go-box {
        font-size: 14px;
        line-height: 16px;
        color: #999;
    }

    .go-box select {
        min-width: 40px;
        height: 36px;
        border: 1px solid #b9b9b9;
        border-radius: 5px;
        display: inline-block !important;
    }


    @media only screen and (min-width: 768px) {
        .main-box .container{
            font-size: 0;
        }
        .location dt,
        .location dd {
            font-size: 14px;
        }

        .location .back-btn{
            font-size: 14px;
        }
        .left-nav{
            width: 200px;
            float: left;
        }
        .left-nav h2{
            font-size: 24px;
            background: none!important;
        }
        .left-nav ul{
            display: block!important;
        }
        .left-nav li{
            font-size: 16px;
            line-height: 48px;
        }
        .right-box{
            width: 480px;
            float: right;
        }
        .list-title{
            font-size: 30px;
            margin-bottom: 24px;
        }
        .text-list{
            margin-bottom: 150px;
        }
        .text-list li{
            font-size: 14px;
            padding: 26px 0;
            padding-left: 14px;
        }
        .text-list li:hover a{
            color: #005999;
        }
        .text-list li span{
            margin-top: -7px;
        }
        .news-list-box-b li{
            padding: 25px 0;
        }
        .news-list-box-b li .news-intro h2{
            font-size: 18px;
        }
        .news-list-box-b li .news-intro p{
            font-size: 14px;
        }
        .news-list-box-b li img{
            width: 170px;
            margin-right: 15px;
        }
        .news-list-box-b li .news-intro span{
            margin: 10px 0;
        }
        .news-list-box-b li .news-intro p{
            line-height: 26px;
        }
        .page-box{
            margin-top: 90px;
        }
        .pages-box {
            display: inline-block;
        }
    }
    @media only screen and (min-width: 992px) {
        .right-box{
            width: 700px;
        }
    }
    @media only screen and (min-width: 1200px) {
        .right-box{
            width: 840px;
        }
    }

    /* 详情页 */
    .party-message-info h2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
        color: #3b3b3b;
        text-align: center;
        margin-top: 15px;
    }

    .release-info {
        text-align: center;
    }

    .release-info-box{
        width: 100%;
        line-height: 20px;
        padding: 10px 15px;
        font-size: 0;
        border-top: 1px solid #b9b9b9;
        border-bottom: 1px solid #b9b9b9;
        margin-top: 20px;
    }

    .release-info span {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        color: #999;
        display: block;
        margin: 0 10px;
    }

    .news-content{
        margin-top: 15px;
    }

    .party-message-info img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .party-message-info p {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        text-indent: 2em;
        margin-top: 10px;
    }
    .context-turning {
        font-size: 14px;
        line-height: 20px;
        color: #8c8c8c;
        margin: 30px 0 40px 0;
        padding-top: 20px;
        border-top: 1px solid #e6e6e6;
    }

    .context-turning a:hover{
        color: #005999;
    }

    .pre-article {
        display: block;
    }

    .next-article {
        display: block;
        margin-bottom: 10px;
    }
    .dy-list{
        margin-bottom: 50px;
    }
    .dy-bt h2{
        font-size: 18px;
        font-weight: normal;
    }

    @media only screen and (min-width: 768px) {
        .party-message-info h2 {
            font-size: 18px;
            margin-top: 50px;
        }

        .party-message-info{
            margin-top: 15px;
        }

        .release-info-box {
            width: auto;
            height: 40px;
            display: inline-block;
        }

        .release-info span {
            display: inline-block;
        }

        .news-content{
            margin-top: 30px;
        }

        .party-message-info p {
            line-height: 24px;
            margin-top: 20px;
        }
        .context-turning {
            margin: 60px 0 100px 0;
        }

        .pre-article {
            float: left;
            width: 50%;
            text-align: left;
        }

        .next-article {
            float: right;
            margin-bottom: 0;
            width: 50%;
            text-align: right;
        }
        .dy-bt h2{
            font-size: 30px;
        }
        .dy-list{
            margin-bottom: 100px;
        }
    }

    /* 就医指南-门急诊排班 */
    .table-box{
        overflow: auto;
        margin-bottom: 50px;
    }
    .table-box table{
        width: 840px;
        border-top: 4px solid #005999;
    }
    .table-box td{
        font-size: 14px;
        color: #333;
        text-align: center;
        padding: 10px 2px;
        border-right: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }
    .table-box td:first-child{
        border-left: 1px solid #e2e2e2;
    }
    .table-box .tr1 td{
        font-size: 16px;
    }
    .table-box .tr2 td{
        background: #f3f3f3;
    }
    .gray{
        width: 100px;
        background: #f3f3f3;
    }
    .table-boxs tr:nth-child(2n+1){
        background: #f7fafc;
    }
    .blue td{
        background: #005999;
        color: #fff;
        border-right-color: #005999;
    }
    .blue td:first-child{
        border-left-color: #005999;
    }

    @media only screen and (min-width: 768px) {
        .table-box{
            overflow: hidden;
            margin-bottom: 140px;
        }
        .table-box table{
            width: 100%;
        }
    }

    /* 医院概况-领导团队 */
    .doctor-list{
        margin-bottom: 50px;
    }
    .doctor-list li{
        padding: 15px 0;
        border-bottom: 1px dashed #e2e2e2;
    }
    .doctor-list li a{
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .doctor-list li img{
        width: 80px;
        display: block;
    }
    .doc-intro{
        margin-left: 10px;
    }
    .doc-intro h2{
        font-size: 18px;
        line-height: 1;
    }
    .doc-intro span{
        display: block;
        font-size: 16px;
        line-height: 1;
        color: #005999;
        margin: 6px 0;
    }
    .doc-intro p{
        font-size: 14px;
        line-height: 20px;
        height: 45px;
        display: -webkit-box;
        display: -moz-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        word-break: break-word;
        border-top: 1px solid #e2e2e2;
        padding-top: 5px;
    }
    @media only screen and (min-width: 768px) {
        .doctor-list{
            margin-bottom: 150px;
        }
        .doctor-list li{
            padding: 30px 0;
        }
        .doctor-list li a{
            display: block;
        }
        .doctor-list li img{
            width: 130px;
            float: left;
        }
        .doc-intro{
            width: 340px;
            float: left;
            margin-top: 20px;
        }
        .doc-intro span{
            margin: 15px 0;
        }
        .doc-intro p{
            height: 60px;
            line-height: 24px;
            padding-top: 12px;
        }
    }
    @media only screen and (min-width: 992px) {
        .doc-intro{
            width: 560px;
        }
    }
    @media only screen and (min-width: 1200px) {
        .doc-intro{
            width: 695px;
            margin-left: 15px;
        }
    }

    /* 医院概况-医院新闻 */
    .news-list{
        margin-bottom: 50px;
    }
    .news-list li{
        padding: 15px 0;
        border-bottom: 1px solid #e2e2e2;
    }
    .news-list li a{
        display: block;
        overflow: hidden;
    }
    .news-list li a:hover .news-intro h2{
        color: #005999;
    }
    .news-list img{
        display: block;
        width: 100%;
    }
    .news-intro h2{
        font-size: 16px;
        line-height: 20px;
        color: #333;
        margin: 15px 0 10px 0;
    }
    .news-intro p{
        font-size: 14px;
        line-height: 20px;
        color: #666;
    }
    .time{
        color: #999;
        line-height: 20px;
        margin-top: 10px;
    }
    .time p{
        font-size: 20px;
        display: inline;
    }
    .time span{
        font-size: 14px;
    }

    @media only screen and (min-width: 768px) {
        .news-list{
            margin-bottom: 120px;
        }
        .news-list li{
            padding: 30px 0;
        }
        .news-list img{
            width: 168px;
            float: left;
        }
        .news-r{
            width: 300px;
            float: left;
            margin-left: 12px;
            padding-right: 100px;
            position: relative;
        }
        .news-intro h2{
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .news-intro p{
            line-height: 24px;
            height: 48px;
            display: -webkit-box;
            display: -moz-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp:2;
            -webkit-box-orient:vertical;
            word-break: break-word;
        }
        .time{
            position: absolute;
            top: 10px;
            right: 0;
            text-align: right;
        }
        .time p{
            font-size: 30px;
            display: block;
        }
        .time span{
            display: block;
            margin-top: 15px;
        }
    }
    @media only screen and (min-width: 992px) {
        .news-r{
            width: 500px;
        }
    }
    @media only screen and (min-width: 1200px) {
        .news-r{
            width: 660px;
        }
    }

    /* 医院概况-医院全景 */
    .hos-list{
        margin-bottom: 50px;
    }
    .hos-list .item{
        margin-top: 25px;
    }
    .hos-list img{
        width: 100%;
        display: block;
    }
    .hos-list p{
        font-size: 14px;
        line-height: 38px;
        color: #333;
        text-align: center;
    }
    .hos-model{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        display: none;
    }
    .hos-model-box{
        width: 90%;
        margin-left: 5%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .hos-model-box span{
        width: 20px;
        height: 20px;
        background: url(../images/close.png) no-repeat center;
        display: block;
        position: absolute;
        top: -30px;
        right: 0;
        cursor: pointer;
    }
    .hospital-info{
        margin-bottom: 50px;
    }

    @media only screen and (min-width: 768px) {
        .hos-list{
            font-size: 0;
            margin-bottom: 150px;
        }
        .hos-list .item{
            width: 30%;
            margin-right: 5%;
            display: inline-block;
        }
        .hos-list .item:nth-child(3n){
            margin-right: 0;
        }
        .hos-list .page-box{
            margin-top: 60px;
        }
        .hos-model-box{
            width: 80%;
            margin-left: 10%;
        }
        .hos-model-box span{
            top: 0px;
            right: -30px;
        }
        .hospital-info{
            margin-bottom: 120px;
        }
        .zzjg-box{
            padding-top: 5px;
        }
    }
    @media only screen and (min-width: 992px) {
        .hos-model-box{
            width: 60%;
            margin-left: 20%;
        }
    }
    @media only screen and (min-width: 1200px) {
        .hos-model-box{
            width: 50%;
            margin-left: 25%;
        }
    }

    /* 医院概况-医院荣誉 */
    .honor h2{
        font-size: 18px;
        padding-bottom: 8px;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 12px;
    }
    .honor-f1{
        font-size: 0;
    }
    .honor-f1 li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 25px;
        display: inline-block;
    }
    .honor-f1 li:nth-child(2n){
        margin-right: 0;
    }
    .honor-imgbox{
        padding: 6px;
        border: 1px solid #e2e2e2;
    }
    .honor-f1 li img{
        display: block;
        width: 100%;
    }
    .honor-f1 li p{
        font-size: 14px;
        line-height: 22px;
        color: #333;
        margin-top: 5px;
        padding: 0 6px;
    }
    .honor-f2{
        padding-top: 15px;
        margin-bottom: 50px;
    }
    .honor-f2 table{
        width: 100%;
    }
    .honor-f2 th{
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        background: #005999;
        padding: 12px 6px;
        font-weight: normal;
        text-align: center;
    }
    .honor-f2 th:first-child{
        width: 100px;
        border-right: 4px solid #fff;
    }
    .honor-f2 td{
        font-size: 14px;
        line-height: 20px;
        color: #333;
        background: #fbfbfb;
        padding: 10px 15px;
        border-top: 4px solid #fff;
        position: relative;
    }

    .honor-f2 td:first-child{
        border-right: 4px solid #fff;
        background: #e5eef5;
        text-align: center;
    }
    .honor-f2 td p{
        margin-top: 6px;
    }
    .honor-f2 td p:first-child{
        margin-top: 0px;
    }

    @media only screen and (min-width: 992px) {
        .honor-f1 li{
            width: 23.5%;
            margin-right: 2%;
        }
        .honor-f1 li:nth-child(2n){
            margin-right: 2%;
        }
        .honor-f1 li:nth-child(4n){
            margin-right: 0;
        }
        .honor-f2{
            margin-bottom: 150px;
        }
        .honor-f2 th:first-child{
            width: 200px;
        }
    }

    /* 联系我们-来院导航 */
    .hospital-map{
        margin-bottom: 50px;
        color: #444;
    }
    .allmap{
        height: 200px;
    }
    .map-f1 h2{
        font-size: 20px;
        font-weight: bold;
        line-height: 26px;
        margin-top: 20px;
    }
    .map-f1 p{
        font-size: 16px;
        line-height: 22px;
        margin-top: 6px;
    }
    .map-f1 p span{
        font-weight: bold;
    }
    .map-f2{
        margin-top: 15px;
    }

    .map-f2 h2{
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        background: url(../images/bus-icon.png) no-repeat left center;
        padding-left: 24px;
        margin-bottom: 8px;
    }
    .map-f2 p{
        font-size: 16px;
        line-height: 26px;
    }
    .map-f2:last-child h2{
        background: url(../images/car-icon.png) no-repeat left center;
    }

    @media only screen and (min-width: 768px) {
        .allmap{
            height: 300px;
        }
    }
    @media only screen and (min-width: 992px) {
        .allmap{
            height: 400px;
        }
    }
    @media only screen and (min-width: 1200px) {
        .allmap{
            height: 475px;
        }
    }


    /* 联系我们-院长信箱 */
    .hospital-email{
        padding-top: 20px;
    }
    .hospital-email li{
        height:40px;
        position: relative;
        padding-left: 80px;
        font-size: 14px;
        line-height: 40px;
        color: #333;
        margin-bottom: 20px;
    }
    .hospital-email li.heights{
        height:100px;
    }
    .hospital-email li.heights span{
        top:100px;
    }
    .hospital-email li.mandatory:after{
        display: block;
        content: '*';
        font-size: 14px;
        color: #ff0000;
        position: absolute;
        right: -10px;
        bottom: 0;
    }
    .hospital-email li p{
        position: absolute;
        top: 0;
        left: 0;
    }
    .hospital-email li input,.hospital-email li textarea{
        width: 100%;
        height: 40px;
        background: #e6e6e6;
        padding: 0 10px;
    }
    .hospital-email li textarea{
        height: 100px;
        padding: 10px;
        line-height: 20px;
        display: block;
        resize:none
    }
    .hospital-email li span{
        position:absolute;
        top:40px;
        left:80px;
        line-height:20px;
    }
    .sub-box{
        padding: 30px 0;
    }
    .sub-box input.submit{
        width: 126px;
        height: 44px;
        font-size: 14px;
        line-height: 44px;
        background: #005999;
        color: #fff;
        border-radius: 5px;
    }

    @media only screen and (min-width: 768px) {
        .hospital-email li{
            width: 410px;
        }
        .hospital-email li.heights{
            height:200px;
        }
        .hospital-email li.heights span{
            top:200px;
        }
        .hospital-email li.maxLength{
            width: 100%;
        }
        .hospital-email li.mandatory:after{
            right: -15px;
        }
        .hospital-email li textarea{
            height: 200px;
        }
        .sub-box{
            padding-bottom: 130px;
        }
    }

    /* 医院文化-电子报 */
    .yywh-list{
        margin-bottom: 50px;
    }
    .yywh-list ul{
        font-size: 0;
    }
    .yywh-list li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
        display: inline-block;
        position: relative;
        border: 1px solid #e2e2e2;
    }
    .yywh-list li:nth-child(2n){
        margin-right: 0;
    }
    .yywh-list li img{
        display: block;
        width: 100%;
    }
    .yywh-list li p{
        width: 100%;
        height: 48px;
        font-size: 14px;
        line-height: 48px;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0,89,153,0.65);
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
    }

    @media only screen and (min-width: 768px) {
        .yywh-list{
            margin-bottom: 150px;
        }
        .yywh-list li{
            margin-bottom: 20px;
        }
        .yywh-list .page-box{
            margin-top: 60px;
        }
    }
    @media only screen and (min-width: 992px) {
        .yywh-list{
            padding-top: 20px;
        }
        .yywh-list li{
            width: 22%;
            margin-bottom: 30px;
        }
        .yywh-list li:nth-child(2n){
            margin-right: 4%;
        }
        .yywh-list li:nth-child(4n){
            margin-right: 0;
        }
        .yywh-list .page-box{
            margin-top: 60px;
        }
    }

    /* 专家名录 */
    .zjml-box{
        margin-bottom: 50px;
        padding-top: 20px;
    }
    .ks-nav h2{
        font-size: 18px;
        font-weight: bold;
        color: #666;
    }
    .ks-nav ul{
        font-size: 0;
        margin-top: 14px;
    }
    .ks-nav li{
        display: inline-block;
        margin-right: 15px;
    }
    .ks-nav a{
        display: block;
        padding: 5px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 1;
        color: #333;
    }
    .ks-nav li.crt a,.ks-nav li:hover a{
        background: #005999;
        color: #fff;
    }
    .doc-list{
        margin-top: 30px;
    }
    .doc-t h2{
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        color: #005999;
        border-bottom: 2px solid #f4f4f4;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .doc-t h2:after{
        display: block;
        content: '';
        width: 36px;
        height: 2px;
        background: #005999;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
    .doc-t h2 span{
        font-size: 14px;
        color: #999;
        font-weight: normal;
    }
    .doc-list li{
        margin-bottom: 20px;
    }
    .doc-list .page-box{
        margin-top: 20px;
    }

    @media only screen and (min-width: 768px) {
        .zjml-box{
            margin-bottom: 100px;
        }
    }
    @media only screen and (min-width: 768px) {
        .doc-list li{
            width: 18%;
            margin-right: 2.5%;
            margin-bottom: 40px;
        }
        .doc-list li:nth-child(2n){
            margin-right: 2.5%;
        }
        .doc-list li:nth-child(4n){
            margin-right: 2.5%;
        }
        .doc-list li:nth-child(5n){
            margin-right: 0;
        }
    }

    /*专家详情*/
    .daily-outpatient-box{
        margin-bottom: 50px;
    }
    .experts-fir{
        margin-top: 15px;
        font-size: 0;
    }
    .experts-img{
        width: 100px;
        margin-right: 15px;
    }
    .experts-img img{
        width: 100%;
    }
    .experts-news h2{
        font-size: 24px;
        line-height: 1;
        color: #666;
        margin: 10px 0 10px 0;
    }
    .experts-news p{
        font-size: 14px;
        line-height: 20px;
        color: #999;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow:hidden;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
    }
    .experts-news p span{
        color: #666;
    }
    .experts-sec{
        margin-top: 15px;
    }
    .experts-title{
        height: 26px;
        font-size: 0;
        border-bottom: 2px solid #bdbdbd;
        box-sizing: content-box;
        margin-bottom: 10px;
    }
    .experts-title span{
        height: 16px;
        font-size: 16px;
        line-height: 16px;
        color: #003493;
        padding-bottom: 10px;
        border-bottom: 2px solid #003493;
        display: inline-block;
        vertical-align: top;
        box-sizing: content-box;
    }
    .experts-sec p{
        font-size: 14px;
        line-height: 20px;
        color: #666;
    }
    .experts-sec table{
        width: 100%;
        border-right: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        font-size: 12px;
        color:  #484848;
        text-align: center;
    }
    .experts-sec th{
        width: 11.25%;
        border-left: 1px solid #f2f2f2;
        border-top: 1px solid #f2f2f2;
        background: #f2f2f2;
        padding: 10px 0;
        font-weight: normal;
        text-align: center;
    }
    .experts-sec td{
        border-left: 1px solid #f2f2f2;
        border-top: 1px solid #f2f2f2;
        padding: 10px 0;
    }

    @media only screen and (min-width: 768px) {
        .daily-outpatient-box{
            margin-bottom: 120px;
        }
        .experts-fir{
            padding-top: 20px;
            margin-top: 0;
        }
        .experts-sec{
            margin-top: 40px;
        }
        .experts-img{
            width: 140px;
            display: inline-block;
            vertical-align: top;
        }
        .experts-news{
            width: 325px;
            display: inline-block;
        }
        .experts-news h2{
            margin: 20px 0 14px 0;
        }
        .experts-news p{
            line-height: 24px;
        }
    }
    @media only screen and (min-width: 992px) {
        .experts-news{
            width: 525px;
        }
        .experts-news p{
            line-height: 28px;
        }
        .experts-sec table{
            font-size: 14px;
        }
    }
    @media only screen and (min-width: 1200px) {
        .experts-news{
            width: 685px;
        }
    }

    /*资料下载*/
    .list01{
        margin-bottom: 50px;
    }
    .list01 li{
        padding: 15px 0;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        font-size: 14px;
        line-height: 20px;
        color: #484848;
    }
    .list01 li p{
        padding: 6px 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .list01 li p a{
        position: relative;
        padding-left: 10px;
    }
    .list01 li p a:after{
        display: block;
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #b2b2b2;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2px;
    }
    .list01 li p a:hover{
        color: #005999;
    }
    .list01 li p a:hover:after{
        background: #005999;
    }
    .list01 li span{
        width: 80px;
        display: block;
        margin-left: 10px;
    }
    .list01 li span.list-time{
        padding: 6px 0;
        text-align: right;
    }
    .list01 li span a{
        color: #fff;
        display: block;
        text-align: center;
        padding: 6px 0 6px 15px;
        background: #005999 url(../images/upload-icon.png) no-repeat 5px center;
    }

    @media only screen and (min-width: 768px) {
        .list01{
            margin-bottom: 140px;
        }
        .list01 li{
            display: block;
            overflow: hidden;
            padding: 25px 0;
        }
        .list01 li p{
            width: 600px;
            float: left;
        }
        .list01 li span{
            float: right;
        }
    }
    @media only screen and (min-width: 992px) {
        .list01 li p{
            width: 800px;
        }
    }
    @media only screen and (min-width: 1200px) {
        .list01 li p{
            width: 1000px;
        }
    }

    /* 综合专题 */
    .zhzt-list{
        margin-bottom: 30px;
    }
    .zhzt-list li{
        width: 22%;
    }
    .zhzt-list li:nth-child(2n){
        margin-right: 4%;
    }
    .zhzt-list li:nth-child(4n){
        margin-right: 0;
    }
    .zhzt-f-box{
        margin-bottom: 30px;
    }
    .zhzt-f{
        margin-bottom: 20px;
    }
    .zhzt-t{
        width: 100%!important;
        border-bottom: 1px solid #ccc;
    }
    .zhzt-t h2{
        float: left;
        font-size: 18px;
        font-weight: bold;
        line-height: 38px;
        color: #005999;
        margin-top: 0;
        position: relative;
        overflow: inherit;
    }
    .zhzt-t h2:after{
        display: block;
        content: '';
        width: 100%;
        height: 3px;
        background: #005999;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
    .zhzt-t a{
        float: right;
        font-size: 14px;
        line-height: 38px;
        color: #a1a49e;
    }
    .zhzt-f ul{
        padding-top: 5px;
    }

    @media only screen and (min-width: 768px) {
        .zhzt-list{
            margin-bottom: 80px;
        }
        .zhzt-list li{
            width: 23.5%;
            margin-right: 2%;
        }
        .zhzt-list li:nth-child(2n){
            margin-right: 2%;
        }
        .zhzt-list li:nth-child(4n){
            margin-right: 0;
        }
        .zhzt-f-box{
            margin-bottom: 60px;
        }
        .zhzt-f{
            width: 340px;
            margin-right: 40px;
            float: left;
        }
        .zhzt-f:nth-child(2n){
            margin-right: 0;
        }
        .zhzt-f div{
            float: none;
        }
        .zhzt-f li{
            padding: 13px 0;
        }
    }
    @media only screen and (min-width: 992px) {
        .zhzt-list{
            margin-bottom: 80px;
            padding-top: 6px;
        }
        .zhzt-list li{
            margin-bottom: 36px;
        }
        .zhzt-f-box{
            margin-bottom: 90px;
        }
        .zhzt-f{
            width: 450px;
            margin-bottom: 30px;
        }
        .zhzt-f li p{
            width: 80%;
        }
    }
    @media only screen and (min-width: 1200px) {
        .zhzt-f-box{
            margin-bottom: 130px;
        }
        .zhzt-f{
            width: 550px;
        }
    }

    /* 网站地图 */
    .website{
        margin-bottom: 50px;
    }
    .website li{
        margin-top: 25px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #e5e5e5;
    }
    .website li:first-child{
        margin-top: 0;
    }
    .website li h2{
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        color: #333;
    }
    .website li h3{
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        color: #999;
        margin-top: 15px;
    }
    .quick-link a{
        float: left;
        padding-right: 10px;
        margin-right: 10px;
        margin-top: 15px;
        border-right: 1px solid #eaeaea;
        font-size: 14px;
        line-height: 1;
        color: #333;
    }
    .quick-link a:last-child{
        border-right: 0;
    }
    .quick-link a:hover{
        color: #005999;
    }

    @media only screen and (min-width: 768px) {
        .website{
            margin-bottom: 140px;
        }
    }

    /* 党群建设 */
    .dqjs-box .top03-t li:hover{
        color: #b51f24;
    }
    .dqjs-box .text-t{
        border-color: #b51f24;
    }
    .dqjs-box .search-t{
        background-color: #b51f24;
    }
    .dqjs-box .nav li.crt,.dqjs-box .nav li:hover{
        color: #b51f24;
        border-color: #b51f24;
    }
    .dqjs-box .location-box{
        padding-bottom: 14px;
    }
    .dqjs-box .location-box h2{
        color: #b51f24;
    }
    .dqjs-list li{
        padding: 20px 0;
        font-size: 14px;
        border-bottom: 1px solid #ccc;
    }
    .dqjs-list li a:hover{
        color: #b51f24;
    }
    .dqjs-box .prev-box a:hover, .dqjs-box .prev-box a.crt, .dqjs-box .pages-box a:hover, .dqjs-box .pages-box a.crt{
        background: #b51f24;
    }
    .dqjs-box .footer{
        border-top: 10px solid #b21f24;
    }

    /* 科室导航 */
    .ksdh-box{
        margin-bottom: 50px;
    }
    .ksdh{
        margin-top: 30px;
    }
    .ksdh:first-child{
        margin-top: 0;
    }
    .ksdh h2{
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
        color: #005999;
        background: #f2f7fa;
        padding-left: 20px;
    }
    .ksdh li{
        width: 48%;
        margin-right: 4%;
        margin-top: 15px;
        float: left;
    }
    .ksdh li:nth-child(2n){
        margin-right: 0;
    }
    .ksdh li a{
        display: block;
        font-size: 14px;
        line-height: 36px;
        color: #005999;
        text-align: center;
        border: 1px solid #005999;
        border-radius: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .ksdh li:hover a{
        background: #005999;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,89,153,0.2);
    }

    @media only screen and (min-width: 768px) {
        .ksdh-box{
            margin-bottom: 120px;
        }
        .ksdh{
            margin-top: 60px;
        }
        .ksdh li{
            width: 23.5%;
            margin-right: 2%;
            margin-top: 20px;
        }
        .ksdh li:nth-child(2n){
            margin-right: 2%;
        }
        .ksdh li:nth-child(4n){
            margin-right: 0;
        }
        .ksdh li a{
            font-size: 16px;
        }
    }
    @media only screen and (min-width: 992px) {
        .ksdh li{
            width: 18%;
            margin-right: 2.5%;
        }
        .ksdh li:nth-child(2n){
            margin-right: 2.5%;
        }
        .ksdh li:nth-child(4n){
            margin-right: 2.5%;
        }
        .ksdh li:nth-child(5n){
            margin-right: 0;
        }
    }
    @media only screen and (min-width: 1200px) {
        .ksdh li{
            width: 15%;
            margin-right: 2%;
        }
        .ksdh li:nth-child(2n){
            margin-right: 2%;
        }
        .ksdh li:nth-child(4n){
            margin-right: 2%;
        }
        .ksdh li:nth-child(5n){
            margin-right: 2%;
        }
        .ksdh li:nth-child(6n){
            margin-right: 0;
        }
    }

    /* 科室首页 */
    .header-top {
        font-size: 12px;
        line-height: 30px;
        text-align: right;
        color: #484848;
        background: #f7f6fb;
    }

    .header-top .fl {
        width: 60%;
        text-align: left;
        line-height: 20px;
    }

    .section-header {
        position: relative;
        background: #fff;
    }

    .navbar-header a{
        float: left;
        padding: 12px 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .section-header .container{
        position: relative;
    }

    .section-header span.s1 {
        position: absolute;
        left: 150px;
        top: 12px;
        height: 22px;
        line-height: 22px;
        padding-left: 6px;
        font-size: 12px;
        color: #226dc2;
        border-left: solid 1px #ddd;
        display: none;
    }

    .section-header img {
        height: 26px;
    }

    .inside-banner img {
        width: 100%;
    }

    .header-top .container {
        position: relative;
    }

    .ks_xz {
        position: absolute;
        z-index: 30;
        width: 95px;
        font-size: 12px;
        height: 30px;
        cursor: pointer;
        line-height: 28px;
        text-align: center;
        border: solid 1px #ddd;
        right: 15px;
        top: 10px;
    }

    .ks_xz em {
        background: url(../images/ks_tb.png) no-repeat;
        background-size: 100% 100%;
        width: 14px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .ks_xz i {
        background: url(../images/ks_jt3.png) no-repeat;
        background-size: 100% 100%;
        width: 8px;
        height: 4px;
        display: inline-block;
        vertical-align: middle;
    }

    .ks_xz .txtk {
        width: 320px;
        display: none;
        position: absolute;
        right: -16px;
        top: 26px;
        padding-top: 14px;
    }

    .ks_xz .txtkn {
        width: 100%;
        border: solid 1px #ddd;
        background: #fff;
        padding: 0px 20px 20px 20px;
        position: relative;
    }

    .ks_xz .txtkn i {
        position: absolute;
        background: url(../images/ks_jt2.png) no-repeat;
        background-size: 100% 100%;
        width: 20px;
        height: 10px;
        top: -10px;
        right: 35px;
    }

    .ks_xz .ks_lm1 {


        width: 100%;
        float: left;
        margin-bottom: 10px;
        height: 35px;
        line-height: 35px;
        border-bottom: solid 2px #ddd;
        font-weight: bold;
        text-align: center;
    }

    .ks_xz .ks_lm1 a {
        display: inline-block;
        height: 35px;
        padding: 0px 10px;
    }

    .ks_xz .ks_lm1 a.on {
        border-bottom: solid 2px #1a71e4;
    }

    .ks_xz .ks_lm1_lb {
        width: 300px;
        float: left;
        font-size: 12px;
        line-height: 24px;
    }

    .ks_xz .ks_lm1_lb a {
        float: left;
        margin-right: 12px;
    }

    .mobile-nav p {
        font-size: 14px;
        line-height: 45px;
        color: #fff;
        float: left;
    }

    .mobile-nav .navbar-toggle {
        margin: 8px 0 !important;
        padding: 6px 7px;
    }

    .mobile-nav .navbar-toggle .icon-bar {
        background: #fff;
    }

    #nav_ks {
        width: 100%;
        background: #005999;
    }

    #nav_ks .menu {
        z-index: 20;
        width: 100%;
        margin: 0px auto;
        border: 0;
        overflow: hidden;
        display: none;
        border-top: 1px solid #fff;
    }

    #nav_ks .menu li {
        height: 30px;
        border: 0;
        text-align: left;
        position: relative;
        z-index: 20;
    }

    #nav_ks .menu a {
        line-height: 30px;
        padding: 0 15px;
        text-align: left;
        height: 30px;
        font-size: 12px;
        font-weight: normal;
        display: block;
        color: #fff;
    }

    /* #nav_ks .menu li a:hover,
#nav_ks .menu li a.dbt,
#nav_ks .menu li a.dbt:hover,
#nav_ks .menu li a.dbt.on,
#nav_ks .menu li:hover a.dbt {
	background: #103157;
} */

    @media only screen and (min-width: 768px) {
        .header-top .fl {
            line-height: 30px;
        }

        .navbar-header a{
            padding: 12px 0;
        }

        .section-header span.s1 {
            left: 380px;
            top: 17px;
            height: 50px;
            line-height: 50px;
            font-size: 20px;
            font-weight: bold;
            padding-left: 15px;
            display: block;
            white-space: nowrap;
        }

        .section-header img {
            height: 60px;
        }

        .ks_xz {
            top: 27px;
        }

        .ks_xz .txtk{
            right: -1px;
        }

        .mobile-nav {
            display: none;
        }

        #nav_ks .menu {
            height: 50px;
            z-index: 20;
            width: 100%;
            margin: 0px auto;
            border: 0;
            display: block !important;
            border-top: 0;
        }

        #nav_ks .menu li {
            height: 50px;
            border: 0;
            text-align: center;
            position: relative;
            z-index: 20;
            float: left;
            margin-left: 110px;
        }

        #nav_ks .menu li:first-child{
            margin-left: 0;
        }

        #nav_ks .menu li:last-child {
            background: none;
        }

        #nav_ks .menu a {
            line-height: 50px;
            text-align: center;
            height: 50px;
            font-size: 16px;
            font-weight: normal;
            display: block;
            color: #fff;
            padding: 0;
        }

        /* #nav_ks .menu li a:hover,
    #nav_ks .menu li a.dbt,
    #nav_ks .menu li a.dbt:hover,
    #nav_ks .menu li a.dbt.on,
    #nav_ks .menu li:hover a.dbt {
        background: #103157;
    } */
        .section-intro{
            margin-top: 50px!important;
        }
    }

    @media only screen and (min-width: 992px) {
        .section-header img {
            height: 80px;
        }
        .section-header span.s1 {
            left: 490px;
            top: 17px;
            height: 70px;
            line-height: 70px;
            font-size: 30px;


        }
        .ks_xz {
            top: 37px;
        }
    }

    @media only screen and (min-width: 1200px) {
        .section-header span.s1 {
            left: 580px;
            top: 17px;
            height: 86px;
            line-height: 86px;
            font-size: 36px;
            padding-left: 20px;
        }
        .section-header img {
            height: auto;
        }

        .ks_xz {
            width: 115px;
            top: 45px;
        }
        .doctor-info-m .doctor-intro {
            width: 940px;
        }
    }

    .section-intro {
        margin-top: 20px;
    }

    .section-intro-l {
        width: 100%;
        position: relative;
    }

    .section-intro-l p{
        width: 100%;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        padding: 0 90px 0 15px;
        background: rgba(255,255,255,0.8);
        position: absolute;
        left: 0;
        bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .section-intro-l .owl-pagination{
        width: auto;
        right: 10px;
        z-index: 10;
    }

    .section-intro-l .owl-page{
        width: 14px;
        height: 14px;
        background: #7c7777;
        vertical-align: middle;
    }

    .section-intro-l .owl-page.active{
        width: 16px;
        height: 16px;
        background: #005999;
    }

    .section-intro-r p {
        font-size: 12px;
        line-height: 20px;
        color: #333;
        margin-top: 10px;
    }

    .more-btn {
        text-align: right;
        font-size: 14px;
        color: #005999;
        margin-top: 10px;
    }

    .recommended-doctor {
        margin: 20px 0;
    }

    .text-look {
        width: 74px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        background: #226dc2;
        color: #fff;
        text-align: center;
    }

    .recommended-doctor .doctor-list-m li {
        padding: 0;
        border: 0;
        margin-top: 15px;
    }

    @media only screen and (min-width: 768px) {
        .section-intro-l {
            width: 350px;
            float: left;
        }

        .section-intro-r {
            width: 350px;
            float: right;
            margin-top: -10px;
        }

        .recommended-doctor .doctor-list-m ul {
            width: 100%;
        }

        .recommended-doctor .doctor-list-m li {
            width: 100%;
            margin-right: 0;
        }

        .recommended-doctor .doctor-intro {
            width: 625px;
        }
    }

    @media only screen and (min-width: 992px) {
        .section-intro-l {
            width: 450px;
        }

        .section-intro-r {
            width: 470px;
            float: right;
            margin-top: -10px;
        }

        .section-intro-r p {
            font-size: 14px;
            line-height: 24px;
        }

        .more-btn {
            margin-top: 20px;
        }

        .recommended-doctor .doctor-list-m ul {
            width: 960px;
        }

        .recommended-doctor .doctor-list-m li {
            width: 300px;
            margin-right: 20px;
        }

        .recommended-doctor .doctor-intro {
            width: 205px;
        }
    }

    @media only screen and (min-width: 1200px) {
        .section-intro-l {
            width: 450px;
        }

        .section-intro-r {
            width: 660px;
            float: right;
            margin-top: 10px;
        }

        .section-intro-r p {
            line-height: 28px;
        }

        .more-btn {
            margin-top: 20px;
        }

        .recommended-doctor .doctor-list-m ul {
            width: 1170px;
        }

        .recommended-doctor .doctor-list-m li {
            width: 360px;
            margin-right: 30px;
        }

        .recommended-doctor .doctor-intro {
            width: 265px;
        }

    }

    .section-fl{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .section-fl #owl-demo3{
        margin-top: 20px;
    }
    .section-fl .item{
        padding: 10px;
        border: 1px solid #e2e2e2;
        margin: 0 10px;
    }
    .section-fl .item:hover h2{
        color: #005999;
    }
    .section-fl .item .imgk{
        width:100%;
        height:200px;
        overflow:hidden;
    }
    .section-fl .item .imgk img{
        min-height: 200px;
    }
    .section-fl .item p {
        height: 100px;
        font-size: 12px;
        line-height: 20px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .section-fl .item img{
        display: block;
        width: 100%;
    }
    .section-fl .owl-prev{
        width: 19px;
        height: 34px;
        background: url(../images/left-icon02.png) no-repeat center;
        position: absolute;
        top: 50%;
        left: -12px;
        margin-top: -17px;
    }
    .section-fl .owl-next{
        width: 19px;
        height: 34px;
        background: url(../images/right-icon02.png) no-repeat center;
        position: absolute;
        top: 50%;
        right: -12px;
        margin-top: -17px;
    }


    @media only screen and (min-width: 768px) {
        .section-fl{
            margin-top: 70px;
            margin-bottom: 100px;
        }
        .section-fl #owl-demo3{
            width: 740px;
            margin-left: -10px;
        }
        .section-fl .owl-prev{
            left: -30px;
        }
        .section-fl .owl-next{
            right: -30px;
        }
    }

    @media only screen and (min-width: 992px) {
        .section-fl #owl-demo3{
            width: 960px;
            margin-left: -10px;
        }
    }

    @media only screen and (min-width: 1200px) {
        .section-fl #owl-demo3{
            width: 1160px;
            margin-left: -10px;
            margin-top: 20px;
        }
        .section-fl .item p {
            font-size: 14px;
        }
    }

    /* 科室动态 */
    .locations{
        padding-bottom: 15px;
        border-bottom: 1px solid #e2e2e2;
    }
    .locations h3{
        font-size: 24px;
        line-height: 28px;
        color: #333;
        margin-top: 10px;
    }
    .ksdt-list li {
        padding: 20px 0;
        font-size: 14px;
        border-bottom: 1px solid #ccc;
    }
    .ksjs-box{
        margin-bottom: 50px;
    }
    .ksjs-box img{
        width: 100%;
        display: block;
    }
    .ksjs-box h2{
        font-size: 20px;
        line-height: 24px;
        color: #005999;
        padding: 20px 0 0 0;
    }
    .ksjs-box p{
        font-size: 14px;
        line-height: 24px;
        color: #333;
        margin-top: 20px;
        text-indent: 2em;
    }
    .ksts-box{
        margin-bottom: 50px;
    }
    .ksts-box p{
        font-size: 14px;
        line-height: 24px;
        color: #333;
    }
    .kszj-list{
        margin-bottom: 50px;
    }
    .kszj-list li{
        margin-bottom: 10px;
    }

    @media only screen and (min-width: 768px) {
        .locations h3{
            float: left;
            margin-top: 0;
        }
        .locations dl{
            float: right;
        }
        .ksjs-box{
            margin-bottom: 110px;
        }
        .ksjs-box h2{
            font-size: 24px;
            line-height: 30px;
            color: #005999;
            padding: 20px 0;
        }
        .ksts-box{
            margin-bottom: 110px;
        }
        .kszj-list{
            margin-bottom: 150px;
        }
        .kszj-list li{
            width: 15%;
            margin-right: 2%;
            margin-bottom: 20px;
        }
        .kszj-list .imgk{
            width:100%;
            height:142px;
            overflow:hidden;
        }
        .kszj-list .imgk img{
            min-height: 142px;
        }
        .kszj-list li:nth-child(4n){
            margin-right: 2%;
        }
        .kszj-list li:nth-child(6n){
            margin-right: 0;
        }
        .kszj-list .page-box{
            margin-top: 60px;
        }
        .kszj-info .experts-news{
            width: 565px;
        }
    }
    @media only screen and (min-width: 992px) {
        .kszj-info .experts-news{
            width: 785px;
        }
    }
    @media only screen and (min-width: 1200px) {
        .ksjs-box{
            padding-top: 16px;
        }
        .ksdt-box h2{
            font-size: 24px;
            margin-top: 0;
        }
        .kszj-list li{
            margin-bottom: 40px;
        }
        .kszj-list .imgk{
            width:100%;
            height:200px;
            overflow:hidden;
        }
        .kszj-list .imgk img{
            min-height: 200px;
        }
        .kszj-list .page-box{
            margin-top: 40px;
        }
        .kszj-info .experts-news{
            width: 985px;
        }
    }

    /* 预约申请 */
    .apply li{
        padding-left: 100px;
    }
    .apply li p{
        text-align: right;
    }
    .apply li span{
        left: 100px;
    }

    .clear{
        padding:0;
        margin: 0;
        clear:both;
    }

    @media only screen and (max-width:767px) {
        #owl-demo8 {
            width: 102%;
            margin-left: -1%;

        }

        #owl-demo8 .item {
            padding: 0 3%;
            height: auto !important;
        }

        #owl-demo8 .item a {
            width: 100%;
            display: block;
            border: solid 1px #ddd;
            padding: 10px;
        }

        #owl-demo8 .item .imgk {
            width: 100%;
            /*height: 142px;*/
            overflow: hidden;
        }

        #owl-demo8 .item .imgk img {
            width: 100%;
        }

        #owl-demo8 .item p {
            font-size: 12px;
            line-height: 22px;
            height:110px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            white-space:inherit;
        }
    }
    @media only screen and (min-width: 768px) {
        #owl-demo8 {
            width: 102%;
            margin-left: -1%;

        }

        #owl-demo8 .item {
            padding: 0 3%;
            height: auto !important;
        }

        #owl-demo8 .item a {
            width: 100%;
            display: block;
            border: solid 1px #ddd;
            padding: 10px;
            height: 370px;
        }

        #owl-demo8 .item .imgk {
            width: 100%;
            height: 142px;
            overflow: hidden;
        }

        #owl-demo8 .item .imgk img {
            width: 100%;
            min-height: 142px;
        }

        #owl-demo8 .item p {
            font-size: 12px;
            line-height: 22px;
            height: 132px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical
        }
    }
}
}
@media only screen and (min-width: 992px) {
    .kszj-info .experts-news{
        width: 785px;
    }
}
@media only screen and (min-width: 1200px) {
    .ksjs-box{
        padding-top: 16px;
    }
    .ksdt-box h2{
        font-size: 24px;
        margin-top: 0;
    }
    .kszj-list li{
        margin-bottom: 40px;
    }
    .kszj-list .imgk{
        width:100%;
        height:200px;
        overflow:hidden;
    }
    .kszj-list .imgk img{
        min-height: 200px;
    }
    .kszj-list .page-box{
        margin-top: 40px;
    }
    .kszj-info .experts-news{
        width: 985px;
    }
}

/* 预约申请 */
.apply li{
    padding-left: 100px;
}
.apply li p{
    text-align: right;
}
.apply li span{
    left: 100px;
}

.clear{
    padding:0;
    margin: 0;
    clear:both;
}

@media only screen and (max-width:767px) {
    #owl-demo8 {
        width: 102%;
        margin-left: -1%;

    }

    #owl-demo8 .item {
        padding: 0 3%;
        height: auto !important;
    }

    #owl-demo8 .item a {
        width: 100%;
        display: block;
        border: solid 1px #ddd;
        padding: 10px;
    }

    #owl-demo8 .item .imgk {
        width: 100%;
        /*height: 142px;*/
        overflow: hidden;
    }

    #owl-demo8 .item .imgk img {
        width: 100%;
    }

    #owl-demo8 .item p {
        font-size: 12px;
        line-height: 22px;
        height:110px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        white-space:inherit;
    }
}
@media only screen and (min-width: 768px) {
    #owl-demo8 {
        width: 102%;
        margin-left: -1%;

    }

    #owl-demo8 .item {
        padding: 0 3%;
        height: auto !important;
    }

    #owl-demo8 .item a {
        width: 100%;
        display: block;
        border: solid 1px #ddd;
        padding: 10px;
        height: 370px;
    }

    #owl-demo8 .item .imgk {
        width: 100%;
        height: 142px;
        overflow: hidden;
    }

    #owl-demo8 .item .imgk img {
        width: 100%;
        min-height: 142px;
    }

    #owl-demo8 .item p {
        font-size: 12px;
        line-height: 22px;
        height: 132px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical
    }
}
@media only screen and (max-width:1200px) {
    .sy_kl_lb .li_n .txtk {
        width:100%;
        /*position: relative;*/
        /*left: 0px;*/
        /*top:20px;*/
        /*z-index: 1;*/
        /*display: none;*/
        padding-top:5px;
    }

    .sy_kl_lb li .li_n:hover .txtk{
        /*display: block;*/
    }
    .sy_kl_lb li .txtk dd {
        display: inline-block;
        height: 22px;
        line-height: 22px;
        margin: 0px 5px 0 0;
    }
    .sy_kl_lb li .txtk i{
        /*position:absolute;*/
        /*background: url("../images/yzk_jt.png") no-repeat;*/
        /*background-size: 100% 100%;*/
        /*width:14px;*/
        /*height:10px;*/
        /*left:20px;*/
        /*!*margin-left: -10px;*!*/
        /*top:0px;*/
    }
    .sy_kl_lb li .txtk dl {
        width: 100%;
        padding:5px;
        font-size:12px;
        background-color:#fff;
        border-top: solid 1px #ddd;
        /*-moz-border-radius: 5px;*/
        /*-webkit-border-radius: 5px;*/
        /*border-radius: 5px;*/
        /*box-shadow: 0 2px 8px rgba(0,0,0,.2);*/
    }
}
@media only screen and (min-width:1200px) {
    .sy_kl_lb li .li_n{
        position:relative;

    }
    .sy_kl_lb .li_n .txtk {
        width:100%;
        position: absolute;
        left: 0px;
        top:20px;
        z-index: 1;
        display: none;
        padding-top:9px;
    }

    .sy_kl_lb li .li_n:hover .txtk{
        display: block;
    }
    .sy_kl_lb li .txtk dd {
        display: block;

        line-height: 22px;
        margin: 5px 5px;
    }
    .sy_kl_lb li .txtk i{
        position:absolute;
        background: url("../images/yzk_jt.png") no-repeat;
        background-size: 100% 100%;
        width:14px;
        height:10px;
        left:20px;
        /*margin-left: -10px;*/
        top:0px;
    }
    .sy_kl_lb li .txtk dl {
        width: 100%;
        padding:6px;
        font-size:13px;
        background-color:#fff;
        border: solid 1px
        #00579d;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0,0,0,.2);
    }
}

@media only screen and (max-width:1200px) {
    .ewm_lb{
        width:100%;
        text-align: center;
        font-size:12px;
    }
    .ewm_lb li{
        display: inline-block;
        padding:0 6px;
    }
    .ewm_lb img{
        height:80px;
        margin-bottom: 8px;
        border: solid 1px #ddd;
    }
}
@media only screen and (min-width:1200px) {
    .ewm_lb{
        width:100%;
        text-align: center;
        font-size:13px;
    }
    .ewm_lb li{
        display: inline-block;
        padding:0 10px;
    }
    .ewm_lb img{
        height:100px;
        margin-bottom: 10px;
        border: solid 1px #ddd;
    }
}
.news-content table td,.news-content table th{
   font-size:14px;
line-height: 24px;
}
.news-content table td p,.news-content table th p{
   padding:0px;
   margin:0px;
}
.party-message-info table td p{
    text-indent: 0!important;
}
#mediaplayer_logo{
    display: none;
}
#ad_1{
z-index:99;
}