.banner {
    width: 100%;
    height: 8rem;
    background: url('../img/news/news-banner-bg.png');
    background-size: cover;
    overflow: hidden;
}

.bannerBox {
    width: 19.2rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 3.2rem;
    padding-left: 2rem;
}

.bannerTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
    width: max-content;
}

.bread {
    color: #ffffff;
    width: max-content;
    display: flex;
    gap: 0.05rem;
    align-items: center;
    margin-top: 0.4rem;
}

.bread img {
    width: 0.14rem;
    height: 0.14rem;
}

.bread div {
    display: flex;
    gap: 0.05rem;
}

.bread div span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: left
}

/* nav */
.navMain {
    width: 100%;
    height: 0.75rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(80, 80, 80, 0.14);
    border-radius: 0rem 0rem 0rem 0rem;
    margin: 0 auto;
}

.navBox {
    width: 15.7rem;
    height: 100%;
    margin: 0 auto;
}

.nav-swiper {
    height: 100%;
}

.nav-swiper .swiper-wrapper {
    width: 15.4rem !important;
    margin: 0 auto;
    height: 100%;
}

.nav-swiper .swiper-slide {
    width: calc(100% / 4) !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-swiper .swiper-slide:hover a {
    color: #0055A7;
}

.nav-swiper .swiper-slide a {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}

.nav-swiper .swiper-slide:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0.02rem;
    background: #0055A7;
    width: 0%;
    transition: all 0.3s;
}

.nav-swiper .swiper-slide:hover:after {
    width: 100%;
}

.nav-swiper .navNext::after,
.nav-swiper .navPrev::after {
    content: '' !important;
}

.nav-swiper .navNext,
.nav-swiper .navPrev {
    width: 0.1rem;
    height: 0.15rem;
    margin-top: -0.05rem;

}

.nav-swiper .navPrev img {
    transform: rotate(180deg);
}

.slide-act a {
    color: #0055A7 !important;
}

.slide-act:after {
    width: 100% !important;
}

.nav-swiper .navPrev img,
.nav-swiper .navNext img {
    filter: brightness(0.3) invert(0.5);
}

.nav-swiper .navPrev img:hover {
    filter: unset;
}

.nav-swiper .navNext img:hover {
    filter: unset;
}


/* 新闻详情 */
.newsdetails {
    margin: 1rem auto 1.2rem;
    width: 15.2rem;
    display: flex;
    gap: 0.5rem;
}

.news-L {
    width: 10.2rem;
}

.newsdetails-Tit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.32rem;
    color: #333333;
    text-align: center;
}

.newdetails-date {
    display: flex;
    padding: 0 1.77rem;
    margin-top: 0.4rem;
    justify-content: space-between;
}

.newdetails-date span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
}

.newsdetails-box {
    border-top: 0.01rem solid #DCDCDC;
    margin-top: 0.2rem;
    padding: 0.35rem 0 0.1rem;
    border-bottom: 0.01rem solid #DCDCDC;
}

.newsdetails-box p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.34rem;
    text-align: left;
    margin-bottom: 0.3rem;
}

.newsdetails-box img {
    margin: 0 auto 0.3rem;
    object-fit: cover;
}

.news-pages {
    margin-top: 0.35rem;
    padding-bottom: 0.35rem;
    border-bottom: 0.01rem solid #DCDCDC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pages-L img{
    filter: brightness(0.3) invert(0.5);
}
.pages-R img {
    transform: rotate(180deg);
    filter: brightness(0.3) invert(0.5);
}

.pages-L,
.pages-R {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.news-pages img {
    width: 0.1rem;
    height: 0.16rem;
}

.news-pages span {
    width: 4.5rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-pages hr {
    width: 0.01rem;
    height: 0.17rem;
    border: 0.01rem solid #949494;
}

.news-pages>a:hover span {
    color: #0055A7;
}

.news-pages>a:hover hr {
    border: 0.01rem solid #0055A7;
}

.news-pages>a:hover img {
    filter: unset;
}

.news-R {
    background: #F9F9F9;
    padding: 0.31rem 0.25rem 0.4rem;
    height: max-content;
}

.news-R-Tit {
    height: 0.3rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    padding-left: 0.15rem;
    position: relative;
}

.news-R-Tit::after {
    content: '';
    position: absolute;
    left: -0.01rem;
    top: 0;
    width: 0.02rem;
    height: 0.3rem;
    background: #0055A7;
    padding-bottom: 0.03rem;
    border-left: 0.01rem solid #DFDFDF;
}

.newsItem {
    height: 1.32rem;
    border-left: 0.01rem solid #DFDFDF;
    padding: 0.35rem 0 0 0.13rem;
}

.newsItem-date {
    width: 0.74rem;
    height: 0.26rem;
    background-size: cover;
    text-align: center;
    line-height: 0.26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    border-radius: 0.1rem 0 0.1rem 0;
    border: 0.01rem solid #0055A7;
    position: relative;
}

.newsItem-date::after {
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    background: #0055A7;
    transform: translateX(-50%);
    left: -0.15rem;
}

.newsItem-text {
    margin-top: 0.18rem;
    height: 0.59rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.28rem;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.newsItem:hover .newsItem-date {
    background: #0055A7;
    color: #ffffff;
}

.newsItem:hover .newsItem-text {
    color: #0055A7;
}





.bo_x {
    width: 100%;
    padding-top: 0.8rem;

}

.bo_x_1 {
    width: 15.2rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.4rem;
}

.bo_x_1>a {
    width: 4.8rem;
    height: 5.64rem;
    background: #FFFFFF;
    cursor: pointer;
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(3, 117, 55, 0.15);
    border-radius: 0.1rem;
    overflow: hidden;
    margin-bottom: 0.4rem;
}
.bo_x_1>a .news-img{
    width: 100%;
    height: 3.2rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.bo_x_1>a:hover .txt>p:nth-of-type(1) {
    color: #0055A7;
}

.bo_x_1>a:hover .txt>p:nth-of-type(2)>img {
    filter: none;
    transform: translateX(0.1rem);
}

.bo_x_1>a:hover .txt>div>hr:nth-of-type(1) {
    width: 100%;
    border: 0.01rem solid #0055A7;
    opacity: 1;
}
.bo_x_1>a:hover .news-img img{
    transform: scale(1.02);
}
.bo_x_1>a>.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.txt>p:nth-of-type(1) {
    width: 4.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.34rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 0.35rem;
    height: 0.7rem;
    margin-top: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.txt>p:nth-of-type(2) {
    height: 0.99rem;
    display: flex;
    justify-content: space-between;
    padding-top: 0.4rem;
}

.txt>p:nth-of-type(2)>span {
    width: 0.89rem;
    height: 0.21rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    margin-left: 0.35rem;
}

.txt>p:nth-of-type(2)>img {
    width: 0.2rem;
    height: 0.16rem;
    margin-right: 0.35rem;
    filter: grayscale(100%);
    transition: all 0.3s;
}

.txt>div>hr:nth-of-type(1) {
    width: 0rem;
    height: 0rem;
    transition: all 0.3s;
    opacity: 0;
}

.txt>div {
    width: 4.3rem;
    height: 0.01rem;
    background-color: #E5E5E5;

    margin: 0 auto;
    margin-top: 0.5rem;
    /* border: 0.01rem solid #E5E5E5; */
}

.pages {
    margin: 0.6rem auto 0;
    height: 0.32rem;
    display: flex;
    gap: 0.2rem;
    justify-content: center;
}

.all,
.now {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
    line-height: 0.28rem
}

.pages-act {
    color: #ffffff !important;
    border: 0.01rem solid #0055A7 !important;
    background: #0055A7;
}

.pages-prve,
.pages-next {
    width: 0.16rem;
    height: 0.16rem;
}

.pages-prve {
    transform: rotate(180deg);
}

.pages-num {
    display: flex;
    gap: 0.08rem;
}

.pages-num a {
    width: 0.32rem;
    height: 0.32rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.01rem solid #DEDEDE;
}

.pages-num span {
    width: 0.32rem;
    height: 0.32rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
    line-height: 0.24rem;
    text-align: center;
}
.main{
    padding-bottom: 1.26rem;
}