.col_news_head{margin-bottom: 0.41rem;}
.post2{margin-bottom: 0.5rem;}
.post2 .tt{margin-bottom: 0.32rem;}
.post2 .tit{
    width: 8rem;
    font-size: 0.24rem;
    line-height: 0.5rem;
    font-family: '思源黑体CN';
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    padding-left: 0.22rem;
    background: linear-gradient(to right,#4184E3,#4184e300);
}
.post2 .news_list{margin: 0 -0.13rem;}
.post2 li.news{
    float: left;
    width: 20%;
    margin-bottom: 0.27rem;
}
.post2 .news_div{
    margin: 0 0.13rem;
}
.post2 .news_title{
    font-size: 0.2rem;
    line-height: 0.48rem;
    color: #222222;
    font-family: '思源黑体CN';
    text-align: center;
    background: #E1E5EB;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.post2 .news_title:hover {
    background: #3b79d2;
    color: #fff;
}




@media screen and (max-width: 999px){
    .post2 li.news{width: 20%;}
}
@media screen and (max-width:767px){
    .post2 li.news{width: 25%;}
}
@media screen and (max-width:640px){
    .post2 li.news{width: 33.33%;}
}
@media screen and (max-width:479px){
    .post2 li.news{width: 50%;}
}
@media screen and (max-width:325px){}