
.news-details {
    line-height: 30px;
    margin-top: var(--header-height);
    min-height: 90vh;
}

.news-details .main {
    max-width: 1200px;
    padding: 100px 0;
}

.news-details .title {
    font-size: 30px;
    font-family: CN-Bold;
}

.news-details .info {
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #9c9c9c;
    margin-bottom: 20px;
}

.news-details .content {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.news-details .menu {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 80px;
}