
.dslist {
	padding: 10px 0;
}


.ds-group {
	margin-bottom: 24px;
}
.ds-group-title {
	font-size: 18px;
	font-weight: bold;
	color: #0182C6;
	border-bottom: 2px solid #0182C6;
	padding: 6px 0 4px 8px;
	margin: 0 0 12px 0;
}

.ds-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.ds-card {
	width: 33.333%;
	padding: 0 8px;
	margin-bottom: 16px;
	box-sizing: border-box;
}
.ds-card a {
	display: block;
	text-decoration: none;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	overflow: hidden;
	transition: box-shadow 0.2s;
	background: #fff;
}
.ds-card a:hover {
	box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}
.ds-card-img {
	width: 100%;
	height: 180px;
	overflow: hidden;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ds-card-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.ds-card-name {
	padding: 10px 12px;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
.ds-empty {
	color: #999;
	text-align: center;
	padding: 60px 0;
	font-size: 14px;
}
