.news{
    width: 16rem !important;
    margin: 0 auto;
}
.news_content{
    width: 100%;
    height: auto;
    margin-top: .6rem;
}
.news_items_1{
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: .5rem;
}
.news_items_top{
    width: 32%;
    margin-bottom: 0.5rem;
    margin-right: 2%;
}
.news_items_top:nth-child(3n){
    margin-right: 0!important;
}
.news_items_imgbox{
    width: 100%;
    height: 2.98rem;
    overflow: hidden;
}
.news_items_imgbox img{
    width: 100%;
    height: 100%;
    transition: .3s;
}
.news_items_imgbox:hover>img{
    transform: scale(1.05);
}
.news_items_top_textbox{
    padding: 0.35rem;
    box-sizing: border-box;
    background: #F8F8F8;
}
.news_textbox_title{
    font-size: .21rem;
    font-weight: bold;
    color: #1d1d1d;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.news_textbox_title:hover{
    color: #182c5b;
}
.news_time{
    text-align: right;
    margin-top: 0.3rem;
    font-size: .18rem;
}
.news_many{
    display: flex;
    justify-content: center;

}
.news_many a{
    display: flex;
    align-items: center;
    font-size: .20rem;
    font-weight: 400;
}
.news_many i{
    width: 0.24rem;
    height: 0.13rem;
    display: block;
    margin-left: 0.1rem;
}
.news_many i img{
    width: 100%;
    height: 100%;
}
.article_tit{
    color: #333;
    font-size: .4rem;
    font-weight: bold;
    text-align: center;
}
.article_time{
    color: #999999;
    font-size: 0.2rem;
    text-align: center;
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem solid #999;
}
.article_pbox{
    margin: 0.6rem 0;
}
.article_p1{
    line-height: 2;
    font-size: .18rem;

}
.article_imgbox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.article_im{
    width: 10rem;
    height: 6.12rem;
    display: block;
}
.article_im img{
    width: 100%;
    height: 100%;
}
.article_imgbox span{
    color: #888888;
    font-size: .18rem;
    margin: 0.3rem 0;
}
.article_bottom_txt{
    line-height: 2;
    font-size: 0.18rem;
    margin-bottom: 0.5rem;
}
@media screen and (max-width:1024px){
    .news{
        width: 100%!important;
    }
    .news_items_top{
        width: 49%!important;
        margin-right: 0!important;
    }
    .news_textbox_title,.news_many{
        font-size: 14px;
    }
    .news_items_1{
        justify-content: space-between!important;
    }
    .news_items_imgbox{
        height: auto!important;
    }
    .news_time{
        font-size: 12px!important;
    }
    .article_im{
        width: 100%;
        height: auto!important;
    }
}