.layout-content {
  width: 1200px;
  margin: 165px auto 0;
}

.tags .time {
  color: #999999;
}

.special-topic-banner {
  height: 259px;
  position: relative;
}
.special-topic-banner img {
  display: block;
  width: 100%;
  height: 259px;
}
.special-topic-banner .title {
  position: absolute;
  left: 193px;
  top: 76px;
  z-index: 5;
  font-size: 34px;
  color: #FFFFFF;
  font-weight: lighter;
  height: 60px;
  line-height: 60px;
  width: 446px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}
.special-topic-banner .counts {
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  top: 158px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.special-topic-banner .counts i {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/invest2/icon_zt.png);
  margin-right: 8px;
}
.special-topic-banner .time {
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 15px;
  text-align: right;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  padding-right: 20px;
}
