@charset "UTF-8";
/* CSS Document */

/*title*/
.video_box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}
.video_box ul li.video_title_01{
    width: 47px;
    height: 46px;
    float: left;
    margin-right: 70px;
    background:url(../images/video_title.png) no-repeat;
    background-size: 100%;
    background-position: left 0px;
}
.video_con{
    margin-top: 50px;
}
.video_con .back{
    width: 154px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #858585;
    padding-left: 30px;
    background: url(../images/artworks_back.png) no-repeat;
    background-size: 20px;
    background-position: 0px center ;
    cursor: pointer;
    margin-bottom: 20px;
}
.video_con .back:hover{
    color: #000;
    background: url(../images/artworks_back_hover.png) no-repeat;
    background-size: 20px;
    background-position: 0px center ;
}

.video_con .artworks01_title img{
    width: 200px;
    margin-top: 40px;
}
.video_list{
    margin-top: 6px;
}
.video_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video_list ul li{
    width: 274px;
    margin-top: 40px;
    cursor: pointer;
}
.video_list ul li img{
    width: 100%;
}
.video_list ul li img:hover{
    opacity: 0.8;
}
.video_list ul li h3{
    margin-top: 20px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}
.video_list ul li p{
    font-size: 12px;
    margin-top: 10px;
    font-weight: 300;
}






