.album-item {
  display: inline-block;
}

.album-item:nth-of-type(n+4) {
  margin-top: 27px;
}

.album-item:nth-of-type(3n-1), .album-item:nth-of-type(3n) {
  margin-left: 31px;
}

.album-item:hover .album-item__title {
  color: #db091b;
}

.album-item__cover {
  width: 379px;
  height: 284px;
  overflow: hidden;
}

.album-item__cover img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.album-item__title {
  margin-top: 16px;
  font-size: 18px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
