.news-page {
	background: #fff;
	color: #111827;
}

.news-inner {
	width: min(1040px, calc(100% - 40px));
	margin: 0 auto;
}

.news-hero {
	background:
		linear-gradient(110deg, rgba(190, 232, 241, 0.88), rgba(255, 255, 255, 0.86) 48%, rgba(255, 217, 232, 0.88)),
		linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%) 0 0 / 42px 42px;
}

.news-hero .news-inner {
	min-height: 150px;
	padding: 24px 0 34px;
}

.news-hero__breadcrumb {
	margin: 0 0 32px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #8c8c8c;
	font-size: 12px;
	line-height: 14px;
}

.news-hero__breadcrumb span {
	display: flex;
	align-items: center;
}

.news-hero__breadcrumb span:not(:last-child)::after {
	content: "";
	display: block;
	width: 12px;
	height: 1px;
	margin: 0 10px;
	background: #8c8c8c;
}

.news-hero__breadcrumb a {
	display: block;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

.news-hero__eyebrow {
	margin: 0 0 8px;
	color: #0b57b7;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0;
}

.news-hero h1 {
	margin: 0;
	font-size: 1.95rem;
	line-height: 1.3;
}

.news-content {
	padding: 70px 0 82px;
}

.news-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 190px;
	gap: 72px;
	align-items: start;
}

.news-tabs {
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
}

.news-tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 116px;
	min-height: 34px;
	background: #edf5ff;
	color: #00428f;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.news-tabs a.is-active {
	background: #13a8e8;
	color: #fff;
}

.news-list {
	border-top: 1px solid #d7deea;
}

.news-list__item {
	padding: 18px 0 20px;
	border-bottom: 1px solid #d7deea;
}

.news-list__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
	color: #6b7280;
	font-size: 0.78rem;
}

.news-list__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 18px;
	padding: 0 10px;
	background: #e5f5ff;
	color: #0b57b7;
	font-size: 0.68rem;
	font-weight: 700;
}

.news-list__item h2 {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.7;
	padding-bottom: 0;
}
.news-list__item h2::before,
.news-list__item h2::after{
	display: none;
}

.news-list__item h2 a {
	color: #111827;
	text-decoration: none;
}

.news-list__item h2 a:hover {
	color: #0b57b7;
}

.news-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 34px;
}

.news-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	min-height: 34px;
	padding: 0 10px;
	background: #eef3fb;
	color: #00428f;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
}

.news-pagination .current {
	background: #356be8;
	color: #fff;
}

.news-empty {
	margin: 0;
	padding: 24px 0;
	border-top: 1px solid #d7deea;
	border-bottom: 1px solid #d7deea;
}

.news-side__archive-link {
	margin: 0 0 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #d7deea;
	font-size: 0.76rem;
	font-weight: 700;
	text-align: left;
}

.news-side__archive-link a,
.news-side a {
	color: #00428f;
	text-decoration: none;
}

.news-side h2 {
	margin: 0 0 20px;
	color: #00428f;
	font-size: 1rem;
	line-height: 1.6;
}

.news-side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-side li {
	margin-bottom: 12px;
	font-size: 0.82rem;
	font-weight: 700;
}

.news-side a.is-active {
	color: #13a8e8;
}

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

.news-detail-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
	color: #6b7280;
	font-size: 0.78rem;
}

.news-detail-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 18px;
	padding: 0 10px;
	background: #e5f5ff;
	color: #0b57b7;
	font-size: 0.68rem;
	font-weight: 700;
}

.news-detail-title {
	margin: 0 0 24px;
	color: #111827;
	font-size: 1.35rem;
	line-height: 1.65;
}

.news-detail-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(520px, 100%);
	min-height: 250px;
	margin: 0 auto 32px;
	background: #eaf6f0;
	color: #0b57b7;
	font-size: 0.9rem;
	font-weight: 700;
	text-align: center;
}

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

.news-detail-image--placeholder {
	border: 1px solid #c8d8e8;
}

.news-detail-body {
	color: #1f2937;
	font-size: 0.9rem;
	line-height: 2;
}

.news-detail-body > *:first-child {
	margin-top: 0;
}

.news-detail-body p {
	margin: 0 0 1em;
}

.news-detail-body h2,
.news-detail-body h3 {
	margin: 2.1em 0 0.8em;
	color: #111827;
	line-height: 1.55;
}

.news-detail-body h2 {
	font-size: 1.15rem;
}

.news-detail-body h3 {
	font-size: 1rem;
}

.news-detail-body ul,
.news-detail-body ol {
	margin: 0 0 1.6em;
	padding-left: 1.5em;
}
.news-detail-body ul li + li,
.news-detail-body ol li + li {
	margin-top: 1em;
}

.news-detail-body img {
	max-width: 100%;
	height: auto;
}

.news-detail-back {
	margin: 42px 0 0;
	text-align: center;
}

.news-detail-back a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 42px;
	background: #eef3fb;
	color: #00428f;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.news-detail-back a:hover {
	background: #dfe9f8;
}

.news-detail-body table{
	border-collapse: collapse;
}

.aligncenter{
	display: block;
	margin: 0 auto;
}

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

	.news-tabs {
		overflow-x: auto;
	}

	.news-tabs a {
		flex: 0 0 auto;
	}

	.news-side__archive-link {
		text-align: left;
	}

	.news-detail-title {
		font-size: 1.15rem;
	}

	.news-detail-image {
		min-height: 190px;
	}
}
