
div, span {
  margin: 0;
  padding: 0;
}

div, span {
  box-sizing: border-box;
}

.feature {
  width: 100%;
  margin-top: 64px;
}

.feature .container {
  display: flex;
  width: 1288px;
  margin: 0 auto;
}

.feature .container .item {
  width: 304px;
  height: 242px;
  background: #fff;
  box-shadow: 0 4px 28px 0 hsla(0, 0%, 86.7%, .5);
  border-radius: 8px;
  transition: all .5s;
}

.feature .container .item:hover {
  transform: scale(1.04);
}

.feature .container .item + .item {
  margin-left: 24px;
}

.feature .container .item .content {
  width: 100%;
}

.feature .container .item .content img {
  width: 304px;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.feature .container .item .item-title {
  margin: 16px 0 0 18px;
  font-size: 16px;
  font-weight: 500;
  color: #2b3441;
  line-height: 18px;
}

.feature .container .item .more {
  margin: 8px 0 0 18px;
  height: 20px;
  font-size: 12px;
  font-weight: light;
  color: #888c96;
  line-height: 15px;
  cursor: pointer;
}

.feature .container .item .more:hover {
  color: #1678ff;
}
