.home-item__container {
  overflow: hidden;
  border-color: #dbdbdb;
  position: relative;
  min-height: 387px;
}

.home-tiem__thumbnail {
  display: block;
  min-height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ced4da;
}

.home-item__image {
  width: 100%;
}

.home-item__tag {
  text-align: center;
  font-style: italic;
  font-weight: bold;
  background-color: #d20000;
  color: #fff;
  width: 60px;
  height: 30px;
  line-height: 40px;
  transform: rotate(45deg);
  position: absolute;
  right: -19px;
  top: -4px;
}

.home-item__title,
.home-item__title a {
  color: #303030;
}

.home-item__title {
  font-size: 18px;
  margin: 15px 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-item__content,
.home-item__content a {
  color: #666666;
}

.home-item__content {
  font-size: 16px;
  margin: 15px 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}