.model-list-8 {
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  position: relative;
}
.model-list-8 .news {
  position: relative;
}
.model-list-8 .news .news-bot .item {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(30px);
  transition: 1s;
  background: #ffffff;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 26px;
}
.model-list-8 .news .news-bot .item-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.model-list-8 .news .news-bot {
  padding-bottom: 50px;
  overflow: hidden;
}
.model-list-8 .news .news-bot .item:first-child {
  margin-left: 0;
}
.model-list-8 .news .news-bot .item:last-child {
  margin-right: 0;
}
.model-list-8 .news .item:hover .images img {
  transform: scale3d(1.05, 1.05, 1);
  transition: .5s;
}
.model-list-8 .news .item:hover .words .t01 {
  color: #0069FF;
  transition: .5s;
}
.model-list-8 .news .item .words {
  width: 334px;
  background: #ffffff;
  height: 180px;
  padding-top: 20px;
  box-sizing: border-box;
}
.model-list-8 .news .item .words .t01 {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.model-list-8 .news .item .words .t02 {
  font-size: 16px;
  color: #7F8690;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
  margin-top: 18px;
}
.model-list-8 .news .item .words .time {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
}
.model-list-8 .news .item .images {
  width: 334px;
  height: 192px;
  overflow: hidden;
}
.model-list-8 .news .item .images img {
  transition: .5s;
}
.model-list-8 .new-read-more {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: block;
  font-size: 16px;
  color: #555C66;
  text-align: center;
  width: 120px;
  height: 36px;
  border: 1px solid #B3B8C6;
  line-height: 36px;
  box-sizing: border-box;
  transition: .5s;
  cursor: pointer;
}
.model-list-8 .new-read-more:hover {
  color: #ffffff;
  background: #0069FF;
  transition: .5s;
  border-color: #0069FF;
}