.home-news__list__item__anchor {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.home-news__list__item__left {
  width: 320px;
  height: 180px;
}
@media (max-width: 1050px) {
  .home-news__list__item__left {
    width: 270px;
    height: 152px;
  }
}
@media (max-width: 560px) {
  .home-news__list__item__left {
    width: 100%;
    height: auto;
  }
}
.home-news__list__item__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 560px) {
  .home-news__list__item__left img {
    width: 100%;
    height: 50vw;
  }
}
.home-news__list__item__time {
  min-width: 114px;
}
.home-news__list__item__wrap {
  display: flex;
  margin-bottom: 28px;
}

.container .home-news__list__item__anchor {
  display: flex;
  align-items: flex-start !important;
  padding: 30px 20px;
  position: relative;
}

.home-news__list {
  border-bottom: 1px solid #716C6E;
}

.home-news__list__item {
  border-top: 1px solid #716C6E;
}

.home-news__list__item__category__inner {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 2px 11px 1px;
}

.details-pic {
  margin: 60px auto;
  width: 700px;
}
@media (max-width: 818px) {
  .details-pic {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .details-pic {
    margin: 40px auto;
    width: 100%;
    height: auto;
  }
}
.details-pic img {
  width: 100%;
  height: 394px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 818px) {
  .details-pic img {
    height: 48.166vw;
  }
}/*# sourceMappingURL=add-news-css.css.map */