/* 规章制度 — 庄重灰调 · 公文文档 */
body.page-rules {
  --accent: #546e7a;
  --accent-light: #78909c;
  background: #eceff1;
}

body.page-rules .top { background: rgba(255,255,255,.97); }
body.page-rules .menu ul li a.on { background: linear-gradient(135deg, #37474f, #546e7a); }

body.page-rules .rulesbg {
  background: linear-gradient(135deg, #263238 0%, #37474f 50%, #546e7a 100%);
}

body.page-rules .rulesbg::after { content: '规章制度'; }

body.page-rules .content-card {
  background: #fff;
  border-left: 4px solid var(--accent);
}

body.page-rules .about_t { color: #263238; font-size: 28px; }
body.page-rules .about_t::after { background: var(--accent); }

body.page-rules .rules-list li a::before { background: var(--accent); }

body.page-rules .rules-list li a:hover {
  background: var(--accent);
}

body.page-rules .about_cont h1 {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  color: #263238;
  text-align: center;
  margin: 0 0 1.5em;
  padding-bottom: 16px;
  border-bottom: 2px solid #eceff1;
}

body.page-rules .about_cont h2 {
  font-size: 17px;
  font-weight: 700;
  color: #37474f;
  margin: 1.8em 0 .8em;
  padding-left: 12px;
  border-left: 3px solid var(--accent);
}

body.page-rules .about_cont p {
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 2;
  color: #455a64;
  text-indent: 2em;
}

body.page-rules .about_cont p:last-child {
  text-align: right;
  text-indent: 0;
  margin-top: 2em;
  color: #78909c;
}

body.page-rules .lmenu a:hover,
body.page-rules .lmenu .on {
  color: var(--accent);
  border-left-color: var(--accent);
}

body.page-rules .foot2 { background: linear-gradient(180deg, #263238, #1a2327); }
body.page-rules .foot2_in a:hover { color: var(--accent-light); }
