.list {
  height: 485px;
  background-color: #FFFFFF;
}

.list ul {
  width: 1100px;
  margin: 100px auto 0;
  list-style: none;
  padding: 0px;
}

.list ul li {
  width: 266px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

.list ul li:last-of-type {
  margin-right: 0
}

.list ul li img {
  width: 266px;
  height: 266px;
  display: block;
}

.list ul li p {
  padding: 0;
  text-align: center;
  margin: 14px auto 0;
  line-height: 36px;
  width: 180px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
