0) {
                                    for (var i = 0; i < json.pageNum ; i++) {
                                        var title = json.content[i].title.replace(/(.{38})(.*)/g, '$1...');
                                        //匹配图片(g表示匹配所有结果i表示区分大小写)
                                        var imgReg = /
|\/>)/gi;
                                        //匹配src属性
                                        var srcReg = /src=[\'\"]?([^\'\"]*)[\'\"]?/i;
                                        //所有已成功匹配图片的数组
                                        var arr = json.content[i].content.match(imgReg);
                                        if (arr == null) { continue; }
                                        var src = arr[0].match(srcReg);//当前第一张
                                        var node = '';
                                        node += '' + title + ' ' +
                                                '
 
  ' + title + ' ';
                        node += '该页面还在建设中…………
");
                        }
                //style = "overflow: hidden; white-space: nowrap; text-overflow: ellipsis;"
            }).error(function () {
                $("#content").html("该页面还在建设中…………
");
            });
                    break;
                    }
                }
                function activeSetColor() {
                    var mli = "#mli_" + '3';
                         $(mli).css("color", "#1991f8");
                     }
 $('.flexslider').flexslider({
                
                animationLoop: true,
                controlNav: true,
                slideshow: true,
                margin: 0,
                slideshowSpeed: 2000,
                directionNav: false
     });