.news{}
.news .news_list{}
.news .news_list ul{}
.news .news_list ul li{
    padding: 20px 0;
}
.news .news_list ul li:not(:last-child){
    border-bottom: 1px dashed #BEC0C2;
}
.news .news_list ul li a{
    /* display: block; */
}
.news .news_list ul li a .n_l_left{
    float: left;
    width: 88px;
    height: 88px;
    background: #F2F4F5;
    padding: 15px;
}
.news .news_list ul li a .n_l_left span{
    display: block;
    line-height: 1;
}
.news .news_list ul li a .n_l_left span:first-child{
    color: #666666;
    font-size: 16px;
}
.news .news_list ul li a .n_l_left span:last-child{
    color: #B61B00;
    font-size: 40px;
    font-weight: bold;
    margin-top: 5px;
}
.news .news_list ul li a .n_l_right{
    height: 88px;
    margin-left: 110px;
    padding: 5px 0;
}
.news .news_list ul li a .n_l_right h3{
    font-size: 19px;
}
.news .news_list ul li a .n_l_right p{
    margin-top: 19px;
    color: #666666;
}


.news .news_pages{
    padding-top: 25px;
    border-top: 1px solid #CDCFD1;
    text-align: center;
}