.news_list{
    width: 7rem;
    margin: auto;
    padding-top: 0.48rem;
    padding-bottom: 0.4rem;
}

.news_list li{
    height: 6.54rem;
    background-color: #FFFFFF;
    padding: 0.4rem;
    margin-bottom: 0.4rem;
}

.news_list li img{
    width: 6.2rem;
    height: 3.4rem;
    display: block;
    background-color: brown;
}

.news_list li .news_box{
    overflow: hidden;
    margin-top: 0.32rem;
}

.news_list li .news_box .news_left{
    width: 4.74rem;
    float: left;
}

.news_list li .news_box .news_left .news_title{
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #000000;
}

.news_list li .news_box .news_left .news_word{
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #6D6D6D;
    margin-top: 0.24rem;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list li .news_box .news_right{
    width: 1.06rem;
    height: 1.92rem;
    border: 0.04rem solid #E50012;
    float: right;
}

.news_list li .news_box .news_right .day{
    font-size: 0.48rem;
    line-height: 0.48rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0.2rem;
    color: #000000;
}

.news_list li .news_box .news_right .news_line{
    width: 0.28rem;
    height: 0.04rem;
    background-color: #E50012;
    margin: auto;
    margin-top: 0.14rem;
}

.news_list li .news_box .news_right .year{
    font-size: 0.26rem;
    line-height: 0.32rem;
    color: #000000;
    text-align: center;
    margin-top: 0.16rem;
}