@charset "utf-8";
/*------------ video ------------*/
.video-list .box{
    background: #fff;
    padding: 10px;
    transition: all .5s ease;
}
.video-list .box .name{
    text-align: center;
    color: #444;
}
.video-list .box:hover .name{
    color: #23AADC;
}
/*------------ detail ------------*/
.video-detail{
    background: #fff;
    padding: 0 15px 50px;
}
.video-header{
    position: relative;
    margin: 0 -15px 15px;
    padding: 16px 40px;
    letter-spacing: 2px;
    color: #444;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #E2E2EA;
    line-height: 1.5;
}
.video-header .video-title{
    max-width: 1300px;
    margin: 0px auto;
    color: #444;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    display: inline-block;
}
.video-detail .editor{
    max-width: 1220px;
    margin: 0 auto;
}
.video-box{
    background: #fff;
    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;
    }
}