.header{
    position: relative;
    height:800px;
    background: url("../img/header.jpg") top center no-repeat;
}
.logo {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 110px;
    width: 162px;
    height: 124px;
}
.time{
    position: absolute;
    top: 646px;
    width: 556px;
    left: 50%;
    margin-left: -74px;
    color: #041608;
    font-size: 22px;
    text-align: center;
}
.content{
    position: relative;
    height: 2560px;
    background: url("../img/content.jpg") top center no-repeat;
}
.rule{
    width: 1080px;
    left: 50%;
    top: 225px;
    margin-left: -540px;
    position: absolute;
    color: #2f7b4e;
    font-size: 22px;
    word-break: break-all;
}
.rule h3{
    font-size: 26px;
    color: #ff342a;
}
.rule span{
    color: #274bff;
}
.action{
    position: absolute;
    top: 2185px;
    width: 980px;
    left: 50%;
    font-size: 18px;
    color: #0c0e2d;
    margin-left: -490px;
    line-height: 200%;
}