.news{
    float:left;
    list-style-type:none !important;
    margin:0 4%;
    width: 200px !important;
    background:none !important;
    border:none !important;
}
.news .news_title{
    font-size:16px;
    padding-left:0 !important;
}
.col_news_list li.news:hover{padding-left:0px;}
.news_imgs{
    width: 200px !important;
    height: 300px !important;
    position:relative;
}
.news_imgs img{
    width: 100%;
    height: 100%;
    position:absolute;
    z-index:1;
}
.news_title{
    text-align: center;
    line-height: 36px;
    margin:0 !important;
}
@media screen and (max-width: 1129px){
    .news{
        width: 42% !important;
        
    }
    .news .news_imgs{
        width:100% !important;
        height:37vw !important;
    }
    .news .news_title{
        font-size:14px;
    }
}
@media screen and (max-width: 767px){
    .news .news_imgs{
        height:57vw !important;
    }
    .news .news_title{
        font-size:12px;
    }
}
@media screen and (max-width: 383px){
    .news{
        width: 92% !important;
        height:auto;
    }
    .news .news_imgs{
        height:100vw !important;
    }
    .news .news_title{
        font-size:16px;
    }
}