   /* 常见问题列表样式 */
    
    .listdiv0 {
        padding: 0 35px;
 
        height: auto !important;
        min-height:360px;text-align:left
    }
    
 
    
    .listdiv0 ul.bornone {
        border: none;
    }
    
    .listdiv0 li {
        background: url('../images/160930959.png') no-repeat left 8px;
        /*height: 92px;后期修改，高度自动*/
        overflow:hidden;zoom:1;margin:0 0 20px;text-align:left
    }
    
    .listdiv0 li #ReportIDname {
        padding: 0 0 0px 26px;
        line-height:30px;
        font-size: 16px;color:#333;
    }
    .listdiv0 li #ReportIDname a{color:#333;} 
    .listdiv0 li #ReportIDname a:hover{color:#ff7f00;;} 
    .listdiv0 li #ReportIDname a br{display:none;}

    .listdiv0 li #ReportIDLogograph {display:block;text-indent:2em;
        line-height:24px;
        color: #959595;font-size:13px;overflow:hidden;/* height:48px; */
    }
    .listdiv0 li #ReportIDLogograph a{color: #959595;}
    .listdiv0 li #ReportIDLogograph p{border:0;margin:0;padding:0;}

    .listdiv0 li#PageNum {clear:both;width:100%;height: 32px !important;
        background: none;
        border: none;
        text-align: right;
        margin-top: 30px;
    }
    
    .listdiv0 li#PageNum span {
        background-color: #FF8000;
        color: #fff;
        font-weight: bold;
        padding: 0 6px;
    }
    
    .listdiv0 li#PageNum span input {
        margin-left: 5px
    }
    
    .listdiv0 li#PageNum span#go {
        background: none;display:none
    }
    
    .listdiv0 li#PageNum a {
        padding: 0 5px;
    }
	
	/*导航*/
.nav{height:80px;float:right ;position:relative}
.nav .navBgBox{height:80px;overflow:hidden;}
.header_bottom{width:286px}
.nav ul {}
.nav ul li{float:left;width:85px;line-height:80px;color:#000;overflow:hidden;position:relative;height:80px;}
.nav ul li #CurrentlyNode{color:#0381d9;font-weight:bold;}
/*.nav ul li.hover a{color:#0DA3E2;font-weight:bold;}
.nav ul li.hover i{position:absolute;top:0;left:50%;border-color:#0DA3E2 transparent transparent transparent;  border-width: 6px;margin-left:-4px;
  border-style: solid;}*/
.nav ul{}
.nav ul li:hover{color:#000;background:#FAFAFA;cursor: pointer;
} 
.nav ul li:hover .mask{display: block;}
    .nav ul li:hover a {
        color: #3382ff;
        font-weight: bold;
    }
.nav ul li a{color:#000; position: relative; z-index: 2; display: block;}
.nav ul li a:hover{text-decoration:none;}

.nav_on{background:#FAFAFA;}
    .nav_on a {
        color: #3382ff !important;
        font-weight: bold;
    }
.nav_on .mask{display: block;}
.mask {
    display: none;
    _background: #FAFAFA;
    border-top: solid 3px #3382ff;
    position: absolute;
    left: 0;
    top: 0px;
    height: 76px;
    width: 90px;
}
.nav ul li.hover a {
    color: #3382ff;
    font-weight: bold;
}
.mask i {
    position: absolute;
    top: 0;
    left: 50%;
    border-color: #3382ff transparent transparent transparent;
    border-width: 6px;
    margin-left: -4px;
    border-style: solid;
}
/*页码**/
#AspNetPager1 div:nth-child(1) {
    padding-left: 3%;width:37% !important;

}
#AspNetPager1 div:nth-child(2) a {cursor: pointer; margin:0 5px;}

#AspNetPager1 div:nth-child(2) span {
    background-color: #FF8000;
    color: #fff;
    font-weight: bold;
    padding: 0 6px;
    margin: 0 5px;
}
