body{
    background: #fff !important;
}
.news_wrap{
    padding-top: 0.65rem;
    padding-bottom: 0.9rem;
}
.news_wrap_swiper{
    width: 100%;
}
.news_wrap_swiper .swiper-slide{
    display: flex;
}
.news_wrap_swiper .news_swiper_left{
    width: 7.84rem;
    height: 4.62rem;
    overflow: hidden;
}
.news_wrap_swiper .news_swiper_left:hover img{
    transform: scale(1.1);
}
.news_wrap_swiper .news_swiper_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.news_wrap_swiper .news_swiper_right{
    width: calc(100% - 7.84rem);
    padding-left: 0.48rem;
}
.news_wrap_swiper .news_swiper_title{
    margin-top: 0.63rem;
    margin-bottom: 0.3rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
}
.news_wrap_swiper .news_swiper_content{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.3rem;
}
.news_wrap_swiper .news_date_details,
.news_wrap_swiper .news_date_details .news_details{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_wrap_swiper .news_date_details{
    margin-top: 0.37rem;
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    color: #666666;
}
.news_wrap_swiper .news_date_details .news_details{
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    color: #666666;
    cursor: pointer;
}
.news_wrap_swiper .news_date_details .news_details img{
    width: 0.18rem;
    height: 0.18rem;
    display: block;
    margin-left: 0.05rem;
}
.news_wrap_swiper{
    position: relative;
    margin-bottom: 0.6rem;
}
.news_wrap_swiper .swiper-button-prev,
.news_wrap_swiper .swiper-button-next{
    display: block;
}
.news_wrap_swiper .swiper-button-prev::after,
.news_wrap_swiper .swiper-button-next::after{
    content: '';
}
.news_wrap_swiper .swiper-button-prev{
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 8.35rem;
    top: 3.85rem;
    background: url('../images/news/swiper_right.png');
    background-size: 100% 100%;
    transform: rotate(180deg);
}
.news_wrap_swiper .swiper-button-next{
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    right: 6.25rem;
    top: 3.85rem;
    background: url('../images/news/swiper_right.png');
    background-size: 100% 100%;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
    opacity: 1 !important;
}
.swiper-button-next.swiper-button-disabled{
    background: url('../images/news/swiper_left.png');
    background-size: 100% 100%;
    transform: rotate(180deg);
}
.swiper-button-prev.swiper-button-disabled{
    background: url('../images/news/swiper_left.png');
    background-size: 100% 100%;
    transform: rotate(360deg);
}

.news_wrap .news_wrap_list{
    display: none;
}
.news_wrap .news_wrap_list.active{
    display: block;
}

.news_lisit{
    display: flex;
    flex-wrap: wrap;
}
.news_lisit .news_lisit_l{
    width: 4.9rem;
    margin-bottom: 0.3rem;
    margin-right: 0.64rem;
    cursor: pointer;
}
/* .news_lisit .news_lisit_l:hover{
    box-shadow: 0 0 0.1rem 0 rgb(0, 0, 0,0.3);
} */
.news_lisit .news_lisit_l:nth-child(3n){
    margin-right: 0;
}
.news_lisit .news_lisit_l_img{
    width: 4.9rem;
    height: 2.68rem;
    overflow: hidden;
}
.news_lisit .news_lisit_l_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.news_lisit .news_lisit_l:hover img{
    transform: scale(1.1);
}
.news_lisit .news_lisit_l .news_lisit_l_title{
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #333333;
}
.news_lisit .news_lisit_l .news_date_details,
.news_lisit .news_lisit_l .news_date_details .news_details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.news_lisit .news_lisit_l .news_date_details{
    margin-bottom: 0.3rem;
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    color: #666666;
}
.news_lisit .news_lisit_l .news_date_details .news_details{
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    color: #666666;
    cursor: pointer;
}
.news_lisit .news_lisit_l .news_date_details .news_details img{
    width: 0.13rem;
    height: 0.08rem;
    margin-left: 0.06rem;
}

/* 新闻详情 */
.news_details_wrap{
    padding: 0.8rem 0;
}
.news_details_wrap .news_details_title{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.28rem;
    color: #333333;
    text-align: center;
}
.news_details_wrap .news_details_t{
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
    margin-bottom: 0.31rem;
}
.news_details_wrap .news_details_t .news_details_time{
    margin-right: 0.6rem;
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    color: #666666;
}
.news_details_wrap .news_details_t .news_details_ly{
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    color: #666666;
}
.news_details_wrap .news_details_content{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.3rem;
}