.lbanner-box {
    display: none !important;
}


.web_main {
    margin-top: 5%;
}

.news_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    line-height: 35px;
}

.news_operate {
    width: 100%;
    justify-content: flex-start !important;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.news_operate .news_date {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
}

.news_share_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 2%;
}

.news_share_box span {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
}

.news_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 54%;
    margin-bottom: 2%;
}

.news_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.news_info p {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 5px;
}

.news_info p span {
    font-family: 'Poppins-Light' !important;
    font-weight: 300;
    font-size: 18px !important;
    color: #666666;
    line-height: 30px;
}




@media (max-width:950px) {
    .web_main {
        margin-top: 8%;
    }

    .news_operate {
        flex-direction: column;
        align-items: flex-start;
    }

    .news_share {
        margin-left: 0;
        margin-top: 5%;
    }
}

.tList3 {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.tList3 li {
    width: 31% !important;
    margin: 0 0 30px !important;
    margin-right: 30px;
}


.tList3 li:nth-child(3n) {
    margin-right: 0 !important;
}