.liveCell {
    border-bottom: .1px solid #eaeaea;
}

.liveCell .cellTop {
    padding-top: 6px;
    padding-right: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.liveCell .cellTop .topLeft {
    width: 26%;
}

.liveCell .cellTop.col-xs-12 {
    padding-left: 0;
}

.liveCell .cellTop .topRight {
    width: 74%;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
}

.liveCell .cellTop .topLeft img {
    width: 92%;
    border-radius: 4px;
}

.liveCell .topRight.col-xs-8 {
    padding-right: 0;
}

.liveCell .topRight .topInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.liveCell .topRight .name p {
    padding-right: 18px;
    position: relative;
    font-size: 13px;
    line-height: 14px;
}

.liveCell .topRight .name img {
    width: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.liveCell .topRight .state p {
    padding-left: 16px;
    position: relative;
    line-height: 14px;
    color: #989696;
    font-size: 14px;
}

.liveCell .topRight .state img {
    width: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

.liveCell .topRight .baseInfo {
    font-size: 12px;
    line-height: 12px;
    color: #b0b0b0;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.liveCell .topRight .baseInfo span {
    margin-left: 2px;
    margin-right: 2px;
    color: #989696;
}

.liveCell .topRight .baseInfo span:nth-of-type(1) {
    margin-left: 0px;
}

.liveCell .topRight .subInfo span {
    font-size: 12px;
    margin-right: 4px;
    padding: 2px 4px;
    color: #989696;
    background-color: #f4f5f7;
}

.liveCell .topRight>p {
    padding-left: 18px;
    position: relative;
    line-height: 12px;
    font-size: 12px;
    color: #989696;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.liveCell .topRight>p img {
    width: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

.liveCell .baseInfo img {
    width: 16px;
    margin-right: 6px;
    vertical-align: text-top;
    margin-right: 6px;
}