@charset "utf-8";
/* CSS Document */

div.conT:after{content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;}	
.concstent {
	width: 1392px;
	margin: auto;
	padding-bottom: 50px;
	background-color: rgb(247,247,247);
}
.sitecontent {
	height: auto;
	min-height: 1000px;
	margin: 100px auto 150px;
}
.content {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.content .header {
	padding-bottom: 40px;
	padding-top: 70px;
}
.content .header p.title {
	font-size: 26px;
	color: #444;
	margin-bottom: 8px;
	text-align: center;
}
.content .header p.subtitle {
	text-align: center;
}
.content .testbody {
	overflow: hidden;
	width: 1000px;
	line-height: 24px;
	font-size: 13px;
	color: #6a6a6a;
}
.testbody p {
	word-wrap: break-word;
	word-break: normal;
	width: 100%;
	line-height: 35px;
}
.testbody p.noindent {
	text-indent: inherit;
	text-align:center;
}
.testbody img {
	position: relative;
	width:100%;
	margin:30px 0;
}
.writer{
	float:right;
	line-height:100px;
	font-size:14px;
	margin-top:30px;
	color:#6a6a6a;}
