.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.hzal {
  margin-top: 20px;
}
.hzal .layout .tit {
  margin-bottom: 31px;
}
.hzal .layout ul {
  padding-left: 5px;
}
.hzal .layout ul li {
  float: left;
  margin-right: 19px;
  margin-bottom: 49px;
  overflow: hidden;
}
.hzal .layout ul li:hover img {
  transform: scale(1.2);
}
.hzal .layout ul li:hover .t {
  color: #002FA7;
}
.hzal .layout ul li .imgbox {
  width: 284px;
  height: 177px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 26px;
}
.hzal .layout ul li img {
  display: block;
  border-radius: 10px;
  width: 284px;
  height: 164px;
  margin-bottom: 26px;
  transition: all .3s;
}
.hzal .layout ul li .t {
  width: 269px;
  padding-left: 15px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #333333;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.hzal .layout ul li:nth-child(4n) {
  margin-right: 0;
}
