@charset "utf-8";
/* CSS Document */
body {
/*	background: url("../img/tmp/content.jpg") no-repeat top center;*/
}
.mainWrap {
	min-height: 600px;
/*	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-weight: bold;*/
	font-size: 24px;
	line-height: 38px;
	color: #000;
	border-bottom: 3px solid #F5F5F5;
}

.newsBox .status{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #000000;
}

.newsBox .zhengwen{
	line-height: 38px;
	text-indent: 2em; /*段落首行缩进2个字符*/
	margin-top: 50px;
	margin-bottom: 140px;
	font-size: 17px;
	color: #666;
}
.newsBox .history{
	margin-top: 120px;
	margin-bottom: 79px;
	font-size: 21px;
	line-height: 38px;
/*	padding-left: 18px;*/
	color: #333333;
}
.newsBox .history p{
	padding-left: 26px;
	background: url("../img/icon/arrow2.png") no-repeat left center;
}