@charset "utf-8";
/* CSS Document */
body {
	font-size:12px;
	text-align:center;
}
#container {
	width:980px;
	padding:0px;
	text-align:left;
}
.divMain {
	width:745px;
	margin:0;
	padding-left:10px;
	float:right;
	border-left:1px dashed #999999;
}
	.divMain h1 {
		margin:0px;
		padding:4px 0 4px 16px;
		font-size:12px;
		color:#CC0000;
		font-weight:normal;
		background-image:url(../../images/icon4.gif);
		background-repeat:no-repeat;
		background-position:4px 10px;
		border-bottom:1px dashed #666666;
	}
	
/***************新闻内容部分*****************/
	.content {
		margin:25px 5px 10px 5px;
		padding:0 20px;
	}
		.content h2 {
			font-size:14px;
			text-align:center;
		}
		.divContact {
			width:500px;
			float:right;
			margin:10px 0 0 6px;
			font-size:14px;
			color:#770000;
		}
		.divContact p {
			margin:7px 0;
		}
		
