.header{
    position: relative;
    height:700px;
    background: url("../img/header.jpg") top center no-repeat;
}
.logo {
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -588px;
    width: 108px;
    height: 85px;
}
.time{
    position: absolute;
    top: 608px;
    width: 514px;
    left: 50%;
    margin-left: -260px;
    color: #fffffa;
    font-size: 20px;
    text-align: center;
}
.content{
    position: relative;
    height: 2420px;
    background: url("../img/content.jpg") top center no-repeat;
}
.rule{
    width: 1030px;
    left: 50%;
    top: 150px;
    margin-left: -515px;
    position: absolute;
    color: #5d68ba;
    font-size: 18px;
    word-break: break-all;
}
.rule h3{
    font-size: 22px;
    color: #ff342a;
}
.rule span{
    color: #ff342a;
}
.action{
    position: absolute;
    top: 2055px;
    width: 980px;
    left: 50%;
    font-size: 18px;
    color: #5d68ba;
    margin-left: -490px;
    line-height: 200%;
}