/* Reset css*/
body,ul,li,ol,p,h1,h2,h3,h4,h5,h6,img,br,hr,table,tr,td,dl,dt,dd,form,blockquote,pre{margin:0;padding:0}
body{font:normal 12px Arial,'微软雅黑';color:#555;line-height:24px;overflow-x:hidden;}
.clear{clear:both;font-size:0px;height:0;line-height:0;overflow:hidden}/*清除浮动*/
.hide{display:block;overflow:hidden;text-indent:-9000px}/*文本隐藏*/
ul,li{list-style:none}
img{border:none}
input,button,select,textarea{outline:none}
textarea{resize:none}

/*a*/
a{color:#555;display:inline-block;text-decoration:none;text-indent:0}
a:hover{color:#e20a17;}

/*title*/
h1{font-size:48px}
h2{font-size:24px}
h3{font-size:18px}
h4{font-size:14px}
h5{font-size:12px}
h6{font-size:9px}

/*Common css*/
.l_float{float:left}/*左浮动*/
.r_float{float:right}/*右浮动*/
p.pic{text-align:center}/*文章中图片*/
p.details{text-indent:2em}/*文章中段落样式*/
p.pad_det{padding-left:2em}/*文章中多行样式*/
p.detr{text-align:right}/*文章右侧段落样式*/
p.detrs{text-align:right;font-weight:700}/*文章右侧段落加粗样式*/
.gtlt{font-family:simsun;letter-spacing:-.5em;display:inline;font-weight:700;margin:0 13px 0 5px;*zoom:1}/*面包屑导航小箭头样式*/
.error{color:#df0031;font-size:12px;height:24px;line-height:24px;text-align:center}/*错误提示样式*/