.YoutubeVideoList {
        margin-bottom: 10px;
        padding: 0;
}
.YoutubeVideoList .ListVideo {
        padding: 5px 0;
}
.YoutubeVideoList ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
}
.YoutubeVideoList li {
        /* background: rgba(0, 0, 0, 0) url("images/i.png") no-repeat scroll left center / 5% auto; */
        cursor: pointer;
        margin: 0 0 10px 0;
        padding: 0;
        display: flex;
        align-items: flex-start;
}
.YoutubeVideoList .ListVideo .VideoItem img {
        /* display: none; */
        /* float: left; */
        height: 40px;
        margin-right: 10px;
        width: 54px;
        object-fit: cover;
}
.YoutubeVideoList li .title:hover {
        color: #620101;
}
.YoutubeVideoList li .title {
        color: #444;
        font-size: 13px;
        text-align: left;
        flex: 1;
}
.YoutubeVideoList .VideoHeader {
        border-radius: 0 10px 0 0;
        display: none;
        height: 28px;
        padding-bottom: 5px;
}
.YoutubeVideoList .VideoHeader .Text {
        color: #fff;
        font: bold 10pt/28px arial;
        height: 28px;
        padding-left: 30px;
}
.ListVideo > span .CurrentPage {
        font: bold 13px arial;
        padding: 3px;
        text-align: right;
        display: none;
}
.YoutubeVideoList .ListVideo>div>span{
        display: block;
        width: 100%;
        text-align: right;
}
.YoutubeVideoList .ListVideo>div>span span, .YoutubeVideoList .ListVideo>div>span a{
        font-size: 13px;
}
