/* 归档样式参考 greyli.com/posts/：蓝色链接、灰色日期、普通字重和圆点列表；不影响其他区域。 */
.jhx-archives { width: 100%; color: #444; font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; font-size: 16px; font-weight: 400; line-height: 1.714285714; }
.jhx-archives .jhx-archives-year { margin: 0 0 24px; padding: 0; border: 0; background: none; box-shadow: none; }
.jhx-archives .jhx-archives-year:last-child { margin-bottom: 0; }
.jhx-archives .jhx-archives-year h2 { margin: 0; padding: 0; border: 0; background: none; color: #444; font-family: inherit; font-size: 16px; font-weight: 400; line-height: inherit; }
.jhx-archives .jhx-archives-count { color: inherit; font-size: inherit; font-weight: 400; }
.jhx-archives .jhx-archives-year ul { margin: 0; padding: 0; list-style: disc outside; }
.jhx-archives .jhx-archives-year li { display: list-item; margin: 0 0 0 36px; padding: 0; list-style: disc outside; line-height: inherit; overflow-wrap: anywhere; }
.jhx-archives time { margin-right: 4px; color: #808080; font-size: 14px; white-space: nowrap; }
.jhx-archives .jhx-archives-year a { color: #3475e4; font-size: 16px; font-weight: 400; text-decoration: none; overflow-wrap: anywhere; }
/* 已访问文章仍保持蓝色，不因浏览记录变灰。 */
.jhx-archives .jhx-archives-year a:visited { color: #3475e4; }
.jhx-archives .jhx-archives-year a:hover, .jhx-archives .jhx-archives-year a:focus-visible { color: #0f3647; text-decoration: underline; }
/* 手机端略减列表缩进，长标题自然换行，不增加卡片或改变整体字号。 */
@media (max-width: 600px) {
    .jhx-archives .jhx-archives-year li { margin-left: 24px; }
}
