.list {
  display: flex;
  align-items: center;
  padding-top: 1px;
  flex-wrap: wrap;
}
.list li {
  padding-bottom: 17px;
  margin: 22px 15px 0;
  width: 272px;
}
.list li:nth-child(3n) {
  margin-right: 0;
}
.list li:nth-child(3n + 1) {
  margin-left: 0;
}
.list li img {
  width: 100%;
  height: 182px;
  object-fit: cover;
  transition: .2s;
}
.list li:hover img {
  transform: scale(1.1);
}
.list li p {
  font: 18px/1 '微软雅黑';
  color: #505050;
  margin-top: 14px;
}