﻿/* css document */
body { text-align: center; font-family:"宋体", arial;margin:0; padding:0; background: #fff; font-size:12px; color:#000; }
div,form,img,ul,ol,li,dl,dt,dd,p {margin: 0; padding: 0; border: 0;}

h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-size:12px; font-style:normal; font-weight:normal;}
h6{font-size:12px;font-weight:normal;margin:5px auto;}
table,td,tr,th{font-size:12px;}
font{}
em, dfn{font-style:normal}
/* 默认链接颜色 */
a:link {color: #333333; text-decoration:none;}
a:visited {color: #333333;text-decoration:none;}
a:hover {color: #333333; text-decoration:underline;}
a:active {color: #333333;}


.unline:hover, .unline a:hover{text-decoration:none;}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cred a,.cred a:link,.cred a:visited{color:red; }
.cblue,.cblue:link,.cblue:visited{color:#1f3a87;}
.cblue a,.cblue a:link,.cblue a:visited{color:#1f3a87;}
.cdred a,.cdred a:link,.cdred a:visited{ color:#bc2931;}
.cgray,.cgray:link,.cgray:visited{ color: #4f544d;}
.cgray a,.cgray a:link,.cgray a:visited{ color: #4f544d;}
.cdgray a,.cdgray a:link,.cdgray a:visited,.cdgray a:hover{ color: #5d5d5d;}
.cwhite,.cwhite:link,.cwhite:visited,.cwhite:hover{ color:#fff;}
.cwhite a,.cwhite a:link,.cwhite a:visited,.cwhite a:hover{ color:#fff;}
.cblack,.cblack:link,.cblack:visited{color:#000;}
.cblack a,.cblack a:link,.cblack a:visited{color:#000;}
.cblack a:hover{color:#bc2931;}
.cblack333,.cblack333:link,.cblack333:visited{color:#333;}
.cblack333 a,.cblack333 a:link,.cblack333 a:visited{color:#333;}
.cblack333 a:hover{color:#bc2931;}
.cyellow a,.cyellow a:link,.cyellow a:visited{color:#ff0;}
.cgreen a,.cgreen a:link,.cgreen a:visited{color:#008000;}
/* 字体属性 [定义规则，小写f加属性名称] */
.fb {font-weight: bold;}
.fi {font-style: italic;}
.f12px{font-size:12px;}
.f14px{font-size:14px;}
.f16px{font-size:16px;}
.f18px{font-size:18px;}
.f24px{font-size:24px;}

.left{ float:left;}
.right{ float:right;}
.inline{display:inline;}
.block{display:block;}
.clear{ clear: both; font-size:1px;}
.hidden{ display:none;}
/*间隔*/
.blank3{ height:3px; clear:both; font-size:1px;overflow:hidden;}
.blank6{height:6px; font-size:1px; clear:both;overflow:hidden;}
.blank8{ height:8px; font-size:1px; clear:both;overflow:hidden;}
.blank9{ height:9px; font-size:1px; clear:both;overflow:hidden;}
.blank12{ height:12px; font-size:1px; clear:both;overflow:hidden;}
.blank15{ height:15px; font-size:1px; clear:both;overflow:hidden;}
.blank18{ height:18px; font-size:1px; clear:both;overflow:hidden;}
.blank21{ height:21px; font-size:1px; clear:both;overflow:hidden;}
.blank24{ height:24px; font-size:1px; clear:both;overflow:hidden;}
.blank33{ height:33px; font-size:1px; clear:both;overflow:hidden;}
.mleft3{margin-left:3px;}
.mleft10{margin-left:10px;}
.mleft15{margin-left:15px;}
.mleft20{margin-left:20px;}
.nowrap{
	white-space: nowrap;
}
/*横向列表*/
.list_across{ margin:0; padding:0;}
.list_across li{float:left; list-style-type:none;display:block;}
/*竖向列表*/
.list_erect{margin:0; padding:0;}
.list_erect li{clear:left; list-style-type:none;display:block;}




.content{
	padding:0 6px 0 6px; 
	clear:both;
}

.block_pub{
	clear:both;
	line-height:0;
}
.block_pub li{
	list-style-type:none;
}
.block_pub img{
	_display:inline;
	float:left;
	line-height:1em;
}
.block_pub h3{
	font-weight:bold;
	line-height:19px;
}
.block_pub p{
	text-align:left;
	text-indent:2em;
	line-height:19px;
}
.block_tmp{
	padding-left:80px;
}
.block_tmp img{
	border:1px solid #dcdddd;
	margin-left:-80px;
}



a.flash_proxy{
	position:absolute;
	width:100%; 
	height:100%; 
	display:block;
	left:0px;
	top:0px; 
	background-color:#fff;
	filter:alpha(opacity=0);
	opacity:0;
	zoom:1;
	overflow:hidden;
}

.content{
	padding:0 6px 0 6px; 
	clear:both;
}


