/* 初始化 */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
}
html{
	background-image: none;
}
body{
	background-image: none;
	background-color: #fff;
	padding: 62px 0 64px 0;
}

.footer{
	color: #999;
	background: #fff; 
	z-index: 1;
}

/* 须知 */
.news{
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 100px;
	overflow: hidden;
}
.news .news_title{
	width: 100%;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	color: #333;
}
.news .news_time{
	width: 100%;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #666;
}
.news .news_content{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 20px;
	overflow: hidden;
}
.news .news_content img{
	width: 100%;
	height: auto;
}