	    		$(document).ready(function()        {			/*新闻*/           $("#dynamic_list").find("a:lt(3)").each(function(i){				/*alert($(this).html()+i);*/				/*$(this).addClass("red");*/				$(this).attr("style","font-weight:bold;color:red");			});						/*德赛专题*/			$("#affair_list ul li:lt(3)").find("a:lt(3)").each(function(i){				$(this).attr("style","font-weight:bold;color:red");			});						/*德赛评论3横栏*/           $(".TabContent #myTab0_Content0").find("a:lt(3)").each(function(i){				$(this).attr("style","font-weight:bold;color:#4499ee");			});			$(".TabContent #myTab0_Content1").find("a:lt(3)").each(function(i){				$(this).attr("style","font-weight:bold;color:#4499ee");			});			$(".TabContent #myTab0_Content2").find("a:lt(3)").each(function(i){				$(this).attr("style","font-weight:bold;color:#4499ee");			});						/*视频3横栏*/			$(".TabContent #myTab2_Content1").find("a:lt(3)").each(function(i){				$(this).attr("style","font-weight:bold;color:#4499ee");			});			$(".TabContent #myTab2_Content2").find("a:lt(3)").each(function(i){				$(this).attr("style","font-weight:bold;color:#4499ee");			});						/*业界新闻*/           $(".newsinfobox .newsdis:lt(3)").find("a:lt(3)").each(function(i){				/*$(this).html( $(this).html() + " ------dosaas推荐 " + i );*/				$(this).attr("style","font-weight:bold;color:#4499ee");			});						/*人物访谈*/           $(".gcbox_04").find("a:lt(2)").each(function(i){				$(this).attr("style","font-weight:bold;color:#4499ee");			});						/*典型案例*/			$(".TabContent #myTab5_Content0").find("a:lt(3)").each(function(i){				$(this).attr("style","font-weight:bold;color:#4499ee");			});			$(".TabContent #myTab5_Content1").find("a:lt(3)").each(function(i){				$(this).attr("style","font-weight:bold;color:#4499ee");			});			$(".TabContent #myTab5_Content2").find("a:lt(3)").each(function(i){				$(this).attr("style","font-weight:bold;color:#4499ee");			});			$(".TabContent #myTab5_Content3").find("a:lt(3)").each(function(i){				$(this).attr("style","font-weight:bold;color:#4499ee");			});        })		