body {
    line-height: 1.7; /* 比默认1.5更大的行高 */
}

/* 使用细字体族 */
body {
    font-family:
        "Microsoft YaHei", "WenQuanYi Micro Hei", "PingFang SC",
        "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; /* 细体 */
    line-height: 1.7;
}

strong {
    font-weight: 600; /* 正如你所说，粗体是600 */
}

pre {
    background-color: #eee;
}

.article-meta {
    background: none;
}

/* 文章列表样式（如果使用自定义 list.html） */
.article-item {
    margin-bottom: 1.5em;
    border-bottom: 1px dashed #ddd;
}

.article-item .date {
    font-size: 0.9em;
    color: #666;
}

.read-more {
    font-size: 0.9em;
    color: #337ab7;
    text-decoration: none;
}

/* 文章导航样式（如果使用 Prev/Next） */
.article-nav {
    margin: 2em 0;
    text-align: center;
}

.nav-next,
.nav-prev {
    text-decoration: none;
    background: #eee;
    padding: 5px 10px;
    border-radius: 5px;
}

/* 评论区域样式（如果使用评论系统） */
.comments {
    margin-top: 3em;
    border-top: 1px dashed #ddd;
    padding-top: 1.5em;
}

.comment-toggle {
    background: #eee;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    font-size: 0.9em;
    margin-bottom: 1em;
    display: inline-block;
    transition: background-color 0.2s;
}

.comment-toggle:hover {
    background: #ddd;
}

#cusdis_thread {
    display: none;
}

#cusdis_thread.show {
    display: block;
}
