﻿.newslist .box:hover h3 {
  color: var(--main-color);
}
.newslist h3 {
  font-size: 16px;
  color: rgb(90, 90, 90);
  font-weight: bold;
}
.newslist span {
  display: block;
  font-size: 11px;
  margin-right: 15px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  color: rgb(146, 146, 146);;
}
.newslist p {
  font-size: 12px;
  color: rgb(90, 90, 90);
}

.news .info {
  color: #5A5A5A;
  text-align: center;
  font-size: 12px;
}