.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

.bar {
  margin-top: 20px;
  margin-bottom: 48px;
}

.bar .layout {
  padding-bottom: 21px;
  border-bottom: 1px solid #d2d2d2;
}

.bar .layout ul {
  display: flex;
}

.bar .layout ul .on a {
  color: #3A6EEA;
}

.bar .layout ul li {
  margin-right: 20px;
}

.bar .layout ul li:hover a {
  color: #3A6EEA;
}

.bar .layout ul li a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
}

.zbkt {
  margin-bottom: 62px;
}

.zbkt .layout .tit {
  margin-bottom: 30px;
}

.zbkt .layout .active {
  display: block;
}


.zbkt .layout ul li {
  float: left;
  width: 284px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 49px;
  box-shadow: 0px 1px 10px 0px rgba(61, 109, 120, 0.19);
}

.zbkt .layout ul li:nth-child(4n) {
  margin-right: 0;
}

.zbkt .layout ul li:hover a .t {
  color: #3A6EEA;
}

.zbkt .layout ul li:hover a .img {
  transform: scale(1.2);
}

.zbkt .layout ul li a {
  display: block;
  position: relative;
}

.zbkt .layout ul li a .over {
  background-color: rgba(0, 0, 0, 0.4);
}

.zbkt .layout ul li a .ing {
  background-color: rgba(0, 46, 162, 0.5);
}

.zbkt .layout ul li a .nostart {
  background-color: rgba(59, 134, 12, 0.5);
}

.zbkt .layout ul li a .style {
  width: 56px;
  height: 28px;
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  z-index: 9;
}

.zbkt .layout ul li a .imgbox {
  overflow: hidden;
}

.zbkt .layout ul li a .img {
  display: block;
  width: 286px;
  height: 163px;
  transition: all .3s;
}

.zbkt .layout ul li a .box {
  background-color: #fff;
  padding: 18px 18px 14px;
}

.zbkt .layout ul li a .t {
  margin-bottom: 10px;
  width: 234px;
  height: 48px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  transition: all .3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.zbkt .layout ul li a .time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.zbkt .layout ul li a .xian {
  margin: 16px 0 14px;
  height: 1px;
  background: #DADADA;
}

.zbkt .layout ul li a .bottom {
  display: flex;
  align-items: center;
}

.zbkt .layout ul li a .bottom img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 11px;
}

.zbkt .layout ul li a .bottom .writer {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}