.layout-content {
  width: 1200px;
  margin: 165px auto 0;
}

.tags .time {
  color: #999999;
}

.special_column_banner {
  height: 292px;
  position: relative;
  background: url(../images/invest2/special_column_banner.jpg);
  padding-top: 25px;
}
.special_column_banner .logo {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
  overflow: hidden;
}
.special_column_banner .logo img {
  width: 66px;
  height: 66px;
  display: block;
  margin: 0 auto;
}
.special_column_banner .counts {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}
.special_column_banner .counts i {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/invest2/icon_zt.png);
  margin: 0 8px 0 15px;
}
.special_column_banner .time {
  width: 100%;
  height: 20px;
  text-align: right;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  padding-right: 20px;
}
.special_column_banner .btn-guanzhu {
  display: block;
  width: 76px;
  height: 26px;
  line-height: 26px;
  background: #275fff;
  margin: 25px auto 0 auto;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.special_column_banner .btn-guanzhu:hover {
  color: #fff;
  background: #507cfa;
}
.special_column_banner .info {
  width: 342px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
