/* 信息流广告 */
.ad-tag{
    margin-top: 52px;
}
.info_ad::after{
    content: '广告';
    position: absolute;
    right: 0;
    bottom: 10px;
    box-sizing: border-box;
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    font-size: 14px;
    color: #E1E1E1;
}
.info_ad .re-list-desc p{
  color: #666;
}
.info_ad .re-list-price-all{
  color: #c8201e;
}
.info_ad h2{
  white-space: normal;
  line-height: 34px;
}
.info_ad .ad-tag{
  margin-top: 15px;
}
.info_ad .re-list-desc-tags span{
  margin-right: 15px;
}
.info_ad .re-list-title{
  margin-bottom: 15px;
}
/* 信息流广告end */