@charset "gb2312";
/*---------------重设CSS样式--------------------*/
html{min-height:100%;}
body{margin:0px;padding:0px;min-height:100%;font:14px "Microsoft Yahei",Arial,Helvetica,sans-serif;color:#333;background-color:#fcfcfc;}
h1,h2,h3,h4,h5,h6,p,dl,ol,ul{margin-top:0px;margin-bottom:0px;}
ul,ol,dd{list-style:none;margin-left:0px;padding-left:0px;}
input{outline:none;}
a,img{border:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
a.hoverNone:hover,.hoverNone a:hover{text-decoration:none;}

/*----------------杂项-------------------*/
span.ico{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;}
.left{display:block;float:left;}
.right{display:block;float:right;}
.clearfix { *zoom:1; }
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }

h1{
    padding: 10px 0;
    font-size: 16px;
    line-height: 28px;
    text-indent: 25px;
    color:#000;
    background: url('imagesicos.png') 8px 19px no-repeat;
    border-bottom: 1px dashed #ccc;
}

/*----------------头部样式-------------------*/
#hWrap{
    height:70px;
    padding-top:10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}
#header{
    width:1000px;
    margin: auto;
}
#header table{
    border-collapse: collapse;
}
#header table td{
    height:32px;
    padding: 0px 8px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #ddd;
}
#header table td a{
    color: #333;
}

/*-----------------------------------*/
#main{
    width:1000px;
    margin: 15px auto auto auto;
}

/*----------------左边栏------------------*/
#leftBar{
    width: 180px;
    border: 1px solid #dcdcdc;
    border-bottom: none;
}
#leftBar dt{
    border-bottom: 1px solid #ddd;
    background-color: #e9e9e9;
}
#leftBar dt h3{
    height:30px;
    padding:0px 12px;
    line-height: 30px;
    color: #444;
    font-size: 14px;
}
#leftBar dt h3 a{
    display: block;
    color: #444;
}
#leftBar dd{
    height:30px;
    line-height: 30px;
    color: #444;
    border-bottom: 1px solid #ddd;
}
#leftBar dd a{
    display: block;
    padding:0px 12px;
    color: #444;
}
#leftBar dt h3 a:hover{
    text-decoration:none;
}
#leftBar dd a:hover{
    text-decoration:none;
    color: #D33428;
    background: url('imagesicos.png') 160px -41px no-repeat #e9e9e9;
}

/*----------------右部-------------------*/
#rightSec{
    width:805px;
    border: 1px solid #dcdcdc;
}
#rightSec a{
    color:#015BF1;
}
#rightSec a:hover{
    color: #D33428;
}
#position{
    height:34px;
    padding-left: 12px;
    line-height: 34px;
    color:#444;
    border-bottom: 1px solid #ddd;
}
#position a{
    
}


/*----------------底部样式-------------------*/
#fWrap{
    margin-top: 20px;
    padding-top: 30px;
    border-top:1px solid #ddd;
    background-color: #eee;
}
#footer{
    margin:auto auto 30px auto;
    width:1000px;
}
#navBottom li{
    float: left;
}
#navBottom li a{
    color:#666;
    font-weight:bold;
}
#navBottom li .blank{
    padding: 0px 12px;
    color: #999;
    font-size: 12px;
}
#footer p{
    margin-top: 15px;
    font-size: 13px;
    color: #666;
    line-height: 1.6em;
}
#logoBottom{
    margin-top: 15px;
}

/*----------------返回顶部-------------------*/
#returnTop{display:none;position:fixed;_position:absolute;bottom:40px;_bottom:"auto";right:40px;height:43px;width:50px;text-indent:-9999px;overflow:hidden;background:url(imagesicos.png) 0px -250px no-repeat;cursor:pointer;}
#returnTop:hover{background-position:0px -200px;}

/*----------------cnzz统计代码-------------------*/
.cnzzCode{
    display: none;
}
@charset "gb2312";


#main{
    margin-top: 20px;
}
#content{
    padding:12px;
}
#bshareWrap{
    height:20px;
    padding-bottom: 12px;
}
#content .googleAd{
    height:90px;
    padding-bottom: 12px;
}
#arcList{
    margin-top: 12px;
}
#arcList li{
    height:30px;
    padding-left: 16px;
    line-height: 30px;
    background: url('imagesicos.png') -54px -36px no-repeat;
}
#arcList li.this{
    background-color: #e9e9e9;
}
#arcList li span{
    padding-left: 30px;
    color:#999;
    font-size: 13px;
}