.info-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.info-center-page {
	min-height: 680px;
	background: #f3f4f6;
}

.info-center-page #about {
	padding: 24px 0 48px;
	background: #f3f4f6;
}

.info-center-content {
	width: 78%;
	min-width: 0;
	float: right;
}

.info-center-layout {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(220px, 1fr);
	gap: 20px;
	width: 100%;
	align-items: start;
}

.info-news-panel,
.info-hot-panel {
	background: #fff;
}

.info-news-panel {
	min-width: 0;
	padding: 24px;
}

.info-news-toolbar {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
}

.info-news-categories {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	min-width: 0;
	margin-right: -22px;
	margin-bottom: -8px;
}

.info-category-button,
.info-hot-refresh,
.info-news-link,
.info-news-type,
.info-hot-item,
.info-state-action {
	font: inherit;
	letter-spacing: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.info-category-button {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin: 0 22px 8px 0;
	padding: 0;
	color: #777d86;
	font-size: 15px;
	white-space: nowrap;
}

.info-category-dot {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	margin-right: 7px;
	border-radius: 50%;
	background: #b8bcc2;
}

.info-category-button:hover,
.info-category-button:focus-visible,
.info-category-button.is-active {
	color: #1479e8;
}

.info-category-button.is-active .info-category-dot {
	background: #1479e8;
}

.info-category-button:focus-visible,
.info-hot-refresh:focus-visible,
.info-news-link:focus-visible,
.info-news-type:focus-visible,
.info-hot-item:focus-visible,
.info-state-action:focus-visible,
.info-sort-control select:focus-visible {
	outline: 2px solid #1479e8;
	outline-offset: 3px;
}

.info-sort-control {
	position: relative;
	flex: 0 0 176px;
	margin-left: 20px;
}

.info-sort-control:after {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 7px;
	height: 7px;
	content: "";
	border-right: 1px solid #9aa0a8;
	border-bottom: 1px solid #9aa0a8;
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
}

.info-sort-control select {
	width: 100%;
	height: 38px;
	padding: 0 38px 0 14px;
	border: 1px solid #d5d9df;
	border-radius: 4px;
	background: #fff;
	color: #51565d;
	font-size: 14px;
	appearance: none;
	cursor: pointer;
}

.info-news-status,
.info-hot-status {
	min-height: 0;
	color: #7b8189;
	font-size: 14px;
}

.info-news-status:not(:empty) {
	padding: 44px 16px;
	text-align: center;
}

.info-hot-status:not(:empty) {
	padding: 34px 12px;
	text-align: center;
}

.info-news-card {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 22px;
	min-height: 174px;
	padding: 24px 0;
	border-bottom: 1px solid #dfe2e6;
}

.info-news-card:first-child {
	padding-top: 16px;
}

.info-news-media {
	position: relative;
	align-self: start;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	border: 1px solid #d8dadd;
	background: #eef1f4;
}

.info-news-media:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "资讯中心";
	color: #a2a8af;
	font-size: 14px;
}

.info-news-media img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 160ms ease, transform 180ms ease;
}

.info-news-media img.is-loaded {
	opacity: 1;
}

.info-news-card:hover .info-news-media img {
	transform: scale(1.025);
}

.info-news-content {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.info-news-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 78px;
	gap: 16px;
	align-items: start;
}

.info-news-link {
	min-width: 0;
	padding: 0;
	color: #5f6368;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.45;
	text-align: left;
}

.info-news-link:hover {
	color: #f06423;
}

.info-news-date {
	color: #8d939b;
	font-size: 14px;
	line-height: 1.45;
	text-align: right;
}

.info-news-summary {
	display: -webkit-box;
	min-height: 50px;
	margin: 14px 0 10px;
	overflow: hidden;
	color: #858b93;
	font-size: 15px;
	line-height: 1.75;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.info-news-footer {
	display: flex;
	align-items: center;
	min-width: 0;
	margin-top: auto;
	color: #8a9098;
	font-size: 14px;
}

.info-author-avatar {
	position: relative;
	display: inline-flex;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #f06423;
	color: #fff;
	font-size: 13px;
	margin-right: 10px;
}

.info-author-avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info-author-name {
	max-width: 110px;
	margin-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info-news-type {
	min-height: 28px;
	padding: 2px 10px;
	border: 1px solid #d6d9dd;
	border-radius: 4px;
	color: #7d838b;
	white-space: nowrap;
	margin-right: 10px;
}

.info-news-type:hover {
	border-color: #1479e8;
	color: #1479e8;
}

.info-news-metrics {
	display: flex;
	align-items: center;
	margin-left: auto;
	white-space: nowrap;
}

.info-news-metrics > * + * {
	margin-left: 14px;
}

.info-metric {
	display: inline-flex;
	align-items: center;
}

.info-metric > * + * {
	margin-left: 4px;
}

.info-news-pagination {
	min-height: 38px;
	padding-top: 24px;
}

.info-news-pagination ._page_container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-news-pagination ._pages {
	margin: 0 auto;
}

.info-news-pagination ._pages li {
	margin-top: 0;
	border-radius: 4px;
}

.info-news-pagination ._pages li._active_1 {
	color: #fff !important;
	background-color: #1479e8 !important;
}

.info-hot-panel {
	padding: 0 18px 18px;
}

.info-hot-header {
	display: flex;
	align-items: center;
	min-height: 62px;
	gap: 12px;
}

.info-hot-header h2 {
	color: #60656c;
	font-size: 20px;
	font-weight: 600;
}

.info-hot-refresh {
	display: inline-flex;
	align-items: center;
	margin-left: auto;
	padding: 6px 0;
	color: #8a9098;
	font-size: 14px;
}

.info-hot-refresh:hover {
	color: #f06423;
}

.info-refresh-icon {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	margin-right: 5px;
}

.info-hot-refresh.is-loading .info-refresh-icon {
	animation: info-center-spin .8s linear infinite;
}

.info-hot-item {
	display: block;
	width: 100%;
	padding: 17px 0;
	border-top: 1px solid #dfe2e6;
	color: #747980;
	text-align: left;
}

.info-hot-item:first-child {
	border-top: 0;
}

.info-hot-item:hover .info-hot-title {
	color: #f06423;
}

.info-hot-title {
	overflow: hidden;
	color: #60656c;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info-hot-summary {
	display: -webkit-box;
	margin-top: 8px;
	overflow: hidden;
	color: #858b93;
	font-size: 14px;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.info-hot-meta {
	display: flex;
	align-items: center;
	min-width: 0;
	margin-top: 11px;
	color: #8a9098;
	font-size: 13px;
}

.info-hot-meta > * {
	margin-right: 9px;
}

.info-hot-meta > *:last-child {
	margin-right: 0;
}

.info-hot-meta .info-author-name {
	max-width: 88px;
}

.info-state-action {
	margin-left: 8px;
	padding: 4px 8px;
	border: 1px solid #cbd0d6;
	border-radius: 4px;
	color: #555c64;
}

.info-state-action:hover {
	border-color: #f06423;
	color: #f06423;
}

@keyframes info-center-spin {
	to {
		transform: rotate(360deg);
	}
}

@media all and (max-width: 980px) {
	.info-center-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.info-hot-panel {
		padding: 0 24px 18px;
	}
}

@media all and (max-width: 720px) {
	.info-center-page #about {
		padding: 12px 0 32px;
	}

	.info-news-panel,
	.info-hot-panel {
		padding-right: 16px;
		padding-left: 16px;
	}

	.info-news-toolbar {
		flex-direction: column;
	}

	.info-news-categories {
		margin-right: -16px;
		margin-bottom: -4px;
	}

	.info-category-button {
		margin-right: 16px;
		margin-bottom: 4px;
	}

	.info-sort-control {
		width: 100%;
		flex-basis: auto;
		margin-left: 0;
		margin-top: 12px;
	}

	.info-news-card {
		grid-template-columns: 180px minmax(0, 1fr);
		gap: 14px;
	}

	.info-news-link {
		font-size: 17px;
	}

	.info-news-summary {
		min-height: 43px;
		margin-top: 8px;
		font-size: 14px;
		line-height: 1.55;
	}

	.info-news-footer {
		flex-wrap: wrap;
	}

	.info-news-metrics {
		width: 100%;
		margin-left: 38px;
	}
}

@media all and (max-width: 540px) {
	.info-news-card {
		grid-template-columns: minmax(0, 1fr);
		padding: 20px 0;
	}

	.info-news-media {
		max-width: none;
	}

	.info-news-heading {
		grid-template-columns: minmax(0, 1fr);
		gap: 5px;
	}

	.info-news-date {
		text-align: left;
	}

	.info-news-summary {
		min-height: 0;
	}

	.info-news-metrics {
		width: auto;
		margin-left: auto;
	}

	.info-hot-header h2 {
		font-size: 18px;
	}
}
