.ztzl-content {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}
.location {
  font-size: 14px;
  line-height: 24px;
}
.location a {
  color: #262626;
}

.ztzl-content .items {
  margin-top: 40px;
}
.ztzl-content .items li {
  float: left;
  list-style-type: none;
  width: 24.357%;
  margin-left: 0.857333%;
  margin-bottom: 40px;
}
.ztzl-content .items li:nth-child(4n + 1) {
  margin-left: 0;
}
.ztzl-content .items li .img-container {
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.ztzl-content .items li .img-container img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ztzl-content .items li .img-container:hover img {
  transform: scale(1.05, 1.05);
}
.ztzl-content .items li .name {
  text-align: center;
  background: #f5f5f5;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
