.gamelistbox
{
	width: 100%;
	display: none;
}

ul, ol {
    list-style: none;
}

#gameArea ul {
    width: calc(100% - 177px);
	height: 100%;
    clear: both;
	overflow-y: auto;
	background: #000;
}

#gameArea ul li {
    /*float: left;*/
	display: inline-block;
    padding-right: 12px;
    padding-bottom: 12px;
	cursor: pointer;
}


@media screen and (max-width: 1024px) 
{
	#gameArea ul li {
		float: left;
		padding-right: 0;
		padding-bottom: 12px;
		width: 20%;
	}
	.con {
		margin: 0 auto;
		width: 92%;
		height: auto;
		text-align: center;
	}
	.con .img_inner {
		width: 100%;
		height: auto;
	}
	.con p {
		width: 100%;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #FFF;
	}
}

@media screen and (max-width: 960px) 
{
	#gameArea ul li {
		float: left;
		padding-right: 0;
		padding-bottom: 12px;
		width: 20%;
	}
	.con {
		margin: 0 auto;
		width: 92%;
		height: auto;
		text-align: center;
	}
	.con .img_inner {
		width: 100%;
		height: auto;
	}
	.con p {
		width: 100%;
		height: 30px;
		line-height: 30px;
		text-align: left;
	}
}

@media screen and (max-width: 768px) 
{
	#gameArea ul li {
		float: left;
		padding-right: 0;
		padding-bottom: 12px;
		width: 25%;
	}
	.con {
		margin: 0 auto;
		width: 92%;
		height: auto;
		text-align: center;
	}
	.con .img_inner {
		width: 100%;
		height: auto;
	}
	.con p {
		width: 100%;
		height: 30px;
		line-height: 30px;
		text-align: left;
	}
}


.con {
/*
    width: 176px;
    height: 206px;
*/
	width: 100%;
    height: auto;
}



.con .img_inner {
    position: relative;
    width: inherit;
	height: auto;
	max-width: 176px;
    max-height: 176px;
}



.con .img_inner img {
    width: 100%;
    border-radius: 5px;
	max-width: 176px;
    max-height: 176px;
}



.con p {
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: left;
	max-width: 170px;
}


.con p .tit {
    display: inline-block;
    padding: 2px 0;
    /*max-width: 82%;*/
	max-width: 100%;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.5px;
	text-align: center;
	color: #FFF;
}