/* 专题首页 section#news 内嵌资讯列表：仅作用于 #geoxlb-home-news-root，不修改全局 body */
section#news #geoxlb-home-news-root ul.framework-grid {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  section#news #geoxlb-home-news-root ul.framework-grid.framework-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  section#news #geoxlb-home-news-root ul.framework-grid.framework-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

section#news #geoxlb-home-news-root .news-item-card {
  padding: 0;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, box-shadow 0.2s;
}

section#news #geoxlb-home-news-root .news-item-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  color: inherit;
}

section#news #geoxlb-home-news-root .news-item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 10px;
  font-size: 0.8125rem;
}

section#news #geoxlb-home-news-root .news-item-link p {
  margin: 0 0 12px;
  flex: 1;
}

section#news #geoxlb-home-news-root .news-item-link .card-link {
  margin-top: auto;
  align-self: flex-start;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 500;
}

section#news #geoxlb-home-news-root .news-item-link:hover .card-link {
  text-decoration: underline;
}
