@charset "gb2312";
/* CSS Document */
/*岑东益创建快速样式基础样式表,v1.0,20120321*/
/*脚手架
.waip{ border:#F00 1px dashed;}
header{ border:#FFFF00 1px dashed;}
footer{ border:#0000FF 1px dashed;}
article{ border:#FF0000 1px dashed;}
aside{ border:#0FF 1px dashed;}*/

@import url("shiliao.css");
/*---------公共部分-----------*/
*{ margin:0; padding:0;}
.warp { margin:0 auto; overflow:hidden;_zoom:1;}
ul,li,dl,dt,dd{ margin:o; padding:o; list-style:none;}
img{ border:0;}
.left{ float:left;}
.right{ float:right;}

/*-------常用宽度设置处-------*/
/*一般性外框宽度*/
.w970{ width:970px;}
.w968{ width:968px;}
.w960{ width:960px;}
.w958{ width:958px;}
/*一般性两栏大块宽度article*/
.w710{ width:710px;}
.w708{ width:708px;}
/*三栏大块宽度*/
.w350{ width:350px;}
.w348{ width:348px;}
.w310{ width:310px;}
/*边栏宽度*/
.w290{ width:290px;}
.w288{ width:288px;}
.w250{ width:250px;}
.w248{ width:248px;}



/*---------快捷边距设置处----------*/
.padding10_tb{ padding:10px 0;}
.padding10_t{ padding-top:10px;}
.padding10_b{ padding-bottom:10px;}

.margin10_tb{ margin:10px 0;}
.margin10_t{ margin-top:10px;}
.margin10_b{ margin-bottom:10px;}

/*---------设置页面文字字号及颜色---------*/
body{ font-size:12px; color:#333; font-family:"Microsoft YaHei", SimSun;}
.f12{ font-size:12px; color:#333; line-height:26px;}
.f14{ font-size:14px; color:#666; line-height:32px;}

/*设置p默认样式*/
p{ line-height:2em; font-size:12px; text-indent:2em;}

/*全局a标签样式处*/
a{ text-decoration:none; color:#666; border:none;}
a:hover{ color:#f60 !important;}
/*修复IE链接后的虚线*/
a{blr:expression(this.onFocus=this.close());} /* 只支持IE，过多使用效率低 */

a{blr:expression(this.onFocus=this.blur());} /* 只支持IE，过多使用效率低 */

a:focus { -moz-outline-style: none; } /* IE不支持 */


/*-------------快速边线设置-----------*/
.border{border:1px #d2e3e9 solid; }

/*html4 模拟html，css处*/
.header,.footer,.article,.aside,.nav{ display:block;}

/*html5标签初始化*/
header,footer,article,aside,nav{ display:block;}

