#homeCenter {
	height: 250px;
	margin: 10px auto;
}

.one-row {
	float: left;
}

#homePlaypic {
	width: 350px;
	height: 100%;
	background-color: black;
}

#homePlaypic img {
	display: block;
	min-width: 100px;
	width: auto;
	height: 100%;
	margin: auto;
}

.pic-btn-grp {
	position: relative;
	width: 100%;
	top: -30px;
	text-align: right;
}

.pic-btn-grp .pic-btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 5px;
	text-align: center;
	text-decoration: none;
	color: white;
	background-color: #cc6600;
	line-height: 20px;
}

.pic-btn-grp .pic-btn:hover {
	background-color: #ffcc00;
	color: red;
}

.pic-btn-grp .pic-btn.pic-rightnow {
	background-color: #ffcc00;
	color: red;
}

#homeGameArea {
	width: 465px;
	height: 100%;
	background-color: white;
}

#hga_title {
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
}

#hga_title h2 {
	margin: 10px auto;
	font-size: 20px;
	height: 25px;
	line-height: 25px;
	color: red;
}

#hga_title h4 {
	margin: 5px auto;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}

#homeGameDownloads {
	width: 220px;
	height: 100%;
	float: right;
}

#homeGongLue {
	height: 200px;
	margin: 10px auto;
}

#hglZiXun {
	width: 50%;
	height: 100%;
}

#hglGonglue {
	width: 49%;
	height: 100%;
	float: right;
}

#homeGamePic {
	height: 350px;
	margin: 10px auto;
}

#hgpJietu {
	width: 680px;
	height: 100%;
}

#hgpTuijian {
	width: 350px;
	height: 100%;
	float: right;
}