
.game{
	background-position:-24px -24px;
}

.gg{
	margin:40px 0;
	overflow:hidden;
}
ul.gg li{
	display:block;
	width:512px;
	height:100px;
	float:left;
	overflow:hidden;
	margin-bottom:45px;
}
.gg-img,.gg-con,.gg-code{
	display:block;
	float:left;
	overflow:hidden;
}
.gg-img{
	width:100px;
	height:100px;
	margin-left:25px;
}
.gg-img img{
	width:100%;
}
.gg-con{
	width:240px;
	margin:0 10px 0;
}
.gg-con em,.gg-con a,.gg-con i{
	display:inline-block;
}
.gg-con em{
	height:30px;
	line-height:30px;
	font-size:20px;
	font-weight:bold;
	color:#525252;
	margin:10px 10px 0 5px;
	float:left;
}
.gg-con a{
	width:80px;
	height:30px;
	line-height:30px;
	border-radius:4px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#94d946;
	margin:9px 0 6px;
}
.gg-con i{
	height:20px;
	line-height:20px;
	font-size:14px;
	color:#333;
}
.gg-code{
	width:88px;
	height:88px;
	margin-top:6px;
}
