.news-sizheng .sz-news-wrap {
  max-width: 1200px;
  margin: 18px auto 30px;
  padding: 0 15px;
}
.news-sizheng .sz-news-hero {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e9e9e9;
  margin-bottom: 18px;
}
.news-sizheng .sz-news-hero img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.news-sizheng .sz-news-hero-cap {
  padding: 14px 16px;
  border-top: 1px solid #f0f0f0;
}
.news-sizheng .sz-news-hero-cap a {
  color: #222;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}
.news-sizheng .sz-news-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 18px;
}
.news-sizheng .sz-news-list {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 14px;
}
.news-sizheng .sz-news-card {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px dashed #e7e7e7;
}
.news-sizheng .sz-news-card:last-child {
  border-bottom: 0;
}
.news-sizheng .sz-news-card img {
  width: 220px;
  height: 124px;
  object-fit: cover;
  border-radius: 6px;
  background: #f3f3f3;
}
.news-sizheng .sz-news-card h3 {
  margin: 0 0 10px;
  line-height: 1.4;
}
.news-sizheng .sz-news-card h3 a {
  color: #222;
  text-decoration: none;
  font-size: 18px;
}
.news-sizheng .sz-news-card h3 a:hover,
.news-sizheng .sz-news-hero-cap a:hover {
  color: var(--sz-red);
}
.news-sizheng .sz-news-meta {
  color: #888;
  font-size: 12px;
  margin-bottom: 8px;
}
.news-sizheng .sz-news-desc {
  color: #666;
  line-height: 1.7;
  font-size: 14px;
}
.news-sizheng .sz-news-side {
  display: grid;
  gap: 18px;
  align-content: start;
}
.news-sizheng .sz-news-box {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 14px;
}
.news-sizheng .sz-news-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-sizheng .sz-news-box li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px dashed #ececec;
  padding: 9px 0;
}
.news-sizheng .sz-news-box li:last-child {
  border-bottom: 0;
}
.news-sizheng .sz-news-box li a {
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-sizheng .sz-news-box li a:hover {
  color: var(--sz-red);
}
.news-sizheng .sz-news-box li span {
  color: #999;
  font-size: 12px;
  flex: 0 0 auto;
}
.news-sizheng .sz-news-pics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.news-sizheng .sz-news-pics a {
  display: block;
  text-decoration: none;
}
.news-sizheng .sz-news-pics img {
  width: 100%;
  height: 95px;
  object-fit: cover;
  border-radius: 6px;
}
.news-sizheng .sz-news-pics em {
  display: block;
  color: #444;
  font-size: 12px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}
@media (max-width: 991px) {
  .news-sizheng .sz-news-grid {
    grid-template-columns: 1fr;
  }
  .news-sizheng .sz-news-card {
    flex-direction: column;
  }
  .news-sizheng .sz-news-card img {
    width: 100%;
    height: 190px;
  }
}
