.list {

}

.list .item-wrap {
  display: inline-block;
  width: 33%;
  margin-top: 40px;
}

.list .item {
  width: 330px;
  margin: 0 auto;
}

.list .item .item-img {
  height: 200px;
}

.list .item .item-img img {
  width: 100%;
  height: 100%;
}

.list .item .item-title {
  margin-top: 20px;
  color: #333;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}