body{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family:"微软雅黑";
}
img{
	border:none;
}
a{
	font-size: 15px;
	line-height: 30px;
	color: #333;
	font-family:"微软雅黑";
	text-decoration: none;
}
a:hover{
	color: #004121;
	text-decoration: underline;
}
header{
	text-align: left;
	height: 113px;
	width: 1280px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 110px;
	padding-bottom: 90px;
}
article{
	text-align: left;
	padding: 0px;
	height: 431px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.news{
	background-image: url(../images/news_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 431px;
	width: 463px;
}
.news h1{
	height: 90px;
	width: 463px;
	font-size: 18px;
	line-height: 115px;
	color: #004121;
	text-align: center;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.news ul{
	height: 341px;
	width: 400px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 31px;
}
.news ul li{
	font-size: 14px;
	line-height: 36px;
	color: #2b2b2b;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 36px;
	list-style:none;
	width: 400px;
}
.content_right{
	margin: 0px;
	float: right;
	height: 300px;
	width: 458px;
	padding-top: 80px;
	font-size: 12px;
	line-height: 30px;
	color: #333;
	text-align: center;
}
footer{
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 70px;
	width: 100%;
	position:absolute;
	bottom:0;
}