.jdlist {
	margin-bottom: 30px;
}

.category-games .item .icon {
	display: block;
	width: 100%;
	height: 227px;
	overflow: hidden;
}

.category-games .item .title {
	line-height: normal;
}

.category-games .item .title a {
	display: block;
	font-size: 19px;
	line-height: 62px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 240px;
}

.category-games .item .title a,.category-games .item .desc {
	text-align: left;
}

.category-games .item .type {
	margin: 12px 0;
}

.category-games .item .type span {
	display: inline-block;
	color: var(--md-c);
	margin-right: 3px;
	border: 1px solid var(--br-c);
	font-size: 12px;
	padding: 3px 6px;
	border-radius: 3px;
}

.category-games .item .view {
	display: inline-block;
	background: #f4850e;
	color: #fff;
	border-radius: 20px;
	padding: 6px 16px;
}

.category-games .item .desc {
	border-top: 1px solid var(--br-c);
	padding-top: 17px;
	color: var(--md-c);
	font-size: 14px;
}