.news-item a {
  color: #000;
  text-decoration: none !important;
}
.news-item .news-img {
  width: 100%;
  aspect-ratio: 1/0.68;
  overflow: hidden;
}
.news-item .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item .news-info {
  margin-bottom: 15px;
}
.news-item .news-info * {
  color: #000;
}
.news-item .news-info .news-title {
  font-size: 1.2rem;
  margin-top: 10px;
}
.news-item .news-info .news-time {
  font-size: 0.9rem;
}

.news-list {
  list-style: none;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}
.news-list li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.news-list li a {
  color: #000;
  text-decoration: none;
}
.news-list li:last-child {
  border-bottom: none;
}

/*# sourceMappingURL=news.css.map */
