.seo-game-list {
	width: 864px;
}

.seo-game-list-title {
	display: flex;
	align-items: center;
	margin-bottom: 42px;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.seo-game-list-title span {
	display: inline-block;
	width: 3px;
	height: 12px;
	background: #fe5651;
	background: linear-gradient(180deg, #fe5651 0%, #fd7253 100%);
	border-radius: 125px;
	margin-right: 5px;
}

.seo-game-list-content {
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
}

.seo-game-list-content .seo-game-list-item {
	width: 420px;
	height: 150px;
	background: url(https://ak-gw.akspeedy.com/information/seo-game-list-item-bg.png) left top no-repeat;
	margin: 0 24px 24px 0;
	padding: 23px 25px;
}

.seo-game-list-content > div:nth-of-type(2n) {
	margin-right: 0;
}

.seo-game-list-content .seo-game-list-item:hover,
.seo-game-list-content .seo-game-list-item:active {
	background-position-x: -420px;
}

.seo-game-list-content .seo-game-list-item div {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
}

.seo-game-list-content .seo-game-list-item div span:nth-of-type(1) {
	max-width: 275px;
	margin-right: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.seo-game-list-content .seo-game-list-item div span:nth-of-type(2) {
	line-height: 19px;
	text-align: center;
	border-radius: 231px;
	background: #e5af76;
	background: linear-gradient(70deg, #e5af76 14%, #ffd493 88%);
	margin-right: 10px;
	padding: 3px 7px;
	font-size: 12px;
	color: #663a0b;
}

.seo-game-list-content .seo-game-list-item p:nth-of-type(1) {
	margin-bottom: 34px;
	font-size: 12px;
	color: #999;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.seo-game-list-content .seo-game-list-item p:nth-of-type(2) {
	font-size: 12px;
	color: #666;
}
