.live-info {
    margin-left: 130px;
    padding-top: 30px;
}
.live-info h1{
    font-size:16px;
    color:#4a4a4a;
    font-weight: 400;
    padding-bottom:11px;
}
.live-info p {
    font-size:14px;
    color:#4a4a4a;
}
.live-info p  span{
    margin-right: 40px;
}
.liveTab {
    padding-bottom:29px;
}
.liveTab li{
    font-size:16px;
    color:#333333;
    border-bottom: 3px solid #f6f7f8;
    float: left;
    margin-right: 34px;
    padding-bottom:10px;
    cursor: pointer;
}
.liveTab li.on{
    color: #df3532;
    border-bottom: 3px solid #df3532
}

.listWarp {
    padding-top: 41px;
    padding-bottom: 40px;
}
.listWarp .nolist li{
    width: 560px;
    float: left;
    margin-right:30px;
    margin-bottom: 25px;
    border-radius: 3px;
}

.listWarp .nolist li:nth-child(2n+0){
    margin-right:0;
}
.listWarp .nolist li .a-img{
    width: 100%;
    height: 395px;
    border-radius: 3px;
    position: relative;
    border-radius:5px;
    height:395px;
}
.listWarp .nolist li .a-img .img{
    border-radius: 3px;
    position: relative;
}
.listWarp .nolist li .infos{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background:rgba(000,000,000,0.6);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.listWarp .nolist li .infos .box{
    padding: 15px 28px;
}

.listWarp .nolist li .infos .box h1{
    font-size:20px;
    color:#ffffff;
    font-weight: 400;
    padding-bottom:10px;
}
.listWarp .nolist li .infos .box p .live-sp{
    font-size:14px;
    color:#ffffff;
    margin-left:5px;
    letter-spacing: 1px
}
.listWarp .nolist li .infos .box p {
    line-height: 29px;
}
.listWarp .nolist li .infos .box p .Sp-btn {
    display: flex;
    align-items: center;
    float: left;
    width:71px;
    height:29px;
    background:#df3532;
    border-radius:3px;
    margin-right: 8px;
}
.listWarp .nolist li .infos .box p .Sp-notice {
    display: flex;
    align-items: center;
    float: left;
    width:71px;
    height:29px;
    background:#325ddf;
    border-radius:3px;
    margin-right: 8px;
}
.listWarp .nolist li .infos .box p .Sp-review {
    display: flex;
    align-items: center;
    float: left;
    width:71px;
    height:29px;
    background:#919191;
    border-radius:3px;
    margin-right: 8px;
}

.listWarp .nolist li .infos .box .live-btn{
    margin:auto;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
}
.listWarp .nolist li .infos .box .live-btn img{
    margin-right: 5px;
}
/*.live-notice {
    background:#325ddf;
    border-radius:3px;
    width:71px;
    height:29px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 12px;
}
.live-review{
    background:#919191;
    border-radius:3px;
    width:71px;
    height:29px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 12px;
}*/
.live-triangle {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #df3532;
    display: inline-block;
    margin-top: 8px;
    float: left;
    margin-right: 8px;
}

.getInto-btn{
    background:rgba(000,000,000,0.7);
    border-radius:60px;
    width:162px;
    height:51px;
    line-height: 51px;
    position: absolute;
    top: 152px;
    left: 199px;
    text-align: center;
    font-size:18px;
    color:#ffffff;
}
.getInto-btn a{
    font-size:18px;
    color:#ffffff;
    display: block;
}
.listContent .pane{
    display: none;
}