body{
    padding-top: 1rem!important;
}
.news_banner img{
    width: 100%;
    height: 100%;
}
.news_box{
    margin-top: 0.8rem;
    display: flex;
}
.news_content{
    width: 14rem;
    margin: 0 auto;
}
.news_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_top_rigbox{
    display: flex;
}
.news_top_title{
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
}
.news_top_a{
    font-size:0.18rem;
    margin-left: 0.4rem;
    color: #666666;
}
.news_top_a:hover{
    font-weight: bold;
    color: #15559A;
}
.news_content_items{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}
.news_items{
    width: 48%;
    margin-right: 4%;
    display: flex;
    margin-bottom: 0.4rem;
}
.news_items:nth-child(2n){
    margin-right: 0;
}
.news_left_img{
    width: 2.8rem;
    height: 1.8rem;
    overflow: hidden;
}
.news_left_img img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.news_left_img:hover>img{
    transform: scale(1.05);
}
.news_right_xbox{
    flex: 1;
    margin-left: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_right_tit{
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
}
.news_right_date{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_right_time{
    color: #BBBBBB;
    font-size: 0.2rem;
    font-weight: normal!important;
}
.news_many{
    color: #0853A9;
    font-size: 0.16rem;
    font-weight: bold;
}
.news_bg{
    background: url(../images/news/bg.png) no-repeat!important;
    background-size: 100% 100%;
    padding-bottom: 0.5rem;
}
.news_xbox_textbox{
    margin-top: 0.5rem;
    width: 13rem;
    margin: 0 auto;
}
.news_xbox_img{
    width: 10rem;
    height: 6rem;
    overflow: hidden;
    margin: 0.35rem  auto;
}
.news_xbox_img img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.news_xbox_img:hover>img{
    transform: scale(1.05);
}
.news_xbox_txt1,.news_xbox_txt2{
    color: #333333;
    font-size: 0.16rem;
}
.news_xbox_txt2{
    line-height: 2;
}
.news_last{
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}
.news_last a{
    color: #999;
    font-size: 0.18rem;
    margin-bottom: 0.3rem;
}
.news_last a:hover{
    color: #000!important;
}

@media only screen and (max-width:1024px){
    .news_banner img{
        width: 100%;
        object-fit: cover;
        height: 2.6rem;
    }
    .news_last,.news_content{
        padding: 0 10px;
    }
    .news_last a,.news_top_a,.news_many,.news_xbox_textbox p{
        font-size: 12px;
    }
    .news_content,.news_items{
        width: 100%;
    }
    .news_content_items{
        display: block;
    }
}