@charset 'UTF-8';

body {
  background: #fff;
}

.banner-top .logo-container .logo {
  width: 3.64rem;
}

.zt-list {
  margin-top: .4rem;
}

.zt-list .zt-item {
  position: relative;
  height: 6.2rem;
  margin-bottom: .6rem;
}

.zt-list .zt-item .zt-pic {
  width: 9.56rem;
  height: 6.2rem;
  display: block;
}

.zt-list .zt-item .zt-cnt {
  width: 6.64rem;
  height: 4.8rem;
  position: absolute;
  top: .7rem;
  right: 0;
  background: #F2F3F9;
  padding: .4rem .6rem;
}

.zt-list .zt-item .zt-title {
  font-size: .28rem;
  color: #333;
  font-weight: bold;
  line-height: 0.36rem;
}

.zt-list .zt-item .zt-desc {
  font-size: .16rem;
  line-height: .28rem;
  color: #333;
  margin-top: .4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.zt-list .zt-item .zt-info {
  margin-top: 1rem;
}

.zt-list .zt-item .zt-date {
  font-size: .16rem;
  line-height: .2rem;
  color: #333;
  float: left;
}

.zt-list .zt-item .zt-more {
  float: right;
  width: .6rem;
  height: .2rem;
  background: url(../img/arr-right.png) center center/contain no-repeat;
}