.news_information .ni_item{
    margin-bottom: 0.2rem;
    display: block;
}
.news_information .img{
    height: 4.5rem;
    width: 100%;
}
.news_information .img img{
    height: 100%;
    width: 100%;
}
.news_information .content{
    padding: 0 0.2rem 0.2rem 0.2rem;
    background: #ffffff;
}
.news_information .content .title{
    font-size: 0.32rem;
    font-weight: 600;
    color: #333333;
    letter-spacing: 1px;
    margin-top: 0.2rem;
    margin-bottom: 0.08rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_information .content .date{
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
}
.news_information .content .text{
    font-size: 0.26rem;
    font-weight: 400;
    color: #999999;
    letter-spacing: 2px;
    text-align: justify;
    margin-top: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*文章详情图片自适应*/
.Article_detail_content .Detail_content img {
    height: auto !important;
    width: auto !important;
}
