.main {
    max-width: 1200px;;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.breadcrumb {
    font-size: 14px;
    margin-top: 60px;
    margin-bottom: 20px;
    color: #666;
    position: relative;
    z-index: 1;
}

.breadcrumb a {
    color: #1E90FF;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.news-article {
    padding: 20px 115px;
    min-height: 600px;
}

.article-header h1 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.article-meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 50px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.article-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.article-footer {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
} 