@charset "utf-8";

/* 全局设置 */
body {
	font:12px "宋体", arial;
	margin:0;
	padding:0;
	background: #fff;
	color:#666666
}


div,form,img,p,
h1,h2,h3,h4,h5,h6,input,
ul,ol,li,dl,dt,dd,select{margin:0; padding:0;}
table,td,tr,th 			{font-size:12px;}
input,select,textarea 	{font-size:12px;}
ul {
	list-style-type: none;
}
img {border:0px;}

/* 默认链接颜色 */
a:link		{color: #4b4b4b; text-decoration:none;}
a:visited	{color: #4b4b4b; text-decoration:none;}
a:hover		{color: #282ea3; text-decoration:underline;}
a:active	{color: #c000;}

/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}
.fU	{text-decoration: underline;}

/* 字体大小 */
.f12px {font-size: 12px;}
.f14px {font-size: 14px;}
.f16px {font-size: 16px;}

/* 其他属性 */
.left		{float: left;}
.right		{float: right;}
.clear		{clear: both; line-height: 1px; height: 1px; font-size:1px; visibility: hidden; overflow:hidden; }
.hidden		{display: none;}
.block		{display: block;}
.noBorder	{border: none;}
.dashed { background: url(../images/news_line_39.jpg) repeat-x center; line-height:0px; font-size:0; width:95%; margin:0 auto; height:10px; clear:both;  }
/* 分隔空白块  */
.blank1		{height:1px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank3		{height:3px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank5		{height:5px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank6		{height:6px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank7		{height:7px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank9		{height:9px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank10	{height:10px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
