.news_imgs{
    position: relative;
}
.news_imgs img{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_title{
    display:-webkit-box;
    word-break:break-all;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    line-height: 1.75;
}
.news_intro{
    display:-webkit-box;
    word-break:break-all;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    line-height: 1.75;
}
.news a{color: inherit;}
.col_nav{
    background-color: #F5F5F5;
    border-top: 1px solid #70707033;
}
#l-container .col_nav .inner{padding: 0;}
.col_news_list{padding-top: 0;}
.col_nav .nav-item{
    margin-right: 20px;
    float: left;
}
.col_nav .nav-item a{
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #797979;
}
.col_news .col-title{
    font-size: 26px;
    color: #0C6DBB;
    margin-bottom: 36px;
}
.col_news .col-title a{color: inherit;}
@media screen and (max-width: 999px){
    #l-container.wrapper .inner .mod, #d-container.wrapper .inner .mod{padding:0 10px;}
}
@media screen and (max-width: 479px){
    .col_news .col-title{
        font-size: 20px;
    }
}