.lbanner-box {
    display: none !important;
}

.lbanner-pp {
    /* padding: 8.6% 0 !important; */
}

.app_main {
    margin-top: 4%;
}

.main {
    padding-top: 40px;
    margin-left: 60px !important;
}

.pdf_list .pdf_item {
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 4px 6px 12px 6px rgba(0, 0, 0, 0.04), 4px 6px 1px 0px rgba(0, 0, 0, 0.04);
}

.pdf_list .pdf_item .pdf_title {
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    width: calc(100% - 95px);
}

.pdf_list .pdf_item .pdf_btn {
    display: flex;
    align-items: center;
    width: 80px;
}

.pdf_list .pdf_item .pdf_look::after {
    display: inline-block;
    content: '';
    width: 33px;
    height: 23px;
    background-image: url(../img/look_btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pdf_list .pdf_item .pdf_down::after {
    display: inline-block;
    content: '';
    width: 24px;
    height: 22px;
    background-image: url(../img/pdf_down.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20px;
    text-decoration: underline;
}

.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: 1.5;
    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_btn a {
    max-width: 194px !important;
    position: relative;
    padding-left: 60px;
}

.related_news .news_list .news_item .item_btn a:after {
    content: '';
    position: absolute;
    left: 10%;
    top: 48%;
    width: 29px;
    height: 1px;
    background: #FFFFFF;
}
.related_news .news_list .news_item .item_btn a:hover:after{
    background: var(--dominant-color);
}
.related_news .news_list .news_item .item_desc {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.5;
    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);
}


@media (max-width:950px) {
    .main {
        margin-left: 0 !important;
    }

    .related_news .news_top .news_title {
        font-size: 30px !important;
        line-height: 40px !important;
        margin-bottom: 25px !important;
    }

    .related_news .news_list {
        flex-direction: column !important;

    }

    .related_news .news_list .news_item {
        width: 100% !important;
        margin-bottom: 30px !important;
        margin-right: 0 !important;
    }

    .pdf_list .pdf_item {
        padding: 20px;
    }

    .pdf_list .pdf_item .pdf_title {
        line-height: 1.5;
    }
}