/* CSS Document */
/*网页全局样式开始*/
body{font-size:14px; font-family:"Microsoft YaHei"; background-color:#eaf8fe;}
input,button,textarea,select,optgroup,option{font-size:12px;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;}
body, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, h1{padding:0;margin:0;}
*{padding:0;margin:0; box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}
img{border:none;}
.clear{ clear:both;height:0px;}
ul, ol { list-style:none; }
li{list-style-type:none;}
.fl{ float:left;}
.fr{ float:right;}

a{text-decoration:none; color:#595757; cursor: pointer;}
a:hover{text-decoration:none; color:#007ce4; cursor: pointer;}

.main li{ height:24px;; line-height:24px; font-size:12px;}
