#banner {
    background-image: url('../images/lottery/lotteryPage/banner.jpg')
}

#content {
    background-image: url('../images/lottery/lotteryPage/bg.jpg')
}

ul.game-list {
    display: block;
    margin: 0 auto;
    padding: 30px 0 60px;
    width: 1140px;
    background: #262622
}

    ul.game-list > li {
        position: absolute;
        width: 204px;
        height: 242px;
        margin: 10px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 77px;
        background: #33332e
    }

        ul.game-list > li:hover {
            color: #fc0;
            background: #555
        }

        ul.game-list > li:before {
            content: '';
            display: block;
            height: 165px;
            background: #2a2a2a url('../images/lottery/lotteryPage/logo_bg.png') no-repeat center
        }

        ul.game-list > li:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 165px;
            background: no-repeat center
        }

      
