.model-list-11 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.model-list-11 .img {
  overflow: hidden;
}
.model-list-11 .img img {
  width: 100%;
  transform: scale3d(0.33, 0.33, 1);
  transition: .5s;
}
.model-list-11 .itembox {
  position: relative;
  margin-top: -30px;
}
.model-list-11 .item:hover img {
  transition: .5s;
  transform: scale3d(0.4, .4, 1);
}
.model-list-11 .item {
  cursor: pointer;
}
.model-list-11 .itembox .word {
  margin-top: -75px;
  text-align: center;
  line-height: 1.5;
}
.model-list-11 .itembox .word .h01 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #222222;
}
.model-list-11 .itembox .word .h02 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #555C66;
}