

.col_news_src .news_list{margin: 0 -0.28rem;}
.col_news_src li.news{
    float: left;
    width: 33.33%;
    margin-top: 0.5rem;
}
.col_news_src .news_div{
    margin: 0 0.28rem;
    min-height: 0.69rem;
    background: #fff;
    box-shadow: #3269b669 0 0.03rem 0.1rem;
    border-left: #3268B6 0.15rem solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.col_news_src .news_title{
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #222222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.6s ease;
}
.col_news_src a.news_link:hover .news_title{
    color: #3268B6;
}












@media screen and (max-width: 999px){
    .col_news_src .news_list{margin: 0 -10px;}
    .col_news_src .news_div{margin: 0 10px;}
    .col_news_src li.news{margin-top: 20px;}
}
@media screen and (max-width:767px){
    .col_news_src li.news{width: 50%;}
}
@media screen and (max-width:640px){
}
@media screen and (max-width:479px){
    .col_news_src li.news{width: 100%;}
}
@media screen and (max-width:325px){}










