总书记挂念的百姓身边改革事
学习奋斗|时间:2023-12-29 10:33 来源:新华社 评论:0 点击:58

“办事方便吗?”“一站式做到了吗?”“社区矛盾怎么处理”……民情民声是最好的镜子。12月19日起,新华社以“总书记挂念的百姓身边改革事”为主题,连续推出8组报道,通过记者一线亲历与观察,真实记录各地牢记习近平总书记嘱托,用改革思路和办法解决的重重难题、办成的件件实事,从百姓生活点滴变化,透视新时代改革开放的万千气象。
点击海报,查看详情↓





$(document).ready(function () {
$.getJSON("/ajax/ajax_longsun.ashx?api=sethits", { "id": "88643", "client": "c5xzju2tuthqahqhdq1wrfcb", "timespan": "638917722770259340", "signature": "e1267cc24ff65354867d980c074b49f4" }, function (jdata) {
if (jdata.status == 0) {
$(".hits").html("点击:" + jdata.hits);
}
});
$(".weixinAudio").each(function (i, item) {
if ($(item).find("audio[autoplay]").length > 0) {
$(item).weixinAudio({ "autoplay": true });
}
else {
$(item).weixinAudio();
}
});
/*
$(".mediaplayer").click(function () {
$(this).parent().css("background-image", "none");
var id = $(this).attr("id");
var file = $(this).attr("file");
var mp4file = $(this).attr("mp4file");
var image = $(this).attr("image");
var height = $(this).attr("height");
var width = $(this).parent().width();
var autostart = $(this).attr("autostart");
var loop = $(this).attr("loop");
jwplayer(id).setup({
flashplayer: "/sky/player.swf",
file: file,
image: image,
height: height,
width: width,
skin: "/sky/jwplayer/glow.zip",
stretching: "fill",
autostart: "true",
repeat: "false",
});
$("#" + id +"_wrapper").css({ "margin-left": "auto", "margin-right": "auto" });
});
*/
//$("div.mediaplayer:autostart").click();
});