@charset "utf-8";
/*.content-title{
    display: none;
}*/
/*------------ video ------------*/
.video-list .box{
    transition: all .3s;
    /* background: #fafafa; */
    padding: 0;
    box-shadow: 0 16px 16px rgb(0 0 0 / 4%);
    border-radius: 0 40px 0px 40px;
    overflow:hidden;
}
.video-list .box:hover{
    
}
.video-list .box .pic{
        position: relative;
    z-index: -1;
}
.video-list .box .pic:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 75px 70px 0 40px #fff;
    filter: blur(0);
}
.video-list .box .text {
    position: static;
    padding-top: 10px;
    border-radius: 40px 0 0px 40px;
    padding: 30px;
    background: #fff;
    margin-top: -40px;
    z-index: 10;
    min-height: auto;
}
.video-list .box .name{
    text-align: center;
    color: #000000;
}
.video-list .box:hover .name{
    color: #0E6137;
}
/*------------ detail ------------*/
.video-detail{
    background: #fff;
    padding: 0 15px 50px;
}
.video-header{
    position: relative;
    margin: 0 -15px 15px;
    padding: 20px 40px;
    letter-spacing: 2px;
    color: #000000;
    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: #000;
    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;
    }
}
@media screen and (max-width:480px){
}
