.live-box-list {
    margin-top: 30px;
    padding-bottom: 30px;
}
.live-box-list .live-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
}
.live-detail-box {
    width: 1224px;
    margin: auto;
    margin-bottom: 15px;
}
.live-detail-live .detail{
    padding: 0px 14px;
}
.live-detail-live .box{
    width: 280px;
    position: relative;
    margin: 0px 13px;
    margin-bottom: 20px;
}
.live-detail-live .box .url_link img{
    width: 100%;
    height: 170px;
}
.live-detail-live .box .img-url{
    width: 100%;
    display: block;
    height: 170px;
}
.live-detail-live .box .status{
    position: absolute;
    top: 8px;
    left: 10px;
}
.live-detail-live .box .status .statue-box img{
    margin-right: 3px;
}

.live-detail-live .box .status{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}
.live-detail-live .box .status .statue-box{
    background: linear-gradient(107deg, #FA1E70 0%, #F16234 100%);
    border-radius: 2px;
    padding: 0px 5px;
}
.live-detail-live .box .status .statue-box1{
    background: #D2D2D2;
    border-radius: 2px;
    padding: 0px 5px;
}
.live-detail-live .box .status .statue-box2{
    background: #16B41B;
    border-radius: 2px;
    padding: 0px 5px;
}
.live-detail-live .box .text{
    background: #F7F8FC;
    padding: 11px 12px;
}
.live-detail-live .box .text p{
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
}
.live-detail-live .box .text span{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.live-box{
    margin-top: 0px;
    padding-top: 50px;
    background: #F8F9FE;
}