@charset "utf-8";
/* CSS Document */
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}/* 防自定义背景色对网页的影响 */
body{background:#fff;font-size:12px;color:#666;font-family:"宋体",Arial;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
{margin:0;padding:0;}/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, button, input, select, textarea {font-family:'宋体',Arial;}/* 表单元素并不继承父级font */
input, select, textarea {margin:0px;padding:0px;border:none;border:0;font-size:100%;}
table {border-collapse:collapse;border-spacing:0;}/* 去掉各Table cell 的边距并让其边重合 */
th {text-align:inherit;}/* IE bug fixed: th 不继承 text-align*/
img {border: 0 none;display:block;margin:0;padding:0;}/* 去除默认边框,消除下边距 */
iframe {display:block;}/* ie6 7 8(q) bug 显示为行内表现 */
button { cursor: pointer; }
ul,li{list-style:none;margin:0;padding:0; }/* 去掉列表前的标识, li 会继承，解决.ul标签在Mozilla中默认是有padding值的 */
li{list-style-position:outside;vertical-align:middle;}/*IE6 问题解决：ul左浮动后，内部li出现左边距,li内有div浮动时，li出现4px间距，这是IE6的bug*/
p{margin:0px;padding:0px;}

/*字体所有*/
h1, h2, h3, h4, h5, h6 {font-size:100%;}/* 标题自定义, 适应多个系统应用*/
em{float:left;font-style:normal;}

.f_12 {font-size:12px;}
.f_14 {font-size:14px;}
.font_w {font-family:"微软雅黑";}
/*浮动和左中右对齐*/
.f_l{float:left;display: inline;}
.f_r {float:right;display: inline;}
.f_c{clear:both;}

.blank0{width:100%;height:0px;clear:both;overflow:hidden;}
/*超链接*/
a{text-decoration:none;color:#666;}
a:hover{text-decoration:none;}
a:focus { outline: none; } /*点击链接时出现的虚线框消失，（消除焦点）*/
a:link,a:visited,a:active{text-decoration: none;}
a:hover{color:#67b8f2;text-decoration: none;}

input{border:0;}
.blue{color:#0564be;}
.white{color:#fff;}
.red{color:#ff12411;}


#sidebar{width:193px;background:#fff9ef;height:auto;padding:4px;margin-left:3px;}
#sidebar h3{padding-left:50px;}
.sidelist{position:relative;z-index:1;height:32px;width:192px;}
.sidelist span h3{position:relative;z-index:2;height:32px;line-height:32px;font-size:14px;font-weight:normal;}
.sidelist span h3 a{font-size:14px;text-decoration:none;display:block;width:auto;height:auto;color:#000;}
.sidelist span h3 a:hover{color:red;font-weight:bold;}
.i-list{display:none;position:absolute;z-index:1;left:130px;top:-20px;width:180px;min-height:150px;_height:150px;padding:15px;background:#fff9ef;border:1px solid #c30;}
.i-list ul li{width:90px;float:left;list-style:none;line-height:32px;heignt:32px;text-align:center;}
.i-list ul li a{color:#000;text-decoration:none;font-size:12px;}
.i-list ul li a:hover{text-decoration:underline;color:red;}

.hover{border:1px solid #c30;border-right:0;width:80px;background:#fff9ef;}

