.lbanner-pp .lbanner-btn {
    display: none !important;
}

.recommended_product {
    margin-bottom: 5%;
}

.listNews_main {
    margin-top: 5%;
}

.listNews_main .news_left {
    width: 48%;
}

.listNews_main .news_left .pic_list {
    flex-wrap: wrap;
    justify-content: space-between;
}

.listNews_main .news_left .pic_list .pic_item1 {
    width: 50%;
    max-width: 300px;
    height: 300px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.listNews_main .news_left .pic_list .pic_item1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 300px;
    object-fit: cover;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.listNews_main .news_left .pic_list .pic_item1:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}


.listNews_main .news_left .pic_list .pic_item2 {
    width: 50%;
    max-width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    margin-left: 58px;
    margin-right: auto;
}


.listNews_main .news_left .pic_list .pic_item2:before {
    content: "";
    position: absolute;
    top: -14px;
    left: -16px;
    width: 178px;
    height: 178px;
    border-radius: 50%;
    border: 2px solid #2372C9;
}

.listNews_main .news_left .pic_list .pic_item2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 150px;
    object-fit: cover;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.listNews_main .news_left .pic_list .pic_item2:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}


.listNews_main .news_left .pic_list .pic_item3 {
    width: 50%;
    max-width: 300px;
    height: 300px;
    border-radius: 50%;
    position: relative;
    margin-top: 60px;
}


.listNews_main .news_left .pic_list .pic_item3:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    border: 5px solid #2372C9;
}

.listNews_main .news_left .pic_list .pic_item3 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 300px;
    object-fit: cover;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.listNews_main .news_left .pic_list .pic_item3:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.listNews_main .news_left .pic_list .pic_item4 {
    width: 50%;
    max-width: 300px;
    height: 300px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-left: 50px;
    margin-right: auto;
    margin-top: -60px;
}

.listNews_main .news_left .pic_list .pic_item4 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 300px;
    object-fit: cover;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.listNews_main .news_left .pic_list .pic_item4:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.listNews_main .news_right {
    width: 48%;
}

.listNews_main .news_right .news_title {
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.listNews_main .news_right .news_list .news_item {
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 2px 3px 15px 0px rgba(1, 103, 64, 0.08);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DCDCDC;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.listNews_main .news_right .news_list .news_item:hover {
    background: #F5F5F5;
    box-shadow: 2px 3px 15px 0px rgba(1, 103, 64, 0.08);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DCDCDC;
}

.listNews_main .news_right .news_list .news_item .item_img {
    width: 30%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 24%;
    border-radius: 6px 6px 6px 6px;
}

.listNews_main .news_right .news_list .news_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 6px 6px 6px 6px;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.listNews_main .news_right .news_list .news_item:hover .item_img img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.listNews_main .news_right .news_list .news_item .item_info {
    width: 67%;
}

.listNews_main .news_right .news_list .news_item .item_info .item_title {
    position: relative;
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.listNews_main .news_right .news_list .news_item .item_info .item_title:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 73px;
    height: 6px;
    background: var(--conmmonColor);
    border-radius: 4px 4px 4px 4px;
    margin-top: 10px;
}

.listNews_main .news_right .news_list .news_item .item_info .item_title a {
    display: inline-block;
    color: #333333;

}

.listNews_main .news_right .news_list .news_item:hover .item_info .item_title a {
    color: var(--conmmonColor);
}

.listNews_main .news_right .news_list .news_item .item_info .item_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.listNews_main .news_right .news_list .news_item .item_info .item_desc a {
    display: inline-block;
    color: #666666;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1520px) {
    .listNews_main .news_left .pic_list .pic_item3 {
        width: 45%;
    }
}


@media only screen and (max-width: 950px) {
    .listNews_main .news_left {
        display: none;
    }

    .listNews_main .news_right {
        width: 100%;
    }

    .listNews_main .news_right .news_title {
        font-size: 40px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 768px) {
    .listNews_main .news_right .news_title {
        font-size: 35px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 480px) {
    .listNews_main .news_right .news_title {
        font-size: 30px;
        line-height: 1.5;
    }

    .listNews_main .news_right .news_list .news_item {
        flex-direction: column;
        align-items: center;
    }

    .listNews_main .news_right .news_list .news_item .item_img {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 80%;
    }

    .listNews_main .news_right .news_list .news_item .item_info {
        width: 100%;
    }

    .listNews_main .news_right .news_list .news_item .item_info .item_desc a {
        height: auto;
        -webkit-line-clamp: unset;
        overflow: visible;
    }
}