.top-adv{
    width: 1440px;
    height: 168px;
    margin: 0 auto;
}
.top-adv img{
    width: 1440px;
    height: 168px;
}
.game-list{
    width: 1440px;
    margin: 27px auto 0;
}
.game-item{
    width: 270px;
    height: 272px;
    overflow: hidden;
    float: left;
    margin: 0 22px 24px 0;
}
.game-list .game-item:nth-child(5n){margin-right: 0;}
.game-img{
    width: 270px;
    height: 188px;
    overflow: hidden;
}
.game-img img{
    width: 270px;
    height: 188px;
    transition: .3s;
    -webkit-transition: .3s;
}
.game-img:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.game-name{
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}
.game-name p{
    float: left;
    width: 190px;
    color: #535353;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.game-name span{
    color: #FF5A00;
    float: right;
}
.game-btns{
    height: 37px;
    border-top: 1px dashed #D9D9D9;
    border-bottom: 1px dashed #D9D9D9;
}
.game-btns span{
    display: inline-block;
    width: 47px;
    height: 24px;
    margin-right: 7px;
    line-height: 24px;
    color: #BDBDBD;
    font-size: 12px;
    margin-top: 6px;
    border: 1px solid #E8E8E8;
    text-align: center;
}