.lbanner-pp .lbanner-desc {
    display: none !important;
}
.lbanner-pp .lbanner-text .title{font-size: 42px; line-height: 1.3;}
@media only screen and (max-width: 980px) {
    .lbanner-pp .lbanner-text .title{font-size: 24px;}
}
.side-cate li.news>a, .side-cate li.news>a:hover{
    color: var(--commonColor);
}

.innerNews_main {
    margin-top: 5%;
}

.innerNews_main .news_box {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.innerNews_main .news_box .news_date {
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 32px;
}

.innerNews_main .news_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 51%;
    margin-bottom: 25px;
}

.innerNews_main .news_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerNews_main .deails_wrap {
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.innerNews_main .news_desc *{font-size: 16px !important;}

@media only screen and (max-width: 980px) {
    .innerNews_main{margin-top: 30px;}
    .innerNews_main .news_box{flex-direction: column; align-items: flex-start;}
    .innerNews_main .news_box .news_date{width: 100%; margin-bottom: 10px;}

}