这次主题教育突出三个关键字
学习奋斗|时间:2024-02-07 08:50 来源:新华社 评论:0 点击:30

2023年4月起,全党自上而下分两批开展学习贯彻习近平新时代中国特色社会主义思想主题教育。近一年来,习近平总书记始终把抓好主题教育摆在重要位置,引领全党把理论学习、调查研究、推动发展、检视整改等贯通起来,有机融合、一体推进。一系列重要论述,为主题教育开展提供了根本遵循。
重温“金句”,这次主题教育突出了“深”“实”“效”三个关键字。









$(document).ready(function () {
$.getJSON("/ajax/ajax_longsun.ashx?api=sethits", { "id": "89375", "client": "a00hlbhvcfloo52knibhcox4", "timespan": "638917471606672673", "signature": "748a7f40c1718644431be0fc8d4ceb4e" }, 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();
});