.news-list-wrap {
  padding: 3% 20px;
}

.news-list-wrap .news-item {
  margin-bottom: 32px;
}

.news-list-wrap img {
  max-width: 100%;
}

.news-list-wrap .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  margin-top: 10px;
}

.news-list-wrap .txt {
  border-bottom: 1px solid #e6e6e6;
}

.news-list-wrap .time {
  color: #999999;
  float: left;
}

.news-list-wrap .classify {
  color: #057dba;
  float: right;
}

.news-list-wrap a:hover .title {
  color: #057dba;
}