.news-show__content{display:flex;gap:32px}.news-show__content--left{width:100%;min-width:0}.news-show__content--right{display:none}.news-show__cover{width:100%;margin-bottom:24px}.news-show__cover img{width:100%;height:auto;object-fit:cover;border-radius:12px}.news-show__meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:16px}.news-show__date{font-size:14px;color:var(--color-text-secondary, #6b7280)}.news-show__title{font-size:24px;font-weight:700;line-height:1.3;margin-bottom:16px}.news-show__description{font-size:16px;color:var(--color-text-secondary, #6b7280);line-height:1.6;margin-bottom:24px;border-left:3px solid var(--color-primary, #3b82f6);padding-left:16px}.news-show__body{font-size:16px;line-height:1.7;margin-bottom:40px}.news-show__body p{margin-bottom:16px}.news-show__body h2{font-size:20px;font-weight:700;margin-top:32px;margin-bottom:12px}.news-show__body h3{font-size:18px;font-weight:600;margin-top:24px;margin-bottom:10px}.news-show__body ul,.news-show__body ol{padding-left:24px;margin-bottom:16px}.news-show__body ul li{list-style:disc;margin-bottom:6px}.news-show__body ol li{list-style:decimal;margin-bottom:6px}.news-show__body blockquote{border-left:3px solid var(--color-primary, #3b82f6);padding-left:16px;margin:24px 0;color:var(--color-text-secondary, #6b7280);font-style:italic}.news-show__body a{color:var(--color-primary, #3b82f6);text-decoration:underline}.news-show__related{margin-top:48px;padding-top:32px;border-top:1px solid var(--color-border, #e5e7eb)}.news-show__related-title{font-size:20px;font-weight:700;margin-bottom:24px}.news-show__related-list{display:grid;gap:16px}@media(min-width:640px){.news-show__related-list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.news-show__content--right{display:block}.news-show__content--left{width:calc(100% - 416px)}.news-show__cover{margin-bottom:40px}.news-show__title{font-size:32px}.news-show__related-list{grid-template-columns:repeat(3,1fr)}}
