/*标题*/
body{
    background: url("../images/games/bg_gengduoyouxi.jpg")left center no-repeat;
    background-size: cover;
}
.games-title p {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}

.games-title p {
    font-size: 14px;
    color: #ffffff;
}

/*游戏列表头部*/
.games-item {
    border-bottom: 1px solid #696f89;
    padding-bottom: 18px;
    padding-top: 50px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.games-item span {
    font-size: 18px;
    color: #ffffff;
    height: 27px;
    vertical-align: middle;
}

.games-list {
    margin-bottom: 35%;
}

/*游戏列表*/
.games-list ul li {
    background: #2c416e;
    color: #ffffff;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 0px;
    text-align: center;
}

.games-list ul li a{
    color:#ffffff;
}
.games-list ul li a:hover,
.games-list ul li a:visited,
.games-list ul li a:active{
    text-decoration: none;
    color:#ffffff;
}

.steam-list {
    margin-right: 30px;
}

.steam-list .col-md-4 {
    padding-right: 0px;
     !important;
}