.tzz-list {
  width: 100%;
  overflow: hidden;
  margin-top: -20px;
}
.tzz-list-item {
  padding: 30px 140px 30px 0;
  height: 150px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  position: relative;
}
.tzz-list-item a:hover .tzz-list-img img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}
.tzz-list-item a:hover .tzz-list-link span {
  background-color: #009fa8;
  color: #fff;
  padding-right: 30px;
}
.tzz-list-item a:hover .tzz-list-link span .iconfont {
  right: 8px;
}
.tzz-list-img {
  width: 300px;
  height: 150px;
  float: left;
  margin-right: 30px;
  overflow: hidden;
  background-color: #f6f6f6;
}
.tzz-list-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: cover;
  object-fit: cover;
  transition: all 0.5s ease;
}
.tzz-list-title {
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
  height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tzz-list-text {
  margin-top: 20px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
}
.tzz-list-time {
  position: absolute;
  right: 0;
  top: 30px;
  padding-top: 80px;
  width: 110px;
  height: 70px;
  text-align: right;
  color: #999;
  border-left: 1px solid #eee;
}
.tzz-list-time span {
  font-size: 30px;
  position: absolute;
  top: 40px;
  right: 0;
  color: #515152;
}
.tzz-list-link {
  margin-top: 30px;
}
.tzz-list-link span {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  padding: 0 15px;
  color: #009fa8;
  border: 1px solid #009fa8;
  border-right: none;
  position: relative;
  transition: all 0.2s;
}
.tzz-list-link span:before,
.tzz-list-link span:after {
  content: "";
  width: 1px;
  background-color: #009fa8;
  right: 0;
  top: 0;
  height: 5px;
  position: absolute;
}
.tzz-list-link span:after {
  top: auto;
  bottom: 0;
}
.tzz-list-link span .iconfont {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  top: 4px;
  right: -10px;
  border-radius: 30px;
  transition: all 0.2s;
}
.index-count.tzz {
  background-color: #f6f6f6;
}
.index-tzz-top {
  margin-top: 30px;
  float: left;
  width: 450px;
  height: 370px;
  overflow: hidden;
}
.index-tzz-top a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.index-tzz-top a:hover .img img {
  opacity: 1;
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}
.index-tzz-top a:hover .title {
  background-color: #009fa8;
}
.index-tzz-top .img {
  width: 100%;
  height: 310px;
  background-color: #000;
}
.index-tzz-top .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: cover;
  object-fit: cover;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.index-tzz-top .title {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  bottom: 0;
  background-color: #000;
  transition: all 0.5s ease;
}
.index-tzz {
  position: relative;
}
.index-tzz .index-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.index-tzz .t {
  font-size: 36px;
  line-height: 40px;
  color: #009fa8;
}
.index-tzz .tzz-list {
  margin-top: 10px;
  width: 920px;
  float: right;
}
.index-tzz .tzz-list-item {
  float: left;
  width: 320px;
  height: auto;
  padding: 20px 110px 20px 20px;
  background-color: #fff;
  margin-top: 20px;
  border: none;
}
.index-tzz .tzz-list-item:nth-child(even) {
  margin-left: 20px;
}
.index-tzz .tzz-list-title {
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}
.index-tzz .tzz-list-text {
  margin-top: 10px;
}
.index-tzz .tzz-list-time {
  height: 30px;
  top: 20px;
  padding-top: 40px;
  right: 20px;
  width: 70px;
}
.index-tzz .tzz-list-time span {
  top: 10px;
  font-size: 20px;
}
.index-tzz .t {
    text-align: center;
    font-size: 22px;
  }
  .index-tzz .index-tzz-top {
    margin-top: 20px;
    float: none;
    width: 100%;
    height: 260px;
  }
  .index-tzz .index-tzz-top .img {
    height: 100%;
  }
  .index-tzz .index-tzz-top .title {
    line-height: 50px;
    font-size: 14px;
    text-align: center;
  }
  .index-tzz .index-btn {
    margin: 20px auto 0;
    position: relative;
  }
  .index-tzz .tzz-list {
    margin: 0;
    padding: 5px 15px;
    width: 100%;
    float: none;
  }
  .index-tzz .tzz-list-item {
    width: 100%;
    margin: 10px 0 0 0 !important;
    padding: 0;
  }
  .index-tzz .tzz-list-item a {
    display: block;
    padding: 15px;
  }
  .index-tzz .tzz-list-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .index-tzz .tzz-list-text {
    font-size: 12px;
    max-height: 40px;
    height: auto;
    margin-top: 0;
  }
  .index-tzz .tzz-list-time {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    padding: 0;
    margin-top: 5px;
    border: 0;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    height: auto;
  }
  .index-tzz .tzz-list-time span {
    position: relative;
    top: 0;
    color: inherit;
    font-size: inherit;
  }
  .index-tzz .tzz-list-time span:before {
    content: "-";
  }
  .tzz-list {
    margin-top: 0px;
  }
  .tzz-list-item {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .tzz-list-item a {
    display: block;
    padding: 15px;
  }
  .tzz-list-item .tzz-list-title {
    font-size: 16px;
    line-height: 25px;
    height: auto;
    white-space: normal;
    margin-bottom: 5px;
  }
  .tzz-list-item .tzz-list-text {
    font-size: 12px;
    margin-top: 0;
    height: auto;
  }
  .tzz-list-item .tzz-list-time {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    padding: 0;
    margin-top: 10px;
    border: 0;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    height: auto;
  }
  .tzz-list-item .tzz-list-time span {
    position: relative;
    top: 0;
    color: inherit;
    font-size: inherit;
  }
  .tzz-list-item .tzz-list-time span:before {
    content: "-";
  }
  .tzz-list-item .tzz-list-link {
    position: absolute;
    right: 25px;
    bottom: 15px;
    margin: 0;
    font-size: 12px;
  }
  .tzz-list-item .tzz-list-link span {
    line-height: 18px;
    padding: 0 10px 0 5px;
  }
  .tzz-list-item .tzz-list-link span .iconfont {
    top: 0;
  }
  .tzz-list-item .tzz-list-img {
    float: none;
    width: 100%;
    height: 30vw;
    margin-bottom: 10px;
  }