
.cc_news{
    width: 100%;
    padding-top: 30px;
}
.newsListBox{
    width: 100%;
    padding: 50px 0;
}
.news_item{
    width: 33%;
    float: left;
    margin-left: 0.5%;
    font-size: 0;

}
.news_thumb{
    width: 100%;
    height: 263px;
    overflow: hidden;
}
.news_content{
    width: 100%;
   
    background: #fff;
    padding: 13px 20px;
    color: #121212;
    position: relative;
    font-size: 16px;
}
.news_content:after{
   /* content: "_____";*/
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #121212;
    font-size: 16px;

}
.news_content_on{
    background: #0570b8;
    color: #fff;
}
.news_content_on:after{
    background: #0570b8;
    color: #fff;
}

@media (max-width: 1200px) {
    .news_item{
        width: 100%;
    }
    .news_content{
        width: 100%;
        /*height: 110px;*/
        background: #fff;
        padding:12px 18px;
        color: #121212;
        position: relative;
        z-index: 0;
        font-size: 16px;
    }
    .news_content:after{
        /*content: "_____";*/
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #121212;
        font-size: 16px;

    }
    .news_content_on{
        background: #0570b8;
        color: #fff;
    }
    .news_content_on:after{
        color: #fff;
        z-index: 1;
    }
}
@media (max-width: 640px) {
.news_content{
width: 100%;
    /* height: 110px; */
    background: #fff;
    /* padding: 30px 20px; */
    color: #121212;
    position: relative;
    z-index:0;
    font-size: 14px;
}
}