 .breadcrumb {
            padding: 20px 0;
            font-size: 14px;
            color: #666;
        }
        .breadcrumb a { color: #666; }
        .breadcrumb a:hover { color: #b5282e; }

        /* Main Article Content */
        .article-container {
            background-color: #fff;
            padding: 40px 60px;
        }
        .article-header {
            text-align: center;
            margin-bottom: 20px;
        }
        .article-header h1 {
            font-size: 28px;
            font-weight: 500;
            margin-bottom: 15px;
        }
        .article-meta {
            font-size: 14px;
            color: #888;
        }
        .article-meta span {
            margin: 0 15px;
        }
        .article-divider {
            border: 0;
            border-top: 1px solid #e8e8e8;
            margin-bottom: 30px;
        }
        .article-content {
            font-size: 16px;
            line-height: 2;
            color: #333;
        }
        .article-pagination {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #e8e8e8;
            font-size: 15px;
            line-height: 1.8;
        }
        .article-pagination a:hover {
            color: #b5282e;
            text-decoration: underline;
        }

        /* Related Info Box */
        .related-info-box {
            margin-top: 40px;
            border: 1px solid #e8e8e8;
        }
        .related-info-header {
            background-color: #b5282e;
            color: white;
            padding: 12px 20px;
            font-size: 16px;
        }
        .related-info-list {
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
        }
        .related-info-item {
            width: 50%;
            padding: 8px 0;
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
        }
        .related-info-item a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-right: 20px;
        }
        .related-info-item a:before {
            content: '›';
            margin-right: 10px;
            font-weight: bold;
        }
        .related-info-item a:hover {
            color: #b5282e;
        }

        /* Footer (Reused) */
 
     