.page-box {
    position: relative;
}

.banner {
    width: 100%;
    height: 5.2rem;
    object-fit: cover;
}
.banner img{
    width: 100%;
}

.breadcrumbs {
    position: relative;
    margin-top: -0.35rem;
}

.breadcrumbs::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 9.5rem;
    border-bottom: 0.7rem solid #1B4A92;
    border-right: 0.1rem solid transparent;
}

.breadcrumbs-a {
    line-height: 0.7rem;
    background: url(../img/more-white.png) no-repeat 0 0.15rem;
    background-size: 0.46rem;
    padding-left: 0.7rem;
    display: flex;
}

.breadcrumbs-a a {
    color: #fff;
    font-size: 0.2rem;
}

.breadcrumbs-a a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.04rem;
    height: 0.04rem;
    background: #fff;
    margin: 0 0.2rem;
    border-radius: 50%;
}

.breadcrumbs-a a:last-child::after {
    display: none;
}

.page-content {
    display: flex;
}

.page-left {
    float: left;
    width: 12.8rem;
    margin-right: 0.2rem;
    margin-top: 0.8rem;
    padding-bottom: 1rem;
}

.page-nav {
    float: right;
    width: 2.2rem;
}

.page-nav h1 {
    margin: 0;
    font-size: 0.4rem;
    color: #1B4A92;
    height: 0.8rem;
}

.page-nav ul {}

.page-nav li {
    height: 0.5rem;
    line-height: 0.5rem;
    border-bottom: 1px solid #efefef;
    font-size: 0.18rem;
    position: relative;
}

.page-nav li::before {
    content: '';
    position: absolute;
    background: #1B4A92;
    height: 100%;
    width: 0%;
    transition: all 0.3s ease;
    z-index: -1;
}

.page-nav li a {
    color: #333;
    padding-left: 0.12rem;
    display: block;
    transition: all 0.3s ease;
}

.page-nav li:hover:before,
.page-nav li.on::before {
    width: 100%;
}
.page-nav li.on a,
.page-nav li:hover a {
    color: #fff;
}


.news-list li {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0.28rem;
    background: url(../img/dqgz-a-bg.png) center bottom repeat-x;
    height: 1rem;
    border: solid 1px #779CC9;
    transition: all 0.3s ease;
    box-sizing: border-box;
    overflow: hidden;
}
.news-list li a{
    display:block;
    height:100%;
    flex: 1;
    overflow: hidden;
}
.news-list li a.lm{
    line-height:0.9rem;
    padding-bottom: 0.1rem;
    padding-left:0.25rem;
    font-size: 0.24rem;
    flex: none;
    box-sizing: border-box;
    color:#666;
    transition: all 0.3s ease;
}


.news-list p {
    line-height:0.9rem;
    padding:0 0.25rem;
    padding-bottom: 0.1rem;
    flex: 1;
    box-sizing: border-box;
    color: #000;
    font-size: 0.24rem;
    transition: all 0.3s ease;
}

.news-list span {
    padding: 0 0.25rem;
    text-align: center;
    font-size: 0.16rem;
    color: #999;
    margin-top: 0.08rem;
    background: url(../img/icon-time1.png) no-repeat left;
    background-size: 0.16rem;
    padding-left: 0.2rem;
    display: block;
    transition: all 0.3s ease;
}

.news-list li:hover {
    background-color: #1B4A92;
    color: #fff;
}

.news-list li:hover a.lm {
    color: #fff;
}
.news-list li:hover p {
    color: #fff;
}

.news-list li:hover span {
    color: #fff;
    background-image: url(../img/icon-time.png);
}



.news-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-image .item {
    width: calc(33% - 15px);
    background-color: #fff;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.news-image .img-box {
    height: 2.75rem;
    width: 100%;
    overflow: hidden;
}

.news-image .img-box img {
    transition: all 0.3s ease;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news-image .text {
    padding: 0.15rem;
}

.news-image .text .title {
    color:#000;
    font-size: 0.2rem;
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
    height: 0.5rem;
}
.news-image .text .desc{
    margin-top:0.1rem;
    color:#999;
    font-size:0.15rem;
    transition: all 0.3s ease;
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 0.6rem;
}

.news-image .text span {
    margin-top:0.1rem;
    font-size:0.15rem;
    color: #999;
    background: url('../img/icon-time1.png') no-repeat left;
    background-size: 0.18rem;
    text-indent: 0.20rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    line-height: 0.18rem;
}

.news-image .item:hover {
    background: #1B4A92;
}

.news-image .item:hover p,
.news-image .item:hover span {
    color: #fff;
}

.news-image .item:hover span {
    background-image: url('../img/icon-time.png');
}

.news-image .item:hover .img-box img {
    transform: scale(1.15);
}


.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 {
    position: relative;
}

    .news-content .article-hd {
        /* margin-top: 35px; */
    }

        .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: 10px;
        }
#vsb_content_4 P{
    text-indent:0;
}
#vsb_content_4 IMG{
    /* border: 0 !important; */
    box-sizing: border-box;
}

        .news-content .article-bd table {
            border: 0;
            border-collapse: collapse;
            border-spacing: 0;
            max-width: 100%;
        }

            .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
            }

.file_name{
    font-size: 0.2rem;
    margin-top: 0.5rem;
}
.file_box{
    border: 1px solid #eee;
}
.file_box a {
    font-size: 0.16rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding: 0.1rem;
    transition: all ease 0.3s;
}
.file_box a:last-child{
    border-bottom: none;
}
.file_box a:hover{
    background: #1B4A92;
    color: #fff;
}
