@charset "utf-8";
.content-top{
    display: none;
}
/*------------ video ------------*/
.video-list .item .box{
    max-width: 400px;
    margin: 0 auto 40px;
    padding: 0 0 10px;
    position: relative;
    background: url(../../../images/layout02-1/common/bg/line02.png) repeat-x bottom;
}
.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 .2s;
}
.video-list .pic img{
    position: relative;
    z-index: 10;
}
.video-list .item .text span{
    display: none;
}
.video-list .item .name{
    font-weight: bold;
    margin: 15px 0 5px;
    color: #333;
    font-family: "Noto Serif TC", serif;
}
.video-list.type2 .item .name{
    text-align: center;
}
.video-list .item .box:hover .name{
    text-decoration: underline;
}
.video-list.type1 .item .pic:before,
.video-list.type1 .item .pic:after,
.video-list.type2 .item .pic:before,
.video-list.type2 .item .pic:after{
    content: "";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    opacity: 0;
    z-index: 15;
}
.video-list.type1 .item .pic:before,
.video-list.type2 .item .pic:before{
    content: "";
    width: 87px;
    height: 87px;
    top: 0%;
    left: 50%;
    margin: -43px 0 0 -43px;
    background: url('../../../images/layout02-1/common/album/ic.png');
    z-index: 18;
}
.video-list.type1 .item .pic:after,
.video-list.type2 .item .pic:after{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}
.video-list.type1 .item .box:hover .pic:before,
.video-list.type1 .item .box:hover .pic:after,
.video-list.type2 .item .box:hover .pic:before,
.video-list.type2 .item .box:hover .pic:after{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}
.video-list.type1 .item .box:hover .pic:before,
.video-list.type2 .item .box:hover .pic:before {
    top: 50%;
}
/*------------ detail ------------*/
.video-detail{
}
.video-header{
    text-align: center;
    border-bottom: 1px solid #e4e4da;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.video-header .video-title{
    font-size: 24px;
    color: #000;
    text-align: center;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 3px 20px;
    margin: 0 auto 0px auto;
    box-sizing: border-box;
    font-weight: normal;
}
.video-box{
    margin:0 auto 25px;
    background: #f5f5f5;
}
.video-box .cont{
    max-width:840px;
    margin: auto;
}
/*------------ rwd ------------*/
@media screen and (max-width:1000px){
    .video-header .video-title{
        font-size: 16px;
        width: 100%;
        padding: 2px 10px;
        margin: 0 auto;
        box-sizing: border-box;
        line-height: 24px;
    }
    .video-box{
        padding: 0px;
    }
}
@media screen and (max-width:480px){
    .video-list{
        margin: 0;
    }
}
