.news-link {
  text-decoration: none; /* 去掉下划线 */
  color: #222;           /* 改为网站默认文字颜色（深灰或黑） */
  font-weight: bold;     /* 可选：加粗 */
}

.news-link:hover {
  color: #0066cc;        /* 鼠标悬停变色，可改为你网站主题色 */
}


.news-title {
  font-size: 28px;
  color: #222;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.4;
}
