.wap-nws {
  background: #f2f2f7;
  padding-top: 50px;
}
.wap-nws .nws-sheet {
  margin: 12px;
  background: #fff;
  border-radius: 16px;
  padding: 20px 14px 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.wap-nws .fangruan-title {
  margin: 8px 0 10px;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #000;
  line-height: 1.4;
  position: relative;
}
.wap-nws .fangruan-title span {
  color: #0d84ff;
}
.wap-nws .fangruan-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #0d84ff;
  border-radius: 2px;
}
.wap-nws .nws-sec-title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #111;
}
.wap-nws .nws-sec-lead {
  margin: 0 0 14px;
  text-align: center;
  color: #666;
  font-size: 13px;
  line-height: 1.7;
}
.wap-nws .nws-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.wap-nws .nws-list li {
  background: #f7f8fa;
  border-radius: 12px;
  overflow: hidden;
}
.wap-nws .nws-list a {
  display: block;
  padding: 10px;
  color: inherit;
  text-decoration: none;
}
.wap-nws .nws-list img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  background: #eef2f7;
}
.wap-nws .nws-list h2 {
  margin: 10px 2px 6px;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
}
.wap-nws .nws-date {
  margin: 0 2px 6px;
  color: #8e8e93;
  font-size: 12px;
}
.wap-nws .nws-abstract {
  margin: 0 2px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wap-nws .FangRuanPage-2025 {
  padding: 4px 0 0;
}
.wap-nws .FangRuanPage-2025 .totalRecords span[style] {
  color: #0d84ff !important;
}
.wap-nws .nws-article .fangruan-title {
  font-size: 20px;
  text-align: left;
}
.wap-nws .nws-article .fangruan-title::after {
  left: 0;
  transform: none;
}
.wap-nws .nws-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 16px;
  color: #8e8e93;
  font-size: 12px;
}
.wap-nws .nws-body {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.wap-nws .nws-body p {
  margin-bottom: 10px;
}
.wap-nws .nws-body img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.wap-nws .nws-body table {
  width: 100%;
  max-width: 100%;
}
.wap-nws .nws-more {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wap-nws .nws-more li + li {
  border-top: 1px dashed #e8ebf0;
}
.wap-nws .nws-more a {
  display: block;
  padding: 12px 0;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}
.wap-nws .nws-cta {
  text-align: center;
}
.wap-nws .nws-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wap-nws .nws-link,
.wap-nws .nws-tel {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 0;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.wap-nws .nws-link {
  background: #0d84ff;
  color: #fff;
}
.wap-nws .nws-tel {
  background: #f4f8ff;
  color: #0d84ff;
}
