<div class="jquery_pagnation"></div>
<script type="text/javascript">
(function(dfsj_jq){
var dfsj_items = dfsj_jq('.nex_infotexh_box li');
var dfsj_items2 = 8;//每页显示数量;
var total = dfsj_items.size();
total>0 && dfsj_jq('.jquery_pagnation').pagination({pagetotal:total,target:dfsj_items,perpage:dfsj_items2});
})(jQuery);
</script>