
.content {
    background: #f1f1f1;
    padding: 20px 0 30px 0;
    min-height: 400px;
}

/*轮播开始*/
img {
    vertical-align: top;
}

li {
    list-style: none;
}

#focus-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#focus-banner-list {
    position: relative;
}

#focus-banner-list li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

    #focus-banner-list li img {
        width: 100%;
        min-height:500px !important;
    }

.focus-banner-img {
    display: block;
}

#focus-banner-list .focus-banner-text {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1000px;
    height: 100%;
    margin-left: -500px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-align: center;
}


#focus-banner .focus-handle {
    position: absolute;
    top: 42%;
    margin-top: -40px;
    z-index: 100;
    display: block;
    width: 80px;
    height: 80px;
}

#next-img {
    left: 0;
}

#next-img {
    left: 50px;
    background-position: 0 0;
}

    #next-img:hover {
        background-position: 0 -80px;
    }

#prev-img {
    right: 0;
}

#prev-img {
    right: 50px;
    background-position: -80px 0;
}

    #prev-img:hover {
        background-position: -80px -80px;
    }

#focus-bubble {
    position: absolute;
    left: 50%;
    bottom: 130px;
    z-index: 999;
}

    #focus-bubble li {
        float: left;
        width: 50px;
        height: 8px;
        margin: 0 5px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: 1px #fff solid;
        cursor: pointer;
        background:#fff;
        opacity:0.5;
    }

    #focus-bubble li a {
        display: block;
        width: 100%;
        height: 100%;
        filter: alpha(opacity=0.5);
        opacity: 0;
    }

    #focus-bubble li.current {
        background-color: #E3007E;
        border: 1px #E3007E solid;
        opacity: 1;
    }
.zwyw_cont_top {
    background: #fff;
    position: relative;
    top: -56%;
    max-width: 1170px;
    /*width: 94%;*/
    padding: 10px 15px 15px;
}

    .zwyw_cont_top > div {
        width: 50%;
    }
/*轮播结束*/

/*预约指南导航横向*/
.yyzndh {
    position: absolute;
    top: -130px;
    width:100%;
    z-index: 1000;
    background: #F2F2F2;
    border-radius: 60px 60px 0 0;
}
    .yyzndh .zhuanti div > a {
        padding: 25px 35px;
        text-align: center;
        vertical-align: central;
        color: #333;
        font-family: PingFangSC-Medium, PingFang SC;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
    }

/*新版样式*/
/*小banner轮播*/
#banner {
    position: relative;
    height: 350px;
    overflow: hidden;
    margin-top: 10px;
    width: 97%;
    border: 1px solid #f0f0f0;
}

#banner_list {
    overflow: hidden;
}

    #banner_list img {
        border: 0px;
        height: 100%;
        width: 100%;
    }

#banner_bg {
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 30px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    z-index: 10;
    cursor: pointer;
    width: 100%;
}

#banner_info {
    position: absolute;
    bottom: 0;
    left: 5px;
    height: 22px;
    color: #fff;
    z-index: 1001;
    cursor: pointer;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

#banner_text {
    position: absolute;
    width: 120px;
    z-index: 1002;
    right: 3px;
    bottom: 3px;
}

#banner ul {
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 3px;
    right: 5px;
}

    #banner ul li {
        padding: 0px 6px;
        float: left;
        display: block;
        color: #E3007E;
        background: #fff;
        cursor: pointer;
        /*border: 1px solid #154e7e;*/
        /*border: 0;*/
        border-radius: 50%;
        text-align: center;
        margin-right: 3px;
    }

        #banner ul li.on {
            background-color: #E3007E;
            color: #fff;
            /*border: 1px solid #154e7e;*/
        }

#banner_list a {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

    #banner_list a img {
        width: 100% !important;
        height: 100%;
        display: inline-block;
    }
/*轮播结束*/


/*tab切换科室介绍*/
.foot_tit {
    color: #333333 !important;
}
    .foot_tit span {
        margin-left: 15px;
        position: relative;
        top: 0px;
        font-weight: bold;
        font-size: 30px !important;
    }
    .table_card {
        width: 100%;
        margin: 0 auto;
        height: 400px;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .table_card .tab {
        height: 37px;
        font-size: 14px;
    }

        .table_card .tab li {
            float: left;
            height: 40px;
            line-height: 40px;
            padding: 0 25px;
            border: 1px solid #f0f0f0;
            margin-right: 10px;
        }

            .table_card .tab li:hover {
                height: 40px;
                background: #F13C9F;
                color: #fff;
                cursor: pointer
            }

        .table_card .activ {
            height:40px !important;
            background: #F13C9F;
            color: #fff;
            border: 0 !important;
        }

        .table_card .tabCon {
            background: #fff;
            padding: 25px 0 20px 0;
            border-radius: 3px;
            margin-bottom: 30px;
            border-top: 1px solid #d6d6d6;
            min-height: 220px;
            margin-top:20px;
        }

        .table_card .tabCon div {
            display: none
        }

        .table_card .tabCon .on {
            display: block
        }

.newslist01 {
    font-size: 14px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

    .newslist01 > li {
        line-height: 36px;
        color: #333;
        width: 23%;
        min-width: 225px;
        display: inline-block;
        margin-right: 20px;
        text-align: center;
        padding: 40px 20px 20px 20px;
        border: 1px solid #EFEFEF;
        margin-bottom: 20px;
        vertical-align: central;
    }
        .newslist01 > li:hover {
            box-shadow: 0 0 10px #eee;
        }
        .newslist01 > li img {
            transition: all .5s ease .1s;
        }
        .newslist01 > li:hover img {
            transform: scale(1.3);
        }
        .newslist01 > li a {
            color: #333333;
        }
        .newslist01 > li:hover a{
            color:#E3007E;
            font-weight:bold;

        }
        /*tab切换科室介绍end*/
        /*科室介绍start*/
        .contain {
            overflow: hidden;
            border-top: 1px solid #efefef;
            margin-top: 10px;
            padding: 25px 0 20px 0;
        }

.single {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
}

.single ul {
    list-style: none;
    white-space: nowrap;
    display: inline-flex;
    height: 100%;
}

    .single ul li {
        display: inline-block;
        /*background: url(/img/zhuanjiabg.png);*/
    }

    .single ul li {
        color: #333;
        width: 18%;
        min-width: 208px;
        display: inline-block;
        margin-right: 25px;
        text-align: center;
        border: 1px solid #EFEFEF;
        margin-bottom: 20px;
        vertical-align: central;
        box-shadow: 0 0 10px #eee;
        max-width: 208px !important;
    }
    

        .single ul li:hover {
            box-shadow: 0 0 10px #ccc !important;
        }

        .single ul li a {
            display: block;
        }

.single ul li img {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    min-height: 269px;
    border: 1px solid #f5f5f5;
}

        .single ul li div {
            text-align: center;
            color: #333;
        }
.single ul li div.docxq {
    padding: 15px 0;
    max-height:134px !important;
    min-height:114px !important;
}
.single ul li div h6{
    color:#999;
}
            .single ul li div h4{color:#333;font-weight:bold;}
            .single ul li div h4, h5 {
                margin-bottom: 0 !important;
                margin-top: 0px !important;
                padding: 1px 0;
            }

            .single ul li div h5 {
                margin-bottom: 0 !important;
                margin-top: 5px !important;
                color:#666;
                line-height:18px;
            }

            .single ul li div h4 {
                font-size: 16px;
            }
.single ul li:hover .docxq {
    background: #F13C9F;
    color: #fff;
}
    .single ul li:hover .docxq h4{color:#fff;}
    .single ul li:hover .docxq h5{color:#fff;}
    .single ul li:hover .docxq h6{color:#fff;}


.rlbtn{position:relative;height:32px;}
.pre {
    position: absolute;
    width: 50px;
    height:32px;
    cursor: pointer;
    position: absolute;
    top: 24%;
    left: 40px;
    bottom: 2px;
    padding: 2px 2%;
}


.next {
    position: absolute;
    right: 0;
    width: 50px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 24%;
    bottom: 2px;
    padding: 2px 2%;
    right: 70px;
}


/*科室介绍end*/
/*友情链接*/
.yqlj > div {
    width: 20%;
    border: 1px solid #EFEFEF;
    text-align:center;
    background:#fff;
    padding:20px 0;
}
.yqlj > div>img {
    width: 90%;
}