.lbanner-pp .lbanner_desc {
    display: none !important;
}




.innerNews_main {
    margin-top: 5%;
}

.innerNews_main .news_details .news_title {
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-transform: uppercase;
}

.innerNews_main .news_details .news_box {
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0 50px;
}

.innerNews_main .news_details .details_date {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 20px;
}

.innerNews_main .news_details .details_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    border-radius: 12px 12px 12px 12px;
    margin: 30px 0;
}

.innerNews_main .news_details .details_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 12px 12px 12px 12px;
    margin-bottom: 30px;
    -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;
}

.innerNews_main .news_details .details_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.innerNews_main .news_details .details_wrap {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerNews_main .news_details .details_wrap a {
    display: inline-block;
    color: var(--conmmonColor);
}

.innerNews_main .news_details .details_wrap a:hover {
    text-decoration: underline;
}

.innerNews_main .news_details .details_ztyw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}

.innerNews_main .news_details .details_ztyw .ztyw_left {
    width: 54%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 35%;
    border-radius: 12px 12px 12px 12px;
}

.innerNews_main .news_details .details_ztyw .ztyw_left img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 12px 12px 12px 12px;
    -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;
}

.innerNews_main .news_details .details_ztyw .ztyw_left:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.innerNews_main .news_details .details_ztyw .ztyw_right {
    width: 40%;
}

.innerNews_main .news_details .details_zwyt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}

.innerNews_main .news_details .details_zwyt .zwyt_left {
    width: 40%;

}

.innerNews_main .news_details .details_zwyt .zwyt_right {
    width: 54%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 35%;
    border-radius: 12px 12px 12px 12px;
}

.innerNews_main .news_details .details_zwyt .zwyt_right img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 12px 12px 12px 12px;
    -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;
}

.innerNews_main .news_details .details_zwyt .zwyt_right:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
@media only screen and (max-width: 1050px){
    .related_news{
        visibility: visible !important;
    }
}

@media only screen and (max-width: 950px) {
    .innerNews_main .news_details .news_title{
        font-size: 40px;
        line-height: 1.5;
    }
}


@media only screen and (max-width: 768px){
    .innerNews_main .news_details .details_ztyw{
        flex-direction: column;
        align-items: center;
    }
    .innerNews_main .news_details .details_ztyw .ztyw_left{
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 65%;
    }
    .innerNews_main .news_details .details_ztyw .ztyw_right{
        width: 100%;
    }
    .innerNews_main .news_details .details_zwyt{
        flex-direction: column;
        align-items: center;
    }
    .innerNews_main .news_details .details_zwyt .zwyt_left{
        width: 100%;
        margin-bottom: 30px;
    }
    .innerNews_main .news_details .details_zwyt .zwyt_right{
        width: 100%;
        padding-bottom: 65%;
    }
} 

@media only screen and (max-width: 640px){
    .innerNews_main .news_details .news_title{
        font-size: 30px;
        line-height: 1.5;
    }
}