@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 {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,a:visited {text-decoration:none;color:#000}
a:hover{color:#1b7daa}
a:active{color:#000;} */
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 {display:block;}

article{
	text-align:justify;
	font-size:large;
	line-height:2em;text-justify:inter-ideograph;
}
.title{
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	padding:1em 0;
	border-bottom:1px dashed #3298c9;
}

 .paragraph{
	text-align:justify;
	color: #555;
    font-size: 16px;
} 
.part{
	color: #222;
    font-weight: bold;
    padding-top: 15px;
	font-weight:bold;
	font-size:16px;
	line-height:1.5em;
}
img.img{
	float:right;
	width:500px;
}
.bold{
	font-weight:bold;
	padding:20px 0 30px 0;
}
.bold a,.bold a:hover,.bold a:visited{
	color:#3298c9;
}