.corporation-article {
    margin: 112px auto 32px;
}

.latestnews-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 2.2rem;
    color: #333333;
    line-height: 50px;
    text-align: center;
    font-style: normal;
}

.latestnews-minititle {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #6A6E73;
    line-height: 14px;
}

.latestnews-minititle .author {
    color: #0B3098;
}

.corporation-article-banner {
    height: 542px;
    background: #D8D8D8;
    margin-bottom: 40px;
    width: 100%;
}

.container-news {
    display: flex;
    flex-direction: column;
    align-items: center;
}



@media (max-width: 750px) {
   .container-news {
        width: 100%;
    } 
}
@media (max-width: 600px) {
    .container-news {
        width: 100%;
    } 
 }

.newscontent {
    max-width: 1000px !important;
    line-height: 1.5 !important;
}

.newscontent * {
    max-width: 100% !important;
    box-sizing: border-box !important;
    line-height: inherit !important;
}

.newscontent img {
    height: auto !important;
    max-width: 100% !important;
}

.newscontent table {
    width: 100% !important;
    max-width: 100% !important;
}

.newscontent p {
    width: 100% !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
}

@media (max-width: 1010px) {
    .newscontent {
        max-width: 100% !important;
        line-height: 1.5 !important;
    }
}

@media (max-width: 768px) {
    .latestnews-title{
        font-size: 1.6rem;
    }
}