/**
 * hzaac 首页区块标题：标题左 + 查看链右，避免粘成 Latest ProductsView…
 */
.section-item .heading-title.xy-section-heading,
.home .section-item .heading-title {
	display: flex !important;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px 24px;
	flex-wrap: wrap;
	position: relative;
	margin: 0 0 28px !important;
	padding: 0 0 14px !important;
	line-height: 1.25 !important;
	border-top: 0 !important;
	border-bottom: 1px solid #e8eaed !important;
	text-align: left !important;
	background: transparent !important;
}

.section-item .heading-title.xy-section-heading > b,
.home .section-item .heading-title > b {
	display: inline-block !important;
	position: relative;
	margin: 0 !important;
	padding: 0 0 12px !important;
	font-size: 26px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.01em;
	text-transform: none !important;
	color: #1a1d21 !important;
	border: 0 !important;
}

.section-item .heading-title.xy-section-heading > b::before,
.home .section-item .heading-title > b::before {
	display: none !important;
	content: none !important;
}

.section-item .heading-title.xy-section-heading > b::after,
.home .section-item .heading-title > b::after {
	display: block !important;
	content: "" !important;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 48px;
	height: 3px;
	margin: 0 !important;
	background: #ff6a00 !important;
	border-radius: 2px;
	opacity: 1 !important;
}

.section-item .heading-title a,
.section-item .heading-title a:link,
.section-item .heading-title a:visited,
.home .section-item .heading-title a,
.home .section-item .heading-title a:link,
.home .section-item .heading-title a:visited {
	color: inherit !important;
	text-decoration: none !important;
}

.section-item .heading-title > b > a:hover {
	color: #ff6a00 !important;
}

/* 右侧查看链接：始终显示、不叠字 */
.section-item .heading-title .link-more,
.home .section-item .heading-title .link-more,
.section-item h1.heading-title .link-more,
.section-item h2.heading-title .link-more {
	display: inline-flex !important;
	align-items: center;
	position: static !important;
	float: none !important;
	bottom: auto !important;
	right: auto !important;
	margin: 0 0 4px auto !important;
	padding: 0 !important;
	opacity: 1 !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
}

.section-item .heading-title .link-more a,
.section-item .heading-title .link-more a:link,
.section-item .heading-title .link-more a:visited {
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border: 1px solid #e2e6ea;
	border-radius: 50px;
	background: #fff;
	color: #334851 !important;
	font-size: 13px !important;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	white-space: nowrap;
	box-shadow: none;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.section-item .heading-title .link-more a::after {
	content: "\f105" !important;
	font-family: FontAwesome !important;
	font-size: 12px !important;
	padding: 0 !important;
	opacity: 0.75;
	line-height: 1;
}

.section-item .heading-title .link-more a:hover {
	color: #fff !important;
	background: #ff6a00 !important;
	border-color: #ff6a00 !important;
}

.section-item .heading-title .link-more a:hover::after {
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.section-item .heading-title.xy-section-heading,
	.home .section-item .heading-title {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.section-item .heading-title.xy-section-heading > b,
	.home .section-item .heading-title > b {
		font-size: 22px !important;
	}

	.section-item .heading-title .link-more {
		margin-left: 0 !important;
	}

	.section-item .heading-title .link-more a {
		white-space: normal;
	}
}
