.rili .news_list .news {
  position: relative;
  height: 200px !important;
  width: 1420px !important;
  margin-bottom: 40px !important;
  cursor: pointer;
  border-top: none !important;
}
.news .news_time {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px !important;
  height: 160px !important;
  font-size: 24px !important;
  background: #1e2976 !important;
}
.news_days,.news_year {
  color: #fff !important;
}
.news:hover .news_time {
  box-shadow: 0px 2px 14px 0px #1E2976;
}
.news .news_time .news_days {
  font-size: 60px;
}
.news .news_wz {
  position: absolute;
  right: 0;
  width: 1340px !important;
  height: 100% !important;
  padding: 30px 20px 28px 120px !important;
}
.news:hover .news_wz {
  background-color: #fff;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.22);
}
.news_wz .news_title {
  margin-bottom: 15px !important;
  font-size: 24px !important;
  letter-spacing: 1px;
  color: #333 !important;
}
.news_wz .news_text {
  height: 95px !important;
  width: 100% !important;
  font-size: 18px !important;
  color: #666 !important;
  letter-spacing: 1px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
