


#header{
    position: relative;
}
.gameBanner{
    width: 100%;
    height: 490px;
    background: url("/img/gameCenter/www_02(1).jpg?1") center top no-repeat;
    background-size: cover;
}
/*.bgRed{*/
    /*width: 100%;*/
    /*height: 82px;*/
    /*background: #be292d;*/
/*}*/
.gameContent{
    width: 1200px;
    min-height: 800px;
    /*border: 1px solid black;*/
    position: relative;
    top: -100px;
    background: #f1f1f1;
}
.gameContent li{
   width: 362px;
    height: 362px;
    /*border: 1px solid black;*/
    float: left;
    margin-left: 27px;
    margin-top: 20px;
    /*background: url("/img/gameCenter/img.jpg") center top no-repeat;*/
    background-size: cover;
    position: relative;
}
.gameModule{
    width:362px;
    height: 181px;
    /*border: 1px solid black;*/
    position: absolute;
    bottom: 0;
    background: white;
}
h2{
    margin:20px 0 15px 35px;

}
.gameContent li p{
    width: 290px;
    height: 60px;
    overflow: hidden;
    font-size: 12px;
}
.gameModuleLi:hover h2,.gameModuleLi:hover p {
    transition: all .3s linear;
    color: #ffffff;
}
.gameModuleLi:hover .button{
    background: #e21712;
    color: white;
    border: none;
}
.gameModuleLi:hover :after{
    transition: all 1s linear;
    color: #ffffff;
}
.gameModuleLi:hover .gameModule{
    background: rgba(0,0,0,0.5);
    transition: all 1s linear;
}
.button{
    cursor: pointer;
    text-align: center;
    width: 100px;
    height: 33px;
    line-height: 33px;
    border: 1px solid lightgrey;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
}
.button:after{
    content:'\25E5' ;
    position: absolute;
    right: 5px;
    top: -7px;
    color:#e21712;
}