@import url(/css/global.css);
body {
	background-color: #f3f5f7;
}

.header .content .keywords {
	color: var(--info-color);
}

.header .content {
	padding-bottom: 0 !important;
}

.header .content .search .input {
	border: solid 1px var(--blue-color);
}

.article-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background-color: var(--blue-color);
}

.article-nav .active {
	background-color: #1194fd;
}

.article-nav-item {
	flex: 1;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.article-nav-item:hover {
	color: #fff;
}

.article-nav-item .image {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.article-content {
	width: 1090px;
	padding: 40px;
	background-color: #fff;
	margin: 0 auto;
}

.title {
	font-size: 28px;
	padding-top: 0px;
	padding-bottom: 35px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 700;
}

.source-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.top-title {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}

.time span {
	padding: 0 10px;
}

.article-content .content {
	padding-bottom: 55px;
	font-family: "微软雅黑" !important;
	line-height: 1.8;
}

.paging {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xxgk table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #b5b5b5;
	border-top: 1px solid #b5b5b5;
}

.xxgk table tr {
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	height: 40px;
}

.xxgk table tr th {
	width: 160px;
	text-align: center;
	height: 40px;
	background: #e9f7ff;
}

.xxgk table tr th,
.xxgk table tr td {
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	padding-left: 20px;
	font-weight: 400;
}

.xxgk table tr td {
	width: 461px;
	max-width: 461px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yxx {
	color: var(--danger-color);
}

.box-table {
	padding-bottom: 0;
}

@media screen and (max-width: 768px) {
	.nav-pc {
		display: none;
	}
	.time {
		font-size: 12px;
	}
	.title {
		text-align: center;
		font-size: 17px;
		padding-bottom: 15px;
	}
	.top-title {
		padding-bottom: 23px;
		margin-bottom: 23px;
	}
	.content {
		padding-bottom: 40px;
	}
	.paging {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.article-content {
		width: 95%;
		padding: 20px 25px;
	}
	.source-list {
		flex-wrap: wrap;
	}
	.article-content .content {
		padding-bottom: 35px;
	}
	.page .page-item .item {
		padding: 0 10px;
		line-height: 2;
	}
	.page .page-item .page-title {
		padding: 0 10px;
		line-height: 2;
	}
}

@media screen and (max-width: 1063px) {
	.xxgk table tr {
		font-size: 14px;
	}
	.xxgk table tr th {
		width: 330px;
	}
}
