@charset "gb2312";
*{
font-size:12px;
font-family:"宋体";
}
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family:"宋体";
	font-size: 12px;
	color: #333333;
	border: none;
}

.main_div {
	width: 760px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

a { blr:expression(this.onFocus=this.close());} /* 去除超链接边框 只支持IE，过多使用效率低 */

a { blr:expression(this.onFocus=this.blur());} /* 去除超链接边框 只支持IE，过多使用效率低 */

a:link { /*超链接--未被访问时*/
	color: #333333; /*颜色*/ 
	text-decoration: none; /*清除下划线*/
	cursor: hand;
}

a:visited {  /*超链接--被访问后*/
	color: #333333; /*颜色*/ 
	text-decoration: none; /*清除下划线*/ 
	cursor: hand;
}

a:hover { /*超链接--鼠标指示时*/
	color: #FF6600;
	text-decoration: none;
	cursor: hand;
}

a:active { /*超链接--鼠标点击时*/
	color: #333333;
	text-decoration: none;
	cursor: hand;
}

a img { /*超链接--图片设置*/
	border: 0; /*图片超链接去除外框*/
	cursor: hand;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


.list a:link{font-size: 12px;text-decoration: none;color: #4b4b4b;}
.list a:visited{font-size: 12px;text-decoration: none;color: #999999;}
.list a:hover {font-size: 12px;text-decoration: none;color: #FF0000;}
.list a:active{font-size: 12px;text-decoration: none;color: #3769c7;}
/*FF0000  3769c7*/

.listname{
    font-size: 16px;
	font-weight:bold;
	color: #333333;
	vertical-align: middle;
}

.infotitle{
    font-size: 16px;
	font-weight:bold;
	color: #333333;
	vertical-align: middle;
	text-align:center;
}

#container-infobody {
	height: 50%;
}

.content {
	font-size: 10.5pt;
	line-height: 1.5em;
	color: #333333;
}

#infocontent {
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	float: left;
}
.Article_Title {
    font-size: 16px;
}