.UIVideoList iframe.video-frame {
    width: 100%;
    height: 220px;
}
.UIVideoList .box-header {
    position: relative;
    margin-bottom: 15px;
    background: #34d5f7;
    background: linear-gradient(225deg,#34d5f7 10%,#149bb8 100%);
    height: 30px;
}
.UIVideoList .box-header a {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-left: 50px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    line-height: 30px;
}
.UIVideoList .box-header a:before {
    position: absolute;
    right: calc(100% - 40px);
    height: 1px;
    content: '';
    background-color: #ffffff;
    top: calc(45% - 1px);
    width: 20px;
}
.UIVideoList .box-header a:after {
    top: calc(50% + 3px);
    width: 34px;
    position: absolute;
    height: 1px;
    content: '';
    background-color: #ffffff;
    right: calc(100% - 40px);
}
.UIVideoList {
    margin: 0 0 20px 0;
    padding: 0px;
    width: 100%;
}
.UIVideoList .video-list {
    padding: 0px;
    margin: 0px auto;
    list-style: none;
}
.UIVideoList .video-item {
    margin-bottom: 20px;
    width: 100%;
    vertical-align: top;
}
.UIVideoList .video-item .title h2 {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    padding-top:10px;
}
.UIVideoList .video-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}


.UIVideoList .Pager {
    text-align: center;
    margin: 30px 0;
    font-size: 16px;
}
        .UIVideoList .Pager span.numbericButton {
            cursor: pointer;
            border-radius: 100%;
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
            color: white;
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            border: 1px solid #87c5f5;
            font-size:16px;
        }
.UIVideoList .Pager a.numbericButton, .next, .prev {
            cursor: pointer;
            border-radius: 100%;
            background-color: #f0f0f0;
            color: #848383;
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            border: 1px solid #ececec;
            font-size: 16px;
        }
.UIVideoList .Pager .currentButton {
            cursor: pointer;
            border-radius: 100%;
            background: #1f7ed0;
            background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
            color: white;
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            border: 1px solid #87c5f5;
        }
            .UIVideoList .Pager a.numbericButton:hover, .next:hover, .last:hover, .prev:hover{
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
    color: #fff;
            }
            .UIVideoList .Pager span.numbericButton:hover {
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
    color: #fff;
            }

