.model-list-51 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.model-list-51 .itembox {
  position: relative;
  margin-top: 75px;
}

.model-list-51 .itembox .row {
  margin-bottom: 40px;
}

/*.model-list-51 .itembox .row .item .content {*/
  /*opacity: 0;*/
  /*position: absolute;*/
  /*width: 496px;*/
  /*height: 300px;*/
  /*background: url(../img/show.png) transparent no-repeat center;*/
  /*cursor: pointer;*/
  /*transition: .5s;*/
/*}*/

/*.model-list-51 .itembox .row .item .content:hover {*/
  /*opacity: 1;*/
  /*transition: .5s;*/
/*}*/

/*.model-list-51 .itembox .row .item .content .word {*/
  /*width: 370px;*/
  /*position: absolute;*/
  /*bottom: 30px;*/
  /*left: 20px;*/
/*}*/

/*.model-list-51 .itembox .row .item .content .word .h01 {*/
  /*font-size: 22px;*/
  /*font-weight: 800;*/
  /*color: #FFFFFF;*/
/*}*/

/*.model-list-51 .itembox .row .item .content .word .h02 {*/
  /*font-size: 14px;*/
  /*color: #FFFFFF;*/
  /*line-height: 24px;*/
/*}*/

.model-list-51 .itembox .row li {
  list-style: none;
  padding-right: 40px;
}

.model-list-51 .itembox .row img {
  width: 496px;
  height: 100%;
}

.model-list-51 .itembox .row .box {
  /*超出盒子的部分，隐藏*/
  overflow: hidden;
}

.model-list-51 .itembox .row .box li {
  float: left;
}

.model-list-51 .itembox .row .box ul:hover {
  /*鼠标经过li后，动画暂停*/
  animation-play-state: paused;
}