.top {
	width:990px;
	height:40px;
	font-size:12px;
	background-color:#0066CC;
}
.main {
	width:990px;
	font-size:12px;
	margin:8px 0 0 0;
}
.main_left {
	width:170px;
	margin:0 10px 0 0;
	background-color:#F1F1F1;
	float:left;
}
.main_right {
	width:810px;
	float:left;
}
.main_right a:link {
	color:#0253B7;
	text-decoration: none;
}
.main_right a:visited {
	color:#0253B7;
	text-decoration:none;
}
.main_right a:hover {
	color:#FF9933;
	text-decoration: underline;
}
.main_right a:active {
	color:#0253B7;
	text-decoration: none;
}
.news_title {
	padding:3px 0 2px 0;
	border-bottom-width:1px; 
	border-bottom-style:dashed; 
	border-bottom-color:#CCCCCC;
}
.public_name {
	font-size:14px;
	font-weight:bold;
}
.public_name a:link {
	color:#FF6600;
	text-decoration: none;
}
.public_name a:visited {
	color:#FF6600;
	text-decoration:none;
}
.public_name a:hover {
	color:#FF6600;
	text-decoration: underline;
}
.public_name a:active {
	color:#FF6600;
	text-decoration: none;
}
.pro_name {
	font-size:12px;
	height:35px;
}
.pro_left {
	width:49%;
	padding:10px 5px 15px 0;
	border-right:1px solid #CCCCCC;
	float:left;
}
.pro_right {
	width:49%;
	padding:10px 0 15px 5px;
	float:left;
}
.top ul li {
	width:50%;
	float:left;
	padding:0 0 0 30px;
}
.pro_content {
	padding:10px 5px 10px 5px;
	background-color:#F2F7FB;
	border: 1px solid #CCCCCC;
}
.pro_title {
	line-height:20px;
	width:24%;
	float:left;
}

