@charset "UTF-8";
/**
 * 中国平煤神马能源化工集团有限责任公司招标采购中心云商平台建设项目
 * date: 2023-8-1
 * author: wuzhou;
 */
.news-items {
  padding: 22px 22px 0;
}
.news-items .news-item {
  display: flex;
  height: 100px;
  background-color: #F7F7F7;
  margin-bottom: 18px;
}
.news-items .news-item:hover {
  background-color: #EEF6FB;
}
.news-items .news-txt {
  width: 797px;
  margin-left: 15px;
  overflow: hidden;
}
.news-items .news-txt > a {
  margin-top: 13px;
  display: block;
  line-height: 27px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-items .news-txt > a:hover {
  color: #0870BA;
}
.news-items .news-txt > p {
  margin-top: 3px;
  color: #666;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-items .news-date {
  position: relative;
  margin-left: 15px;
  margin-top: 15px;
  width: 78px;
  height: 68px;
  text-align: center;
  color: #666;
  flex-shrink: 0;
  border: 1px solid #DFE5EA;
  background-color: #fff;
  font-family: "OPPOSans-M";
}
.news-items .news-date > p:first-child {
  margin: -1px -1px 0;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  color: #fff;
  background-color: #1784D1;
}
.news-items .news-date > p:last-child {
  height: 34px;
  line-height: 34px;
  font-size: 15px;
  color: #666;
}