.lt__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 106px;
}
.lt__news::before, .lt__news::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}
.lt__news::before {
  width: calc(100% - 200px);
  right: 200px;
}
.lt__news::after {
  width: 90px;
  right: 0;
}
.lt__news .symbol {
  position: absolute;
  top: 50%;
  right: 0;
  translate: -90px -50%;
  width: 110px;
  height: 120px;
  -webkit-filter: brightness(10);
          filter: brightness(10);
  background: url(/img/logo/symbol.svg) center/contain no-repeat;
}
.lt__news h3 {
  width: 7.5em;
  height: 3.12em;
  margin-right: 0.6em;
  border-radius: 100px;
  background: #fff;
  position: relative;
  z-index: 5;
}
.lt__news .swiper {
  width: 700px;
  height: 50px;
  background: #fff;
  border-radius: 100px;
}
.lt__news .swiper a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lt__news .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 10px 10px 2em;
}
.lt__news .swiper-slide a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lt__news .swiper-slide a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: url(/skin/latest/news/img/arrow.png) center/contain no-repeat;
}

/* ========================= max-width: 1400px ========================= */
@media screen and (max-width: 1280px) {
  .lt__news .swiper {
    width: 55vw;
  }
  .lt__news .swiper a span {
    width: calc(100% - 80px);
  }
}
/* ========================= max-width: 1200px ========================= */
@media screen and (max-width: 1200px) {
  .lt__news .symbol {
    width: 7vw;
    height: 7vw;
    translate: -5.5vw -50%;
  }
  .lt__news::before {
    right: 13vw;
    width: calc(100% - 12.5vw);
  }
  .lt__news::after {
    width: 5vw;
  }
}
/* ========================= max-width: 768px ========================= */
@media screen and (max-width: 768px) {
  .lt__news .symbol,
  .lt__news::after {
    display: none;
  }
  .lt__news .news__slider {
    width: calc(100% - 7.5em);
  }
  .lt__news .swiper {
    width: auto;
    height: 40px;
  }
  .lt__news .swiper-slide {
    padding: 10px 6px 10px 2em;
  }
  .lt__news .swiper a span {
    width: calc(100% - 45px);
  }
  .lt__news .swiper-slide a::after {
    width: 32px;
    height: 32px;
  }
}/*# sourceMappingURL=style.css.map */