body{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "宋体";
	text-align:center;
	background-color: #0B2C62;
}

a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF;text-decoration: none}
a:hover { color: #FFD83B; text-decoration: none; }
a:active { color: #FFD83B; text-decoration: none; }

.jz { float: left; }
.jy { float: right; }

frame{
	margin: 0px;
	padding: 0px;
}

.news{
	font-size: 12px;
	font-family: "宋体";
	line-height:19px;
	color: #a31b0d;
	margin:7px;
	text-align:justify;
}

.news a:link { color: #a31b0d; text-decoration: none; }
.news a:visited { color: #a31b0d;text-decoration: none}
.news a:hover { color: #FF0000; text-decoration: none; }
.news a:active { color: #FF0000; text-decoration: none; }

.list{
	font-size: 12px;
	font-family: "宋体";
	line-height:25px;
	color: #a31b0d;
	margin:7px;
	text-align:center;
}

.list a:link { color: #a31b0d; text-decoration: none; }
.list a:visited { color: #a31b0d;text-decoration: none}
.list a:hover { color: #FF0000; text-decoration: none; }
.list a:active { color: #FF0000; text-decoration: none; }



/*首页*/
#wrap{
	width: 1068px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#head{
	width: 1068px;
	height: 557px;
	margin-left: auto;
	margin-right: auto;
}

#menu{
	width: 900px;
	height: 74px;
	margin-left: auto;
	margin-right: auto;
}

#core{
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background:url(images/bg.jpg) repeat-x top;
	background-color: #B10801;
}

#zp{
	top: 55px;
	left: 365px;
	position: absolute;
	width: 440px;
	height: 160px;
}


#foot{
	width: 1068px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}


/*文章内页*/
.swrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #BD2412;
}

.shead { background: url(images/sbg.gif) repeat-x top; }

.sfoot{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px 0px;
	line-height: 18px;
}

.title {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #FFFFFF;
}

.text {
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #FFFFFF;
}