.single-line-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*赞*/
.praise-box.vip-praise-box {
    margin-top: 40px;
}


/*请鲜看*/
.mod-time-info-flow{
    margin-top: -30px;
}
.no-vip-qxk-box{
    position: relative;
    width: 562px;
    border:1px solid #e8e8e8;
    margin: 75px auto;
    color: #303030;
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
}
.no-vip-qxk-box .title{
    position: absolute;
    text-align: center;
    width: 100%;
    top: -12px;
}
.no-vip-qxk-box .title span{
    background: #fff;
    padding: 0 20px;
}
.no-vip-qxk-box .conent{
    width: 100%;
    padding-top: 37px;
    text-align: center;
    margin-bottom: 10px;
}

.btn-pay-vip-link{
    display: inline-block;
    margin: 20px auto;
    width: 400px;
    height: 43px;
    border:1px solid #303030;
    color: #303030;
    font-size: 14px;
    line-height: 43px;
    text-align: center;

}
.btn-pay-vip-link img{
    position: relative;
    margin-right: 10px;
    top: -2px;;
}
.btn-pay-vip-link:hover{
    color: #303030;
}
.btn-pay-vip-link.active{
    border: 1px solid #ff6060;
    color: #ff6060;
}
.btn-pay-vip-link.vip_active{
    color: #fff;
    border-color: #ff6060;
    background: #ff6060;
    margin: 40px auto 0 auto;
}

/*虎嗅圆桌*/
.table-wrap{
    /*min-height: 500px;*/
}
.table-box{
    position: relative;
    width: 384px;
    height: 358px;
    border: 1px solid #f0f0f0;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.table-box.active{
    height: 402px;
}

.table-box .pic-box{
    height: 218px;
    width: 100%;
    overflow: hidden;
}
.table-box:nth-child(2n){
    margin-right: 0px;
}
.table-box:hover{
    transform:translateY(-5px);
    -ms-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -o-transform:translateY(-5px);
    box-shadow: 0 5px 15px rgba(45, 50, 55, 0.20);
}
.table-title{
    padding: 16px 16px 0 16px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: justify;
}
.active-info-box{
    position: absolute;
    height: 24px;
    border:1px solid #fc6164;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    left: 31px;
    top: 307px;
    background: #fc6164;
    padding:0 0px 0 5px;
}
.active-info-box.disabled{
    background: #c0c0c0;
    border-color: #c0c0c0;
}
.active-info-box.active{
    background: #303030;
    border-color: #303030;
}
.active-info-box.active .time{
    color: #303030;
}
.active-info-box.disabled .time{
    color: #c0c0c0;
}
.active-info-box .name{
    padding-right: 5px;
}
.active-info-box .time{
    position: relative;
    height: 22px;
    line-height: 22px;
    background: #fff;
    color: #fc6164;
    display: inline-block;
    top: -1px;
    right: 0;
    padding:0 5px;
}
.active-tag{
    position: absolute;
    font-size: 14px;
    color: #c0c0c0;
    right: 30px;
    top:309px;
}
.btn-table-top{
    display: inline-block;
    width: 280px;
    height: 42px;
    color: #fc6164;
    border: 1px solid #fc6164;
    text-align: center;
    font-size: 14px;
    margin-top: 22px;
    line-height: 42px;
}
.btn-table-top:hover{
    color: #fc6164;
}
.non-vip:hover{
    color: #fc6164;
}
.non-vip{
    text-decoration: underline !important;
}

.table-box .notes-box{
    position: absolute;
    width: 100%;
    height: 44px;
    background: #fcfcfc;
    bottom: 0;
    line-height: 44px;text-align: center;
    font-size: 16px;
    color: #303030;
}

.table-box .notes-box span{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 44px;
    padding-top: 2px;
}

.table-box .notes-box span:first-child:before{
    position: absolute;
    right: 0;
    height: 20px;
    width: 1px;
    background: #e8e8e8;
    content: '';
    top: 13px;
}

.table-box .notes-box span.disabled a{
    color: #c0c0c0;
}

.table-box .notes-box .icon-notes{
    width: 13px;
    margin-right: 10px;
    margin-top: -4px;
}
.table-box .notes-box .icon-write{
    width: 16px;
    margin-right: 10px;
    margin-top: -4px;
}

.note-w-50{
    width: 50%;
}
.note-w-33{
    width: 33%;
}
.note-w-66{
    width: 66%;
    font-size: 14px;
    color: #c0c0c0;
}

.table-mod-tag{
    position: relative;
    font-size: 20px;
    color: #303030;
    display: inline-block;
    margin-bottom: 30px;
    padding-left: 15px;
    width: 100%;
}
.table-mod-tag:before{
    position: absolute;
    content: '';
    width: 2px;
    height: 18px;
    background: #ff6060;
    left: 0;
    top: 4px;
}
/*大咖私房话列表样式修改20180321*/
.vipColumn-table-tip{

}
.vipColumn-table-tip .active-info-box{
    /*position: static;*/
    top: unset;
    bottom: 16px;
}
.vipColumn-table-tip .active-tag{
    /*position: static;*/
    top: unset;
    bottom: 16px;
}
.vipColumn-tableWonderful-tip .active-info-box{
    top: unset;
    bottom: 60px;
}
.vipColumn-tableWonderful-tip .active-tag{
    top: unset;
    bottom: 60px;
}