﻿html{ filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); } 
/* 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 {margin: 0; padding: 0; border: 0;}
img{display:block}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
h6{font-size:12px;font-weight:normal;margin:5px auto;}
table,td,tr,th{font-size:12px;}
font{font-size:12px;}
/* 默认链接颜色 */
a:link {color: #1f3a87; text-decoration:none;}
a:visited {color: #1f3a87;text-decoration:none;}
a:hover {color: #bc2931; text-decoration:underline;}
a:active {color: #bc2931;}


.unline a:hover{text-decoration:none;}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed a,.cRed a:link,.cRed a:visited{color:red; }
.cBlue a,.cBlue a:link,.cBlue a:visited{color:#1f3a87;}
.cDRed a,.cDRed a:link,.cDRed a:visited{ color:#bc2931;}
.cGray a,.cGray a:link,.cGray a:visited{ color: #4F544D;}
.cDGray a,.cDGray a:link,.cDGray a:visited,.cDGray a:hover{ color: #5d5d5d;}
.cWhite a,.cWhite a:link,.cWhite a:visited,.cWhite a:hover{ color:#fff;}
.cBlack a,.cBlack a:link,.cBlack a:visited{color:#000;}
.cBlack 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;}
.f24px{font-size:24px;}

.left{ float:left;}
.right{ float:right;}
.inline{display:inline;}
.block{display:block;}

/*间隔*/
.blank3{ height:3px; clear:both; font-size:1px;overflow:hidden;}
.blank6{height:6px; 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;}
.mLeft3{margin-left:3px;}
.mLeft10{margin-left:10px;}
.mLeft20{margin-left:20px;}

/*横向列表*/
.list_across{ margin:0; padding:0;}
.list_across li{white-space: nowrap;float:left; list-style-type:none;display:block;}
/*竖向列表*/
.list_erect{margin:0; padding:0;}
.list_erect li{white-space: nowrap;clear:left; list-style-type:none;display:block;}
li{text-align:left;}


/*达到撑开DIV容器的目的*/
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.clearfix {*display:inline-block;}


.myselect { border:1px solid #ccc; *padding:0px 1px 1px 0px;height:16px;margin:0 auto;}
.myselect div {position:relative; overflow:hidden;width:100%;height:100%;}
.myselect div select { position:absolute;left:-2px;top:-2px;}

.box{float:left;}
.box dt{}
.box dt img{padding:3px; border:1px solid #ccc;}
.box dd{line-height:22px;}



.ad_line{
	border:1px solid #C6C6C6;
	width:270px;
	height:100%;
	}