时习之·习近平文化思想 | 坚定文化自信 习近平引领文化强国之路
学习奋斗|时间:2024-01-26 21:34 来源:人民网-中国共产党新闻网 评论:0 点击:24
文化兴国运兴,文化强民族强。党的十八大以来,习近平总书记把宣传思想文化工作摆在治国理政的重要位置,围绕新时代文化建设提出一系列新思想新观点新论断,形成了习近平文化思想。
习近平总书记在多个场合强调要“坚定文化自信”,为实现中华民族伟大复兴注入强大精神动力。






$(document).ready(function () {
$.getJSON("/ajax/ajax_longsun.ashx?api=sethits", { "id": "89180", "client": "0ky4dzsca3ogqbr02hjwzvym", "timespan": "638917464602766561", "signature": "36fe907cdba75b3fc1150d8aa6be0192" }, 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();
});