body {
  font-size: 16px !important;
}
.container-xl {
  max-width: 1548px !important;
}
@media (max-width: 575.98px) {
  .news-box .news-top {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f2f3f5;
  }
  .news-box .news-top .news-top-left-img {
    height: 6.25rem;
  }
  .news-box .news-top .news-top-right .title {
    font-size: 0.875rem;
    font-weight: 500;
    color: #a90303;
  }
  .news-box .news-top .news-top-right .desc {
    font-size: 0.75rem;
    height: 3.375rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
  .news-box .news-top .news-top-right .time-row {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    color: #c1c1c1;
  }
  .news-box .news-top .news-top-right .time-row .view .view-img {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@media (min-width: 576px) {
  .news-box .news-top {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f2f3f5;
  }
  .news-box .news-top .news-top-left-img {
    height: 10.9375rem;
  }
  .news-box .news-top .news-top-right .title {
    font-size: 18px;
    font-weight: 500;
    color: #a90303;
  }
  .news-box .news-top .news-top-right .desc {
    font-size: 16px;
    height: 6rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
  }
  .news-box .news-top .news-top-right .time-row {
    margin-top: 0.75rem;
    color: #c1c1c1;
    font-size: 16px;
  }
  .news-box .news-top .news-top-right .time-row .view .view-img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.news-list .news-list-title {
  padding-left: 1.25rem;
  background-color: #000000;
  height: 3rem;
  color: #ffffff;
  font-size: 18px;
}
.news-list .news-list-title .fire-img {
  width: 1.25rem;
  height: 1.25rem;
}
.news-list .news-item {
  padding: 1.25rem;
  border: 1px solid #f2f3f5;
  border-top: none;
  cursor: pointer;
  overflow: hidden;
}
.news-list .news-item .news-item-left-img {
  width: 11.1875rem;
  height: 7.125rem;
  margin-right: 0.75rem;
}
.news-list .news-item .news-item-right .title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news-list .news-item .news-item-right .desc {
  margin: 0.625rem 0;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px !important;
}
.news-list .news-item .news-item-right .desc > P {
  font-size: 16px !important;
}
.news-list .news-item .news-item-right .desc > P > span {
  font-size: 16px !important;
}
.news-list .news-item .news-item-right .time {
  font-size: 16px;
  color: #666666;
}
