<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ–°é—»è¯¦æƒ…é¡µæ&nbsp;·å¼ */
.news-detail-container {
    max-width: 800px;
    margin: 1em auto;
}

.news-title {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.news-meta {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: #666;
}

.news-category {
    background: #007BFF;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    margin-right: 15px;
}

.news-date {
    font-size: 14px;
}

.news-cover {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 30px;
}

.news-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin: 0 auto;
    max-width: 800px;
}

.news-text h3 {
    color: #007BFF;
    margin: 30px 0 15px;
}

.highlight-box {
    background: #f8f9fa;
    border-left: 4px solid #007BFF;
    padding: 20px;
    margin: 25px 0;
    font-style: italic;
}

.news-text ul {
    margin: 20px 0;
    padding-left: 30px;
}

.news-text li {
    margin-bottom: 10px;
    position: relative;
}
</pre></body></html>