@charset "utf-8";

.blog_detail_body {
	background: #fff;
}

.news-detail-page {
	background: #fff;
	color: #222;
	padding-bottom: 72px;
}

.news-detail-page a {
	color: inherit;
	text-decoration: none;
}

.news-detail-container {
	width: min(1320px, calc(100% - 72px));
	margin: 0 auto;
}

.news-detail-hero {
	position: relative;
	overflow: hidden;
	padding: 82px 0 70px;
	background: #222;
	background-image: linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), var(--news-hero-bg);
	background-position: center;
	background-size: cover;
	text-align: center;
}

.news-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-bottom: 22px;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	line-height: 1.5;
}

.news-breadcrumb a:hover {
	color: #ffca24 !important;
}

.news-breadcrumb span:last-child {
	max-width: 520px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-detail-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 16px;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	line-height: 1.4;
	text-transform: uppercase;
}

.news-detail-meta a {
	color: #ffb900 !important;
	font-weight: 700;
}

.news-detail-meta span:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 10px 2px 0;
	border-radius: 50%;
	background: #cfcfcf;
}

.news-detail-hero h1 {
	max-width: 980px;
	margin: 0 auto;
	color: #fff;
	font-size: 46px;
	line-height: 1.22;
	font-weight: 700;
}

.news-detail-hero p {
	max-width: 820px;
	margin: 18px auto 0;
	color: rgba(255, 255, 255, .84);
	font-size: 17px;
	line-height: 1.7;
}

.news-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 46px;
	align-items: start;
	padding-top: 48px;
}

.news-main-column {
	min-width: 0;
}

.news-featured-image {
	overflow: hidden;
	margin: 0 0 42px;
	background: #f5f5f5;
}

.news-featured-image img {
	display: block;
	width: 100%;
	height: auto;
}

.news-detail-content {
	max-width: 100%;
	margin: 0;
}

.news-detail-content p,
.news-detail-content li {
	margin: 0 0 18px;
	color: #333;
	font-size: 17px;
	line-height: 1.8;
}

.news-detail-content h2 {
	margin: 36px 0 16px;
	color: #111;
	font-size: 30px;
	line-height: 1.32;
	font-weight: 700;
}

.news-detail-content h3 {
	margin: 30px 0 14px;
	color: #111;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 700;
}

.news-detail-content h4 {
	margin: 24px 0 12px;
	color: #222;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
}

.news-detail-content ul,
.news-detail-content ol {
	margin: 0 0 22px 24px;
	padding: 0;
}

.news-detail-content li {
	margin-bottom: 9px;
}

.news-detail-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 24px auto;
}

.news-image-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 16px;
	max-width: 820px;
	margin: 28px auto;
}

.news-image-grid-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	border: 1px solid #e7e7e7;
	background: #fafafa;
	padding: 10px;
}

.news-image-grid-item img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 210px;
	margin: 0;
	object-fit: contain;
}

.news-detail-content figure {
	margin: 28px auto;
}

.news-detail-content figcaption {
	margin-top: 10px;
	color: #777;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.news-detail-content blockquote {
	margin: 30px 0;
	border-left: 4px solid #ffca24;
	padding: 4px 0 4px 22px;
	color: #333;
	font-size: 20px;
	line-height: 1.65;
}

.news-detail-content table {
	width: 100%;
	margin: 28px 0;
	border-collapse: collapse;
	font-size: 15px;
}

.news-detail-content th,
.news-detail-content td {
	border: 1px solid #e4e4e4;
	padding: 12px 14px;
	text-align: left;
}

.news-detail-content th {
	background: #f8f8f8;
	font-weight: 700;
}

.page-links {
	margin-top: 24px;
}

.news-detail-share {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: 100%;
	margin: 42px 0 0;
	padding-top: 26px;
	border-top: 1px solid #ececec;
}

.news-detail-share span {
	margin-right: 4px;
	color: #777;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.news-detail-share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #ffca24;
	border-radius: 50%;
	background: #fff;
	color: #ffb900 !important;
	transition: all .25s ease;
}

.news-detail-share a em,
.news-detail-share a span {
	color: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.news-detail-share a:hover {
	border-color: #ffca24;
	background: #ffca24;
	color: #111 !important;
}

.news-detail-nav {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: stretch;
	gap: 20px;
	max-width: 100%;
	margin: 44px 0 0;
	padding-top: 30px;
	border-top: 1px solid #ececec;
}

.news-nav-item {
	min-width: 0;
}

.news-nav-item span {
	display: block;
	margin-bottom: 8px;
	color: #999;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.news-nav-item a {
	display: block;
	color: #111 !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.news-nav-item a:hover {
	color: #ffb900 !important;
}

.news-nav-next {
	text-align: right;
}

.news-back-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	min-height: 42px;
	border: 2px solid #ffca24;
	padding: 0 20px;
	color: #111 !important;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.news-back-link:hover {
	background: #ffca24;
}

.news-detail-sidebar {
	position: sticky;
	top: 110px;
}

.news-sidebar-card {
	margin-bottom: 24px;
	border: 1px solid #e8e8e8;
	background: #fff;
	padding: 24px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
}

.news-sidebar-card h2 {
	margin: 0 0 14px;
	color: #111;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
}

.news-sidebar-card p {
	margin: 0 0 18px;
	color: #555;
	font-size: 15px;
	line-height: 1.7;
}

.news-sidebar-card > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	background: #ffca24;
	padding: 0 18px;
	color: #111 !important;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.news-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.news-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	border: 1px solid #e1e1e1;
	padding: 0 12px;
	color: #555 !important;
	font-size: 13px;
	line-height: 1.2;
}

.news-tags a:hover {
	border-color: #ffca24;
	background: #ffca24;
	color: #111 !important;
}

.related-news-section {
	margin-top: 64px;
	padding: 58px 0 0;
	border-top: 1px solid #ececec;
}

.related-news-head {
	margin-bottom: 28px;
	text-align: center;
}

.related-news-head span {
	display: block;
	margin-bottom: 8px;
	color: #ffb900;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.related-news-head h2 {
	margin: 0;
	color: #111;
	font-size: 34px;
	line-height: 1.25;
	font-weight: 700;
}

.related-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.related-news-card {
	border: 1px solid #e8e8e8;
	background: #fff;
	transition: transform .25s ease, box-shadow .25s ease;
}

.related-news-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
}

.related-news-photo {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #f5f5f5;
}

.related-news-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.related-news-card:hover .related-news-photo img {
	transform: scale(1.05);
}

.related-news-body {
	padding: 18px 20px 22px;
}

.related-news-body time {
	display: block;
	margin-bottom: 8px;
	color: #888;
	font-size: 13px;
	text-transform: uppercase;
}

.related-news-body h3 {
	margin: 0;
	color: #111;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
}

.related-news-body h3 a:hover {
	color: #ffb900 !important;
}

@media (max-width: 1024px) {
	.news-article-layout {
		grid-template-columns: 1fr;
	}

	.news-detail-sidebar {
		position: static;
	}
}

@media (max-width: 767px) {
	.news-detail-container {
		width: calc(100% - 30px);
	}

	.news-detail-hero {
		padding: 46px 0 40px;
	}

	.news-detail-hero h1 {
		font-size: 30px;
	}

	.news-featured-image {
		margin: 0 0 30px;
	}

	.news-article-layout {
		padding-top: 30px;
	}

	.news-detail-content p,
	.news-detail-content li {
		font-size: 16px;
		line-height: 1.75;
	}

	.news-detail-content h2 {
		font-size: 24px;
	}

	.news-detail-content h3 {
		font-size: 21px;
	}

	.news-image-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin: 22px auto;
	}

	.news-image-grid-item {
		min-height: 120px;
		padding: 8px;
	}

	.news-detail-nav {
		display: block;
	}

	.news-back-link {
		margin: 22px 0;
	}

	.news-nav-next {
		text-align: left;
	}

	.related-news-grid {
		grid-template-columns: 1fr;
	}

	.related-news-head h2 {
		font-size: 26px;
	}

	.blog_detail_body .online ul li .lab {
		display: none !important;
	}
}
