/* 文章内容样式 */
.post-content {
    padding: 20px;
}

.post-content h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    color: #333;
}

.post-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    color: #555;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.post-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0;
    color: #666;
}

.post-content p {
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0;
    color: #333;
    text-indent: 2em;
}

.post-content ul,
.post-content ol {
    margin: 10px 0;
    padding-left: 30px;
}

.post-content li {
    font-size: 14px;
    line-height: 1.6;
    margin: 5px 0;
    color: #333;
    list-style-type: disc;
}

.post-content ol li {
    list-style-type: decimal;
}

.post-content strong {
    font-weight: bold;
    color: #333;
}

.post-meta {
    font-size: 12px;
    color: #999;
    margin: 10px 0;
    padding: 10px 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.post-meta span {
    margin-right: 15px;
}

.main-content {
    width: 700px;
    float: left;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.content {
    padding: 20px;
}