.listNews .slick-list {
  margin: 0 -15px;
}
.listNews .slick-arrow {
  width: 30px;
  height: 30px;
  top: 30%;
  z-index: 1;
}
.listNews .slick-arrow:before {
  font-size: 30px;
}
.listNews .slick-prev {
  left: 0 !important;
}
.listNews .slick-next {
  left: unset !important;
  right: 0 !important;
}
.listNews .item__new {
  margin: 0 15px;
}
.listNews .item__new:hover .item__link {
  color: var(--text-color) !important;
}
.listNews .item__new:hover .item__link .img img {
  transform: scale(1.1);
}
.listNews .item__new:hover .item__link .item__title {
  color: var(--color-main);
}
.listNews .item__new .item__link {
  color: var(--text-color);
}
.listNews .item__new .item__link .img {
  height: 216px;
  border-radius: 10px;
}
.listNews .item__new .item__link .img img {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .listNews .item__new .item__link .img {
    height: 160px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .listNews .item__new .item__link .img {
    height: 160px;
  }
}
.listNews .item__new .item__link .img img {
  transition: all 0.35s;
}
.listNews .item__new .item__link .item__title {
  transition: all 0.35s;
  font-size: 1.14rem;
  line-height: 1.7rem;
  font-weight: 600;
  height: 3.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.listNews .item__new .item__link .item__summary {
  height: 2.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 767px) {
  .listNews .item__new {
    width: 300px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .listNews .item__new {
    width: 300px;
  }
}

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