@charset "utf-8";
.ctitle {
	height: 40px;
	width: 1200px;
	margin: auto auto;
	color: #666;
	background: #CFD1D3;
border: 1px solid rgba(132, 132, 132, 0.3);

	margin-top: 20px;
}
.ctitle h3 {
	display: block;
	float: left;
	color: #666;
	padding-left: 60px;
	height: 40px;
	width: auto;
	line-height: 40px;
	background: url(../images/indeximg.png) no-repeat 20px 5px;
}
.ctitle span {
	display: block;
	float: left;
	color: #666;
	padding-right: 10px;
	padding-left: 4px;
	height: 40px;
	width: auto;
	line-height: 40px;
}
.ctitle a {
	height: 40px;
	color: #666;
	width: auto;
	line-height: 40px;
}
.ctitle a:hover {
	color: #dc0002;
}
.contentbox {
	height: auto;
	width: 1200px;
	background: #F7F7F7;
	margin: auto auto;
	margin-bottom: 20px;
}
.contitle {
	height: 145px;
	width: 1100px;
	border-bottom: 1px solid #e1e1e1;
	margin: auto auto;
}
.contitle h1 {
	padding: 0;
	padding-top: 30px;
	height: 30px;
	width: 1100px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 26px;
	color: #dc0002;
	line-height: 40px;
}
.contitle span {
	display: block;
	height: 20px;
	width: 1100px;
	text-align: center;
	margin-top: 50px;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.contitle span a {
	font-size: 14px;
	color: #B9590B;
}
.content {
	min-height: 500px;
	max-height: 100%;
	width: 1100px;
	color: #666;
	margin: auto auto;
	margin-top: 20px;
	line-height: 30pt!important;
	text-align: justify;
	font-size: 12pt!important;
	font-family: "宋体" !important;
}
.content li{
	margin: 20px;
}
.content div p {
	font-family: "宋体" !important;
	font-size: 16px;
	color: #000;
}
.content div li label{
	font-size: 12px !important;
}
.content input{
	margin-right: 20px !important;
}
.content textarea{
	width: 600px;
	height: 100px;
	font-family: "宋体" !important;
	font-size: 14px;
	line-height: 30px;
}
.source {
	display: block;
	height: 40px;
	width: 1000px;
	text-align: center;
	color: #999;
	line-height: 30px;
	font-size: 14px;
	border-bottom: 1px solid #D7D7D7;
	margin: auto auto;
	padding: 20px 0;
}
.source input{
	width: 100px;
	border: 1px solid #999;
	border-radius: 5px;
	font-size: 16px;
	height: 40px;
}
.source a{
	width: 100px;
	border: 1px solid #999;
	border-radius: 5px;
	font-size: 16px;
	height: 40px;
	padding: 9px;
}
