:root{--primary-color: #f97316;--primary-color-hover: #ea580c;--primary-color-light: #fb923c;--primary-gradient: linear-gradient(135deg, #f97316 0%, #ef4444 100%);--bg-primary: #f8fafc;--bg-secondary: #fff;--bg-tertiary: #f1f5f9;--bg-dark: #1e293b;--text-primary: #1e293b;--text-secondary: #475569;--text-muted: #94a3b8;--text-light: #cbd5e1;--border-color: #e2e8f0;--border-light: #f1f5f9;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);--shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1)}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}.mod-new-header{background:linear-gradient(135deg, #1e293b 0%, #334155 100%);padding:40px 0}@media screen and (max-width: 767px){.mod-new-header{padding:30px 0}}.mod-new-header .header-content{text-align:center;color:#fff}.mod-new-header .header-title{font-size:32px;font-weight:700;margin-bottom:12px}@media screen and (max-width: 767px){.mod-new-header .header-title{font-size:24px}}.mod-new-header .header-desc{font-size:15px;color:hsla(0,0%,100%,.7)}.mod-new-content{padding:35px 0}@media screen and (max-width: 767px){.mod-new-content{padding:25px 0}}.new-section{margin-bottom:35px}@media screen and (max-width: 767px){.new-section{margin-bottom:25px}}.new-section:last-child{margin-bottom:0}.new-date{display:flex;align-items:center;gap:12px;margin-bottom:22px}@media screen and (max-width: 767px){.new-date{margin-bottom:18px}}.new-date .date-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:var(--primary-gradient);border-radius:var(--radius)}@media screen and (max-width: 767px){.new-date .date-icon{width:36px;height:36px}}.new-date .date-icon svg{width:22px;height:22px;color:#fff}@media screen and (max-width: 767px){.new-date .date-icon svg{width:18px;height:18px}}.new-date .date-text .date-main{font-size:18px;font-weight:600;color:var(--text-primary)}@media screen and (max-width: 767px){.new-date .date-text .date-main{font-size:16px}}.new-date .date-text .date-sub{font-size:13px;color:var(--text-muted);margin-top:2px}@media screen and (max-width: 767px){.new-date .date-text .date-sub{font-size:12px}}.new-list{background:var(--bg-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.new-list .new-item{display:flex;gap:18px;padding:18px 20px;border-bottom:1px solid var(--border-light);transition:background .2s}@media screen and (max-width: 767px){.new-list .new-item{gap:12px;padding:15px}}.new-list .new-item:last-child{border-bottom:none}.new-list .new-item:hover{background:var(--bg-tertiary)}.new-list .new-item:hover .item-title{color:var(--primary-color)}.new-list .item-cover{flex-shrink:0;width:90px;height:120px;border-radius:var(--radius-sm);overflow:hidden}@media screen and (max-width: 767px){.new-list .item-cover{width:70px;height:95px}}.new-list .item-cover img{width:100%;height:100%;object-fit:cover}.new-list .item-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.new-list .item-title{font-size:16px;font-weight:500;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}@media screen and (max-width: 767px){.new-list .item-title{font-size:14px}}.new-list .item-meta{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:10px}@media screen and (max-width: 767px){.new-list .item-meta{gap:6px 12px;margin-top:8px}}.new-list .item-meta span{font-size:13px;color:var(--text-muted)}@media screen and (max-width: 767px){.new-list .item-meta span{font-size:12px}}.new-list .item-remarks{display:inline-block;padding:4px 10px;font-size:12px;color:var(--primary-color);background:rgba(249,115,22,.1);border-radius:var(--radius-sm)}@media screen and (max-width: 767px){.new-list .item-remarks{padding:3px 8px;font-size:11px}}