body { font-family: -apple-system, "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif; max-width: 860px; margin: 0 auto; padding: 24px; color: #222; line-height: 1.8; }
.topbar { display: flex; justify-content: flex-end; margin-bottom: 8px; }
.lang-switch a { display: inline-block; padding: 4px 12px; margin-left: 6px; border: 1px solid #e3e3e3; border-radius: 14px; font-size: 13px; color: #555; text-decoration: none; }
.lang-switch a.active { background: #1a73e8; color: #fff; border-color: #1a73e8; }
.breadcrumb { font-size: 13px; color: #888; margin-bottom: 16px; }
.breadcrumb a { color: #888; text-decoration: none; }
h1 { font-size: 28px; line-height: 1.4; margin: 12px 0; }
.subtitle { color: #666; font-size: 16px; margin-bottom: 12px; }
.meta { font-size: 13px; color: #999; border-bottom: 1px solid #eee; padding-bottom: 12px; margin-bottom: 20px; }
.cover { max-width: 100%; height: auto; margin: 12px 0; border-radius: 6px; }
.content { font-size: 16px; }
.content img { max-width: 100%; height: auto; }
.wechat-links { margin: 28px 0; padding: 16px; background: #f7f8fa; border-radius: 8px; }
.wechat-links h3 { margin: 0 0 12px; font-size: 16px; }
.wechat-links a { display: inline-block; margin: 6px 8px 6px 0; padding: 8px 14px; background: #07c160; color: #fff; border-radius: 20px; text-decoration: none; font-size: 14px; }
.pager { display: flex; justify-content: space-between; margin-top: 32px; border-top: 1px solid #eee; padding-top: 16px; }
.pager a { color: #1a73e8; text-decoration: none; }
.news-list { list-style: none; padding: 0; margin: 0; }
.news-list li { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid #eee; }
.news-list .thumb { width: 120px; height: 80px; max-width: 32%; object-fit: cover; border-radius: 6px; flex: 0 0 auto; background: #f2f2f2; }
.news-list .info { flex: 1; min-width: 0; }
.news-list .info h2 { font-size: 18px; margin: 0 0 8px; line-height: 1.4; }
.news-list .info h2 a { color: #222; text-decoration: none; }
.news-list .info h2 a:hover { color: #1a73e8; }
.news-list .info .excerpt { color: #666; font-size: 14px; margin: 0 0 8px; }
.news-list .info .date { color: #999; font-size: 12px; }
.empty { color: #999; padding: 40px 0; text-align: center; }
