.container{
    background-color: #f1f1f1;
    padding-top: 12.5px;
}

.waterflow-wrapper{
    width: 94.67%;
    margin: 0 auto;
}

.waterflow{
    position: relative;
    width: 100%;
    min-height: 500px;
    height: auto;

}
.waterflow .item{
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.item-play{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}
.item-play::after{
    position: absolute; 
    left: 50%; top: 50%; 
    width: 0; height: 0; content: ""; 
    margin-left: -2px;
    margin-top: -4px;
    border: 4px solid rgba(255,255,255,0); 
    border-right: 6px solid rgba(255,255,255,0);  
    border-left: 6px solid #fff;}

.item-pic{display: block;}
.item-info{
    padding: 10px;
    height: 75px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-title{
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}
.item-author{
    display: flex;
    justify-content: space-between;
}

.item-author-left{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-author-left .author-avatar{width: 15px; height: 15px; border-radius: 50%; overflow: hidden;margin-right: 3px;}
.item-author-left .author-avatar img{width: 100%; }
.item-author-left .author-name{font-size: 10px;color: #999;}
.item-author-left .author-name a{font-size: 10px;color: #999;}
.item-author-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-author-right .view-icon{
    width: 10px;
    height: 10px;
    background: url(../../images/wap3.0/video/play-icon.png) no-repeat center center;
    background-size: cover;
    margin-right: 3px;
}

.item-author-right .view-title{font-size: 10px;color: #999;}

