.news-list{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(19rem,1fr));margin:0;padding:0;list-style:none}.news-list .card{display:flex;flex-direction:column;height:100%;overflow:hidden;background-color:#fff;border-radius:1rem;box-shadow:0 .5rem 1.5rem color-mix(in srgb,var(--next-blue) 10%,transparent);text-decoration:none;transition:transform .2s,box-shadow .2s}.news-list .card:hover{transform:translateY(-.2rem);box-shadow:0 1rem 2rem color-mix(in srgb,var(--next-blue) 16%,transparent)}.news-list .shot{position:relative;aspect-ratio:16/9;background-color:color-mix(in srgb,var(--next-blue) 8%,#fff)}.news-list .shot img{width:100%;height:100%;object-fit:cover}.news-list .tag{position:absolute;top:.75rem;left:.75rem;padding:.2rem .7rem;background-color:var(--next-green);border-radius:1rem;color:#fff;font-size:.8rem;font-weight:600}.news-list .body{display:flex;flex-direction:column;gap:.4rem;padding:1rem 1.1rem 1.2rem}.news-list .when{color:var(--next-green);font-size:.85rem;font-weight:600}.news-list h3{margin:0;font-size:1.15rem;line-height:1.3;color:var(--next-blue)}.news-list p{margin:0;color:var(--next-steel);line-height:1.5}.news-one{max-width:46rem}.news-one .when{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;margin:.4rem 0 0;color:var(--next-green);font-size:.9rem;font-weight:600}.news-one .by{margin:2rem 0 0;padding-top:1rem;border-top:1px solid color-mix(in srgb,var(--next-steel) 25%,transparent);color:var(--next-steel);font-size:.9rem}.news-one .by a{color:var(--next-blue);font-weight:600;text-decoration-color:color-mix(in srgb,var(--next-blue) 35%,transparent)}.news-one .lead{font-size:1.1rem;color:var(--next-blue)}.news-one .text>*{margin:1rem 0}.news-one .text h3{margin-top:1.8rem;font-size:1.25rem;color:var(--next-blue)}.news-one .text ul{margin:1rem 0;padding-left:1.2rem}.news-one .text li{margin:.35rem 0;line-height:1.6}.news-one .figure{margin:1.5rem 0}.news-one .figure img{display:block;width:100%;height:auto;border-radius:1rem}.news-one .figure figcaption{margin-top:.4rem;color:var(--next-steel);font-size:.85rem}.news-one .back{display:inline-block;margin-top:1.5rem;font-weight:600}.news{margin-top:4rem}.news .news-head{display:flex;flex-wrap:wrap;gap:1rem;align-items:baseline;justify-content:space-between}.news .news-head h2{margin:.8rem 0 0;font-size:1.6rem;color:var(--next-blue)}.news .news-head .more{font-weight:600}.news .news-strip{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));margin:1.5rem 0 0;padding:0;list-style:none}.news .news-strip .card{display:flex;flex-direction:column;gap:.5rem;height:100%;color:inherit;text-decoration:none}.news .news-strip .shot{aspect-ratio:16/10;border-radius:1rem;overflow:hidden;background-color:color-mix(in srgb,var(--next-blue) 8%,#fff)}.news .news-strip .shot img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.news .news-strip .card:hover .shot img{transform:scale(1.03)}.news .news-strip h3{margin:0;font-size:1.05rem;line-height:1.35;color:var(--next-blue)}.news .news-strip .when{color:var(--next-green);font-size:.85rem;font-weight:600}.news .news-strip p{margin:0;color:var(--next-steel);font-size:.95rem;line-height:1.5}.news .news-strip .skeleton{border-radius:1rem;background:linear-gradient(90deg,color-mix(in srgb,var(--next-blue) 6%,#fff) 25%,color-mix(in srgb,var(--next-blue) 12%,#fff) 37%,color-mix(in srgb,var(--next-blue) 6%,#fff) 63%);background-size:400% 100%;animation:news-skeleton 1.4s ease-in-out infinite}.news .news-strip .skeleton .shot{background:none}.news .news-strip .skeleton .bars{display:flex;flex-direction:column;gap:.5rem}.news .news-strip .skeleton .bars span{height:.9rem;border-radius:.5rem;background-color:color-mix(in srgb,var(--next-blue) 10%,#fff)}.news .news-strip .skeleton .bars span:nth-child(2){width:70%}@keyframes news-skeleton{0%{background-position:100% 0}100%{background-position:0 0}}@media(prefers-reduced-motion:reduce){.news .news-strip .skeleton{animation:none}.news-list .card,.news .news-strip .shot img{transition:none}}