.layout-content {
  width: 1200px;
  margin: 165px auto 0;
}

.special-topic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.special-topic-list .item {
  width: 408px;
  height: 138px;
  margin-bottom: 22px;
  position: relative;
}
.special-topic-list .item img {
  display: block;
  width: 408px;
  height: 138px;
}
.special-topic-list .item .title {
  position: absolute;
  left: 64px;
  top: 30px;
  z-index: 5;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: lighter;
  height: 38px;
  line-height: 38px;
  width: 280px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 0 0 3px #000;
}
.special-topic-list .item .counts {
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 3px #000;
}
.special-topic-list .item .counts i {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/invest2/icon_zt.png);
  margin-right: 8px;
}
.special-topic-list .item .time {
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 5px;
  text-align: right;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  padding-right: 10px;
  text-shadow: 0 0 3px #000;
}
