#banner {
    background-image: url('../images/lottery/lotteryPage/banner.jpg')
}

#content {
    background: #f0ede6 url('../images/lottery/lotteryPage/bg.jpg') no-repeat center top
}

#lobby {
    text-align: center
}

    #lobby ul.game-list > li:before {
        background-position: left bottom
    }

    #lobby ul.game-list > li:hover:before {
        background-position: right bottom
    }

    

.lottery-item {
    display: block;
    width: 1050px;
    margin: 20px auto;
    font-size: 0;
    background-color: #fff;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000
}

.company {
    display: inline-block
}

    .company li {
        display: inline-block;
        width: 350px;
        height: 85px;
        background-repeat: no-repeat;
        background-position: center;
        border: 1px solid #c9cfcf
    }

      
.item ul {
    display: inline-block;
    font-size: 0
}

    .item ul li {
        display: inline-block;
        width: 350px;
        height: 154px;
        padding: 40px 0 0 175px;
        color: #ff7800;
        font-size: 24px;
        text-align: left;
        background-repeat: no-repeat;
        background-position: 20px center;
        border: 1px solid #c9cfcf
    }

        .item ul li:hover {
            background-color: #c9cfcf;
            background-color: rgba(201, 207, 207, .21)
        }

     
