.news_content {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.news_content img {
    max-width: 100%;
}

.news_title {
    font-family: Poppins;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}

.news_center {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    margin: 20px 0 30px;
}

.news_time {
    margin-right: 50px;
}

.news_btns {
    margin-top: 40px;
}

.news_btn {
    margin-bottom: 10px;
}

.news_btn2 {
    min-width: 106px;
    height: 30px;
    background: #999999;
    border-radius: 2px;
    justify-content: center;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 2px;
    margin-right: 15px;
}

.news_btn2::before {
    content: '';
    display: inline-block;
    width: 8px;
    margin-right: 10px;
    height: 11px;
}

.news_btn_left::before {
    background: url('img/news_left.webp') no-repeat;
    background-size: 100% 100%;
}

.news_btn_right::before {
    background: url('img/news_right.webp') no-repeat;
    background-size: 100% 100%;
}

.news_btn2:hover {
    background: #000000;
}

.news_btn,
.news_btn a {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    text-transform: capitalize;
}

.news_btn a:hover {
    color: #2858A4;
}

@media only screen and (max-width:950px) {
    .news_title {
        font-size: 20px;
    }

    .news_center {
        flex-wrap: wrap;
    }

    .news_time {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .news_content {
        font-size: 16px ;
    }

    .lbanner_title{
        display: none;
    }
    .news_content *{
		word-break: break-word;
	}
}.news_content *{
    font-family: Lato-Regular, Arial, Helvetica, sans-serif !important;
}