.share {
  overflow: hidden;
  padding-top: 10px;
}
.shareli {
  margin: 0 15px;
  padding-bottom: 10px;
}
.share ul li {
  width: 33.3%;
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.share ul li i {
  height: 200px;
  display: block;
  overflow: hidden;
}
.share ul li i img {
  height: 200px;
  width: auto;
  margin: auto;
}
.share ul li h2 {
  height: 38px;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  background: #fff;
  padding: 15px 13px;
  font-weight: normal;
  -webkit-box-shadow: 0 5px 10px 0 rgba(146, 146, 146, 0.1);
  -moz-box-shadow: 0 5px 10px 0 rgba(146, 146, 146, 0.1);
  box-shadow: 0 5px 10px 0 rgba(146, 146, 146, 0.1);
}
.share ul li h2 b {
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: normal;
}
.share ul li:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
}
.share ul li span {
  position: absolute;
  right: 30px;
  top: 15px;
  background: rgba(232, 40, 74, 0.8);
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 3px;
}
.container {
  margin: 0% 18%;
}
