@charset "utf-8";
/* CSS Document */
body {
/*	background: url("../img/tmp/content.jpg") no-repeat top center;*/
}
.mainWrap {
	min-height: 992px;
	background: url("../img/bgImg/bg_list.jpg") no-repeat bottom center;
}

.zhengwenBox{
	width: 100%;
	height: auto;
}

.newsBox{
	width: 100%;
	min-height: 500px;
	padding-top: 20px;
	color: #333;
}
.newsBox a{
	color: #333;
}

.newsBox .title{
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.newsBox .status{
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}

.newsBox .zhengwen{
	line-height: 30px;
	text-indent: 2em; /*段落首行缩进2个字符*/
	margin-bottom: 40px;
	font-size: 17px;
}
.newsBox .history{
	margin-top: 200px;
	padding-bottom: 106px;
	font-size: 17px;
	line-height: 28px;
	padding-left: 12px;
}