@charset "utf-8";
/*.content-title{
    display: none;
}*/

.video-list .pic {
    overflow: hidden;
}
.video-list .box .pic img {
    transition: all ease 0.5s;
}
.video-list .box:hover .pic img {
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

/*------------ video ------------*/
.video-list .box{
    background: #fff;
    padding: 12px;
    transition: all .2s;
    border: 1px solid #FBC400;
    padding: 10px !important;
}
.video-list .box:hover{
    background: #FBC400;
}
.video-list .box .name{
    text-align: center;
    color: #201f1f;
}
.video-list .box:hover .name{
    text-decoration: underline;
}
/*------------ detail ------------*/
.video-detail{
    background: #fff;
    padding: 0 15px 50px;
}
.video-header{
    position: relative;
    margin: 0 -15px 15px;
    padding: 20px 40px;
    letter-spacing: 2px;
    color: #201f1f;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    line-height: 1.5;
}
.video-header .video-title{
    max-width: 1300px;
    margin: 0px auto;
    color: #201f1f;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
}
.video-detail .editor{
    max-width: 1220px;
    margin: 0 auto;
}
.video-box{
    background: #f5f5f5;
    margin:0 auto 5px;
}
.video-box .cont{
    padding: 20px;
    max-width:840px;
    margin: auto;
}

/*------------ rwd ------------*/
@media screen and (max-width:1000px){
    .content-title{
        display: none;
    }
}
/*------------ rwd ------------*/
@media screen and (max-width:767px){
    .video-title{
        margin:auto;
    }
    .video-box{
        padding: 0px;
    }

    .video-list.type1 .item .box, .video-list.type2 .item .box {
        margin: 0px auto 20px;
    }
}
@media screen and (max-width:480px){
}
