.chan-info {
    align-items: center;
    padding: 0.5rem 0;
    font-size: 1rem;
    border-bottom: solid 1px #efefef;
}

.chan-info p {
display: block;
/*padding-right: 1rem;*/
}

.chan-info div {
display: flex;
align-items: center;
}

.chan-team {
display: flex !important;
justify-content: center;
/*padding-left: 15px;*/
}

.chan-team img {
border-radius: 100%;
}

.chan-team span:nth-child(1) {
    display: inline-block;
    width: 120px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chan-team span:nth-child(3) {
    display: inline-block;
    width: 170px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chan-team span:nth-child(1) img {
    padding-left: 5px;
}

.chan-team span:nth-child(2) {
    width: 70px;
    text-align: center;
}

.chan-team span:nth-child(3) img {
    padding-right: 5px;
}

.chan-team img {
    display: inline-block;
    vertical-align: middle;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
}

.chan-type {
width: 150px;
/*padding-left: 15px;*/
/*white-space: nowrap;*/
/*overflow: hidden;*/
text-overflow: ellipsis;
}

.chan-time,
.chan-type {
color: #333333;
}

.chan-type a {
color: #959595;
}

.chan-list li:hover {
background: #efefef;
}


.chan-info-news-list {
    font-size: 1.2rem;
}

.chan-info-news-list span {
    padding-left: 0.5rem;
}

.chan-info-news-list a {
    color: #000000;
    margin-left: 0.5rem;
}

@media (min-width: 768px) {
    .chan-info {
        display: flex;
    }
        
    .chan-time,
    .chan-type {
        width: 10rem;
    }
}

@media (max-width: 767px) {
    .chan-info .chan-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    /* .chan-info .chan-row > div,
    .chan-info .chan-row > p {
        margin-right: 1rem;
    } */

    .chan-info .chan-row .chan-time-time,
    .chan-info .chan-row .chan-type {
        text-align: center;
    }

    .chan-type {
        flex: 1;
        width: 60px;
        padding-left: 0.5rem;
        text-align: right;
    }
    .btn-video {
        margin: 5px auto 0;
    }
    .desktop {
        display: none !important;
    }
}


/*panel-list*/
.panel-list {
	padding: 0 20px 40px
}
.panel-list li {
    list-style-type: none; /* Hides the bullets */
	/* padding-left: 20px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	position: relative;
}
/* .panel-list li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 10px;
	left: 0;
	top: 15px;
} */
.panel-list li span {
	/* float: right; */
	color: #888;
	font-size: 12px
}
.panel-list li:nth-child(10n) {
	margin-bottom: 20px;
	border-bottom: #eee 1px solid;
	padding-bottom: 20px
}
.panel-bd.chan-list-GTHETHAO {
    & .btn-video {
        padding: 5px;
        color: white;
        background-color: #ff4b4b !important;
        border-color: #f1f0ff;
    }
}

.icon {
    display: inline-block;
    vertical-align: middle;
    /* width: 1.4rem; */
    height: 1.4rem;
    /* padding-left: 5px; */
    /* padding-right: 10px; */
}

.live_btn{
    color: white !important;
    background-color: #ff4b4b !important;
    border-color: #f1f0ff;
    padding: 0 10px;
}