.body_pages_news {
    background: #fff;
}

.body_pages_news .news-list-banner {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    padding: 88px 0 82px;
    background-color: #eef4f1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.body_pages_news .news-list-banner:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(239, 245, 242, .72);
}

.body_pages_news .news-list-banner > div,
.body_pages_news .news-list-banner .container {
    position: relative;
    z-index: 1;
}

.body_pages_news .news-list-banner .top_title {
    margin: 0;
    color: #111;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.body_pages_news .news-list-banner .top_describe {
    margin-top: 24px;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;
}

.body_pages_news .news-list-banner .top_describe a,
.body_pages_news .news-list-banner .top_describe i {
    color: #333;
    font-style: normal;
}

.body_pages_news .news-list-main {
    padding: 70px 0 80px;
}

.body_pages_news .news-list-main .container {
    max-width: 1120px;
}

.body_pages_news .news-list-main .li_container {
    display: flex;
    align-items: flex-start;
    margin: 0 -8px;
}

.body_pages_news .li_nav_left {
    flex: 0 0 300px;
    width: 300px;
    padding: 0 8px;
}

.body_pages_news .products_ul_box {
    flex: 1;
    min-width: 0;
    padding: 0 8px 0 20px;
}

.body_pages_news .news_details_left_block {
    width: 100%;
    margin-bottom: 18px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .12);
}

.body_pages_news .right_navigation_menus .title {
    height: 54px;
    padding: 0 22px;
    margin: 0;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
}

.body_pages_news .inquiry_right_sticky_box {
    position: sticky;
    top: 10px;
}

.body_pages_news .sticky_inquiry {
    position: sticky;
    top: 10px;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.4;
}

.body_pages_news .sticky_inquiry_head {
    padding: 12px 0;
    margin: 0;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.body_pages_news .sticky_inquiry .fl_row_s {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

.body_pages_news .sticky_inquiry .fl12_s {
    display: block;
    width: 100%;
    padding: 0 10px;
}

.body_pages_news .sticky_inquiry .enquiry_label {
    position: relative;
    display: block;
    height: 38px;
    padding: 0 14px;
    margin-bottom: 12px;
    border: none;
    border-radius: 4px;
    background: #f2f2f2;
    user-select: none;
}

.body_pages_news .sticky_inquiry .enquiry_inp {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    background: transparent;
    box-shadow: none;
    color: #333;
    font-size: inherit;
    font-weight: 500;
    resize: none;
}

.body_pages_news .sticky_inquiry textarea.enquiry_inp {
    height: auto;
    line-height: 20px;
}

.body_pages_news .sticky_inquiry .enquiry_label.textarea_boxs {
    height: auto;
    padding: 6px 14px;
}

.body_pages_news .sticky_inquiry .enquiry_inp::placeholder {
    color: transparent;
    font-size: 12px;
}

.body_pages_news .sticky_inquiry .enquiry_inp:focus::placeholder {
    color: inherit;
    opacity: .6;
}

.body_pages_news .sticky_inquiry .required_span {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    height: 18px;
    line-height: 18px;
    color: #131415;
    font-weight: 400;
    opacity: .5;
    pointer-events: none;
    transition: .1s;
}

.body_pages_news .sticky_inquiry .required_span .font-color {
    display: none;
}

.body_pages_news .sticky_inquiry .enquiry_inp[required] + .required_span .font-color {
    display: inline;
}

.body_pages_news .sticky_inquiry .enquiry_inp:focus + .required_span,
.body_pages_news .sticky_inquiry .enquiry_label.js-select-open .required_span {
    margin-left: 20px;
    opacity: 0;
}

.body_pages_news .sticky_inquiry .enquiry_label.active .required_span {
    display: none;
}

.body_pages_news .sticky_inquiry .required_tips {
    position: absolute;
    left: 2px;
    bottom: 0;
    display: none;
    margin: 0;
    color: #d90000;
    font-size: 12px;
    pointer-events: none;
}

.body_pages_news .sticky_inquiry .enquiry_label.errors {
    border-color: #d90000;
}

.body_pages_news .sticky_inquiry .enquiry_label.errors .required_tips {
    display: block;
}

.body_pages_news .sticky_inquiry .btn_box {
    padding-bottom: 20px;
    text-align: center;
}

.body_pages_news .sticky_inquiry .btn {
    display: block;
    width: 100%;
    cursor: pointer;
}

.body_pages_news .ai_products_list_ul ul {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
    padding: 0;
    list-style: none;
}

.body_pages_news .ai_products_list_ul .list_row_li {
    width: 33.333333%;
    padding: 8px;
}

.body_pages_news .ai_products_list_ul .li_border {
    background: #fff;
}

.body_pages_news .ai_products_list_ul .img_par {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.body_pages_news .ai_products_list_ul .img_par img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body_pages_news .ai_products_list_ul .text {
    padding: 14px 0 0;
}

.body_pages_news .ai_products_list_ul .title {
    display: -webkit-box;
    min-height: 40px;
    overflow: hidden;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.body_pages_news .ai_products_list_ul a:hover .title {
    color: #235d38;
}

.body_pages_news .tem_pagination_1 {
    margin-top: 34px;
}

.body_pages_news .tem_pagination_1 .pagination {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.body_pages_news .tem_pagination_1 .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 34px;
    padding: 0 5px;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #111;
    font-size: 14px;
    line-height: 34px;
}

.body_pages_news .tem_pagination_1 .page-link.active {
    min-width: 34px;
    border-color: #235d38;
    color: #235d38;
}

.body_pages_news .tem_pagination_1 .page-next .page-link {
    min-width: 39px;
    height: 38px;
    border-color: #235d38;
    border-radius: 7px;
    background: #235d38;
    color: #fff;
    font-size: 26px;
    line-height: 34px;
}

.body_pages_news .no-results {
    padding: 40px 0;
    color: #666;
    font-size: 15px;
    text-align: center;
}

@media (max-width: 1024px) {
    .body_pages_news .news-list-main .container {
        max-width: 100%;
    }

    .body_pages_news .news-list-main .li_container {
        margin: 0;
        padding: 0 18px;
    }

    .body_pages_news .li_nav_left {
        flex-basis: 260px;
        width: 260px;
        padding: 0;
    }

    .body_pages_news .products_ul_box {
        padding-left: 18px;
    }
}

@media (max-width: 768px) {
    .body_pages_news .news-list-banner {
        min-height: 220px;
        padding: 62px 0 58px;
    }

    .body_pages_news .news-list-banner .top_title {
        font-size: 38px;
    }

    .body_pages_news .news-list-main {
        padding: 40px 0 56px;
    }

    .body_pages_news .news-list-main .li_container {
        display: block;
    }

    .body_pages_news .li_nav_left {
        width: 100%;
        margin-bottom: 26px;
    }

    .body_pages_news .products_ul_box {
        padding: 0;
    }

    .body_pages_news .ai_products_list_ul .list_row_li {
        width: 50%;
    }
}

@media (max-width: 520px) {
    .body_pages_news .ai_products_list_ul .list_row_li {
        width: 100%;
    }

    .body_pages_news .tem_pagination_1 .pagination {
        gap: 12px;
        flex-wrap: wrap;
    }
}
