/*------------------------------------------------------------------------------
|  分页
 -----------------------------------------------------------------------------*/
.listPage{ clear:both; float:right; margin: 10px 0 10px 0;}
 
.nav_cmt_nav_m{
      width:100%;
}
.nav_cmt_nav_inner_m{
    float:right;
    margin:2px 0 2px 0;
}
.nav_cmt_nav_pagehint{
    float:right;
    margin:5px 0 2px 0;
}
.nav_cmt_nav_pagehint span{
    font-weight:bold;
}
.nav_cmt_nav_inner_m div{
    float:left;
    height:20px;
    text-align:center;
    margin:0 0 0 3px;
}
.nav_cmt_nav_inner_m span{
    display:inline-block;
    padding:3px 4px 0px 4px;
    cursor:pointer;
}
.nav_cmt_nav_inner_m a,.nav_cmt_nav_inner_m a:visited{
    display:inline-block;
    height:100%;
    text-decoration:none;
}
.nav_cmt_nav_inner_m a:hover{
    text-decoration:none;
}
.nav_cmt_nav_this{
    cursor:default !important;
    font-weight:bold;
}
.nav_cmt_nav_inner a,.nav_cmt_nav_inner a:visited{
    border:#999999 1px solid;  
    background-color:#ffffff; 
    color:#333333; 
}
.nav_cmt_nav_inner_m a:hover{
    border:#666666 1px solid;  
    background-color:#A00000; 
    color:#ffffff; 
}