@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
	font-size: 14px;
	text-align: left;
	color: #333;
	line-height: 28px;
}

a {
	color: #333;
	text-decoration: none;
}

img {
	display: inline-block;
	max-width: 100%;
	border: 0;
}

a {
	text-decoration: none;
	color: #323232;
}

a:hover {
	color: #2c94ff;
	text-decoration: none;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.container {
	width: auto;
	height: auto;
	min-width: 1280px;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.main {
	width: auto;
	padding-top: 30px;
}

.breadcrumb {
	padding: 0px;
	padding-bottom: 7px;
	background: none;
	border-bottom: 2px solid #2c94ff;
	border-radius: 0;
	margin-bottom: 30px;
}

.breadcrumb a:hover {
	color: #2c94ff;
}

.breadcrumb span:last-child {
	display: none;
}

.time1 {
	color: #888;
	margin: 10px 0;
	font-size: 14px;
	color: #6c6c6c;
	text-align: left;
}

.time1 span {
	display: none;
}

.pages_print {
	width: 112px;
	height: 25px;
	background: url(../images/print.jpg) no-repeat 0 -8px;
	position: relative;
	z-index: 999;
	float: right;
}

.pages_print span.btnPrint,
.pages_print span.smaller {
	width: 25px;
}

.pages_print span {
	display: inline-block;
	height: 25px;
	cursor: pointer;
}

.pages_print span.bigger {
	width: 25px;
	margin: 0 11px;
}

.pages_content {
	border-top: 1px #dddddd solid;
	margin-top: 20px;
}

.pages_content .videoBox {
	margin-bottom: 20px;
}

.pages_content .content {
	padding-top: 35px;
	overflow: hidden;
	width: auto;
}

.pages_content .content>p {
	font-size: 18px;
	line-height: 1.8;
	color: #333;
	margin-bottom: 25px !important;
}

.related div {
	height: 41px;
	margin-bottom: 10px;
	overflow: hidden;
}

.related p {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e3e3e3;
	font-weight: bold;

}

.related li {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 15px;
	font-weight: bolder;
}

.editor {
	font-size: 16px;
	margin: 25px 0px;
}

.text-right {
	text-align: right;
}

.pages_content .content img,
.pages_content .content section {
	display: block;
	margin: 0 auto !important;
}

.pages_content .content section span {
	display: inline-block;
	text-align: justify;
}

/* 视频处理 */
#printContent video {
	max-width: 100% !important;
	max-height: 600px !important;
	background: #000000;
}

.content p:has(video) {
	text-align: center !important;
}