.NewsDetail,
.RelatedNews {
	background: #f5f6f7;
}

.NewsDetail {
	padding: 36px 0 80px;
}


.NewsDetail .breadcrumbs {
	margin-bottom: 28px;
	color: #70767c;
	font-size: 16px;
	line-height: 24px;
}

.NewsDetail .newsDetailLayout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) 465px;
	gap: 24px;
}

.NewsDetail article {
	padding: 34px;
	border: 1px solid var(--site-line);
	background: #fff;
}

.NewsDetail article header span {
	display: inline-block;
	padding: 4px 12px;
	background: #f8ded7;
	color: var(--site-red);
	font-size: 12px;
	line-height: 18px;
}

.NewsDetail article header time,
.NewsDetail article header small {
	margin-left: 16px;
	color: #73797f;
	font-size: 14px;
	line-height: 22px;
}

.NewsDetail article header h1 {
	margin-top: 18px;
	font-size: 48px;
	line-height: 60px;
}

.NewsDetail .heroImage {
	aspect-ratio: 1017 / 554;
	margin-top: 30px;
	flex-shrink: 0;
}

.NewsArticleContent {
	padding-top: 28px;
	font-size: 16px;
	line-height: 26px;
}

.NewsArticleContent p {
	margin-bottom: 22px;
}

.NewsArticleContent h2 {
	margin: 26px 0 12px;
	color: var(--site-red);
	font-size: 24px;
	line-height: 34px;
}

.NewsArticleContent .articleImages {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 24px 0;
}

.NewsArticleContent .articleImages img {
	width: 100%;
	height: auto !important;
}

.NewsDetail .share {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
	padding: 24px 0;
	border-top: 1px solid var(--site-line);
	border-bottom: 1px solid var(--site-line);
	font-size: 14px;
	line-height: 22px;
}

.NewsDetail .share button {
	width: 36px;
	height: 36px;
	border: 1px solid var(--site-line);
	border-radius: 50%;
}

.NewsDetail .articleNav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 30px;
}

.NewsDetail .articleNav a:last-child {
	text-align: right;
}

.NewsDetail .articleNav small,
.NewsDetail .articleNav strong {
	display: block;
}

.NewsDetail .articleNav small {
	color: #777d82;
	font-size: 14px;
	line-height: 22px;
}

.NewsDetail .articleNav strong {
	margin-top: 6px;
	font-size: 16px;
	line-height: 24px;
}

.NewsDetail aside > div {
	margin-bottom: 24px;
	padding: 26px;
	border: 1px solid var(--site-line);
	background: #fff;
}

.NewsDetail aside h2,
.NewsDetail aside h3 {
	font-size: 24px;
	line-height: 34px;
}

.NewsDetail .hotNews > a {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 12px;
	margin-top: 18px;
}

.NewsDetail .hotNews b {
	color: #e8aaa0;
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
}

.NewsDetail .hotNews strong,
.NewsDetail .hotNews small {
	display: block;
}

.NewsDetail .hotNews strong {
	font-size: 16px;
	line-height: 24px;
}

.NewsDetail .hotNews small {
	margin-top: 5px;
	color: #777d82;
	font-size: 14px;
	line-height: 22px;
}

.NewsDetail .demo {
	background: #303334;
	color: #fff;
}

.NewsDetail .demo p {
	margin-top: 10px;
	color: #d1d4d6;
	font-size: 14px;
	line-height: 22px;
}

.NewsDetail .demo a {
	display: inline-block;
	margin-top: 18px;
	padding: 12px 20px;
	background: var(--site-red);
}

.NewsDetail .categories a {
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
	font-size: 16px;
	line-height: 24px;
}

.NewsDetail .categories span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 22px;
	border-radius: 11px;
	background: #eceeef;
	font-size: 12px;
}

.RelatedNews {
	padding: 60px 0 110px;
	border-top: 1px solid var(--site-line);
}

.RelatedNews h2 {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 42px;
}

.RelatedNews .relatedGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.RelatedNews .relatedGrid > a {
	padding-bottom: 24px;
	border: 1px solid var(--site-line);
	background: #fff;
}

.RelatedNews .relatedImage {
	aspect-ratio: 1.84;
	flex-shrink: 0;
}

.RelatedNews time,
.RelatedNews h3,
.RelatedNews p,
.RelatedNews a > span {
	display: block;
	margin-right: 22px;
	margin-left: 22px;
}

.RelatedNews time {
	margin-top: 18px;
	color: #777d82;
	font-size: 14px;
	line-height: 22px;
}

.RelatedNews h3 {
	margin-top: 10px;
	font-size: 18px;
	line-height: 29px;
}

.RelatedNews p {
	margin-top: 8px;
	color: #70767c;
	font-size: 14px;
	line-height: 22px;
	
	height: 3em;
	line-height: 1.5em;
}

.RelatedNews a > span {
	margin-top: 14px;
	color: var(--site-red);
	font-size: 14px;
	line-height: 22px;
}

@media only screen and (max-width: 1440px) {
	.NewsDetail .newsDetailLayout {
		grid-template-columns: minmax(0, 1fr) 380px;
	}

	.NewsDetail article header h1 {
		font-size: 40px;
		line-height: 52px;
	}
}

@media only screen and (max-width: 768px) {
	.NewsDetail .newsDetailLayout,
	.RelatedNews .relatedGrid {
		grid-template-columns: 1fr;
	}

	.NewsDetail article {
		padding: 24px;
	}

	.NewsDetail article header h1 {
		font-size: 32px;
		line-height: 42px;
	}

	.NewsArticleContent .articleImages {
		grid-template-columns: 1fr;
	}
}
