.news-section{width:100%;background:#fff;padding:50px 0}.news-header{max-width:1400px;margin:0 auto 30px;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:16px}.news-title{font-size:clamp(34px,4vw,50px);font-weight:800;letter-spacing:.3px;margin:0}.news-show-all{display:inline-flex;align-items:center;gap:12px;background:#E61E2B;color:#fff!important;font-weight:700;padding:14px 22px;border-radius:12px;text-decoration:none;line-height:1;box-shadow:0 2px 0 rgba(0,0,0,0.04);transition:background-color .2s ease,transform .15s ease;white-space:nowrap}.news-show-all__icon{display:inline-grid;place-items:center;width:16px;height:16px}.news-show-all:hover{background:#cc1925;transform:translateY(-1px)}.news-carousel{position:relative;max-width:1400px;margin:0 auto;padding:0 20px}.news-viewport{overflow:hidden}.news-track{display:flex;gap:28px;will-change:transform;transition:transform .45s ease}:root{--perView:3}@media (max-width:1100px){:root{--perView:3}}@media (max-width:900px){:root{--perView:2}}@media (max-width:600px){:root{--perView:1}}.news-card{flex:0 0 calc((100% - (28px * (var(--perView) - 1))) / var(--perView));display:flex;flex-direction:column;gap:14px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,0.05);transition:box-shadow .2s ease,transform .2s ease}.news-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.08);transform:translateY(-2px)}.news-thumb{display:block;position:relative;overflow:hidden}.news-thumb::before{content:"";display:block;aspect-ratio:16/9}.news-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.news-thumb:hover img{transform:scale(1.03)}.news-thumb__ph{aspect-ratio:16/9;background:#eef1f6}.news-meta{display:flex;gap:20px;color:#5b5f67;font-size:14px;margin:0 16px;flex-wrap:wrap}.news-meta-item{display:inline-flex;align-items:center;gap:8px}.news-icon{width:18px;height:18px}.news-card-title{font-size:26px!important;font-weight:800;line-height:1.25;margin:4px 16px 0}.news-card-title a{color:#111;text-decoration:none}.news-card-title a:hover{text-decoration:underline;text-underline-offset:3px}.news-excerpt{color:#555;font-size:15px;margin:0 16px}.news-link{margin:10px 16px 16px;display:inline-block;color:#E61E2B;text-decoration:none;font-weight:800;letter-spacing:.2px}.news-link:hover{text-decoration:underline;text-underline-offset:3px}.news-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:1px solid #E5E7EB;background:#fff;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:box-shadow .2s ease,transform .15s ease}.news-nav svg{color:#9CA3AF}.news-nav:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-50%) scale(1.05)}.news-nav--prev{left:-16px}.news-nav--next{right:-16px}.news-dots{display:flex;justify-content:center;gap:10px;margin-top:22px;padding:0 12px}.news-dot{width:8px;height:8px;border-radius:50%;background:#E7E9EE;cursor:pointer;transition:transform .2s ease,background .2s ease}.news-dot[aria-selected="true"]{background:#E61E2B;transform:scale(1.15)}@media (max-width:768px){.news-section{padding:36px 0}.news-header{flex-direction:column;align-items:stretch;gap:14px;margin-bottom:20px}.news-title{font-size:clamp(26px,6vw,34px)}.news-show-all{width:100%;justify-content:center;padding:14px 18px;border-radius:14px}.news-carousel{padding:0 12px}.news-track{gap:18px}.news-card{gap:12px;border-radius:12px;box-shadow:0 1px 4px rgba(0,0,0,0.05)}.news-meta{font-size:13px;margin:0 12px;gap:12px}.news-icon{width:16px;height:16px}.news-card-title{font-size:18px;margin:2px 12px 0}.news-excerpt{font-size:14px;margin:0 12px}.news-link{margin:8px 12px 14px}.news-nav{width:44px;height:44px}.news-nav--prev{left:0}.news-nav--next{right:0}}@media (max-width:480px){.news-title{font-size:clamp(22px,7vw,28px)}.news-show-all{padding:13px 16px;border-radius:12px}.news-carousel{padding:0 8px}.news-track{gap:14px}.news-card{border-radius:10px}.news-card-title{font-size:16px}.news-excerpt{font-size:13.5px}.news-dots{margin-top:18px;gap:8px}.news-dot{width:7px;height:7px}}