.elementor-widget-jdw-news-hero {
	width: 100%;
}

.elementor-widget-jdw-news-hero .jdw-news-hero {
	--jdw-news-hero-title-color: var(--e-global-color-secondary, #111827);
	--jdw-news-hero-text-color: var(--e-global-color-text, #4b5563);
	--jdw-news-hero-muted-color: #9ca3af;
	--jdw-news-hero-overlay-color: #fff;
	--jdw-news-hero-fade-color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 520px;
	overflow: hidden;
	background: var(--jdw-news-hero-fade-color);
	color: var(--jdw-news-hero-text-color);
	font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "Microsoft YaHei", Arial, sans-serif;
}

.elementor-widget-jdw-news-hero .jdw-news-hero::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 80px;
	background: linear-gradient(to bottom, transparent, var(--jdw-news-hero-fade-color));
	pointer-events: none;
}

.elementor-widget-jdw-news-hero .jdw-news-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: #f3f4f6;
}

.elementor-widget-jdw-news-hero .jdw-news-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}

.elementor-widget-jdw-news-hero .jdw-news-hero__overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 60%;
	background: linear-gradient(
		to right,
		var(--jdw-news-hero-overlay-color) 0%,
		color-mix(in srgb, var(--jdw-news-hero-overlay-color) 97%, transparent) 25%,
		color-mix(in srgb, var(--jdw-news-hero-overlay-color) 85%, transparent) 50%,
		color-mix(in srgb, var(--jdw-news-hero-overlay-color) 40%, transparent) 75%,
		transparent 100%
	);
	pointer-events: none;
}

.elementor-widget-jdw-news-hero .jdw-news-hero__inner {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 120px 40px 60px;
}

.elementor-widget-jdw-news-hero .jdw-news-hero__copy {
	max-width: 600px;
	min-width: 0;
}

.elementor-widget-jdw-news-hero .jdw-news-hero__breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 6px;
	margin: 0 0 20px;
	color: var(--jdw-news-hero-muted-color);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 1px;
}

.elementor-widget-jdw-news-hero .jdw-news-hero__breadcrumb a {
	color: inherit;
	text-decoration: none;
	transition: color .2s ease;
}

.elementor-widget-jdw-news-hero .jdw-news-hero__breadcrumb a:hover,
.elementor-widget-jdw-news-hero .jdw-news-hero__breadcrumb a:focus-visible {
	color: var(--e-global-color-primary, #ff6a13);
}

.elementor-widget-jdw-news-hero .jdw-news-hero__breadcrumb-current {
	color: var(--jdw-news-hero-title-color);
	font-weight: 500;
}

.elementor-widget-jdw-news-hero .jdw-news-hero__breadcrumb-separator {
	color: currentColor;
}

.elementor-widget-jdw-news-hero .jdw-news-hero__title {
	margin: 0 0 16px;
	color: var(--jdw-news-hero-title-color);
	font-family: var(--e-global-typography-primary-font-family, "HarmonyOS Brand"), "Microsoft YaHei", Arial, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 2px;
}

.elementor-widget-jdw-news-hero .jdw-news-hero__description {
	max-width: 420px;
	margin: 0;
	color: var(--jdw-news-hero-text-color);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0;
}

@media (max-width: 1024px) {
	.elementor-widget-jdw-news-hero .jdw-news-hero {
		min-height: 445px;
	}

	.elementor-widget-jdw-news-hero .jdw-news-hero__inner {
		padding: 100px 24px 60px;
	}

	.elementor-widget-jdw-news-hero .jdw-news-hero__copy {
		max-width: 100%;
	}

	.elementor-widget-jdw-news-hero .jdw-news-hero__title {
		font-size: 34px;
	}

	.elementor-widget-jdw-news-hero .jdw-news-hero__description {
		max-width: 100%;
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.elementor-widget-jdw-news-hero .jdw-news-hero {
		min-height: 445px;
	}

	.elementor-widget-jdw-news-hero .jdw-news-hero__overlay {
		width: 100%;
		background: linear-gradient(
			to bottom,
			color-mix(in srgb, var(--jdw-news-hero-overlay-color) 95%, transparent) 0%,
			color-mix(in srgb, var(--jdw-news-hero-overlay-color) 70%, transparent) 60%,
			color-mix(in srgb, var(--jdw-news-hero-overlay-color) 30%, transparent) 100%
		);
	}

	.elementor-widget-jdw-news-hero .jdw-news-hero__inner {
		padding: 100px 20px 48px;
		text-align: center;
	}

	.elementor-widget-jdw-news-hero .jdw-news-hero__copy {
		margin: 0 auto;
	}

	.elementor-widget-jdw-news-hero .jdw-news-hero__breadcrumb {
		justify-content: center;
	}

	.elementor-widget-jdw-news-hero .jdw-news-hero__title {
		font-size: 36px;
	}

	.elementor-widget-jdw-news-hero .jdw-news-hero__description {
		margin: 0 auto;
	}

	.elementor-widget-jdw-news-hero .jdw-news-hero__image {
		object-position: 65% center;
	}
}

@media (max-width: 480px) {
	.elementor-widget-jdw-news-hero .jdw-news-hero__title {
		font-size: 22px;
	}
}
