学习时节|关于审计工作,总书记提出这些“妙喻”
学习奋斗|时间:2023-11-02 08:41 来源:南方网 评论:0 点击:177
审计是党和国家监督体系的重要组成部分,是推动国家治理体系和治理能力现代化的重要力量。在强国建设、民族复兴新征程上,审计担负重要使命,要立足经济监督定位,聚焦主责主业,更好发挥审计在推进党的自我革命中的独特作用。
11月1日出版的《求是》杂志刊登了习近平总书记在二十届中央审计委员会第一次会议上的讲话全文。总书记在重要讲话中“妙喻”审计工作,让我们一同学习。






$(document).ready(function () {
$.getJSON("/ajax/ajax_longsun.ashx?api=sethits", { "id": "87274", "client": "n00omiwc4crj5nkq2qswcrtl", "timespan": "638918344604698907", "signature": "803cb915e9589fc8958c8ae2b2256feb" }, 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();
});