#fire a:hover {
  color: #030303 !important;
}
body {
  background: #f9f9f9;
}
.mgb20 {
  margin-bottom: 20px;
}

.direct {
  display: block;
  padding: 34px 0 78px;
  text-align: center;
  font-weight: 800;
  font-size: 35px;
  color: #2D1F20;
  line-height: 63px;
}

.special-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.immed-lazybag {
  display: flex;
  justify-content: space-between;
}
.immed-lazybag .immed {
  width: 51.7%;
}
.immed-lazybag .lazybag {
  width: 44.8%;
}
.lazybag .special-title img {
  margin: unset;
}
.immed #news-TitlePicture .itemList .item .left {
  width: 38.9%;
}
.immed #news-TitlePicture .itemList .item .right {
  width: 57.9%;
  padding-right: 11px;
}
#fire #news-TitlePicture .itemList .item .right a,
.videos #VideosList .video_title a {
  color: #040404;
  font-family: auto;
  font-size: 22px;
  font-weight: 800;
  line-height: 39px;
}
.videos #VideosList .video_title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#fire #news-TitlePicture .itemList .item .right .summary {
  font-size: 17px;
  color: #030303;
  line-height: 26px;
}
#news-TitlePicture .itemList .item {
  background: #F1F0F0;
}
#news-TitlePicture .itemList .item .storyTimeIcon {
  display: none;
}
#news-TitlePicture .itemList .item .right .time {
  align-self: end;
}
.report .special-title img {
  margin: unset;
}
#BigNewsReport img {
  max-height: 490px;
  width: 100%;
}
.report {
  position: relative;
}
.report #BigNewsReport {
  padding-bottom: 0;
}
.report #BigNewsReport .swiper-button-next,
.report #BigNewsReport .swiper-button-prev {
  width: 35px;
}
.lazybag #lazy-bag .galleryLazySwiper .swiper-pagination {
  background: #3B3B3B;
}
.lazybag #lazy-bag .galleryLazySwiper .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
}
.lazybag #lazy-bag .swiper-pagination-bullet {
  background: #C0BDBD;
}

.scene,
.help {
  margin-bottom: 40px;
}
.scene #news-TitlePicture .itemList .item .right,
.help #news-TitlePicture .itemList .item .right {
  padding-right: 25px;
}
.scene #news-TitlePicture .itemList .item .right .summary,
.help #news-TitlePicture .itemList .item .right .summary {
  -webkit-line-clamp: 3;
}

.videos #VideosList .item {
  width: 33%;
}
.videos #VideosList .video_title {
  position: static;
  background: transparent;
  font-size: 19px;
  line-height: 23px;
  min-height: 3em;
}
.videos #VideosList .item>a {
  transform: translate(-15px, -42px);
}

@media(max-width: 1200px) {
  #fire {
    padding: 0 15px;
  }
}
@media(max-width: 1024px) {
  .immed .titles a {
    font-size: 18px;
    line-height: 35px;
  }
}
@media(max-width: 820px) {
  .immed .titles a {
    line-height: 28px;
  }
}
@media(max-width: 650px) {
  .direct {
    padding: 0px 0 35px;
    font-size: 24px;
    line-height: 48px;
  }
  .immed-lazybag,
  .immed #news-TitlePicture .itemList .item {
    flex-direction: column;
  }
  .immed-lazybag .immed,
  .immed-lazybag .lazybag,
  .videos #VideosList .item,
  .immed #news-TitlePicture .itemList .item .left,
  .immed #news-TitlePicture .itemList .item .right {
    width: 100%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 58%;
  }
  .report #BigNewsReport .swiper-button-next,
  .report #BigNewsReport .swiper-button-prev {
    width: 16px;
  }
  .report .swiper-slide {
    width: 100% !important;
  }
}