.live_list_head {
    padding: .2rem;
    background-color: #222;
    display: flex;
    flex-direction: row;
}

.live_list_head .image-wrap {
    width: 2.4rem;
    height: 3.2rem;
    display: flex;
    justify-content: center;
    justify-items: center;
}

.live_list_head .image-wrap img {
    max-height: 2.4rem;
    max-height: 3.2rem;
}

.live_list_head .head-line {
    margin-left: .2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.live_list_head .head-line .line-item {
    font-size: .28rem;
    color: #FFFFFF;
    margin-top: .16rem;
    line-height: .36rem;
    display: flex;
    justify-content: center;
    text-align: center;
}

.live_list_head .head-line .line-item.first {
    margin-top: .16rem;
}
