﻿.page-box {
    position: relative;
}

.banner {
    width: 100%;
    height: 5.2rem;
    object-fit: cover;
}

.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 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0.28rem;
    background: url(../img/dqgz-a-bg.png) center bottom repeat-x;
    height: 0.9rem;
    border: solid 1px #779CC9;
    transition: all 0.3s ease;
    box-sizing: border-box;
    padding-bottom: 0.1rem;
}

.news-list p {
    padding: 0 0.25rem;
    font-size: 20px;
    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 a:hover {
    background-color: #1B4A92;
    color: #fff;
}

.news-list li a:hover p {
    color: #fff;
}

.news-list li a: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;
}