@charset "utf-8";
/* CSS Document */
body {
	font-size:12px;
	text-align:center;
}
#container {
	width:980px;
	margin:0px;
	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 30px 10px 30px;
	}
		.content h2 {
			font-size:14px;
			text-align:center;
		}
		.divGroup {
			padding:3px;
			height:160px;
		}
		.divGroup table {
			border:0px dashed #666666;
			border-collapse:collapse;
			margin-left:15px;
		}
		.divGroup table td {
			width:25%;
			padding:6px;
			font-size:13px;
			border:0px dashed #666666;
			border-collapse:collapse;
			
		}
		.divGroup img {
			width:104px;
			height:150px;
			border:1px solid #333333;
			margin:2px;
		}
		.divGroup p {
			margin:4px 0;
			color:#990000;
		}
 .beizhu {
	 margin:0 28px;
	 padding:6px;
	 font-size:13px;
	 line-height:23px;
	 font-weight:bold;
	 border:1px dashed #555555;
	 background-color:#FFFFCC;
 }
	  .beizhu  p {
		  margin:2px 0;
	  }
	  .tel {
		  color:#CC0000;
	  }