* {
    padding: 0;
    margin: 0; }

html, body {
    height: 100%;
    background: url("bj.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: "Microsoft YaHei";
}
.title{
    height: 300px;
    line-height:300px;
    text-align: center;
}
.title img{
    margin-top: 59px;
}
.main{
    text-align: center;
}
.content{

    width:1178px;
    height:728px;
    position: relative;

    margin:0 auto;
margin-top:-21px;
}
.content li{ float:left; list-style:none; margin-left:15px; margin-top:10px;}

/*分页样式*/
#pageContent{ }
#pages{ position: absolute; margin-top:675px; margin-left:417px; margin-bottom:15px; }
#pages span{ border:1px solid #a7a7a4; line-height:1.2; margin:0 3px; padding:3px 4px; color:#6d6b6b }
#pages span a{ text-decoration:none; color:#333333}
#pages span a:hover{}
#pages strong{ color:#FF0000; padding:0 3px; font-weight:bold}

/*分页样式*/