.model-list-29 {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* .model-list-29 .itembox {
  opacity: 0;
} */
.model-list-29 .item {
  overflow:hidden;
  padding-top: 40px;
}
.model-list-29 .images {
  overflow: hidden;
  float: left;
  width: 231px;
  height: 132px;
  transition: .5s;
}
.model-list-29 .images img {
  transition: .5s;
}
.model-list-29 .words {
  overflow:hidden;
  position:relative;
  float: left;
  padding-left: 26px;
  height: 132px;
  width: calc(100% - 257px);;
}
.model-list-29 .words .t01 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}
.model-list-29 .words .t02 {
  font-size: 14px;
  font-weight: 400;
  color: #7F8690;
  line-height: 21px;
}
.model-list-29 .words .time {
  font-size: 12px;
  font-weight: 400;
  color: #7F8690;
  line-height: 17px;
  position: absolute;
  bottom: 0px;
}
.model-list-29 .item:hover .words .t01 {
  color: #0069FF;
  transition: .5s;
}
.model-list-29 .item:hover .images img {
  transform: scale3d(1.07, 1.07, 1);
  transition: .5s;
}
.model-list-29 .read-more {
  margin-top: 40px;
}