/* News catalogue redesign v1. Loaded only for the /news route. */
body.page-news #main-content{background:#f1f5fb}
.news-list-page{--news-blue:#2f6bff;--news-cyan:#19c2e6;--news-orange:#ff9e39;--news-ink:#10203d;--news-muted:#6d7f98;--news-line:#dfe7f1;color:var(--news-ink);background:#f1f5fb}
.news-list-page .container{width:min(1240px,calc(100% - 40px));max-width:1240px}
.news-list-page a:focus-visible,.news-list-page button:focus-visible,.news-list-page input:focus-visible{outline:3px solid rgba(64,122,255,.42);outline-offset:3px}

.news-list-page .news-hero{position:relative;min-height:418px;overflow:hidden;border:0;color:#fff;background:radial-gradient(circle at 80% 15%,rgba(32,93,155,.44) 0,transparent 35%),radial-gradient(circle at 96% 90%,rgba(48,77,154,.33) 0,transparent 34%),linear-gradient(118deg,#061326 0%,#071b37 56%,#0d315a 100%)}
.news-list-page .news-hero:before{content:"";position:absolute;top:-340px;right:-150px;width:620px;height:620px;border:1px solid rgba(75,214,239,.13);border-radius:50%;box-shadow:0 0 0 84px rgba(67,207,233,.035),0 0 0 168px rgba(45,114,255,.025)}
.news-list-page .news-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:linear-gradient(90deg,transparent 4%,#000 66%,#000);mask-image:linear-gradient(90deg,transparent 4%,#000 66%,#000)}
.news-list-page .news-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);gap:18px;min-height:418px;padding:42px 0 44px}
.news-list-page .news-hero-copy{position:relative;z-index:2;max-width:690px}
.news-list-page .news-hero-copy .eyebrow{margin:0 0 21px;color:#8ea8c9;font-size:13px;line-height:1.5}
.news-list-page .news-hero-copy .eyebrow a:hover{color:#fff}.news-list-page .news-hero-copy .eyebrow .sep{padding:0 9px;color:#47d1e6}
.news-list-page .news-hero-copy h1{margin:0 0 17px;color:#fff;font-size:54px;line-height:1.08;font-weight:850;letter-spacing:-1.5px}
.news-list-page .news-hero-copy h1 .accent{background:linear-gradient(90deg,#4f88ff,#19cae4 55%,#ffb148);-webkit-background-clip:text;background-clip:text;color:transparent}
.news-list-page .news-hero-copy>p{margin:0 0 29px;color:#b6c9df;font-size:17px;line-height:1.7}
.news-list-page .news-hero-search{position:relative;display:flex;align-items:center;width:min(610px,100%);max-width:none;height:60px;padding:6px 7px 6px 18px;overflow:visible;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#fff;box-shadow:0 20px 48px rgba(0,16,38,.4)}
.news-list-page .news-search-icon{position:relative;display:block;width:21px;height:21px;flex:0 0 21px;margin-right:13px;color:#8495ad}
.news-list-page .news-search-icon:before{content:"";position:absolute;top:1px;left:1px;width:13px;height:13px;border:2px solid currentColor;border-radius:50%}
.news-list-page .news-search-icon:after{content:"";position:absolute;right:1px;bottom:2px;width:7px;height:2px;border-radius:2px;background:currentColor;transform:rotate(45deg);transform-origin:right center}
.news-list-page .news-hero-search input{min-width:0;height:100%;padding:0;border:0;background:transparent;color:#243653;font-size:15px;outline:0}
.news-list-page .news-hero-search input::placeholder{color:#95a2b5}
.news-list-page .news-hero-search button{width:112px;height:48px;flex:0 0 112px;border:0;border-radius:12px;background:linear-gradient(135deg,#407aff,#285fe9);color:#fff;font-size:14px;font-weight:750;box-shadow:0 9px 20px rgba(47,107,255,.33)}
.news-list-page .news-hero-search button:hover{background:linear-gradient(135deg,#4a82ff,#1e56df)}
.news-list-page .news-hero-hot{gap:8px;margin-top:16px;color:#7995b9;font-size:13px}
.news-list-page .news-hero-hot>span{margin-right:1px}.news-list-page .news-hero-hot a{display:inline-flex;align-items:center;min-height:29px;padding:4px 11px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:rgba(255,255,255,.035);color:#9db1cb;line-height:1.2}
.news-list-page .news-hero-hot a:hover{border-color:rgba(102,151,255,.35);background:rgba(63,113,217,.14);color:#fff}
.news-list-page .news-hero .news-art{align-self:end;width:100%;height:390px;border:0;border-radius:0;background:url("../images/design/hero-news-redesign.png") center/contain no-repeat;filter:drop-shadow(0 24px 45px rgba(0,16,45,.54));-webkit-mask-image:none;mask-image:none;overflow:visible}
.news-list-page .news-hero .news-art:before,.news-list-page .news-hero .news-art:after{display:none}

.news-list-page .news-main{padding:39px 0 62px;background:linear-gradient(180deg,#f2f6fb,#edf3f9)}
.news-list-page .news-layout{display:grid;grid-template-columns:220px minmax(0,1fr) 272px;gap:20px;align-items:start}
.news-list-page .news-sidebar,.news-list-page .news-rail{position:sticky;top:90px;display:grid;gap:17px;align-self:start}
.news-list-page .news-panel,.news-list-page .news-feed-panel{overflow:hidden;border:1px solid var(--news-line);border-radius:19px;background:#fff;box-shadow:0 12px 32px rgba(25,58,103,.067)}
.news-list-page .news-panel-heading{display:flex;align-items:center;justify-content:space-between;min-height:60px;padding:17px 18px 14px;border-bottom:1px solid #edf1f6}
.news-list-page .news-panel-heading h2{margin:0;color:#142644;font-size:18px;line-height:1.4}
.news-list-page .news-panel-chevron{position:relative;width:23px;height:23px;border-radius:7px;background:#f2f6fc}
.news-list-page .news-panel-chevron:after{content:"";position:absolute;top:8px;left:8px;width:6px;height:6px;border-top:1.5px solid #8797ad;border-left:1.5px solid #8797ad;transform:rotate(45deg)}
.news-list-page .news-category-list{display:grid;gap:3px;padding:10px}
.news-list-page .news-category-link{display:flex;align-items:center;gap:10px;min-height:43px;padding:7px 11px;border-radius:11px;color:#5d708a;font-size:14px;line-height:1.4}
.news-list-page .news-category-link:hover{background:#f6f8fc;color:#2f62e1}
.news-list-page .news-category-icon{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:8px;background:#f3f6fa;color:#7d90a9;font-size:13px}
.news-list-page .news-category-icon img{width:18px;height:18px;object-fit:contain}
.news-list-page .news-category-link.is-active{background:linear-gradient(90deg,#edf3ff,#f7f9ff);color:#2f62e1;font-weight:700}
.news-list-page .news-category-link.is-active .news-category-icon{background:#2f6bff;color:#fff;box-shadow:0 6px 13px rgba(47,107,255,.21)}
.news-list-page .news-tags-panel{padding-bottom:0}.news-list-page .news-tag-cloud{display:flex;flex-wrap:wrap;gap:7px;padding:15px 14px 13px}
.news-list-page .news-tag-cloud a{display:inline-flex;align-items:center;min-height:31px;padding:5px 9px;border:1px solid #e3e9f1;border-radius:8px;background:#f8fafc;color:#6c7d94;font-size:12px;line-height:1.2}
.news-list-page .news-tag-cloud a:hover{border-color:#cbdafa;background:#eef4ff;color:#2e63df}
.news-list-page .news-panel-more{display:flex;align-items:center;justify-content:center;min-height:43px;margin:0;padding:8px 14px;border-top:1px solid #edf1f6;color:#3970de;font-size:12px;font-weight:650;line-height:1.4}
.news-list-page .news-panel-more:hover{background:#f7faff;color:#1f59d5}
.news-list-page .news-subscribe-panel{position:relative;min-height:232px;padding:21px 17px 22px;overflow:hidden;border:0;color:#fff;background:radial-gradient(circle at 90% 90%,rgba(40,197,232,.3),transparent 34%),linear-gradient(145deg,#0c2a52,#0e4380)}
.news-list-page .news-subscribe-panel:before{content:"";position:absolute;right:-55px;bottom:-55px;width:130px;height:130px;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 25px rgba(255,255,255,.03)}
.news-list-page .news-subscribe-panel h2{position:relative;margin:0 0 8px;color:#fff;font-size:18px;line-height:1.4}
.news-list-page .news-subscribe-panel p{position:relative;margin:0 0 16px;color:#a9c1df;font-size:13px;line-height:1.65}
.news-list-page .news-subscribe-panel form{position:relative;z-index:1;display:grid;gap:9px}.news-list-page .news-subscribe-panel input{width:100%;height:41px;padding:0 11px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(255,255,255,.08);color:#fff;font-size:13px;outline:0}
.news-list-page .news-subscribe-panel input::placeholder{color:#b5c8df}.news-list-page .news-subscribe-panel input:focus{border-color:rgba(110,211,244,.75);box-shadow:0 0 0 3px rgba(50,196,235,.12)}
.news-list-page .news-subscribe-panel button{width:100%;height:41px;margin:0;border:0;border-radius:10px;background:#fff;color:#2864df;font-size:13px;font-weight:750}
.news-list-page .news-subscribe-panel button:hover{background:#eef4ff}.news-list-page .news-subscribe-panel button:disabled{opacity:.72;cursor:wait}
.news-list-page .news-subscribe-panel .news-subscribe-status{min-height:18px;margin:0;color:#bcd0e7;font-size:12px}.news-list-page .news-subscribe-panel .news-subscribe-status[data-state="success"]{color:#88f0cc}.news-list-page .news-subscribe-panel .news-subscribe-status[data-state="error"]{color:#ffd0c5}
.news-list-page .news-subscribe-art{position:absolute;right:14px;top:17px;width:38px;height:38px;border-radius:11px;background:rgba(255,255,255,.1)}
.news-list-page .news-subscribe-art:before{content:"";position:absolute;top:11px;left:9px;width:18px;height:13px;border:1.5px solid #63d9ea;border-radius:3px}.news-list-page .news-subscribe-art:after{content:"";position:absolute;top:11px;left:10px;width:16px;height:10px;border-bottom:1.5px solid #63d9ea;transform:rotate(35deg) skewX(-20deg)}

.news-list-page .news-feed-panel{min-width:0;border-radius:21px}
.news-list-page .news-feed-toolbar{display:flex;align-items:center;justify-content:space-between;min-height:67px;padding:0 16px 0 20px;border-bottom:1px solid #e9eef5}
.news-list-page .news-tabs{display:flex;align-items:stretch;align-self:stretch;gap:25px}
.news-list-page .news-tabs a{position:relative;display:flex;align-items:center;padding:0;color:#697a92;font-size:14px;line-height:1.4}
.news-list-page .news-tabs a:hover,.news-list-page .news-tabs a.is-active{color:#2e65e8;font-weight:750}
.news-list-page .news-tabs a.is-active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;border-radius:3px;background:#2f6bff}
.news-list-page .news-view-switch{display:flex;gap:6px;padding:0}
.news-list-page .news-view-switch button{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 10px;border:1px solid #e0e7f1;border-radius:8px;background:#fff;color:#7a8ba0;font-size:12px;line-height:1}
.news-list-page .news-view-switch button:hover,.news-list-page .news-view-switch button.is-active{border-color:#cbdafa;background:#eef4ff;color:#2e63df}
.news-list-page .news-feed{display:block;padding:0 18px}
.news-list-page .news-list-item{display:grid;grid-template-columns:154px minmax(0,1fr);gap:17px;min-width:0;padding:18px 0;border-bottom:1px solid #edf1f6}
.news-list-page .news-list-item:last-child{border-bottom:0}
.news-list-page .news-list-media{display:block;width:154px;height:108px;overflow:hidden;border-radius:13px;background:#dce8fb}
.news-list-page .news-list-media img,.news-list-page .news-list-media .news-fallback{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s}
.news-list-page .news-list-media:hover img,.news-list-page .news-list-media:hover .news-fallback{transform:scale(1.035)}
.news-list-page .news-list-content{display:flex;min-width:0;flex-direction:column;padding:0}
.news-list-page .news-list-category{align-self:flex-start;display:inline-flex;align-items:center;min-height:26px;padding:4px 8px;border:1px solid #dbe6fd;border-radius:7px;background:#edf3ff;color:#2f65e3;font-size:12px;line-height:1.2}
.news-list-page .news-list-content h2{margin:8px 0 5px;color:#142644;font-size:17px;line-height:1.45;white-space:normal;overflow:visible;text-overflow:clip}
.news-list-page .news-list-content h2 a:hover{color:var(--news-blue)}
.news-list-page .news-list-content>p{display:block;margin:0;color:#72839b;font-size:14px;line-height:1.65;overflow:visible}
.news-list-page .news-list-meta{display:flex;align-items:center;flex-wrap:wrap;gap:5px 14px;margin-top:auto;padding-top:9px;color:#8998ab;font-size:12px;line-height:1.4;white-space:normal;overflow:visible}
.news-list-page .news-list-meta>span,.news-list-page .news-list-meta time{display:inline-flex;align-items:center;gap:4px;min-width:0;overflow:visible}.news-list-page .news-list-meta [aria-hidden="true"]{color:#6c9deb;font-size:12px}.news-list-page .news-meta-author{max-width:190px}

.news-list-page .news-list-item--lead{position:relative;display:block;height:294px;margin:18px 0;padding:0;overflow:hidden;border:1px solid #dce5f2;border-radius:17px;background:#102650;box-shadow:0 9px 25px rgba(28,61,107,.09)}
.news-list-page .news-list-item--lead .news-list-media{width:100%;height:100%;border-radius:0}
.news-list-page .news-list-item--lead .news-list-media:after{content:"";position:absolute;inset:24% 0 0;background:linear-gradient(transparent,rgba(5,17,39,.93));pointer-events:none}
.news-list-page .news-list-item--lead .news-list-content{position:absolute;z-index:2;right:0;bottom:0;left:0;padding:76px 22px 19px;background:linear-gradient(transparent,rgba(5,17,39,.88));color:#fff}
.news-list-page .news-list-item--lead .news-list-category{border-color:transparent;background:#2f6bff;color:#fff;font-size:11px;font-weight:700}
.news-list-page .news-list-item--lead .news-list-content h2{display:-webkit-box;margin:9px 0 5px;color:#fff;font-size:22px;line-height:1.42;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.news-list-page .news-list-item--lead .news-list-content h2 a:hover{color:#dceaff}
.news-list-page .news-list-item--lead .news-list-content>p{display:-webkit-box;color:#c7d5e8;font-size:14px;line-height:1.55;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.news-list-page .news-list-item--lead .news-list-meta{margin-top:9px;padding-top:0;color:#b8c9df;font-size:12px}.news-list-page .news-list-item--lead .news-list-meta [aria-hidden="true"]{color:#7eb8ff}

.news-list-page .news-empty{margin:18px;padding:36px 16px;border:1px dashed #dce6f4;border-radius:15px;text-align:center;color:#78889e}.news-list-page .news-empty strong{display:block;color:#4b5e79;font-size:17px}.news-list-page .news-empty p{margin:6px 0 12px;font-size:14px}.news-list-page .news-empty a{color:#2f6bff;font-size:14px;font-weight:650}
.news-list-page .news-pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:22px 0 25px;border-top:1px solid #edf1f6}
.news-list-page .news-pagination a,.news-list-page .news-pagination-ellipsis{display:grid;min-width:38px;height:38px;place-items:center;padding:0 9px;border:1px solid #dfe7f2;border-radius:10px;background:#fff;color:#6d7f98;font-size:13px;line-height:1}
.news-list-page .news-pagination a:hover,.news-list-page .news-pagination a.is-current{border-color:#2f6bff;background:#2f6bff;color:#fff;box-shadow:0 8px 17px rgba(47,107,255,.22)}
.news-list-page .news-pagination .news-pagination-arrow{font-size:19px}.news-list-page .news-pagination .news-pagination-next{min-width:83px;display:flex;gap:5px}.news-list-page .news-pagination-ellipsis{border-color:transparent;background:transparent}

.news-list-page .news-hot-panel{padding-bottom:6px}.news-list-page .news-hot-list{display:grid;gap:0;margin:0;padding:4px 16px 10px;list-style:none}
.news-list-page .news-hot-list li{display:grid;grid-template-columns:24px 56px minmax(0,1fr);gap:9px;align-items:center;min-width:0;padding:13px 0;border-bottom:1px solid #edf1f6}.news-list-page .news-hot-list li:last-child{border-bottom:0}
.news-list-page .news-rank{display:grid;width:22px;height:22px;place-items:center;border-radius:7px;background:#edf2f8;color:#6f8096;font-size:11px;font-weight:800;line-height:1}
.news-list-page .news-rank--1{background:#fff0ed;color:#f06442}.news-list-page .news-rank--2{background:#fff6e7;color:#e2911a}.news-list-page .news-rank--3{background:#edf4ff;color:#3670e8}
.news-list-page .news-hot-thumb{display:block;width:56px;height:45px;overflow:hidden;border-radius:9px;background:#dce9ff}.news-list-page .news-hot-thumb img,.news-list-page .news-hot-thumb .news-fallback{display:block;width:100%;height:100%;object-fit:cover}
.news-list-page .news-hot-title{display:-webkit-box;color:#243a5b;font-size:13px;line-height:1.45;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.news-list-page .news-hot-title:hover{color:#2f6bff}.news-list-page .news-hot-list small{display:block;margin-top:4px;color:#94a2b4;font-size:12px;line-height:1.3}.news-list-page .news-hot-list small span{color:#70a3ee}
.news-list-page .news-panel-empty{padding:0 16px 10px;color:#9aa7b8;font-size:13px}
.news-list-page .news-topics-panel{padding-bottom:0}.news-list-page .news-topic-list{display:grid;gap:10px;padding:14px}
.news-list-page .news-topic-card{position:relative;display:block;height:90px;overflow:hidden;border-radius:13px;background:#0e2a55}.news-list-page .news-topic-card>img,.news-list-page .news-topic-fallback{display:block;width:100%;height:100%;object-fit:cover;background-position:center;background-size:cover;transition:transform .3s}.news-list-page .news-topic-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,22,46,.85),rgba(7,22,46,.14))}.news-list-page .news-topic-card:hover>img,.news-list-page .news-topic-card:hover .news-topic-fallback{transform:scale(1.035)}
.news-list-page .news-topic-overlay{position:absolute;z-index:2;inset:0;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:11px 14px;color:#fff;text-align:left}.news-list-page .news-topic-overlay strong{display:block;font-size:14px;line-height:1.4}.news-list-page .news-topic-overlay small{margin-top:5px;color:#c6d5e8;font-size:12px;line-height:1.35}
.news-list-page .news-latest-panel{padding-bottom:0}.news-list-page .news-latest-list{display:grid;gap:0;margin:0;padding:4px 16px 10px;list-style:none}.news-list-page .news-latest-list li{display:block;padding:12px 0;border-bottom:1px solid #edf1f6}.news-list-page .news-latest-list li:last-child{border-bottom:0}.news-list-page .news-latest-list a{display:block;color:#344966;font-size:13px;line-height:1.5;white-space:normal;overflow:visible;text-overflow:clip}.news-list-page .news-latest-list a:hover{color:#2f6bff}.news-list-page .news-latest-list time{display:block;margin-top:5px;color:#98a5b6;font-size:12px;line-height:1.3}

.news-list-page .news-feed.is-card-view{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:18px}
.news-list-page .news-feed.is-card-view .news-list-item,.news-list-page .news-feed.is-card-view .news-list-item--lead{position:relative;display:flex;height:auto;min-height:0;margin:0;padding:0 0 15px;overflow:hidden;flex-direction:column;gap:0;border:1px solid #e2e8f2;border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(25,58,103,.055)}
.news-list-page .news-feed.is-card-view .news-list-media,.news-list-page .news-feed.is-card-view .news-list-item--lead .news-list-media{position:relative;width:100%;height:156px;border-radius:0}
.news-list-page .news-feed.is-card-view .news-list-item--lead .news-list-media:after{display:none}
.news-list-page .news-feed.is-card-view .news-list-content,.news-list-page .news-feed.is-card-view .news-list-item--lead .news-list-content{position:static;display:flex;padding:15px 15px 0;background:none;color:inherit}
.news-list-page .news-feed.is-card-view .news-list-item--lead .news-list-category{border-color:#dbe6fd;background:#edf3ff;color:#2f65e3}
.news-list-page .news-feed.is-card-view .news-list-content h2,.news-list-page .news-feed.is-card-view .news-list-item--lead .news-list-content h2{min-height:49px;margin:8px 0 5px;color:#142644;font-size:16px;line-height:1.5}
.news-list-page .news-feed.is-card-view .news-list-content>p,.news-list-page .news-feed.is-card-view .news-list-item--lead .news-list-content>p{display:-webkit-box;color:#72839b;font-size:14px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.news-list-page .news-feed.is-card-view .news-list-meta,.news-list-page .news-feed.is-card-view .news-list-item--lead .news-list-meta{margin-top:12px;color:#8998ab;font-size:12px}

/* The base theme hides the list trust strip; the route-specific stylesheet restores the CMS-driven benefits. */
body.page-news main#main-content + .trust-strip{display:block}

@media (max-width:1180px){
  .news-list-page .news-hero-inner{grid-template-columns:minmax(0,1fr) 430px}
  .news-list-page .news-hero .news-art{height:350px}
  .news-list-page .news-layout{grid-template-columns:205px minmax(0,1fr) 245px;gap:17px}
  .news-list-page .news-list-item{grid-template-columns:138px minmax(0,1fr);gap:15px}.news-list-page .news-list-media{width:138px;height:103px}
}
@media (max-width:980px){
  .news-list-page .news-hero-inner{grid-template-columns:minmax(0,1fr) 340px;min-height:390px}.news-list-page .news-hero-copy h1{font-size:46px}.news-list-page .news-hero .news-art{height:300px}
  .news-list-page .news-layout{grid-template-columns:210px minmax(0,1fr)}
  .news-list-page .news-sidebar{position:static}.news-list-page .news-rail{position:static;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.news-list-page .news-latest-panel{grid-column:1/-1}
}
@media (max-width:780px){
  .news-list-page .container{width:calc(100% - 32px)}
  .news-list-page .news-hero{min-height:0}.news-list-page .news-hero-inner{display:block;min-height:0;padding:42px 0 45px}.news-list-page .news-hero-copy{max-width:none}.news-list-page .news-hero-copy h1{font-size:42px}.news-list-page .news-hero-copy>p{font-size:16px}
  .news-list-page .news-hero .news-art{position:absolute;right:-100px;bottom:-30px;display:block;width:390px;height:270px;opacity:.22;filter:none}.news-list-page .news-hero-search,.news-list-page .news-hero-hot{position:relative;z-index:2}
  .news-list-page .news-layout{display:flex;flex-direction:column;gap:16px}.news-list-page .news-feed-panel{order:1;width:100%}.news-list-page .news-sidebar{order:2;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.news-list-page .news-category-panel{grid-row:span 2}.news-list-page .news-rail{order:3;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.news-list-page .news-latest-panel{grid-column:1/-1}
}
@media (max-width:620px){
  .news-list-page .container{width:calc(100% - 28px)}.news-list-page .news-hero-inner{padding:34px 0 38px}.news-list-page .news-hero-copy .eyebrow{margin-bottom:15px}.news-list-page .news-hero-copy h1{font-size:36px}.news-list-page .news-hero-copy>p{margin-bottom:22px;font-size:15px}
  .news-list-page .news-hero-search{height:54px;padding-left:14px;border-radius:14px}.news-list-page .news-hero-search button{width:91px;height:44px;flex-basis:91px}.news-list-page .news-hero-hot{gap:7px}
  .news-list-page .news-main{padding:24px 0 44px}.news-list-page .news-feed-toolbar{align-items:flex-start;height:auto;min-height:0;padding:0 12px;flex-direction:column}.news-list-page .news-tabs{width:100%;height:53px;gap:19px;overflow-x:auto}.news-list-page .news-view-switch{padding:9px 0 11px}
  .news-list-page .news-list-item--lead{height:284px}.news-list-page .news-list-item--lead .news-list-content{padding-right:17px;padding-bottom:17px;padding-left:17px}.news-list-page .news-list-item--lead .news-list-content h2{font-size:19px}
  .news-list-page .news-list-item{grid-template-columns:122px minmax(0,1fr);gap:13px}.news-list-page .news-list-media{width:122px;height:96px}.news-list-page .news-list-content h2{font-size:15px}.news-list-page .news-list-content>p{font-size:14px}.news-list-page .news-list-meta{font-size:12px}.news-list-page .news-meta-author{display:none!important}
  .news-list-page .news-sidebar,.news-list-page .news-rail{display:flex;flex-direction:column}.news-list-page .news-feed.is-card-view{grid-template-columns:1fr}.news-list-page .news-pagination{flex-wrap:wrap;gap:6px;padding-right:10px;padding-left:10px}.news-list-page .news-pagination a,.news-list-page .news-pagination-ellipsis{min-width:34px;height:34px;padding:0 7px}
}
@media (max-width:440px){
  .news-list-page .news-hero-copy h1{font-size:32px}.news-list-page .news-hero-search>span{display:none}.news-list-page .news-hero-search input{padding-left:3px;font-size:14px}.news-list-page .news-hero-hot a{font-size:12px}
  .news-list-page .news-feed{padding:0 14px}.news-list-page .news-list-item--lead{height:265px}.news-list-page .news-list-item--lead .news-list-content h2{font-size:17px}.news-list-page .news-list-item--lead .news-list-content>p{font-size:14px}
  .news-list-page .news-list-item{grid-template-columns:104px minmax(0,1fr);gap:11px}.news-list-page .news-list-media{width:104px;height:84px}.news-list-page .news-list-content h2{margin-top:6px;font-size:14px}.news-list-page .news-list-content>p{display:none}.news-list-page .news-list-meta{font-size:12px}.news-list-page .news-list-meta time{display:none}
  .news-list-page .news-tabs{gap:14px}.news-list-page .news-tabs a{font-size:13px}.news-list-page .news-view-switch button{font-size:0;min-width:34px}.news-list-page .news-view-switch .news-view-icon{margin:0}
}
