.yt-lt {
  max-width: 1400px;
  margin: 0 auto;
}
.yt-lt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.yt-lt ul li {
  width: 23%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
.yt-lt ul li img {
  width: 100%;
}
.yt-lt ul .title {
  margin-top: 30px;
}
.yt-lt ul .title strong {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  width: 95%;
  font-size: 18px;
  line-height: 1.2;
}/*# sourceMappingURL=style.css.map */