html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	text-decoration: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: top;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

body {
	font-family: "微软雅黑", "microsoft yahei";
	font-size: 16px;
	color: #404040;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.box {
	margin: 0 auto;
	width: 1260px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #015eeb;
	text-decoration: none;
}

.content {
	width: 100%;
	margin: 24px 0;
	border: 1px solid #e0e0e0;
	background: #fff url(images/bg.jpg) repeat-x top left;
	padding: 30px 50px;
}

.top {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.top h2 {
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
	float: left;
}

.article {
	padding: 30px 150;
}

.article h1 {
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	padding: 10px 0;
}

.data,
.tipscont {
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #888;
}

.tipscont a {
	color: #888;
}

.tipscont a:hover {
	color: #015eeb;
}

#div_zhengwen {
	padding-top: 30px;
}

#div_zhengwen p {
	font-size: 18px;
	line-height: 200%;
	text-indent: 2em;
	font-family: 'Times New Roman';
}

#video {
	width: 100%;
	background: #f1f6fa;
	box-sizing: border-box;
	margin-top: 20px;
}

.videodiv {
	width: 55%;
	float: left;
}

.contnr {
	width: 45%;
	float: right;
	padding: 20px 10px;
}
.contnr p{
	line-height:40px;
}

.articlevodeo {
	padding: 30px 0;
}
.article-appendix h3{color:#333333; font-weight:bold; font-size:1.375em; margin-bottom:10px; }
.article-appendix{display:none; margin-bottom:40px;margin-top:40px;}
.article-relation{margin-top:20px;}
.article-relation h3{font-size:16px;}
.article-relation ul li{line-height:30px;}