.banner img {
    width: 100%;
    height: 5.2rem;
    object-fit: cover;
}
.page{
    margin-bottom:0.5rem;
}
.page-nav {
    float: left;
    width: 2.2rem;
    margin-top: -0.6rem;
}

    .page-nav h1 {
        margin: 0;
        font-size: 0.34rem;
        color: #fff;
        height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0579D0;
        font-weight: 400;
    }

.page-nav-a {
    margin: 0.3rem 0;
}

    .page-nav-a a {
        display: block;
        height: 0.6rem;
        line-height: 0.6rem;
        border-bottom: 1px solid #efefef;
        font-size: 0.18rem;
        position: relative;
        text-align: center;
    }

.page-main {
    float: right;
    width: 13rem;
}

    .page-main .weizi {
        display: flex;
        border-bottom: 1px solid #0579D0;
        justify-content: flex-end;
        align-items: center;
        height: 0.5rem;
    }

        .page-main .weizi a:first-child {
            padding-left: 0.22rem;
            background: url('../img/icon-home.png') no-repeat left;
            background-size: 0.17rem;
        }

        .page-main .weizi a {
            margin-right: 0.1rem;
            font-size: 0.16rem
        }

            .page-main .weizi a:after {
                content: "";
                width: 0.05rem;
                height: 0.05rem;
                background: #999;
                display: inline-block;
                vertical-align: middle;
                margin-left: 0.1rem;
                border-radius: 50%;
            }

            .page-main .weizi a:last-child:after {
                display: none;
            }


.news-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 0.6rem;
    border-bottom: solid 1px #eee;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

    .news-list li a:before {
        content: "";
        width: 0.05rem;
        height: 0.05rem;
        background: #0378D1;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0.2rem;
        margin-right: 0.2rem;
        border-radius: 50%;
    }

.news-list p {
    font-size: 20px;
    flex: 1;
    box-sizing: border-box;
    color: #000;
    font-size: 0.16rem;
    transition: all 0.3s ease;
}

.news-list span {
    padding-right: 0.2rem;
    text-align: center;
    font-size: 0.16rem;
    color: #999;
    background: url(../img/icon-time1.png) no-repeat left;
    background-size: 0.16rem;
    padding-left: 0.2rem;
    display: block;
    transition: all 0.3s ease;
}


.pagebar {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    justify-content: center;
    font-size: 0.15rem;
}

.p_pages {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .p_pages .p_no a,
    .p_pages .p_fun a,
    .p_pages .p_fun_d,
    .p_pages .p_no_d {
        position: relative;
        background: #fff;
        padding: 0.07rem 0.1rem;
        border: 1px solid #ccc;
        border-radius: 0.05rem;
        margin-left: 0.1rem;
        transition: all 0.3s ease;
    }

    .p_pages span a:hover,
    .p_pages .p_no_d {
        color: #fff;
        border-color: #1B4A92;
        background: #1B4A92;
    }

    .p_pages .p_fun_d {
        background: #ddd;
        color: #999;
    }

    .p_pages .p_dot {
        margin-left: 0.1rem;
    }

.news-content {
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
    position: relative;
}

    .news-content .article-hd.center {
        text-align: center
    }

    .news-content .article-hd h1 {
        font-size: 0.26rem;
        font-weight: 600;
        padding: 0;
        text-align: center;
        margin: 0;
    }

    .news-content .article-hd h2 {
        padding-bottom: 15px;
        font-size: 20px;
        color: #333;
        font-weight: normal;
        padding: 0 10px
    }

    .news-content .article-hd .article-hd-bar {
        color: #999;
        margin-top: 0.2rem;
        padding-top: 0.2rem;
        padding-bottom: 0.3rem;
        border-top: 2px solid #f2f2f2;
        text-align: center;
        font-size: 0;
    }

        .news-content .article-hd .article-hd-bar > span {
            margin: 0 0.1rem;
            font-size: 0.16rem;
        }

    .news-content .article-bd {
        font-size: 16px;
        line-height: 28px;
        color: #222;
        /* padding: 20px; */
        overflow: hidden
    }

        .news-content .article-bd h1, .news-content .article-bd h2, .news-content .article-bd h3, .news-content .article-bd h4, .news-content .article-bd h5, .news-content .article-bd h6 {
            margin-bottom: 15px
        }

        .news-content .article-bd p {
            margin-bottom: 15px;
        }

        .news-content .article-bd table {
            border: 0;
            border-collapse: collapse;
            border-spacing: 0
        }

            .news-content .article-bd table td, .news-content .article-bd table th {
                border: 1px solid #000
            }

        .news-content .article-bd a {
            color: blue
        }

            .news-content .article-bd a:hover {
                color: #ff6a00;
                text-decoration: underline
            }