.list .item {
  display: block;
  padding: 30px;
  border-bottom: 1px solid #E7E7E7;
}

.list .item .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 30px;
  color: #333;
  line-height: 1;
}

.list .item .item-time {
  font-size: 24px;
  color: #999;
  line-height: 1;
}