.lbanner-box {
    display: none !important;
}

.lbanner-pp {
    /* padding: 8.6% 0 !important; */
}

.faq_main {
    margin-top: 4%;
}

.faq_main .faq_tit {
    font-family: 'Arial-BoldMT';
    font-weight: 400;
    font-size: 60px;
    color: var(--dominant-color);
    line-height: 1.5;
    text-align: center;
}

.faq_main .faq_desc {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 37px;
    line-height: 1.5;
    max-width: 932px;
    margin: 0 auto;
    text-align: center;
}

.faq_main .faq_wrap {
    margin-top: 40px;
    justify-content: space-between;
}

.faq_main .faq_list .faq_left {
    width: 48%;
}

.faq_main .faq_list .faq_right {
    width: 48%;
}

.faq_main .faq-item {
    border-bottom: 1px solid rgba(112, 112, 112, .15);

}

.faq_main .faq-item .faq-title {
    justify-content: space-between;
    padding: 30px 0 10px;
}

.faq_main .faq-item .faq-title span {
    width: calc(100% - 45px);
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    text-align: left;
}

.faq_main .faq-item .faq-title b {
    width: 38px;
    height: 38px;
    background-image: url(../img/faq_down.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #707070;
    border-radius: 50%;
    transform: rotate(0);
}

.faq_main .faq-item .faq-cont {
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    display: none;
    padding: 10px 0 40px;
}

.faq_main .faq-item.active .faq-title b {
    transform: rotate(180deg);
    background-color: var(--dominant-color);

}

.faq_main .faq-item.active .faq-cont {
    display: block;
}

.faq_main .faq-item .faq-title:hover b {
    background-color: var(--dominant-color);
}


.faq_main .faq_right .faq_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 53%;
    margin-bottom: 20px;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.faq_main .faq_right .faq_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.faq_main .faq_right .faq_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.related_news .news_top .news_title {
    font-family: 'Arial-BoldMT';
    font-weight: 400;
    font-size: 60px;
    color: var(--dominant-color);
    line-height: 53px;
    text-align: center;
    margin-bottom: 0;

}

.related_news .news_top .news_title a {
    color: var(--dominant-color);
    display: inline-block;

}

.related_news .news_top .news_title a:hover {
    text-decoration: underline;
}

.related_news .news_top .news_desc {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin: 20px 0;
}

.related_news .news_list {
    justify-content: flex-start;
}

.related_news .news_list .news_item {
    width: 31%;
    margin-right: 30px;
    background-color: transparent;
    box-shadow: none;
}

.related_news .news_list .news_item .item_info {
    padding: 20px 0 !important;
}

.related_news .news_list .news_item:last-child {
    margin-right: 0;
}

.related_news .news_list .news_item .item_date {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;

}

.related_news .news_list .news_item .item_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 21px;
    color: #000000;
    line-height: 29px;
    margin: 10px 0;
    height: 63px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_news .news_list .news_item .item_title a {
    color: #000000;
}

.related_news .news_list .news_item .item_desc {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
    height: 68px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_news .news_list .news_item .item_btn a {
    background-color: var(--dominant-color);
    color: #FFFFFF;
}

.related_news .news_list .news_item .item_btn a:hover {
    background-color: transparent;
    color: var(--dominant-color);
}
.faq_left ul li:last-child{
    display: none;
}

@media (max-width:950px) {
    .faq_main .faq_tit {
        font-size: 30px;
        line-height: 40px;
    }
   
    .faq_main .faq_wrap {
        flex-wrap: wrap;
    }

    .faq_main .faq_list .faq_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .faq_main .faq_list .faq_right {
        width: 100%;
    }

    .related_news .news_top .news_title {
        font-size: 30px;
        line-height: 40px;
    }

    .related_news .news_list {
        flex-direction: column;

    }

    .related_news .news_list .news_item {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

@media (max-width:1366px) {
     .faq_left ul li:last-child{
    display: block;
}
.faq_right ul li{
    display: none;
}

    .faq_main .faq_wrap {
        flex-direction: column;
    }

    .faq_main .faq_list .faq_left {
        width: 100%;
        order: 2;
    }

    .faq_main .faq_list .faq_right {
        width: 100%;
    }
}