/**
 * 首页荣誉资质独立样式
 */

.xny-hp-honor-section {
	background: #fff;
}

.xny-hp-honor-panel {
	padding: 0;
	width: 100%;
}

.xny-hp-honor-panel .xny-section-heading {
	margin-bottom: 18px;
	text-align: center;
}

.xny-hp-honor-panel .xny-section-heading h2::before {
	width: 34px;
}

.xny-hp-honor-panel .xny-section-heading h2::after {
	width: 34px;
}

.xny-hp-honor-images {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	padding: 18px;
	border: 1px solid var(--xny-border);
	border-radius: 8px 8px 0 0;
	background: #fff;
	box-shadow: var(--xny-shadow);
}

.xny-hp-honor-images img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	border: 1px solid var(--xny-border);
	border-radius: 6px;
}

.xny-hp-honor-logos {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	padding: 18px;
	border: 1px solid var(--xny-border);
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background: #fff;
	color: var(--xny-green);
	text-align: center;
}

.xny-hp-honor-logos strong {
	display: grid;
	min-height: 46px;
	place-items: center;
	border-radius: 6px;
	background: var(--xny-light);
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.xny-hp-honor-images {
		padding: 10px;
	}
	
	.xny-hp-honor-logos {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
