:root{--green:#083f30;--deep:#052e23;--gold:#b59a5b;--paper:#f5f3ed;--ink:#19231f;--line:#d9ddd8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"Microsoft YaHei","Noto Sans SC",sans-serif;background:#fff}a{color:inherit;text-decoration:none}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:99}.site-header{background:#fff;border-bottom:1px solid #e6e8e5;position:sticky;top:0;z-index:20}.masthead{max-width:1200px;margin:auto;height:88px;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:14px}.brand strong{font-family:serif;font-size:24px;letter-spacing:2px;color:var(--deep)}.brand small{display:block;color:#748079;margin-top:4px;letter-spacing:3px}.seal{width:50px;height:50px;border:2px solid var(--green);display:grid;place-items:center;color:var(--green);font-family:serif;font-weight:bold}.masthead nav{display:flex;gap:34px}.masthead nav a{font-weight:600}.masthead nav a:hover{color:var(--gold)}.nav-toggle{display:none}.hero{background:var(--deep);color:#fff}.carousel,.hero-empty{height:520px;position:relative}.slide{position:absolute;inset:0;background-size:cover;background-position:center;display:none}.slide.active{display:grid;place-items:center start}.slide>div,.hero-empty{padding-left:max(24px,calc((100vw - 1152px)/2))}.slide p,.hero-empty p{letter-spacing:8px;color:#dcc999}.slide h1,.hero-empty h1{font:48px/1.25 serif;letter-spacing:5px;margin:16px 0}.slide span,.hero-empty span{font-size:18px}.hero-empty{display:flex;flex-direction:column;justify-content:center;background:linear-gradient(115deg,#052e23,#145a45)}.dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%)}.dots button{width:30px;height:3px;border:0;background:#ffffff77;margin:5px}.dots button.active{background:#fff}.section{max-width:1200px;margin:auto;padding:80px 24px}.shaded{max-width:none;background:var(--paper);padding-left:max(24px,calc((100vw - 1152px)/2));padding-right:max(24px,calc((100vw - 1152px)/2))}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px}.section-title small{color:var(--gold);letter-spacing:3px}.section-title h2{font:32px serif;color:var(--deep);margin:8px 0 0}.section-title a{color:var(--green)}.notice-list{border-top:2px solid var(--green)}.notice-list>a{display:grid;grid-template-columns:130px 1fr;align-items:center;padding:20px 8px;border-bottom:1px solid var(--line)}.notice-list>a:hover{background:#f8faf8}.notice-list time{color:#68736d}.notice-list em{font-style:normal;color:var(--green);border:1px solid #9eb4aa;padding:3px 8px;margin-right:14px;font-size:13px}.detailed span{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.detailed strong{font-size:17px}.detailed small{display:block;width:100%;color:#727b76}.gallery,.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gallery article,.service-grid article{background:#fff;box-shadow:0 8px 25px #00000010}.gallery img,.service-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.gallery article div,.service-grid article h3,.service-grid article p{padding-left:20px;padding-right:20px}.gallery h3,.service-grid h3{font:22px serif;color:var(--deep)}.gallery p,.service-grid p{color:#68736d;padding-bottom:20px}.quick-links{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.quick-links a{min-height:140px;border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:#fff}.quick-links img,.icon-placeholder{width:48px;height:48px;object-fit:contain}.icon-placeholder{display:grid;place-items:center;background:var(--green);color:#fff;border-radius:50%}.empty{padding:35px;background:#fff;border:1px dashed #b8c0bb;text-align:center;color:#737c77}.page-head{background:var(--deep);color:#fff;padding:65px max(24px,calc((100vw - 1152px)/2))}.page-head h1{font:38px serif;margin:0}.search{display:flex;align-items:end;gap:16px;margin-bottom:35px}.search label{display:grid;gap:7px}.search input,.search select{height:44px;border:1px solid #aeb7b1;padding:0 12px;min-width:230px}.search button{height:44px;background:var(--green);color:#fff;border:0;padding:0 25px}.article{max-width:900px;margin:60px auto;padding:0 24px}.article>header{text-align:center;border-bottom:1px solid var(--line);padding:35px 0}.article header span{color:var(--green)}.article h1{font:36px/1.4 serif}.article time{color:#78827d}.lead{background:var(--paper);padding:22px;border-left:4px solid var(--gold)}.article-body{white-space:pre-wrap;line-height:2;min-height:160px}.attachments{margin-top:40px;border-top:1px solid var(--line)}.attachments a{display:flex;justify-content:space-between;padding:15px;border-bottom:1px solid var(--line)}.attachments small{color:#727b76}footer{background:#062d23;color:#dce6e1;padding:45px 24px}.footer-inner{max-width:1152px;margin:auto;display:flex;justify-content:space-between}.footer-inner p{color:#9eb2a9}.markers{display:flex;gap:18px}.markers a{display:flex;align-items:center;gap:8px}.markers img{max-height:48px;max-width:70px}@media(max-width:760px){.masthead{height:70px;padding:0 16px}.brand strong{font-size:19px}.brand small{display:none}.seal{width:42px;height:42px}.nav-toggle{display:block;background:var(--green);color:#fff;border:0;padding:9px 12px}.masthead nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;padding:20px;box-shadow:0 8px 15px #0002;flex-direction:column;gap:18px}.masthead nav.open{display:flex}.carousel,.hero-empty{height:380px}.slide h1,.hero-empty h1{font-size:32px}.section{padding:55px 16px}.notice-list>a{grid-template-columns:1fr;gap:8px}.gallery,.service-grid{grid-template-columns:1fr}.quick-links{grid-template-columns:repeat(2,1fr)}.search{display:grid}.search input,.search select{width:100%}.footer-inner{display:block}.markers{margin-top:25px}.article h1{font-size:28px}.attachments a{display:grid;gap:5px}}
