html {
	font-size: 625%;
	scroll-behavior: smooth
}

body {
	font: 300 18px/170% Microsoft YaHei,sans-serif;
	color: #000;
	-webkit-text-size-adjust: 100%
}

a {
	color: #000
}

a:hover {
	color: #0046ae;
	text-decoration: none
}

.content {
	overflow: hidden;
	margin: 50px auto 40px
}

.content h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 23px;
	text-align: center
}

.content .inform {
	width: 100%;
	font-size: 14px;
	color: #999;
	justify-content: center;
	display: flex;
	align-items: center;
	line-height: 16px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee
}

.content .inform.spaceBetween {
	justify-content: space-between
}

.content .inform.center {
	justify-content: center
}

.content .inform p {
	padding: 0 20px;
	position: relative
}

.content .inform p::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 14px;
	background: #999
}

.content .inform p:nth-child(4):after {
	bottom: 3px
}

.content .inform p:first-child {
	padding-left: 0
}

.inform_item {
	display: inline-flex
}

.inform_item>p:last-child::after {
	content: none
}

.inform_item div:last-child {
	padding-right: 0
}

.informShare {
	padding: 0 25px;
	display: flex;
	align-items: center;
	position: relative
}

.informShare .sina .share_icon,.informShare .wechat .share_icon {
	margin-right: 8px;
	cursor: pointer;
	border-radius: 50%
}

.informShare .copy_pic .share_icon {
	cursor: pointer;
	border-radius: 50%
}

.informShare .sina:hover .share_icon,.informShare .qqSpace:hover .share_icon,.informShare .copy_pic:hover .share_icon,.informShare .wechat:hover .share_icon {
	animation: jump .2s forwards linear
}

.informShare .qrcode {
	z-index: 999;
	position: absolute;
	top: 40px;
	left: -50px;
	width: 100px;
	height: 100px;
	border: 15px solid #fff;
	border-radius: 7px;
	box-shadow: 0 2px 8px #999;
	overflow: hidden;
	visibility: hidden;
	transition: .3s;
	opacity: 0;
	background: #fff
}

.informShare .wechat {
	position: relative
}

.informShare .wechat:hover .qrcode {
	opacity: 1;
	visibility: visible;
	transform: translateY(2%)
}

.informShare .copySuccess {
	position: absolute;
	top: 40px;
	right: -16px;
	padding: 0 20px;
	line-height: 36px;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0px 2px 8px #999;
	opacity: 0;
	visibility: hidden;
	z-index: 999
}

.informShare .copySuccess.copy_cur {
	animation: copySuccess 3s forwards
}

.qqSpace {
	display: none
}

.fontSize {
	position: relative;
	padding: 0 25px;
	display: flex;
	align-items: center
}

.fontSize::after {
	content: "";
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 1px;
	height: 14px;
	background: #999
}

.fontSize span {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	cursor: pointer
}

.fontSize .font_cur {
	background: #2c64c3;
	color: #fff
}

@keyframes jump {
	50% {
		transform: translateY(-5px)
	}

	100% {
		transform: translateY(0)
	}
}

.topShare .informShare .copySuccess {
	right: 0
}

.topShare .informShare .wechat,.topShare .informShare .sina,.topShare .informShare .qqSpace,.topShare .informShare .copy_pic {
	margin-bottom: -5px
}

@keyframes copySuccess {
	0% {
		visibility: visible
	}

	30% {
		opacity: 1
	}
}

.article {
	padding-top: 20px;
	overflow: hidden
}

.article #vjs_video_3 {
	margin-top: 10px
}

.article.nobor {
	border: none
}

.article p {
	margin-bottom: 20px
}

.article .editor {
	text-align: right;
	margin-bottom: 30px;
	font-size: 14px;
	color: #999
}

#autopage {
	padding-top: 40px;
	font-size: 16px;
	text-align: center;
}

#autopage a, #autopage span {
	display: inline-block;
	padding: 0 15px;
	line-height: 35px;
	border-radius: 7px;
	margin-bottom: 10px;
}

#autopage span, #autopage a:hover {
	background: #0046ae;
	color: #fff;
}

#autopage a {
	background: #f1f3fa;
}

.column {
	font-size: 22px;
	font-weight: bold;
	border-left: 5px solid #0046ae;
	padding-left: 18px;
	box-sizing: border-box;
	line-height: 1em;
	color: #0046ae
}

.relevant {
	width: 100%
}

.relevant .banner {
	width: 100%;
	height: 110px;
	background: #999;
	margin-bottom: 40px;
	border-radius: 7px
}

.relevant .column {
	margin-bottom: 25px
}

.relevant li {
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 15px
}

.relevant li:last-child {
	margin-bottom: 0px
}

.relevant li::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #ddd;
	border-radius: 50%
}

.m_local {
	display: none
}

#ciic_wza {
	z-index: 999
}

.read {
	margin-top: 30px
}

#ciic_wza {
	display: none
}

.fixed #fix_wza svg {
	display: none
}

.fixed #fix_wza #ciic_wza {
	display: block
}

.fixed #fix_wza #cniil_wza {
	color: #999
}

@media screen and (max-width: 810px) {
	html {
		font-size: 312.5%
	}

	body {
		font: .36rem/130% "Microsoft YaHei",sans-serif;
		color: #000;
		padding-top: 1.5rem
	}

	.m_local {
		display: block
	}

	.content {
		width: 100%;
		padding: 0 .24rem
	}

	.content .m_local {
		font-size: .34rem;
		color: #999;
		margin-bottom: .4rem
	}

	.content .m_local span:last-child {
		display: none
	}

	.content .m_local a {
		color: #999;
		margin: 0 .25rem
	}

	.content .m_local a:first-child {
		margin-left: 0
	}

	.content h1 {
		font-size: .48rem;
		line-height: .6rem;
		margin-bottom: .28rem;
		text-align: unset
	}

	.content .inform {
		flex-wrap: wrap;
		font-size: .26rem;
		line-height: .28rem;
		justify-content: start;
		padding-bottom: .25rem;
		margin-bottom: .2rem
	}

	.content .inform p {
		border: none;
		padding: 0;
		line-height: .46rem
	}

	.content .inform p:first-child {
		padding: 0 .3rem 0 0
	}

	.content .inform p::after {
		content: none
	}

	.content .inform .informShare {
		display: none
	}

	.fontSize {
		display: none
	}

	.content {
		margin: .2rem auto .55rem;
		box-sizing: border-box
	}

	.article {
		font-size: .34rem;
		padding: 0
	}

	.article video {
		width: 100%
	}

	.article p {
		margin-bottom: .5rem;
		line-height: .69rem
	}

	#autopage {
		display: none;
	}

	.m_autopage {
		width: 100%;
		color: #1c3c7b;
		font-size: .3rem;
		display: flex;
		justify-content: space-between;
		margin: 0.42rem 0;
		line-height: .65rem;
	}

	.m_autopage .m_prev, .m_autopage .m_next {
		text-align: center;
		font-size: .32rem;
		color: #0046ae;
		border-radius: 0.5rem;
		border: 0.01rem solid #0046ae;
		padding: 0 0.65rem;
	}

	.m_autopage .autopage_hide {
		opacity: 0;
		pointer-events: none;
	}

	.relevant {
		width: 100%;
		border: none;
		box-sizing: border-box;
		overflow: hidden
	}

	.relevant .banner {
		display: none
	}

	.relevant .column {
		margin: 0;
		padding: .5rem 0 0 .36rem;
		font-weight: bold;
		font-size: .4rem;
		border-left: none;
		border-top: .01rem solid #eee;
		position: relative
	}

	.relevant .column::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: .1rem;
		height: .4rem;
		background: #0046ae
	}

	.relevant ul {
		display: block
	}

	.relevant li {
		width: 100%;
		font-size: .34rem;
		padding: .38rem 0;
		margin-bottom: 0;
		border-top: .01rem solid #eee
	}

	.relevant li:first-child {
		border: none
	}

	.relevant li::before {
		content: none
	}
}/*# sourceMappingURL=content_same.min.css.map */