.article-container {
    padding: 30px 40px;
    background: #fff;
    min-height: 500px;
}

.article-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.article-meta {
    text-align: center;
    color: #999;
    font-size: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.meta-item {
    margin: 0 15px;
}

.article-content {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    overflow-x: hidden;
    word-wrap: break-word;
    width:645px;
}

.article-content p {
    margin-bottom: 20px;
}

.article-content img {
    max-width: 100% !important;
    height: auto !important;
    margin: 20px auto;
    display: block;
    border-radius: 4px;
}

.article-content table {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse;
    margin: 20px 0;
    display: block;
    overflow-x: auto;
}

.article-content h3 {
    font-size: 18px;
    color: var(--mainColor);
    margin: 30px 0 15px;
    padding-left: 10px;
    border-left: 4px solid var(--mainColor);
    line-height: 1;
}