/* yaowen.css */
/* 顶部大图新闻卡片 */
.yaowen-top-card { background-color: #F5F5F7; border-radius: 4vw; /* 25px */ padding: 3vw; margin: 4vw 4% 3vw; display: flex; flex-direction: column; }
@media (min-width: 645px) { .yaowen-top-card { border-radius: 25px; padding: 20px; margin: 25px 25px 20px; } }
.yaowen-top-card .news-img { width: 100%; max-width: none; margin-bottom: 3vw; }
@media (min-width: 645px) { .yaowen-top-card .news-img { margin-bottom: 20px; } }
.yaowen-top-card .news-img img { width: 100%; aspect-ratio: 605/372; object-fit: cover; border-radius: 3vw; display: block; }
@media (min-width: 645px) { .yaowen-top-card .news-img img { border-radius: 20px; } }
.yaowen-top-card h3 { font-size: 4.5vw; /* 28/645 */ font-weight: 600; color: #333; line-height: 1.4; margin-bottom: 2vw; }
.yaowen-top-card .news-meta { font-size: 2.8vw; /* 18px */ color: #999; font-weight: 300; }
@media (min-width: 645px) { .yaowen-top-card h3 { font-size: 28px; margin-bottom: 12px; } .yaowen-top-card .news-meta { font-size: 18px; } }
/* 要闻列表容器 */
.yaowen-list { padding: 0 4%; margin-top: 4%;}
/* 加载更多按钮 */
.load-more-wrapper { padding: 4vw 4% 2vw; display: flex; justify-content: center; }
.load-more-btn { background-color: #F5F5F7; color: #E60012; font-size: 3.5vw; padding: 3vw 10vw; border-radius: 6vw; border: none; cursor: pointer; font-weight: 300; transition: opacity 0.2s ease; width: 100%; }
.load-more-btn:active { opacity: 0.8; }
@media (min-width: 645px) { .load-more-wrapper { padding: 25px 25px 50px; } .load-more-btn { font-size: 22px; padding: 20px 60px; border-radius: 40px; } }
