body.hgs-news-root .hgs-news-list__grid {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

body.hgs-news-root .hgs-news-list__item {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #333;
}

body.hgs-news-root .hgs-news-list__content {
  display: flex;
  width: calc(100% - 165px);
}

body.hgs-news-root .hgs-news-list__time-wrap {
  width: 100px;
  position: relative;
}

body.hgs-news-root .hgs-news-list__time {
  display: block;
  margin: 0 0 30px;
  color: #999;
  font-size: 1.5rem;
  font-weight: 400;
  transition: all 0.5s ease;
}

body.hgs-news-root .hgs-news-list__icon {
  padding: 6px 11px;
  border: 1px solid transparent;
  color: #ccc;
  transition: all 0.5s ease;
}

body.hgs-news-root .hgs-news-list__body {
  position: relative;
  width: calc(100% - 100px);
  padding: 0 30px 0 60px;
  transition: all 0.5s ease;
}

body.hgs-news-root .hgs-news-list__body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  display: block;
  width: 40px;
  height: 1px;
  background: #aaa;
  transition: all 0.5s ease;
}

body.hgs-news-root .hgs-news-list__title {
  margin-bottom: 10px;
}

body.hgs-news-root .hgs-news-list__title-link {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s ease;
}

body.hgs-news-root .hgs-news-list__summary {
  height: 48px;
  overflow: hidden;
  color: #999;
  font-size: 0.875rem;
  line-height: 24px;
  transition: 0.6s;
}

body.hgs-news-root .hgs-news-list__media {
  width: 165px;
  height: 110px;
}

body.hgs-news-root .hgs-news-list__media-link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.hgs-news-root .hgs-news-list__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease;
}

body.hgs-news-root .hgs-news-list__item:hover .hgs-news-list__body::before {
  width: 60px;
}

body.hgs-news-root .hgs-news-list__item:hover .hgs-news-list__body {
  padding-left: 80px;
}

body.hgs-news-root .hgs-news-list__item:hover .hgs-news-list__time {
  color: #fff;
}

body.hgs-news-root .hgs-news-list__item:hover .hgs-news-list__icon {
  margin-top: 10px;
  border-color: #d40006;
  background: #d40006;
}

body.hgs-news-root .hgs-news-list__media:hover .hgs-news-list__image {
  transform: scale(1.1);
}

body.hgs-news-root .hgs-news__placeholder {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #2d2d2d;
  color: #fff;
  font-size: 24px;
}

body.hgs-news-root .hgs-news__placeholder span {
  display: block;
}

body.hgs-news-root .hgs-news__empty {
  padding: 80px 24px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  body.hgs-news-root .hgs-news-list__content {
    display: flex;
    width: 100%;
    padding-top: 20px;
  }

  body.hgs-news-root .hgs-news-list__item {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  body.hgs-news-root .hgs-news-list__media {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
  }

  body.hgs-news-root .hgs-news-list__media-link {
    position: absolute;
    inset: 0;
  }

  body.hgs-news-root .hgs-news-list__body {
    width: calc(100% - 100px);
    padding: 0;
  }

  body.hgs-news-root .hgs-news-list__body::before {
    display: none;
  }

  body.hgs-news-root .hgs-news-list__title {
    margin: 10px 0;
  }

  body.hgs-news-root .hgs-news__placeholder {
    font-size: 18px;
  }
}
