#main{
	width:680px;
	margin: 0 auto;
	background-color:#f99312;
	margin-top:15px;
	overflow:hidden;
}
.box{
	float:left;
	width:50%;
	margin:0;
	padding:0;
	background-color: #f99312;
	text-align:center;
}
.thumb-box{
	text-align:center;
}
.ad{
	height:286px;
}

.game-title{
	text-align:left;
	margin-left:10px;
}

.ad2{
	height:100px;
}

.game-desc{
    font-size: 14px;
    max-height: 168px;
    overflow: hidden;
	text-align:left;
	margin-left:10px;
}

.detail-infobox-thumb {
    display: inline-block;
    margin: 20px auto;
    margin-bottom: 0;
    width: 200px;
    border: solid 2px #fff;
    border-radius: 6px;
}

.pt10{
	padding:10px;
}

.ml30 {
	margin-left30px;
}

@media screen and (min-width:680px) { 
	
	.game-box{
		height:286px;
	}
}

@media screen and (max-width:680px) { 
	#main{
		width:100%;
		margin: 0 auto;
		background-color:#F99312;
	}
	.box{
		width:100%;
	}
	.game-desc{
		max-height: 168px;
	}
	.ad{
		height:66px;
		margin:10px 0;
	}

	.game-box{
		max-height:286px;
	}

	.game-thumb{
		display:none;
	}

	.ad2 {
		height: 60px;
	}
}

.detail-infobox-btn {
	display: inline-block;
	padding: 5px 10px;
	font-size: 22px;
	color: #fff;
	min-width: 135px;
	text-align: center;
	border-radius: 4px;
	margin-top: 25px;
	background: #6dd829;
	text-transform: uppercase;
	margin-right: 10px;
	text-decoration:none;
}

.detail-infobox-btn:hover {
	text-decoration: none;
	background: #57c511
}