.hot-news .title-hot {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
}
.hot-news .item {
  margin-bottom: 15px;
}
.hot-news .item a {
  display: grid;
  grid-template-columns: 43% 53%;
  grid-gap: 15px;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .hot-news .item a img {
    width: 100%;
  }
}
.hot-news .item .name {
  text-align: justify;
}
.hot-news .item .name .created-time {
  color: #999999;
  font-weight: 400;
}

@media all and (max-width: 1023px) {
  .hot-news .item a {
    grid-template-columns: 1fr 3fr;
  }
}
@media all and (max-width: 767px) {
  .hot-news .item a {
    grid-template-columns: 1fr 2fr;
  }
}/*# sourceMappingURL=hot.css.map */