/* 新闻列表页样式 */

/* 页面标题使用 common.css 中的 .page-title-lg 类 */

/* Grid layout moved to common/css/news-grid.css */

/* banner 区域 */
.news-list-banner-section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.news-list-section {
  padding-top: 45px;
}

/* Bottom section styles moved to common/css/news-grid.css (.common-news-bottom-section) */

/* Button styles moved to common/css/news-grid.css (.common-news-load-more) */

@media (max-width: 1024px) {
  /* Grid responsive logic moved to common/css/news-grid.css */
}