.location {
  width: 1400px;
  margin: 0 auto;
}

.location a,
.location span {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 1;
}

.location span {
  margin: 0 5px;
}

.location a:hover {
  color: #dc0000;
  text-decoration: underline;
}

.zt-list {
  width: 1400px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.zt-list ul li {
  float: left;
  width: 320px;
  margin-right: 40px;
  margin-top: 50px;
}

.zt-list ul li a {
  float: left;
}

.zt-list ul li a:first-child {
  width: 100%;
}

.zt-list ul li a:first-child img {
  width: auto;
  height: 160px;
  margin: 0 auto;
}

.zt-list ul li a:nth-child(2) {
  max-width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.zt-list ul li a:nth-child(2):hover {
  color: #dc0000;
  text-decoration: underline;
}

.zt-list ul li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1440px) {
  .location {
    width: 1200px;
  }

  .zt-list {
    width: 1200px;
  }

  .zt-list ul li {
    width: 276px;
    margin-right: 32px;
    margin-top: 40px;
  }

  .zt-list ul li a:first-child img {
    height: 138px;
  }

  .zt-list ul li a:nth-child(2) {
    margin-top: 16px;
  }
}