/*[2026/09/21 10:54:25] This file is generated by code, DO NOT edit this file! */
/* 首页 H3 快捷入口 */
.category-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0 0 24px;
}
.category-quick-links h3 {
  flex: 0 1 220px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.category-quick-links h3 a {
  display: block;
  padding: 12px 16px;
  background: #f5f7fa;
  border-radius: 8px;
  color: #1D428A;
  text-decoration: none;
  transition: background 0.2s;
}
.category-quick-links h3 a:hover {
  background: #e8ecf2;
  color: #0d2b5c;
}

/* H2 下方描述 */
.h2-desc {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}
/* 首页博客 */
.module-blog-latest.grid .blog-latest-wrapper .info .blog-title > h3 { margin: 0; font-size: inherit; font-weight: inherit; line-height: inherit; }
.module-blog-latest.grid .blog-latest-wrapper .info .blog-title > h3 > a { display: block; height: 24px; font-size: 16px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 20px; color: #333; }
.module-blog-latest.grid .blog-latest-wrapper .info .blog-title > h3 > a:hover { color: var(--main-color); }