.g-ztlist {
  overflow: hidden;
}

.g-ztlist ul {
  padding: 0px 15px 0px 15px;
  overflow: hidden;
}

.g-ztlist ul li {
  overflow: hidden;
  position: relative;
  height: 80px;
  padding-left: 170px;
  border-bottom: 1px dashed #eaeaea;
  padding-bottom: 15px;
  margin: 15px 0;
}

.g-ztlist ul li i {
  width: 160px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 80px;
}

.g-ztlist ul li i img {
  border-radius: 4px;
  width: 100%;
}

.g-ztlist ul li .u-ztinfo {
  font-size: 14px;
  color: #999;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 4px;
}

.g-ztlist ul li .u-ztinfo p {
  line-height: 24px !important;
}

.g-ztlist ul li span {
  font-size: 15px;
  color: #333;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 4px;
}

.g-ztlist ul li:last-of-type {
  border-bottom: 0px;
  margin-bottom: 0px;
}