.list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.list .mid {
  margin-left: 6px;
  margin-right: 6px;
}

.list .item {
  cursor: pointer;
  background-image: url("../imgs/item-bg.png");
  background-size: contain;
  width: 456px;
  height: 246px;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-top: 35px;
  padding-bottom: 18px;
  margin-bottom: 45px;
}

.list .item .title {
  font-size: 18px;
  line-height: 38px;
}

.list .item .info {
  color: #4c4c4c;
  height: 120px;
  font-size: 14px;
  padding-top: 80px;
}

.list .item .info .left {
  width: 200px;
  display: inline-block;
}

.list .item .time {
  color: #4c4c4c;
  font-size: 14px;
}
