﻿iframe {
    border: 0;
    border-radius: 10px;
}

.gallery {
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 14px;
}

.v-item {
    display: inline-block;
    background-color: #e8e8e8;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin: 5px;
    padding: 5px;
    text-align: right;
}

    .v-item:hover {
        border: 1px solid #F7B500;
    }

.t-video {
    width: 965px;
    text-align: justify;
    height: 264px;
}

    .t-video div {
        display: inline-block;
        width: 470px;
        vertical-align: top;
    }

        .t-video div span {
            padding-right: 3px;
        }

.i-video {
}

.i-name {
    padding: 10px;
}
.video-Title {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 5px 0;
    text-align: center;
    background-color:#F7B500;
    border-radius:5px;
    margin-bottom:5px;
}