@charset "utf-8";
/*------------ video ------------*/
.video-list .item .box{
    max-width: 400px;
    margin: 0 auto 40px;
    padding: 0;
    position: relative;
    border-bottom: 1px dashed #ddd;
}
.video-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.video-list .pic{
    position: relative;
    transition: all .5s ease;
}
.video-list .pic img{
    position: relative;
    z-index: 10;
}
.video-list .item .text span{
    display: none;
}
.video-list .item .name{
    margin: 15px 0 0;
    color:#5E6B79;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.4;
    transition: all 0.5s ease;
}
.video-list.type2 .item .name{
    text-align: center;
}
.video-list .item .box:hover .name{
    color: #00A1C2;
}
/*------------ detail ------------*/
.video-detail{
    border-bottom: 1px dashed #ddd;
    padding-bottom: 40px;
}
.video-header{
    text-align: center;
    border: 1px dashed #DDD;
    border-width: 1px 0;
    padding: 8px 0;
    margin-bottom: 20px;
}
.video-header .video-title{
    max-width: 1300px;
    margin: 10px auto 10px;
    color: #444;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 27px;
}
.video-box{
    background: #f4f4f4;
    margin: 0 auto 25px;
    padding: 5px 0 0;
}
.video-box .cont{
    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;
    }
}
@media screen and (max-width:480px){
    .video-list{
        margin: 0;
    }
}
