
.video-item .thumbnail {
    float: left;
    width: 400px;
    height: 200px;
}

.video-item {
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2cc;
}

.video-info {
    text-align: left;
    width: 760px;
    float: right;
}

.video-info .name a {
    font-size: 24px;
    font-weight: bold;
}

.video-info .name {
    margin-bottom: 28px;
}

.video-info .descri {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 35px;
    color: #666666;
}

.video-info .date {
    color: #cccccc;
    font-size: 16px;
    float: left;
}

.tags {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 45px;
}

.tags a {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-right: 35px;
    float:left;
    cursor: pointer;
}

.tags a:hover {
    color:#000!important;
}

.tags a.active {
    color: #00bee7!important;
}

.page-banner {
    background: url("../images/support-banner.png")left top no-repeat;
}

/* 移动端样式 */
@media only screen and (max-width: 767px) {
/*    .page-banner {
        height: 5rem;
        background: url("../images/support-banner.png")center top no-repeat;
        background-size: cover;
    }

    .page-title {
        font-size: .5rem;
        padding-top: 3.5rem;
    }

    .video-item {
        margin-bottom: .5rem;
    }

    .video-info {
        width:auto;
        padding-bottom: .5rem;
    }

    .video-info .name {
        margin-bottom: .3rem;
        margin-top: .5rem;
    }

    .tags {
        overflow: hidden;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .video-info .descri {
        margin-bottom: .2rem;
    }

    .tags a {
        font-size: .4rem;
        font-weight: bold;
    }

    .video-info .name a {
        font-size: .4rem;
    }

    .tags a.active {
        color: #00bee7!important;
        font-weight: bold;
    }*/
}

@media screen and (max-width:1600px) {

}


@media  screen and (max-width: 1440px) {

}

@media  screen and (max-width: 1366px) {

}


@media  screen and (max-width: 1024px) {

}


@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 375px) and (max-width: 767px) {
    .page-banner{
        margin-top: 52px;
        height: auto;
    }

    .page-title{
        padding-top: 20px;
        font-size: 30px;
    }

    .container-full{
        width: 100%;
        max-width:100%;
        padding-bottom:0;
    }

    .tags a{
        line-height: 1.5;
        padding: 10px 0;
        background-color: rgba(238,238,238,0.8);
    }

    .tags a.active{
        background-color: rgba(153,153,153,0.8);
        line-height: 1.5;
        padding: 10px 0;
    }

    .video-item .video-link{
        display: block;
    }

    .video-item .video-link .thumbnail{
        width: 100%;
        height: auto;
        float: none;
    }

    .video-info{
        float: none;
        width: 100%;
        padding: 10px;
    }

    .video-info .name,.video-info .descri{
        margin-bottom: 20px;
    }
}

@media (max-width: 374px) {
    .page-banner{
        margin-top: 52px;
        height: auto;
    }

    .page-title{
        padding-top: 20px;
        font-size: 30px;
    }

    .container-full{
        width: 100%;
        max-width:100%;
        padding-bottom:0;
    }

    .tags a{
        line-height: 1.5;
        padding: 10px 0;
        background-color: rgba(238,238,238,0.8);
    }

    .tags a.active{
        background-color: rgba(153,153,153,0.8);
        line-height: 1.5;
        padding: 10px 0;
    }

    .video-item .video-link{
        display: block;
    }

    .video-item .video-link .thumbnail{
        width: 100%;
        height: auto;
        float: none;
    }

    .video-info{
        float: none;
        width: 100%;
        padding: 10px;
    }

    .video-info .name,.video-info .descri{
        margin-bottom: 20px;
    }
}