@charset "utf-8";
/*全局参数*/
/* body {font-family: 'Open Sans', arial, tahoma, verdana,sans-serif;-webkit-text-size-adjust: none;} */
body,div,ul,li,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,h7,form,img,p,pre,textarea,blockquote,fieldset {margin:0;padding:0}
html,body{width: 100%;height: 100%;}
ul,ol,li{list-style-type:none}
table{ border-collapse:collapse}
img {
	width:100%;
	border:none;
	-ms-interpolation-mode:bicubic;/*解决IE7放大失真*/
	-webkit-backface-visibility: hidden;}
em{font-style:normal}
h1,h2,h3,h4,h5,h6,h7 {font-size:100%}
a{text-decoration:none;}
a:hover{color:#3298c9;}
.footer a:hover{color:#848484; text-decoration:underline;}
.clear{clear:both;display:block;height:0;overflow:hidden;font-size:0;}
.clearfix:after {clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden}
.clearfix:before {clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden}
.clearfix {display:block;}
.fl{
	float:left
}
.fr{
	float:right;
}
.pctW64{
	width:64%;
}
.pctW54{
	width:54%;
}
.pctW52{
	width:52%;
}
.pctW48{
	width:48%;
}

.article{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	/* width:100%; */
	text-align:justify;
	padding-bottom:0.5em;
	font-size:large;
	line-height:2em;text-justify:inter-ideograph;
}
	
.article div{
	margin:0 0.9em;
	font-size:16px;
	color:#555;
	line-height:2em;
}
.title{
	margin:0;
	font-size:1.1em;
	color:#000;
	padding-top:1em;
}
.center{
	text-align:center;
}
.title .time{
	font-size:0.8em;
	color:#888;
	text-align:right;
	margin:0 0.9em;
}
.bold{
	font-weight:bold;
}
.indent{
	text-indent:2em;
	line-height:1.8em;
}
.indent a,.indent a:hover,.indent a:visited{
	color:#3298c9;
}
.more{
	text-align:center;
	/* width:100%; */
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.section{
	/* margin:0 0.9em 1em 0.9em; */
	padding-bottom: 30px;
	overflow:hidden;
}
.section .part{
	color:#222;
	font-weight:bold;
	margin:0;
	padding-bottom: 15px;
}
.section .indent{
	margin:0;
}
.img img{
	width:100%;
}

.fixed{
	position:fixed;
	bottom:0.5em;
	right:0.5em;
	width:16%;
	display:none;
}
.fixed a,.more a{
	display:block;
}
.fixed a img{
	width:100%;
}
.more a{
	font-size:1.2em;
	background:#e5f5fd;
	padding:0.5em 0;
	color:#3298c9;
}