/*
 *列表网所有页面必引入基类CSS
 *@author wangsen
 *@date 2015-07-30
 */

@charset "utf-8";
/* CSS Document */
html { background: none repeat scroll 0 0 #FFFFFF; color: #333; overflow-y: scroll;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, legend, button, input, textarea, form, th, td { margin: 0; padding: 0;}
body, button, input, select, textarea { font: 12px/1.5 Tahoma,Arial,"宋体",sans-serif;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
legend { color: #000000;}
fieldset, img {border: 0 none;}
button, input, select, textarea { font-size: 100%;}
hr {border:0;height:1px;*color:#fff;}
address, cite, dfn, em, var { font-style: normal;}
small { font-size: 12px;}
.fl-clear{clear:both;}
.fl-clr{zoom:1;}
.fl-clr:after{display:block;clear:both;height:0;content:"\0020";}
table { border-collapse: collapse; border-spacing: 0;}
ul, ol { list-style: none outside none;}
a {text-decoration: none; color:#333;}
a:hover { color: #c70000; text-decoration: none;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
.none{display:none;}
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block;}
.clearfix{display:block;}
*html .clearfix{height:1%}
.none {display: none;}
.noborder{border:0 none;}