/* 轮播 */
#banner {
  height: 31.25rem;
  margin: 0 auto;
}
#banner .bg-img {
  width: 120rem;
  height: 31.25rem;
  /* image-rendering: pixelated; */
}
/* 新闻列表 */
#news {
  height: 100%;
  min-height: calc(100vh - 31.25rem - 21.56rem);
}
#news .content .news-item::after {
  content: "";
  z-index: 1;
  position: absolute;
  height: 0;
  left: 50%;
  top: 50%;
  width: 150%;
  transition: all 0.85s ease 0s;
  background: #387dfc;
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
#news .content .news-item:hover .left {
  z-index: 2;
}
#news .content .news-item:hover .left .time {
  color: #ffffff;
}
#news .content .news-item:hover .left .year {
  color: #ffffff;
}
#news .content .news-item:hover .info {
  z-index: 2;
}
#news .content .news-item:hover .info .title {
  color: #ffffff;
}
#news .content .news-item:hover .info .desc {
  color: #ffffff;
}
#news .content .news-item:hover::after {
  width: 300% !important;
}
/* 新闻详情 */
#news_detail {
  padding: 4.69rem 0 2.97rem 0;
  height: 100%;
  min-height: calc(100vh - 31.25rem - 21.56rem);
}
#news_detail .info {
  border-top: 0.06rem solid #e0e0e0;
  padding-top: 2.19rem;
  margin-top: 1.81rem;
}
#news_detail .info p img {
  /* image-rendering: pixelated; */
  /* 
  display: inline-block !important;
  width: auto !important; 
  */
}
/*# sourceMappingURL=news.css.map */
