@charset "utf-8";
body {font:14px "微软雅黑"; color:#666; margin:0; padding:0; background-color: #fafafa;}
ul, li, img, p, h1, h2, h3, h4, h5, h6, input {margin:0px;padding:0px;}
img{border:none;}
ul, li {list-style-type:none;}
a {text-decoration:none; color:#666}
li {list-style:none;}
.clear {clear:both;}
.zt{ width:1220px; margin:auto;}
.fl{float:left;}
.fr{float:right;}
.ov{ overflow:hidden;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.pa20{ padding-top:20px;}
.pa30{ padding-top:30px;}
.mt20r{ margin-right:20px;}
.an{cursor:pointer;}


/*头部*/
.headtop{ 
    width: 100%;
}
.title{
    width: 1200px;
    margin: auto;
    padding-top: 160px;
    padding-bottom: 130px;
    color:#fdd691 ;
}
.title span{
    margin: auto;
    text-align: center;
    display: block;
    width: 950px;

    font-size: 54px;/*文字过长时调整字号大小*/
}
.videolist{
    margin-bottom: 40px;
}
.videolist ul{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    clear: both;
}
.videolist ul li{
    width: 334px;
    height: 283px;
    padding: 30px 30px;
    text-align: center;
    float: left;
    overflow: hidden;
    margin-right:9px;
    background: url(listbg4.png) no-repeat 0 0 !important;/*需要之前版本背景时去掉这句*/
}
.videolist ul li:nth-child(3n){
    margin: 0;
}
.videolist ul li:nth-child(1),.videolist ul li:nth-child(2),.videolist ul li:nth-child(3){
    background: url(listbg.png) no-repeat 0 0;
}
.videolist ul li:nth-child(4),.videolist ul li:nth-child(5),.videolist ul li:nth-child(6){
    background: url(listbg2.png) no-repeat 0 0;
}
.videolist ul li:nth-child(7),.videolist ul li:nth-child(8),.videolist ul li:nth-child(9){
    background: url(listbg3.png) no-repeat 0 0;
}
.videolast{
    background: url(listbg3.png) no-repeat 0 0 !important;
}
.videolast2{
    background: url(listbg4.png) no-repeat 0 0 !important;
}
.videotitle{
    margin-top: 10px;
    text-align: left;
}
a{
    color: #ce1f2e;
}
.footer{
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 50px;
}