.newsItem {
  display: flex;
  padding: 23px 30px;
  border-bottom: 1px solid #909090;
  margin-bottom: 25px;
}
.newsItem:hover {
  background-color: #f3f3f3;
}
.newsThumb {
  width: 400px;
  height: 260px;
  object-fit: cover;
  margin-right: 40px;
}
.newsContent {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.newsTitle {
  font-weight: bold;
  font-size: 22px;
  color: #333;
}
.newsItem:hover .newsTitle {
  color: #2a4578;
}
.newsDate {
  font-size: 16px;
  color: #797776;
  margin: 20px 0 30px;
  background: url(../images/shizhong.png) no-repeat left center;
  background-size: 15px 15px;
  background-position: 0 center;
  /*padding-left: 20px;*/
}
.newsDesc {
  font-size: 18px;
  color: #909090;
  line-height: 36px;
}
.poniter {
  cursor: pointer;
}
