.container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.news-view {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #222;
    font-size: 0.95rem;
}
.news-header {
    text-align: center;
    margin-bottom: 40px;
}
.news-category {
    font-size: 0.8rem;
    color: #888;
    display: block;
    margin-bottom: 10px;
}
.news-view-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.news-view-date {
    color: #999;
    font-size: 0.85rem;
}
.news-subtitle {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.news-date-detail {
    text-align: center;
    color: #777;
    font-size: 0.85rem;
    margin-bottom: 20px;
}
.news-image {
    text-align: center;
    margin-bottom: 20px;
}
.news-image img {
    width: 100%;
    max-width: 480px;
    height: auto;
}
.image-caption {
    font-size: 0.75rem;
    color: #999;
    margin-top: 8px;
}
.news-content p {
    line-height: 1.7;
    margin-bottom: 16px;
}
.news-footer {
    text-align: center;
    margin-top: 40px;
}
.btn-list {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 24px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.9rem;
}
.btn-list:hover {
    background: #f5f5f5;
}


.news-content {
    overflow-x: hidden;
    word-break: break-word;
}
.news-content img,
.news-content table,
.news-content pre {
    max-width: 100%;
    height: auto;
    display: block;
}
.news-content table,
.news-content pre {
    overflow-x: auto;
    display: block;
}
