.list-tv {
    height: 100%;
    min-height: 700px;
    padding-bottom: 32px;
}
.live-item-li {
    width: 224px;
    height: 198px;
    background: #FFFFFF;
    border-radius: 8px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}
.live-item-li:nth-child(5n) {
    margin-right: 0;
}
.live-item-href {
    display: block;
    width: 100%;
    height: 100%;
}
.live-item-img {
    width: 224px;
    height: 126px;
    position: relative;
}
.live-state {
    width: 52px;
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.live-state.replay {
    background: linear-gradient(
-90deg, #b55ef3 0%, #6c2bef 100%);
}
.live-item-img>img {
    width: 100%;
    height: 100%;
}
.item-follow {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
}
.item-follow-num {
    background: url(//static.juyun.tv/images/xianhi.png) no-repeat left center;
    background-size: 14px 10px;
    padding-left: 20px;
}
.live-item-title, .video-item-title {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 16px 0;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
}