﻿/* CSS Document */
@charset "utf-8";
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
body{
	*text-align:center;
}
.center{
	margin:0 auto;
	text-align:left;
	width:970px;
}
.top{
	background:#CCCCCC url(../style/top_sch.jpg) no-repeat scroll 1px 50%;
	height:104px;
	overflow:hidden;
}

.menuBar{
	width:968px;
	background: url(../img/bg_banner_news.jpg) repeat-x ;
	height:30px;
	border: 1px solid #58b2f9;
	font-size:12px;
	margin: 5px 0 0 0px;
}
#divNews{
	width:968px;
	border:1px solid #58b2f9;
	margin-top:5px;
}
.newsAuthor{
	width:900px;
	height:40px;
	text-align:center;
	margin:1 auto;
	border-bottom:1px dashed #58b2f9;
	*margin: 1px 0 1px 32px;
}

.newsTitle{
	text-align:center;
	margin:5px;
}
.newsTitle h1{
	font-size:20px;
	font-family:"黑体";
}
.newsContent{
	width:900px;
	margin:30px auto;
	*margin: 30px 0 0 32px;
	font-family:宋体;
	font-size:14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:150%;
	text-align:left;
}
.bottom {
border-top:3px solid #0089FE;
clear:both;
color:#5E5E5E;
line-height:18px;
padding:8px;
text-align:center;
}
.datatb{
	background:#a0c0fe;
	border-collapse:separate;
	border-spacing:1;
}
.datatb th{
	background:#f0f0f0;
	font-weight:bold;
	padding:4px;
}
.datatb td{
	background:#ffffff;
	padding:4px;
}
