@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;
	padding-left: 83px;
	padding-right: 32px;
box-shadow: -10px 0px 10px silver;
padding-bottom:10px;
}
.newsBox a{
	color: #333;
}

.newsBox .title{
	width: 100%;
	padding: 20px;
	text-align: center;
/*	font-weight: bold;*/
	font-size: 30px;
	line-height: 38px;
	color: #2574ae;
/*	border-bottom: 3px solid #F5F5F5;*/
}

.newsBox .status{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #707070;
	padding-bottom: 7px;
	border-bottom: 2px dashed #707070;
}
.newsBox .status button{border: none;outline: none;background: transparent;height: 27px;line-height: 27px;padding-bottom: 7px;font-size: 16px;
	font-weight: bold;cursor: pointer;letter-spacing: 1px;}

.newsBox .zhengwen{
	line-height: 38px;
	text-indent: 2em; /*段落首行缩进2个字符*/
	margin-top: 20px;
	margin-bottom: 140px;
	font-size: 18px;
/*	letter-spacing: 2px;*/
	color: #000000;
}
.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;
}