/*
 *公共样式
 * 
 * */
input{outline:none !important;/*去除蓝色边框*/}
html,body, button,nav, select, textarea, input, label, option, fieldset, legend{font-family: 'Microsoft Yahei',Tahoma,Verdana;font-size: 12px;line-height: 18px;color: #444;}
html,body, div,nav, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, button, p, blockquote, th, td{margin: 0;padding: 0;}
textarea{resize: none}

body{background-color: #FFFFFF;}
.clear{height:1px;overflow:hidden;clear:both;}
img{border:0;}
a{border:0;color: #666;text-decoration: none;}
a:hover{color: #a70502;}
li{list-style-type:none;}
.fl{float:left;}
.fr{float:right;}
.nf{clear:both;}
.red{color:red;font-weight:bold;}
.green{color:#00b500;font-weight:bold;}
.ds{display:block;}
.hid{overflow:hidden;}
.clearfix{*zoom:1}
.clearfix:after{display:block;visibility:hidden;clear:both;height:0;content:'.';font-size:0}
.jianbian{background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4f4f4),color-stop(100%,#eee));background: -webkit-linear-gradient(top,#f4f4f4 0,#eee 100%);background: linear-gradient(to bottom,#f4f4f4 0,#eee 100%);}
.bottomshadow{border-bottom: solid 1px #B3B3B3;-webkit-box-shadow: 0 1px 1px 0 #DFDFDF;box-shadow: 0 1px 1px 0 #DFDFDF;}
a.ke-insertfile {color:blue;text-decoration:underline;}