/* 图文列表：三列卡片 */
#wp_news_w6 .pic-news-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#wp_news_w6 .pic-news-grid > li.news {
  float: none !important;
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#wp_news_w6 .pic-news-grid > li.news .news_box {
  display: block;
  background: #fff;
  border: 1px solid #e7ecf2;
  border-radius: 8px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
#wp_news_w6 .pic-news-grid > li.news .news_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(21, 56, 106, 0.16);
}
#wp_news_w6 .pic-news-grid .news_thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef3f9;
}
#wp_news_w6 .pic-news-grid .news_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#wp_news_w6 .pic-news-grid > li.news .news_box:hover .news_thumb img {
  transform: scale(1.06);
}
#wp_news_w6 .pic-news-grid > li.news .news_title,
#wp_news_w6 .pic-news-grid > li.news .news_meta {
  display: block;
  float: none !important;
  width: auto !important;
  margin: 0;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
}
#wp_news_w6 .pic-news-grid > li.news .news_title {
  padding-top: 12px;
  min-height: 66px;
  line-height: 1.6;
  width: 100% !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}
#wp_news_w6 .pic-news-grid > li.news .news_title a {
  white-space: normal !important;
  line-height: 1.6;
  max-height: 3.2em;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: clip !important;
  word-break: break-all;
}
#wp_news_w6 .pic-news-grid > li.news .news_meta {
  padding-bottom: 14px;
  color: #8b95a7;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  #wp_news_w6 .pic-news-grid > li.news { width: 50%; }
}
@media screen and (max-width: 640px) {
  #wp_news_w6 .pic-news-grid > li.news { width: 100%; }
}

/* 图文列表页独立控制：不使用列表页通用的虚线和悬浮蓝底 */
body.list .col_news_list #wp_news_w6 .pic-news-grid > li.news {
  border-bottom: none !important;
  overflow: visible;
}

body.list .col_news_list #wp_news_w6 .pic-news-grid > li.news::before {
  content: none !important;
}

body.list .col_news_list #wp_news_w6 .pic-news-grid > li.news .news_title a {
  padding-left: 0 !important;
}

body.list .col_news_list #wp_news_w6 .pic-news-grid > li.news .news_title a::before {
  content: none !important;
  background: none !important;
}
