.lbanner-box {

    display: none !important;

}





.web_main {

    margin-top: 5%;

}



.news_title {

    font-family: 'Poppins-Bold';

    font-weight: bold;

    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 {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    margin-left: 2%;

}


.news-share 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: 16px;

    color: #666666;
     line-height: 30px;

}

.news_info p a {

    font-family: 'Poppins-Light';

    font-weight: 300;

    font-size: 16px;

    color: #2000C3;

    line-height: 30px;



}



.news_info p a:hover {
    text-decoration: underline;
}

.click_btn {

    display: flex;

    margin-top: 30px;

    flex-direction: column;

    align-items: flex-start;

}



.click_btn .colo_btn a {

    display: flex;

    align-items: center;

    font-family: 'Poppins-Light';

    font-weight: 300;

    font-size: 16px;

    color: #333333;

    line-height: 30px;

    text-align: left;

    font-style: normal;

    text-transform: capitalize;

    padding: 5px 10px;

    border-radius: 4px;

}



.click_btn .colo_btn:hover a {

    color: #FFFFFF;

}


.prev_btn .colo_btn {

    width: 132px;

    background: #EAEAEA;

    border-radius: 4px 4px 4px 4px;

    margin-right: 20px;

}



.prev_btn .colo_btn:hover {

    background: #2000C3;

    border-radius: 4px 4px 4px 4px;

    transition: all 0.5s ease;

}



.prev_btn .colo_btn a::before,

.next_btn .colo_btn a::before {

    content: '';

    display: inline-block;

    width: 24px;

    height: 24px;

    margin-right: 8px;

}



.next_btn .colo_btn {

    order: 1;

    width: 132px;

    background: #EAEAEA;

    border-radius: 4px 4px 4px 4px;

    margin-right: 20px;

}



.next_btn .colo_btn:hover {

    background: #2000C3;

    border-radius: 4px 4px 4px 4px;

    transition: all 0.5s ease;

}



@media (max-width:1500px) {

    .next_btn .colo_btn {

        margin-left: 0;

        margin-right: 20px;

    }



    .next_btn .con {

        width: calc(100% - 140px);

    }

}



.prev_btn .colo_btn a::before {

    background-image: url(../img/other/news_prev.png);

    background-repeat: no-repeat;

    background-position: center center;

}



.next_btn .colo_btn a::before {

    background-image: url(../img/other/news_next.png);

    background-repeat: no-repeat;

    background-position: center center;

}



.next_btn .colo_btn:hover a::before {

    background-image: url(../img/other/news_next_hover.webp);



    background-repeat: no-repeat;

    background-position: center center;

}



.prev_btn .colo_btn:hover a::before {

    background-image: url(../img/other/news_prev_hover.webp);



    background-repeat: no-repeat;

    background-position: center center;

}

.prev_btn .con,

.next_btn .con {

    width: calc(100% - 140px) !important;

}

.prev_btn .con,

.prev_btn .con a,

.prev_btn .con span,

.next_btn .con,

.next_btn .con a,

.next_btn .con span {

    font-family: 'Poppins-Light';

    font-weight: 300;

    font-size: 16px;

    color: #333333;

    line-height: 22px;

    text-align: left;

    font-style: normal;

    text-transform: none;

}



.prev_btn,

.next_btn {

    display: flex;

    align-items: center;

}



.next_btn {

    flex-direction: row-reverse;

    margin-top: 1%;

}



/* .prev_btn .con a:hover,.next_btn .con a:hover{color: #0f4eb8;} */

.prev_btn .con a:hover,

.next_btn .con a:hover {

    color: #2000C3;

}



@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%;

    }

}