.container {
    width: 100%;
    height: 930px;
    background: url('../img/index/bg.jpg') no-repeat top;
    position: relative;
}

.slogan {
    width: 935px;
    height: 413px;
    position: absolute;
    left: 50%;
    top: 183px;
    margin-left: -460px;
    background: url(../img/index/slogan.png) no-repeat right;
}

.login {
    width: 955px;
    height: 44px;
    position: absolute;
    left: 50%;
    margin-left: -478px;
    top: 600px;
}

.login .cli-login {
    width: 181px;
    height: 44px;
    background: url('../img/index/login.png') no-repeat top;
    display: block;
    text-align: center;
    line-height: 80px;
    font-size: 23px;
    color: white;
    float: left;
    margin-left: 58%;
}

.message {
    width: 720px;
    height: 50px;
    text-align: center;
    color: #9b0506;
    float: right;
    line-height: 50px;
    margin-top: 0px;
}

.message span {
    color: #584bad;
}

.message span em {
    color: #584bad;
    font-size: 20px;
    font-style: normal;
    min-width: 76px;
    display: inline-block;
}

.message .bddq {
    margin-left: 10px;
    display: inline-block;
}

.content {
    width: 266px;
    height: 600px;
    position: absolute;
    top: 140px;
    right: 219px;
}

.content a {
    width: 266px;
    height: 249px;
    display: block;
    background: url('../img/index/turn_bg.png') no-repeat;
    position: relative;
}

.content a:last-of-type {
    margin-top: 70px;
}

.content a .tit {
    width: 119px;
    height: 32px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 84px;
    display: block;
    transition: all 0.4s;
}

.content a p {
    width: 158px;
    height: 25px;
    position: absolute;
    top: 121px;
    left: 44px;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    color: #fff;
    font-family: FZDaBiaoSong-B06S;
}

.content a .start_time {
    width: 158px;
    position: absolute;
    top: 144px;
    left: 44px;
    text-align: center;
    line-height: 16px;
    font-size: 17px;
    color: #fff;
    font-family: FZDaBiaoSong-B06S;
}

.content a i {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 172px;
    left: 104px;
    background: url(../img/index/go.png) no-repeat;
}

.content a:hover .tit {
    transform: scale(1.03);
    transition: all 0.4s;
}

.content a:first-of-type i {
    top: 165px;
}