/* 基本字体与页面布局 */
body {
  font-family: "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  max-width: 900px;
  margin: 2em auto;
  line-height: 1.6;
  background: #fafafa;
  color: #333;
  padding: 0 1em;
}

/* 标题 */
h1, h2, h3 {
  color: #2c3e50;
  font-weight: 600;
}

/* 一级单元标题 */
h1 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 1em;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.3em;
}

/* 二级标题（单元） */
h2 {
  margin-top: 1.5em;
  font-size: 1.5em;
  color: #1a5276;
  border-left: 4px solid #1a5276;
  padding-left: 0.5em;
}

/* 列表链接 */
ul {
  list-style-type: none;
  padding-left: 0;
}

li {
  margin: 0.6em 0;
}

/* 链接样式 */
a {
  text-decoration: none;
  color: #006699;
  font-weight: 500;
}

a:hover {
  color: #e67e22;
  text-decoration: underline;
}

/* 页脚 */
footer {
  margin-top: 3em;
  font-size: 0.9em;
  color: #777;
  text-align: center;
}
