.N_sortPage{
     margin: 20px 20px 20px 0px;
    height: 30px;
    color: #999999;
    font-size: 12px;
}
.N_sortPage span{
    display: inline-block;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.N_page_button{
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0 8px;
    border: 1px solid #F2F2F2;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    background: -webkit-linear-gradient(#D9D9D9, #CCCCCC); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#D9D9D9, #CCCCCC); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#D9D9D9, #CCCCCC); /* Firefox 3.6 - 15 */
  background: linear-gradient(#fbfbfb, #f0f0f0); /* 标准的语法 */
}
.N_now_page{
	background:#38a8d1;
    background: -webkit-linear-gradient(#38a8d1, #5a97c1); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#38a8d1, #5a97c1); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#38a8d1, #5a97c1); /* Firefox 3.6 - 15 */
    background: linear-gradient(#38a8d1, #5a97c1);  
    color: #fff;
}
#N_go_page{
    border: 1px solid #F2F2F2;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 36px;
    outline: none;
    color: #999;
    text-align: center;
}
.N_page_point{
    margin: 0 10px;
}

