.top-news .news-box-content span {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
}
.top-news .news-box-content p {
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
  margin-bottom: 16px;
}

.top-news .news-box-content a {
  font-size: 24px;
  line-height: 29px;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.top-news .news-box-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}