/*重置样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button{padding:0;margin:0;list-style:none;}
body{background:#FFF;font:12px/18px Verdana, Simsun, Helvetica, Arial, sans-serif;color:#333; background: url(../images/dabj.jpg) repeat-x;}
fieldset, img{border:0;}
input, label, select, option, textarea, button, fieldset, legend{font:12px/18px Verdana, Simsun, Helvetica, Arial, sans-serif;/*表单中的字体属性与表单以外的不一致，需要单独定义*/}
ul{list-style:none;}
li{font-weight:normal;}

/*设置常用样式,定义页面中常重复使用的一些样式，可以观察设计稿来确定*/
.dis{ display:none} /*隐藏*/
.left{ float:left} /*左浮动*/
.right{ float:right} /*右浮动*/
.clear{ clear:both} /*清除浮动*/
.red{color:#cd0000;} /*红色文字*/
.boder1px{ border:1px solid #e4e4e4} /*1像素边框*/
.position_rel{ position:relative} /*相对定位*/
del{ font-family:georgia}/*删除线样式字体，用在商品价格*/

/*区块与区块间隔调用样式*/
.blank3 {clear:both; height:3px; overflow:hidden; display:block;}
.blank6 {clear:both; height:6px; overflow:hidden; display:block;}
.blank12 {clear:both; height:12px; overflow:hidden; display:block;}
.blank20 {clear:both; height:20px; overflow:hidden; display:block;}

/*默认文字链接样式*/
a{color:#555555;text-decoration:none;}
a:hover{color:# F00;text-decoration: none;}

/*设计主色调为红色，文字突出色是红色，也就最常用的颜色，所以定义单独一个链接样式以便调用*/
a.hot{text-decoration:none;}  
a.hot:hover{text-decoration:underline;}

/*分页部分*/
.List_page{text-align:center;margin-bottom:10px;}
.List_page a{background:#fff;margin:0px 1px;padding:4px 6px;border:1px solid #AECD9E;color:#A0A0A0;}
.List_page span{background:#0066CB;color:#fff;margin:0px 1px;padding:4px 6px;border:1px solid #3D9403;}

.list_jj{font-size: 12px;font-weight:normal;color:#444;margin:5px 32px;word-wrap:break-word;overflow:hidden;width:628px; line-height:15px;}
.list_other{font-size: 12px;font-weight:normal;color:#777;margin-bottom:10px;border-bottom:1px dashed #ccc;padding-bottom:5px; padding-left:32px;}
.list_other span{color:#390;}