* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'SimSun', '宋体', serif; font-size: 14px; color: #333; background: #fff; padding-bottom: 52px; }

/* TOP BAR */
.top-bar { background: #f5f5f5; border-bottom: 1px solid #ddd; padding: 4px 0; font-size: 12px; }
.top-bar .inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: flex-end; gap: 16px; }
.top-bar a { color: #666; text-decoration: none; }
.top-bar a:hover { color: #003366; }

/* HEADER */
header { border-bottom: 3px solid #003366; background: #fff; }
.header-inner { max-width: 1100px; margin: 0 auto; padding: 14px 20px; display: flex; align-items: center; }
.logo-area { display: flex; align-items: center; gap: 18px; text-decoration: none; }
.logo-img { height: 78px; }
.logo-text-block { display: flex; flex-direction: column; justify-content: center; gap: 3px; border-left: 2px solid #003366; padding-left: 22px; }
.logo-text-zh { font-family: '微软雅黑','SimHei',sans-serif; font-size: 32px; font-weight: bold; color: #003366; letter-spacing: 3px; line-height: 1.2; }
.logo-text-en { font-family: 'Times New Roman','Georgia',serif; font-size: 14px; color: #555; letter-spacing: 0.5px; line-height: 1.4; }

/* NAV */
nav.main-nav { background: #003366; }
nav.main-nav .inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; display: flex; }
nav.main-nav a { color: #fff; text-decoration: none; padding: 11px 22px; font-size: 15px; font-family: '微软雅黑','SimHei',sans-serif; display: block; transition: background 0.15s; white-space: nowrap; }
nav.main-nav a:hover, nav.main-nav a.active { background: #002244; }

/* BREADCRUMB */
.breadcrumb { max-width: 1100px; margin: 0 auto; padding: 8px 20px; font-size: 12px; color: #888; border-bottom: 1px solid #eee; }
.breadcrumb a { color: #555; text-decoration: none; }
.breadcrumb a:hover { color: #003366; }
.breadcrumb span { color: #aaa; margin: 0 4px; }

/* LAYOUT */
.main-layout { max-width: 1100px; margin: 0 auto; padding: 20px; display: flex; gap: 20px; }

/* SIDEBAR */
aside.sidebar { width: 180px; flex-shrink: 0; }
.sidebar-title { background: #003366; color: #fff; padding: 10px 14px; font-size: 16px; font-family: '微软雅黑','SimHei',sans-serif; font-weight: bold; }
.sidebar-menu { border: 1px solid #ddd; border-top: none; }
.sidebar-menu a { display: block; padding: 9px 14px; font-size: 14px; color: #333; text-decoration: none; border-bottom: 1px solid #eee; transition: background 0.1s; font-family: '微软雅黑','SimHei',sans-serif; }
.sidebar-menu a:last-child { border-bottom: none; }
.sidebar-menu a:hover { background: #f0f4f8; color: #003366; }
.sidebar-menu a.active { color: #003366; font-weight: bold; background: #f0f4f8; }

/* CONTENT */
.content { flex: 1; min-width: 0; }
.content-title { font-size: 22px; font-family: '微软雅黑','SimHei',sans-serif; color: #003366; border-bottom: 2px solid #003366; padding-bottom: 8px; margin-bottom: 18px; font-weight: bold; }

/* ARTICLE LIST */
.article-item { display: flex; justify-content: space-between; align-items: baseline; padding: 9px 0; border-bottom: 1px dashed #ddd; gap: 12px; }
.article-item:last-child { border-bottom: none; }
.article-item a { color: #333; text-decoration: none; font-size: 14px; flex: 1; line-height: 1.5; font-family: '微软雅黑','SimHei',sans-serif; }
.article-item a::before { content: '▸'; color: #003366; margin-right: 6px; font-size: 11px; }
.article-item a:hover { color: #003366; }
.article-item .date { font-size: 12px; color: #999; white-space: nowrap; font-family: 'Courier New',monospace; }

/* INFO BOX */
.info-box { background: #f0f4f8; border-left: 3px solid #003366; padding: 12px 16px; margin-bottom: 20px; font-size: 13px; color: #555; line-height: 1.7; font-family: '微软雅黑','SimHei',sans-serif; }
.info-box strong { color: #003366; }

/* PAGINATION */
.pagination { margin-top: 24px; display: flex; justify-content: center; align-items: center; gap: 4px; flex-wrap: wrap; }
.pagination a, .pagination span { display: inline-block; padding: 5px 10px; border: 1px solid #ddd; font-size: 13px; text-decoration: none; color: #555; font-family: '微软雅黑','SimHei',sans-serif; }
.pagination a.current { background: #003366; color: #fff; border-color: #003366; }
.pagination a:hover:not(.current) { background: #f0f4f8; }

/* MINISTER PAGE */
.minister-profile { display: flex; gap: 30px; margin-bottom: 20px; }
.minister-photo { width: 180px; flex-shrink: 0; }
.minister-photo img { width: 100%; border: 1px solid #ddd; }
.minister-photo .photo-placeholder { width: 180px; height: 240px; background: #e8edf3; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; color: #999; font-size: 13px; font-family: '微软雅黑',sans-serif; }
.minister-bio { flex: 1; line-height: 2; font-size: 15px; font-family: '微软雅黑','SimHei',sans-serif; }
.minister-bio h2 { font-size: 20px; color: #003366; margin-bottom: 14px; }
.minister-nav { display: flex; gap: 0; border-bottom: 2px solid #003366; margin-bottom: 20px; }
.minister-nav a { text-decoration: none; padding: 8px 18px; font-size: 14px; color: #555; font-family: '微软雅黑',sans-serif; border: 1px solid #ddd; border-bottom: none; margin-right: 4px; background: #f7f7f7; position: relative; top: 2px; }
.minister-nav a.active { background: #fff; color: #003366; font-weight: bold; border-bottom: 2px solid #fff; }
.minister-nav a:hover:not(.active) { background: #efefef; }

/* MISSIONS PAGE */
.missions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid #ddd; border-left: 1px solid #ddd; margin-bottom: 20px; }
.mission-region { background: #003366; color: #fff; padding: 10px 14px; font-size: 15px; font-weight: bold; font-family: '微软雅黑',sans-serif; grid-column: 1/-1; border-right: 1px solid #005; border-bottom: 1px solid #005; }
.mission-item { padding: 8px 12px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 13px; font-family: '微软雅黑',sans-serif; }
.mission-item a { color: #333; text-decoration: none; }
.mission-item a:hover { color: #003366; text-decoration: underline; }

/* FOOTER */
footer { position: fixed; bottom: 0; left: 0; width: 100%; background: #003366; color: #aac; font-size: 12px; z-index: 999; }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 16px 20px; text-align: center; font-family: '微软雅黑','SimHei',sans-serif; }

/* ── MOBILE ── */
@media (max-width: 768px) {
  .top-bar .inner { gap: 10px; padding: 0 12px; flex-wrap: wrap; justify-content: flex-end; }
  .header-inner { padding: 10px 12px; }
  .logo-img { height: 44px; }
  .logo-text-zh { font-size: 18px; letter-spacing: 1px; }
  .logo-text-en { font-size: 10px; }
  .logo-text-block { padding-left: 10px; gap: 2px; }
  nav.main-nav .inner { flex-wrap: wrap; padding: 0; }
  nav.main-nav a { padding: 9px 12px; font-size: 13px; }
  .main-layout { flex-direction: column; padding: 12px; gap: 14px; }
  aside.sidebar { width: 100%; }
  .sidebar-menu { display: flex; flex-wrap: wrap; border: 1px solid #ddd; }
  .sidebar-menu a { flex: 1 1 auto; min-width: 100px; border-right: 1px solid #eee; border-bottom: 1px solid #eee; text-align: center; padding: 8px 6px; font-size: 13px; }
  .minister-profile { flex-direction: column; }
  .minister-photo { width: 100%; }
  .minister-photo .photo-placeholder { width: 100%; height: 200px; }
  .missions-grid { grid-template-columns: repeat(2, 1fr); }
  .breadcrumb { padding: 6px 12px; }
  .content-title { font-size: 18px; }
  .pagination { gap: 3px; }
  .pagination a, .pagination span { padding: 4px 7px; font-size: 12px; }
}
@media (max-width: 480px) {
  .logo-text-zh { font-size: 14px; }
  .logo-text-en { display: none; }
  nav.main-nav a { font-size: 12px; padding: 8px 8px; }
  .missions-grid { grid-template-columns: 1fr 1fr; }
}
