@charset "utf-8";
/*CSS reset*/
*{margin:0;padding:0;box-sizing:border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0; font-family:"微软雅黑"; font-size:14px; cursor:default;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none;cursor:pointer}
a:hover{ text-decoration:none;cursor:pointer;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
.clearfix{ clear:both; height: 0px; line-height: 0px; font-size: 0px;}

a {color: #333;}
/*page css*/

.main{
	width:1260px;
	margin:0 auto;	
	margin-bottom:40px;
}
.xy{
	width:1240px;
	margin:0 auto;	
	
}
.text{
	text-indent: 2em;
    width: 1100px;
    margin: 10px auto;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
	
}
.sp_time{
	overflow: hidden;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin: 25px 0;
}
.sp_time span{
	padding: 0 20px;
}
.sp_time a{
	padding: 0 4px;
	color: #666;
}
.title{
	text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #005888;
    margin-bottom: 24px;
    line-height: 55px;
}
.content{
	width: 1110px;
    margin: 15px auto;
}
.wzsl{
	width: 320px;
    margin: 25px auto;
}
.content p{
	line-height: 30px;
	font-size: 16px;
}
.chare{
	width:1100px;
	margin:0 auto;
	overflow: hidden;
	height: 33px;
	background: #f2f2f2;
    line-height: 33px;
    color: #999;
	font-size: 14px;
	padding-left: 20px;
}
.chare .chare-left{
	float: left;
}
.chare .chare-right{
	float: right;
}