


/* 新闻轮播 */
.news1 {
    position: relative;
    width: 100%;
    padding: 1.25rem 0 1.5rem; 
    background-image: url('../images/news/bgc1.png');
    background-size: cover;
}
.news1 .new_swiper {
    width: 15rem;
    margin: 0 auto;
}
.news1 .new_swiper .swiper-slide {
    position: relative;
    display: block;
    width: 9rem;
    height: 5rem;
}
.news1 .new_swiper .fonts {
    position: absolute;
    left: 0.3rem;
    bottom: 0.2rem;
}
.news1 .new_swiper .t1 {
    max-width: 5rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFFFFF;
}
.news1 .new_swiper .t2 {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    color: #FFFFFF;
}
/* 左右箭头 */
.news1 .swiper-button-prev {
    /*left: 5rem;*/
    left: 1.5rem;
    /*top: auto;*/
    /*bottom: 0.8rem;*/
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    border: 0.01rem solid #0059AB;
    margin-top: 0;
}
.news1 .swiper-button-prev::after {
    font-size: 0.14rem;
}
.news1 .swiper-button-next {
    /*left: 5.5rem;*/
    /*left: 2.6rem;*/
    /*top: auto;*/
    /*bottom: 0.8rem;*/
    right: 1.5rem;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    border: 0.01rem solid #0059AB;
    margin-top: 0;
}
.news1 .swiper-button-next::after {
    font-size: 0.14rem;
}
.news1 .swiper-btn:hover {
    background: #0059AB;
}
.news1 .swiper-btn:hover::after {
    color: white;
}


/* 新闻列表 */
.news2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.news2 .item {
    position: relative;
    width: 4.7rem;
    margin-top: 0.6rem;
    margin-right: 0.45rem;
    padding-bottom: 0.2rem;
    background: #FFFFFF;
    transition: all 0.3s;
}
.news2 .item:nth-child(-n+3) {
    margin-top: 0;
}
.news2 .item:nth-child(3n) {
    margin-right: 0;
}
.news2 .item:hover {
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.4);
}
.news2 .item .pic {
    width: 100%;
    height: 3.2rem;
}
.news2 .item .txt {
    padding: 0.2rem 0.2rem 0 0.2rem;
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.36rem;
}
.news2 .item .arr {
    position: absolute;
    right: 0.2rem;
    bottom: 0.25rem;
    width: 0.2rem;
    object-fit: contain;
}
/* 分页 */
.common_page_box .page_box .pages .item:hover {
    background: #0059AB;
  }
.common_page_box .page_box .pages .active {
    background: #0059AB;
  }
.common_page_box .page_box .btn:hover {
    background: #0059AB;
  }




/* 新闻详情.html */
.detail_n {
    width: 100%;
}
.detail_n .title {
    text-align: center;
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
}
.detail_n .baseinfo {
    margin-top: 0.3rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #707070;
    text-align: center;
    font-size: 0.2rem;
    color: #999999;
}
.detail_n .content {
    margin-top: 0.4rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.4rem;
}
.detail_n .content p {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.4rem;
}
.detail_n .content img {
    max-width: 100%;
    margin: 0.2rem auto;
    object-fit: contain;
}
.detail_n .content .pics {
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
}
.detail_n .content .pics img {
    width: 7.2rem;
    object-fit: contain;
}
/* 底部导航 */
.bottom_nav {
    padding-top: 0.4rem;
    border-top: 0.01rem solid #707070;
}
.bottom_nav .btn {
    display: block;
    max-width: 10rem;
    margin-top: 0.2rem;
    font-size: 0.18rem;
    color: #666666;
}
.bottom_nav .btn:hover {
    color: #0059AB;
    font-weight: bold;
}



@media only screen and (max-width: 1024px){
    .detail_n .baseinfo,.bottom_nav .btn{
        font-size: 12px;
    }
    .detail_n .content img{
        max-width: none;
        object-fit: contain;
        width: 100%;
        height: auto;
    }
    .detail_n{
        padding: 0 20px;
    }
    .footer_center{
        padding-top: 0.74rem !important;
    }
    .news1{
        padding: 0.25rem 40px 0.5rem;
    }
    .news1 .new_swiper .swiper-slide{
        width: 100%;
        height: 3rem;
    }
    .news1 .new_swiper{
        width: 100%;
    }
    .news1 .swiper-button-prev{
        left: 0.2rem;
    }
    .news1 .swiper-button-next{
        right: 0.2rem;
    }
    .news1 .new_swiper .t2{
        font-size: 12px;
    }
    .news2{
        justify-content: space-between;
        padding: 0 20px;
    }
    .news2 .item{
        width: 48%;
        margin-right:0;
    }
    .news2 .item:nth-child(3n){
        margin-top: 0.6rem;
    }
    .news2 .item .txt{
        font-size: 12px;
    }
    .news2 .item .pic{
        height: 2.6rem;
    }
    .detail_n .content p{
        font-size: 12px;
    }
}