/* 页面专属样式：news.html
   由内联 <style> 抽离而来，仅在 news.html 引用，避免污染其它页面。
   加载顺序须在 pages.css 之后以保持覆盖优先级。 */

/* ===== 原 news.html 内联 <style> 第1块 ===== */
.news-card{transition:transform .35s var(--ease),box-shadow .35s}
.news-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(27,21,16,.08)}
.news-card h3{transition:color .3s}
.news-card:hover h3{color:var(--gold-3)}
.news-date{font-family:var(--font-serif);color:var(--gold-3);font-weight:700}
