
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    background: #f5f5f5;
}
ul{
    margin:0;
    padding:0;
    list-style-type: none;
}
.top{
    width:100%;
    position:absolute;
    top:0;
    line-height:4;
    background-color:rgba(0,0,0,0.05);
}
.top nav{
    width:80%;
    margin:0 auto;
}
.top nav .logo{
    width:30%;
}
.logo img{
    width:100%;
    height:100%;
}
.image{
    width:100%;
}
.image img{
    display: block;
    width:100%;
    height:100%;
}
.list{
    width:80%;
    margin:0 auto;
}
.list .tit{
    width:100%;
    line-height:2;
    font-size:1.4em;
    padding:0 58px 30px;
    font-weight: normal;
    color:#fff;
    text-shadow: 2px 2px 0px rgb(0 0 0);
    background:#3481d1;
}
.viedo-content{
    width:95%;
    margin:0 auto;
    background:#fff;
    margin-top:-15px;
    padding:15px

}
.video-list{
    padding:15px;
    display:flex;
    flex-wrap: wrap;
}
.video-i{
    width:30%;
    margin:0 1.5%;
    margin-bottom: 20px;
    height: 270px;
}
.video-i a{
    width:100%;
    height:100%;
    display:block;
}
.video-i img{
    width:100%;
    height:100%;
}
.video-v{
    width:60%;
    margin:0 auto;
}
.title{
    width:60%;
    margin:20px auto;
    text-align:center;
}
.video-v video{
    width:100%;
    height:100%;
}
.video-title{
    text-align:center;
    margin:5px 0;
}