.line6 {text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;}
.xxld #l-container {
    background: linear-gradient(180deg, rgba(193,227,246,0.3) , transparent 70%);
}

.imgbox {
    width: 20.63%;
}

.news_imgs {
    padding-top: 126.24%;
}

.news_list3 .news {
    display: flex;
    box-shadow: 0 3px 26px 0 rgba(16,65,134,0.1);
    margin-bottom: 0.53rem;
}

.news_wz {
    flex: 1;
    box-sizing: border-box;
    padding: 0.54rem 0.54rem  0 0.54rem;
    background: #fff;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
}

.news_text {
    font-size: 0.17rem;
    line-height: 2;
    color: #7A7A7A;
}

ul.news_list3 {
    margin-top: 0.635rem;
}

.news_list3 .news_title {
    font-size: 0.27rem;
    font-weight: bold;
    margin-right: 0.09rem;
}

span.zhic {
    font-size: 0.19rem;
    color: #FF6D00;
}

.xingming {
    margin-bottom: 0.3rem;
}





@media screen and (max-width: 1280px) {
    .news_wz {
    display: flex;
    flex-direction: column;
    justify-content: center;
        padding:0 0.54rem;
}
}

@media screen and (max-width: 999px) {
.imgbox{width:301px;}
    
}
@media screen and (max-width: 767px) {
.imgbox{width:100%;}
.news{flex-direction:column;}
.news_wz{margin-top:20px;padding:20px;}
}