
.textLive {
    padding: 10px;
    margin-bottom: -10px;
}

.textLive .tit {
    line-height: 16px;
    font-size: 13px;
}

.textLive .info {
    padding-left: 20px;
    font-size: 13px;
    margin-bottom: 5px;
    color: var(--font2)
}

.textLive .tit::before {
    margin: 3px 7px 3px 3px;
    display: block;
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    float: left;
    background: var(--gray30);
}

.textLive .tit.h::before {
    margin: 3px 7px 3px 3px !improtant;
    display: block;
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    float: left;
    background: var(--primary-color);
}




.textLive .tit.g::before {
    background: var(--primary-color2);
}

.textLive2 {
    padding: 10px;
    overflow: hidden;
}

.textLive2 ul li {
    display: flex;
    margin-bottom: 3px;
}

.textLive2 .timeSpan {
    background: var(--bg4);
    margin-right: 1px;
    flex: 0 0 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textLive2 .tit {
    line-height: normal;
    background: var(--bg2);
    flex: 1;
    padding: 5px;
    font-size: 12px;
}
.textLive2 .tit i{
    background: var(--bg);
    padding:0 3px; 
    border-radius: 3px;
    border:solid 1px var(--line);
    line-height: 18px;
    display: inline-block;
    margin-right: 5px;
}
.textLive2 .on .tit i{
    color: var(--font) !important;
    background: var(--bg-hightlight-5);
    border-color: var(--bg-hightlight-5);
    padding:0 3px; 
    border-radius: 3px;
    line-height: 18px;
    display: inline-block;
}


.textLive2 .on .tit{
    background: var(--bg-hightlight-8);
    color: var(--bg-hightlight-5);
}

.textLive2 .on .timeSpan{
    background: #f1e8d3;
}