/** 通用样式 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;}
body,button, input, select, textarea{font: 12px/1.5 'Simsun',tahoma, Srial, helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: normal;}
em{font-style:normal;}
ul, ol{list-style: none;}
a{text-decoration: none;color:#333;outline: none;}
a:hover{text-decoration: none;}
fieldset, img { border: medium none; vertical-align: middle;}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
a:focus {outline:none;-moz-outline:none;}
a:hover{text-decoration: none;color:#0b6cb8;  -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
/*li:hover{ -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}*/
/*火狐去掉按钮、连接的虚线*/
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: 0;
outline : 0;
}
a:hover{text-decoration: none;}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
a:focus {outline:none;-moz-outline:none;}
a{blr:expression(this.onFocus=this.blur());}
a.hidefocus{outline:none} 

img:hover{ -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;}
.clearfix:after{clear:both;content:"\200B";display:block;height:0;}
.clearfix{*zoom:1;}
.fl{float:left;}
.clear{clear: both;}
.fr{float:right;}
.w980{width:980px; height:auto; margin:0 auto;}
.hide{display:none}
.a3a3a2{color: #a3a3a2;}
input,textarea,select{font-family: "微软雅黑";}
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;text-decoration:none;}
body{font-family: "微软雅黑";background: #fff;}

/*****************0000000000000000000*************************/

/*------文章页列表页 左侧导航列表 sidebar ------开始*/
    #sidebar{
        /*float: left;
        width: 260px;
        margin-top: 30px;
        background-color: #fff;
        z-index: 9999;*/
        width: 230px;width: 260px;}
    #sidebar p{
        margin:0;
        padding:0;}
    #sidebar .title{
        /*width: 100%;*/
        height: 68px;
        line-height: 68px;
        font-size:24px;
        color: #fff;
        padding-left: 25px;
        background-color: #076cb8;}
    #sidebar .list_dl{
        margin:0;
        border-left: 12px solid #076cb8;}
    #sidebar .list_dt{
        background: #fff;
        /*background: #ccc;*/
        color: #5f5e5e;
        /*width: 260px;
        width: 248px;*/
        padding: 0 30px 0 28px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        border-bottom: 1px solid #ddd;}
    #sidebar .list_dt:hover{
        color: #076cb8;}
    #sidebar .list_dt:hover ._after{
        display: block;
        width: 4px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #ff9400;}
    #sidebar .current{
        color:#076cb8;
        background-color:#f2f7fd
    }
  #sidebar .current ._after{
      display:block;
      width:4px;
      height:100%;
      position:absolute;
      left:0;
      top:0;
      background:#ff9400;
  }
    #open{}
    #open ._after{
        display: block;
        width: 4px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #ff9400;}
    #sidebar .list_dt_icon{
        position: absolute;
        right: 10px;
        top: 9px;
        display: block;
        width: 14px;
        height: 14px;
        margin-top: 10px;
        background: url(../images/off.png) no-repeat;
        background-size:cover;}
    #open .list_dt_icon{
        background: url(../images/open.png) no-repeat;
        background-size:cover;}
    #sidebar .list_dd{
        display: none;
        /*display: block;*/
        margin-left: 0;}
    #sidebar .list_li{
        background: #fff;
        list-style-type: none;
        color: #7d7d7d;
        /*width: 100%;*/
        padding: 0 0 0 46px;
        height: 50px;
        line-height: 50px;
        font-size:15px;
        cursor: pointer;
        border-bottom: 1px solid #f3f0f0;}
    #sidebar .list_li:hover{
        color: #3070B7;}
/*------文章页列表页 左侧导航列表 sidebar ------结束*/ 





