.live-list li > .img_wrap .live-state {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 36px;
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    font-size: 12px;
}

.live-list li .txt h2 {
    width: 270px;
}

.live-list li > .img_wrap .live-state i {
    display: block;
    width: 24px;
    height: 20px;
    background: url("../images/living.gif") no-repeat;
    background-size: 100% 100%;
    margin-right: 6px;
}

.live-list li p {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-top: 12px;
}

.live-list li .txt .toPay {
    display: block;
    width: 86px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fe7001;
    color: #fe7001;
    font-size: 14px;
    transition: all .5s;
}

.live-list li .txt .toPay:hover {
    background-color: #fe7001;
    color: #ffffff;
}

.live-list li .txt .time {
    font-size: 14px;
    color: #ff363c;
}
