.newscard {
    margin: 2rem 0;
}

.news {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.news p {
  text-align: center;
  padding: 1.5rem 0;
  font-family: "仿宋 Bold", "仿宋", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
