/* -------------------- */
.ne-banner {
    width: 100%;
    background: #000;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 1.2rem;
}

    .ne-banner img {
        width: 100%;
        animation: changeScale 1 2.5s;
    }


.pc-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.content {
    width: 100%;
    position: relative;
    padding: 0.7rem 13% 0.8rem 13%;
    background: url(../images/top-bg.jpg)no-repeat left top;
    z-index: 1;
}

.navBox {
    width: 9.75rem;
    height: 5.8rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/navBg.png) no-repeat;
    background-size: 100%;
    padding-top: 3.2rem;
    padding-left: 2.25rem;
    color: #fff;
}

    .navBox h1 {
        position: relative;
        display: table;
    }

        .navBox h1 img {
            animation: inherit;
        }

        .navBox h1:after {
            width: 1.71rem;
            height: 0.88rem;
            position: absolute;
            top: -0.98rem;
            left: 60%;
            content: "";
            background: url(../images/nav-leaves.png) no-repeat;
            background-size: 100% 100%;
        }

    .navBox .pos {
        width: 100%;
        line-height: 0.48rem;
        background: url(../images/pos.png)no-repeat left center;
        background-size: 18px 24px;
        padding-left: 0.38rem;
        font-size: 0.18rem;
        margin-bottom: 0.45rem;
    }

.navList ul {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

    .navList ul li {
        padding-right: 0.3rem;
        position: relative;
    }

        .navList ul li a {
            display: flex;
            color: #fff;
            height: 0.46rem;
            line-height: 0.46rem;
            font-size: 0.24rem;
            position: relative;
        }



            .navList ul li a:after {
                width: 0.93rem;
                height: 0.1rem;
                position: absolute;
                content: "";
                left: 0;
                bottom: -0.2rem;
                background: url(../images/nav-icon.png)no-repeat;
                background-size: 100% 100%;
                transition-duration: .5s;
                opacity: 0;
            }

            .navList ul li a:hover:after {
                opacity: 1;
                bottom: -0.1rem;
            }

        .navList ul li .ts {
            font-weight: bold;
            position: relative;
        }

            .navList ul li .ts:after {
                width: 0.93rem;
                height: 0.1rem;
                position: absolute;
                content: "";
                left: 0;
                bottom: -0.1rem;
                background: url(../images/nav-icon.png)no-repeat;
                background-size: 100% 100%;
                transition-duration: .5s;
                opacity: 1;
            }

        .navList ul li a:hover {
            font-weight: bold;
        }

footer {
    background: url(../images/footBg.jpg)repeat;
}

    footer:after {
        width: 100%;
        background: url(../images/footBg.png) no-repeat center bottom;
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background-size: 18.19rem 1.11rem;
        height: 1.11rem;
    }

.ne-padd {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.neBit {
    width: 100%;
    text-align: center;
    margin-bottom: 0.4rem;
}

    .neBit h1 {
        line-height: 0.4rem;
        font-size: 0.48rem;
    }

        .neBit h1 span {
            display: inline-block;
            width: 100%;
            font-size: 0.3rem;
            line-height: 0.36rem;
            color: #d6d6d6;
            font-family: "Cambria Math";
            font-weight: normal;
        }

.departBox {
    padding-bottom: 0.25rem;
}

    .departBox h1 {
        line-height: 0.54rem;
        font-size: 0.3rem;
        margin-bottom: 0.15rem;
    }

.departList ul {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.departList li {
    width: 18.5%;
    margin-bottom: 0.4rem;
    margin-right: 1.875%;
}

    .departList li:nth-child(5n) {
        margin-right: 0;
    }

    .departList li a {
        display: flex;
        width: 100%;
        border: 1px solid #2e84dc;
        height: 0.72rem;
        border-radius: 0 0.2rem;
        text-align: center;
        font-size: 0.2rem;
        color: #2e84dc;
        transition-duration: .5s;
        line-height: 0.26rem;
        align-items: center;
        justify-content: center;
        padding: 0.1rem 0.15rem;
    }

        .departList li a:hover {
            background: #fe8db8;
            border: 1px solid #fe8db8;
            color: #fff;
            font-weight: bold;
        }

/* 新闻列表 */
.ksName {
    width: 2.74rem;
    line-height: 0.76rem;
    border-radius: 0 0.3rem;
    color: #fff;
    background: #6fb9ef;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.35rem;
}

.ksText {
    font-size: 0.22rem;
    line-height: 0.36rem;
    padding-bottom: 0.35rem;
    color: #333333;
}

.ksPic {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-bottom: 0.3rem;
}

    .ksPic img {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 0.25rem;
    }

        .ksPic img:nth-child(4) {
            margin-right: 0;
        }

.zgfxBox {
    padding-bottom: 0.4rem;
}

    .zgfxBox li {
        line-height: 0.6rem;
        position: relative;
        padding-left: 0.5rem;
        font-size: 0.22rem;
    }

        .zgfxBox li:after {
            width: 0.08rem;
            height: 0.08rem;
            border-radius: 100%;
            background: #fe8db8;
            left: 0.25rem;
            top: 0.26rem;
            position: absolute;
            content: "";
        }

.doctorList {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

    .doctorList dl {
        width: 19%;
        background: #fff;
        border-radius: 0.2rem;
        box-shadow: 0 0 10px #b4b4b4;
        padding: 0.13rem 0.15rem 0.25rem 0.15rem;
        margin: 0 3%;
        margin-bottom: 0.6rem;
        overflow: hidden;
        transition: all 0.5s ease;
        /* 初始隐藏所有dl，后续通过JS控制显示 */
        display: none;
        transform: translateY(20px);
        height: 0;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        top: 0;
        transition-duration: .5s;
    }
    .doctorList dl:hover{box-shadow: 0 0 10px #f8c5d9;} 
        .doctorList dl:hover {
            top: -5px;
        }

        /* 显示的dl样式 */
        .doctorList dl.show {
            display: block;
            transform: translateY(0);
            height: auto;
        }

        .doctorList dl dt {
            width: 100%;
            overflow: hidden;
            border-radius: 0 0 50% 50%;
            border-bottom: 5px solid #e5e6e6;
			transition-duration: .5s;
        }
.doctorList dl:hover dt{border-bottom:5px solid #fe8db8;}
            .doctorList dl dt img {
                display: block;
                width: 100%;
                transition-duration: .5s;
            }

        .doctorList dl:hover dt img {
            transform: scale(1.1);
        }

        .doctorList dl dd {
            color: #333;
        }

            .doctorList dl dd .doctorName {
                width: 100%;
                text-align: center;
                font-weight: bold;
                font-size: 0.24rem;
                line-height: 0.24rem;
                padding-top: 15px;
				transition-duration: .5s;
            }
   .doctorList dl:hover dt .doctorName{color:#fe8db8;}
                .doctorList dl dd .doctorName span {
                    display: inline-block;
                    width: 100%;
                    line-height: 0.3rem;
                    font-weight: normal;
                    font-size: 0.18rem;
                    margin-top: 5px;
                }

            .doctorList dl dd .intro {
                width: 94%;
                margin: 0 auto;
                font-size: 0.2rem;
                line-height: 0.24rem;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
                margin-top: 10px;
            }

.doctorSelect {
    width: 100%;
    background: #f7f7f7;
    padding: 0.3rem 0.3rem 0.5rem 0.3rem;
    margin-bottom: 0.6rem;
}

.selectList {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
}

    .selectList h1 {
        width: 1.3rem;
        line-height: 0.9rem;
        font-weight: bold;
        font-size: 0.22rem;
    }

    .selectList .list {
        width: calc(96% - 1rem);
		padding: 0.25rem 0;
    }

        .selectList .list a {
            font-size: 0.2rem;
            padding-right: 0.8rem;
            display: inline-block;
            line-height: 0.4rem;
        }

            .selectList .list a:hover {
                color: #fe8db8;
            }

.selectBox {
    width: 100%;
    margin-top: 0.33rem;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

    .selectBox p {
        margin-right: 0.25rem;
        line-height: 0.5rem;
        font-size: 0.22rem;
        color: #111111;
    }

    .selectBox input {
        width: 4rem;
        background: #fff;
        outline: none;
        border: none;
        outline: none;
        margin-right: 0.1rem;
        padding: 0 0.15rem;
        font-size: 0.2rem;
        line-height: 0.5rem;
    }

    .selectBox .seleBtn {
        width: 0.95rem;
        height: 0.5rem;
        line-height: 0.5rem;
        color: #fff;
        text-align: center;
        font-size: 0.2rem;
        margin-right: 0.1rem;
        cursor: pointer;
    }

.submit {
    background: #70b9ef;
}

.reset {
    background: #fe8db8;
}


.doctorMore {
    width: 2rem;
    color: #fe8db8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 99;
    cursor: pointer;
    margin: 0 auto;
}

    .doctorMore .jia {
        width: 0.34rem;
        height: 0.34rem;
        border: 2px solid #fe8db8;
        border-radius: 0.5rem 0.5rem 0.5rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0.1rem;
        transition-duration: .5s;
    }

        .doctorMore .jia img {
            transition-duration: .5s;
        }

    .doctorMore:hover .jia {
        border-radius: 0.5rem;
    }

        .doctorMore:hover .jia img {
            transform: rotate(180deg);
        }

    .doctorMore p {
        line-height: 0.46rem;
        text-align: center;
        font-size: 0.3rem;
    }

.doctorDetail {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0.58rem;
    margin-bottom: 0.4rem;
}

    .doctorDetail .pic {
        width: 2.6rem;
        border-radius: 0.2rem;
        background: url(../images/logo-icon.png) no-repeat center bottom #6fb8ef;
        border-radius: 0.2rem;
        padding: 0.15rem 0.15rem 1.05rem 0.15rem;
    }

        .doctorDetail .pic img {
            width: 100%;
            overflow: hidden;
            border-radius: 0 0 50% 50%;
            border-bottom: 5px solid #e5e6e6;
            display: block;
        }

    .doctorDetail .intro {
        width: calc(100% - 2.6rem);
        position: relative;
        padding-left: 4%;
    }

.intro-h1 {
    line-height: 0.6rem;
    font-size: 0.36rem;
    color: #2e84dc;
    margin-bottom: 0.1rem;
    font-weight: bold;
}

.doctorDetail .intro .introList {
    width: 100%;
    line-height: 0.48rem;
    font-size: 0.24rem;
    color: #111111;
}

    .doctorDetail .intro .introList span {
        color: #777777;
    }

.doctorText {
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding-bottom: 0.4rem;
    text-indent: 2em;
}

.doctorDetai_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}

    .doctorDetai_btn a {
        width: 1.5rem;
        line-height: 0.5rem;
        transition-duration: .5s;
        border-radius: 0 0.15rem;
        margin-left: 0.15rem;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.22rem;
        background: #6fb9ef;
    }

        .doctorDetai_btn a img {
            margin-right: 0.1rem;
        }

        .doctorDetai_btn a:hover {
            background: #fe8db8;
        }

/*  */
.pc-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.ne-warp {
    width: 76%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cont-padd {
    padding-bottom: 1rem;
}

/* 健康科普 */
/* 新闻列表 */
.ne-hasImg-list ul li {
    margin: 0.4rem 0 0.2rem 0;
    transition-duration: 0.3s;
    padding: 0.45rem 0.35rem;
    position: relative;
}

    .ne-hasImg-list ul li:after {
        width: 90%;
        position: absolute;
        content: "";
        left: 5%;
        height: 1px;
        background: #ededed;
        bottom: -0.2rem;
    }

    .ne-hasImg-list ul li:hover {
        background: #6db5ee;
        border-radius: 0.2rem;
    }

    .ne-hasImg-list ul li a {
        display: flex;
        flex-wrap: wrap;
    }

.ne-hasImg-img {
    width: 3.35rem;
    overflow: hidden;
}

    .ne-hasImg-img img {
        display: block;
        width: 100%;
        transition-duration: 0.3s;
    }

.ne-hasImg-list ul li:hover .ne-hasImg-img img {
    transform: scale(1.1);
}

.ne-hasImg-info {
    width: calc(100% - 3.35rem);
    padding: 0.2rem 0.5rem 0 0.3rem;
    position: relative;
}

    .ne-hasImg-info h3 {
        width: 70%;
        font-size: 0.3rem;
        color: #333333;
        font-weight: normal;
        line-height: 1.4;
        margin-bottom: 0.16rem;
        display: -webkit-Box;
        -webkit-Box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        transition-duration: 0.3s;
    }

    .ne-hasImg-info .more {
        line-height: 0.54rem;
        font-size: 0.2rem;
        color: #2e84dc;
        position: absolute;
        right: 0;
        top: 0.15rem;
        display: flex;
        justify-content: left;
    }

.ne-hasImg-list ul li:hover .more {
    color: #fff;
}

.ne-hasImg-list ul li:hover .ne-hasImg-info .more p {
    border-radius: 100%;
    color: #fff;
    border: 2px solid #fff;
}

.ne-hasImg-info .more p {
    display: inline-block;
    width: 0.34rem;
    height: 0.34rem;
    border: 2px solid #2e84dc;
    border-radius: 0.5rem 0.5rem 0.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition-duration: .5s;
    margin-left: 0.1rem;
    color: #2e84dc;
}

.ne-hasImg-list ul li:hover .ne-hasImg-info h3 {
    color: #fff;
}

.ne-hasImg-list ul li:hover .ne-hasImg-info p {
    color: #fff;
}

.ne-hasImg-info p {
    font-size: 0.22rem;
    color: #777777;
    line-height: 0.32rem;
    margin-bottom: 0.16rem;
    display: -webkit-Box;
    -webkit-Box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.ne-hasImg-info span {
    display: block;
    font-size: 0.18rem;
    color: #777777;
    line-height: 1.4;
    padding-left: 0.36rem;
    position: relative;
    margin-bottom: 0.45rem;
}

    .ne-hasImg-info span::before {
        display: block;
        content: '';
        width: 0.25rem;
        height: 0.25rem;
        background: url(../images/time.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.ne-hasImg-list ul li:hover .ne-hasImg-info span::before {
    background: url(../images/time1.png) no-repeat;
    background-size: 100% 100%;
}

.ne-hasImg-list ul li:hover .ne-hasImg-info span {
    color: #fff;
}

.detail {
    line-height: 0.4rem;
    color: #111111;
    font-size: 0.28rem;
    text-align: center;
    padding-bottom: 0.25rem;
    margin-top: 0.3rem;
}

.xx {
    width: 100%;
    line-height: 0.46rem;
    text-align: center;
    background: #ededed;
    font-size: 0.18rem;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.detail1 {
    padding-top: 0.2rem;
}

    .detail1 video {
        width: 80%;
        margin: 0 auto;
    }

    .detail1 p {
        font-size: 0.19rem;
        line-height: 0.36rem;
        color: #555555;
        padding-bottom: 15px;
    }

        .detail1 p img {
            display: inline-block;
        }

.detail-padd {
    padding: 0.5rem 0;
}

/* 新闻列表 */
/* 分页 */
/*.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.7rem;
    margin-bottom: 0.2rem;
    flex-wrap: wrap;
}

.page-btn,
.page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.47rem;
    height: 0.47rem;
    margin: 0 5px;
    border-radius: 8px;
    background: white;
    border: 1px solid #ddd;
    color: #0464a6;
    font-size: 0.18rem;
    cursor: pointer;
    transition: all 0.3s;
}

.page-number:hover {
    background: #0464a6;
    color: white;
    border-color: #0464a6;
}

.page-btn:hover {
    background: #f5f7fa;
}

.page-btn.disabled {
    color: #bdc3c7;
    cursor: not-allowed;
}

.page-btn.disabled:hover {
    background: white;
}

.page-number.active {
    background: #0464a6;
    color: white;
    border-color: #0464a6;
    font-weight: 500;
}
*/
/* 分页容器核心样式 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    flex-wrap: wrap;
    gap: 8px; /* 容器内元素间距 */
    width: 100%;
    text-align: center;
}

    /* 清除ul默认列表样式 */
    .pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 5px; /* 页码/按钮之间的间距 */
    }

        /* 分页按钮（首页/上一页/下一页/尾页）和页码的基础样式 */
        .pagination ul li a,
        .pagination ul li span {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 0.47rem;
            height: 0.47rem;
            border-radius: 8px;
            background: #e4e7eb;
            color: #676767;
            font-size: 0.18rem;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none; /* 清除a标签下划线 */
            border: none; /* 清除默认边框 */
        }

            /* 禁用状态按钮样式（首页/上一页无数据时） */
            .pagination ul li a[disabled="disabled"] {
                cursor: not-allowed;
                background: #f0f0f0;
                color: #999;
                pointer-events: none; /* 禁用点击事件 */
            }

            /* 页码/按钮 hover 效果（排除禁用状态） */
            .pagination ul li a:not([disabled]):hover {
                background: #0464a6;
                color: white;
            }

            /* 当前页激活样式 */
            .pagination ul li span.on {
                background: #0464a6;
                color: white;
                font-weight: 500;
            }

/* 跳转页码输入框样式 */
#AspNetPager1_input {
    width: 0.47rem; /* 与分页按钮等宽 */
    height: 0.47rem; /* 与分页按钮等高 */
    padding: 0;
    margin: 0 5px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #e4e7eb;
    font-size: 0.18rem;
    color: #676767;
    box-sizing: border-box; /* 宽高包含边框 */
}

/* 跳转按钮样式 */
#AspNetPager1_btn {
    width: 0.47rem;
    height: 0.47rem;
    border-radius: 8px;
    background: #e4e7eb;
    color: #676767;
    font-size: 0.18rem;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
}

    /* 跳转按钮 hover 效果 */
    #AspNetPager1_btn:hover {
        background: #0464a6;
        color: white;
    }

.ellipsis {
    margin: 0 5px;
    color: #95a5a6;
}

.jump-to {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

    .jump-to input {
        width: 60px;
        height: 40px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 0 10px;
        margin: 0 10px;
        text-align: center;
        font-size: 0.18rem;
    }

        .jump-to input:focus {
            outline: none;
            border-color: #0464a6;
            ;
            box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
        }

.jump-btn {
    padding: 0 16px;
    background: #0464a6;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
    outline: none;
    margin-left: 10px;
    line-height: 0.47rem;
    font-size: 0.18rem;
}

    .jump-btn:hover {
        background: #0464a6;
    }

#next-btn img {
    transform: rotate(180deg);
}

/* 分页 */
.guide-padd {
    margin-bottom: 1rem !important;
}

.pbTab ul {
    width: 100%;
    margin-bottom: 0.65rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .pbTab ul li {
        width: 3.5rem;
        margin: 0 0.1rem;
        border-radius: 0.15rem;
        border: 2px solid #fe9ac0;
        line-height: 0.6rem;
        text-align: center;
        font-size: 0.21rem;
        cursor: pointer;
    }

        .pbTab ul li:hover {
            background: #fe9ac0;
            color: #fff;
            font-weight: bold;
        }

        .pbTab ul li.hover {
            background: #fe9ac0;
            color: #fff;
            font-weight: bold;
        }

/*  */
.tzgg-content {
    margin-bottom: 0.55rem;
}

    .tzgg-content li {
        position: relative;
        top: 0;
        transition-duration: 1s;
    }



.tzgg-box {
    padding: 0.45rem;
    transition-duration: 0.3s;
    display: flex;
    justify-content: space-between;
    transition-duration: .5s;
    position: relative;
}

    .tzgg-box:hover {
        background: #6db5ee;
        border-radius: 0.2rem;
    }

    .tzgg-box:after {
        width: 90%;
        height: 1px;
        position: absolute;
        content: "";
        left: 5%;
        bottom: 0;
        background: #dddddd;
    }

.tzgg-date {
    width: 1.2rem;
}

.tzgg-box:hover .tzgg-info h4 {
    color: #118569;
}


.tzgg-date span:nth-child(1) {
    display: block;
    width: 100%;
    height: 0.72rem;
    color: #6db5ee;
    font-size: 0.6rem;
    text-align: center;
    line-height: 0.72rem;
    transition-duration: 0.3s;
    border-bottom: 1px solid #6db5ee;
    font-family: "Cambria Math";
    font-weight: bold;
}

.tzgg-content ul li:hover .tzgg-date span:nth-child(1) {
    border-bottom: 1px solid #fff;
}

.tzgg-content ul li:hover .tzgg-date span:nth-child(1),
.tzgg-content ul li:hover .tzgg-date span:nth-child(2) {
    color: #fff;
}

.tzgg-date span:nth-child(2) {
    display: block;
    width: 100%;
    height: 0.44;
    box-sizing: border-box;
    font-size: 0.24rem;
    color: #6db5ee;
    text-align: center;
    line-height: 0.44rem;
    transition-duration: 0.3s;
    font-family: "Cambria Math";
}

.tzgg-info {
    width: calc(97% - 1.2rem);
    margin-left: 3%;
    padding: 0.22rem 0.35rem;
    position: relative;
    border-left: 1px solid #dddddd;
}

    .tzgg-info .dw {
        width: 0.31rem;
        height: 0.29rem;
        position: absolute;
        right: 0.5rem;
        top: 0.4rem;
        cursor: pointer;
    }

.tzgg-content ul li:hover .tzgg-info h4,
.tzgg-content ul li:hover .tzgg-info p {
    color: #fff;
}

.tzgg-info h4 {
    font-size: 0.24rem;
    color: #111111;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-duration: 0.3s;
}

.tzgg-info p {
    font-size: 0.18rem;
    color: #888888;
    line-height: 0.3rem;
    transition-duration: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.roster-padd {
    padding-top: 0.8rem;
}

/*  */
.mzpb-navBox {
    background: url(../images/mzpb-navBg.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.health-navBox {
    background: url(../images/health-navBg.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.doctor-navBox {
    background: url(../images/doctor-navBg.png) no-repeat !important;
    background-size: 100% 100% !important;
}



.depart-navBox {
    background: url(../images/depart-navBg.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.guide-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.guide-title-item1 {
    font-size: 0.44rem;
    font-weight: bold;
    line-height: 0.44rem;
}

.guide-title-item2 {
    margin-top: 0.05rem;
    font-size: 0.3rem;
    color: #d6d6d6;
    line-height: 0.3rem;
    padding-bottom: 0.3rem;
    font-family: "Cambria Math";
}

/*  */
.cultureBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

    .cultureBox .left {
        width: 46.57%;
        overflow: hidden;
        border-radius: 0.12rem;
    }

        .cultureBox .left img {
            display: block;
            width: 100%;
            animation: run 12s linear infinite;
        }

    .cultureBox .right {
        width: 53.43%;
    }

        .cultureBox .right ul {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .cultureBox .right ul li {
                width: 50%;
                border-radius: 0.12rem;
                color: #fff;
                height: 50%;
                padding: 0.4rem 0.6rem;
                cursor: pointer;
                transition-duration: .5s;
            }

                .cultureBox .right ul li:nth-child(1) {
                    background: #fe9ac0;
                }

                .cultureBox .right ul li:nth-child(2) {
                    background: #6aafee;
                }

                .cultureBox .right ul li:nth-child(3) {
                    background: #7ccef4;
                }

                .cultureBox .right ul li:nth-child(4) {
                    background: #f1b838;
                }

                .cultureBox .right ul li img {
                    display: block;
                    width: 0.75rem;
                    height: 0.69rem;
                    margin-bottom: 0.2rem;
                    transition-duration: .5s;
                }

                .cultureBox .right ul li p {
                    font-size: 0.3rem;
                    font-weight: bold;
                    line-height: 0.4rem;
                }

                    .cultureBox .right ul li p span {
                        display: inline-block;
                        width: 100%;
                        font-weight: normal;
                    }

                .cultureBox .right ul li:hover img {
                    transform: rotateY(180deg);
                }

                .cultureBox .right ul li:hover {
                    transform: scale(1.1);
                }

.hosSong {
    width: 7.57rem;
    margin: 0 auto 1rem;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
}

.songBox {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0.7rem;
}

.videoBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .videoBox dl {
        width: 31%;
        margin-right: 2%;
        margin-bottom: 0.55rem;
        cursor: pointer;
    }

        .videoBox dl dt {
            width: 100%;
            overflow: hidden;
            background: #000;
            position: relative;
        }

            .videoBox dl dt img {
                display: block;
                width: 100%;
                opacity: 0.75;
                position: relative;
                z-index: 1;
            }

            .videoBox dl dt .player {
                width: 0.51rem;
                height: 0.51rem;
                position: absolute;
                top: 46%;
                left: 46%;
                z-index: 2;
                transition-duration: .5s;
            }

                .videoBox dl dt .player img {
                    display: block;
                    width: 100%;
                    opacity: 1;
                }

        .videoBox dl:hover dt .player {
            transform: rotate(180deg);
        }

        .videoBox dl dd {
            width: 100%;
            line-height: 0.48rem;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .videoBox dl:hover dd {
            color: #fe8db8;
        }

.search-padd {
    padding: 1.8rem 0 1rem 0;
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1080px) {
}

@media only screen and (max-width: 760px) {
    .ne-warp {
        width: 94%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .navBox {
        width: 100%;
        height: 230px;
        padding-top: 60px;
        padding-left: 20px;
        background-size: 100% 100% !important;
    }

        .navBox .pos {
            line-height: 34px;
            padding-left: 30px;
            font-size: 15px;
            margin-bottom: 15px;
        }

    .navList ul li a {
        height: 34px;
        line-height: 34px;
        font-size: 15px;
    }

    .ne-hasImg-info h3 {
        width: 75%;
        display: -webkit-Box;
        -webkit-Box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .ne-hasImg-info .more {
        font-size: 15px;
        right: -10px;
        top: 15px;
    }

    .departBox h1 {
        line-height: 40px;
        font-size: 18px;
    }

    .departList li {
        width: 46%;
        margin: 0 2% 15px 2%;
    }

        .departList li a {
            height: 50px;
            font-size: 16px;
            line-height: 20px;
        }

        .departList li:nth-child(5n) {
            margin-right: 2%;
        }

    .ne-padd {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ksText {
        font-size: 15px;
        line-height: 26px;
    }

    .ksPic img {
        width: 48%;
        margin-right: 2%;
    }

    .zgfxBox li {
        line-height: 24px;
        font-size: 15px;
        padding-bottom: 15px;
    }

    .doctorList dl {
        width: 44%;
    }

        .doctorList dl dd .doctorName {
            width: 100%;
            font-size: 16px;
            line-height: 20px;
        }

            .doctorList dl dd .doctorName span {
                font-size: 15px;
            }

        .doctorList dl dd .intro {
            font-size: 14px;
            line-height: 20px;
        }

    .doctorDetai_btn {
        position: relative;
        right: inherit;
        margin-top: 10px;
    }

        .doctorDetai_btn a {
            width: 48%;
            line-height: 36px;
            margin-left: 0;
            margin-right: 8px;
            font-size: 15px;
        }

    .doctorText {
        font-size: 15px;
        line-height: 26px;
    }

    .doctorDetail .intro .introList {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .pbTab ul li {
        width: 100%;
        margin: 0 5px 10px 5px;
        line-height: 40px;
        font-size: 16px;
        padding: 0 15px;
    }

    .roster-padd .CbContainer1 {
        width: 100%;
        overflow-y: auto;
    }

    .roster-padd table tr td,
    .roster-padd table tr th {
        font-size: 15px;
        line-height: 24px;
    }

    .CbContainer1 table {
        width: 1200px;
    }

    .cultureBox .left,
    .cultureBox .right {
        width: 100%;
    }

        .cultureBox .right ul li {
            width: 100%;
            height: auto;
        }

            .cultureBox .right ul li p {
                font-size: 20px;
                line-height: 30px;
            }

    .videoBox dl {
        width: 48%;
    }

        .videoBox dl dd {
            font-size: 15px;
        }






















    .tzggList li {
        width: 100%;
        border: 1px solid #ebebeb;
        height: 46px;
        line-height: 44px;
        padding: 0 0.35rem 0 0.5rem;
    }

        .tzggList li p {
            width: 80%;
            font-size: 16px;
        }

        .tzggList li span {
            width: 20%;
            font-size: 13px;
        }

    .detail {
        line-height: 30px;
        font-size: 18px;
        margin-top: 0;
    }

    .xx {
        line-height: 20px;
        font-size: 14px;
        padding: 5px 0;
    }

    .detail1 p {
        font-size: 16px;
        line-height: 26px;
    }



    .pc-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }


    .zsImg p {
        line-height: 30px;
        font-size: 16px;
    }

    .ne-hasImg-img {
        width: 100%;
    }

    .ne-hasImg-info {
        width: 100%;
        padding: 15px 0 0 0;
    }

        .ne-hasImg-info h3 {
            font-size: 16px;
            line-height: 26px;
        }

        .ne-hasImg-info p {
            font-size: 16px;
            line-height: 24px;
        }

        .ne-hasImg-info span {
            font-size: 15px;
            line-height: 32px;
            padding-left: 25px;
        }

            .ne-hasImg-info span::before {
                width: 20px;
                height: 20px;
            }

    .tzgg-info h4 {
        font-size: 18px;
    }

    .tzgg-info p {
        font-size: 15px;
        line-height: 24px;
    }



    .tzgg-info .dw {
        right: 0.1rem;
    }



    .pc-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
.selectList h1 {
width:100%;
    line-height: 30px;
    font-size: 18px;
    margin-top: 8px;
}
.selectList .list {
    width: 100%;
    padding: 8px 0;
}
.selectList .list a {
font-size:15px;
    padding: 6px 5px !important;
    margin: 0 4px;}
.selectBox p {
    margin-right: 0.25rem;
    line-height: 36px;
    font-size: 16px;
}

.selectBox input {
    width: 2.7rem;
    font-size: 15px;
    line-height: 36px;
}
.selectBox .seleBtn {
    width: 60px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
}
.ne-hasImg-list ul li {
    margin: 0.4rem 0 0 0;
    padding: 15px 0;
}
.tzgg-box {
    padding: 15px 0;}

.tzgg-info .neir{
font-size: 15px;
    line-height: 26px;
    display: -webkit-Box;
    -webkit-Box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
}
