← Back to document
退役军人事务部关于公布第七批国家级烈士纪念设施的通知
Open original site →
Extracted Text
class="trs_editor_view TRS_UEDITOR trs_paper_default trs_web">退役军人事务部关于公布
第七批国家级烈士纪念设施的通知
退役军人部发〔2025〕8号
各省、自治区、直辖市退役军人事务厅(局),新疆生产建设兵团退役军人事务局:
国务院于2025年2月16日批准“三一八”烈士公墓等71处烈士纪念设施为第七批国家级烈士纪念设施,现予以公布。
各地退役军人事务部门要深入贯彻落实习近平总书记关于烈士褒扬工作的重要指示批示精神,根据《烈士褒扬条例》、《烈士纪念设施保护管理办法》等,对本地区被批准的国家级烈士纪念设施及时设立保护标志,划定保护范围,加强规范管理,提升展陈水平,切实发挥国家级烈士纪念设施在弘扬英烈精神、传承红色基因、开展爱国主义教育等方面的示范引领作用,为以中国式现代化全面推进强国建设、民族复兴伟业凝聚强大精神力量。
退役军人事务部
2025年2月25日
第七批国家级烈士纪念设施名单
document.write(unescape("%3Cspan id='_ideConac' %3E%3C/span%3E%3Cscript src='https://dcs.conac.cn/js/33/000/0000/60925611/CA330000000609256110002.js' type='text/javascript'%3E%3C/script%3E"));
联系我们
|
加入收藏
主办单位:中华人民共和国退役军人事务部
网站标识码bm84000001 京ICP备18035976号-1 京公网安备 11010502036218号
-->
// 检测浏览器版本 不低于ie7
if (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion.split(";")[1].replace(/[ ]/g, "").replace("MSIE", "")) = 780){
$('#nav').addClass('fixd');
}else{
$("#nav").removeClass('fixd');
}
})
})
// 进度条
$.QianLoad = {
PageLoading: function (options) {
var defaults = {
delayTime: 500,
sleep: 0,
css: '.load-wrap{width:100%;height:2px;position:absolute;top:0;left:0;}#pre-load{position:fixed;top:0;height:2px;background:#1d377b;transition:opacity .5s linear}#pre-load span{position:absolute;width:150px;height:2px;-webkit-border-radius:100%;-webkit-box-shadow:#0d2563 1px 0 6px 1px;opacity:1;right:-10px;-webkit-animation:pulse 2s ease-out 0s infinite}@-webkit-keyframes pulse{30%{opacity:.6}60%{opacity:0}to{opacity:.6}}'
};
var options = $.extend(defaults, options);
$('head').append(defaults.css);
var _LoadingHtml = '' + '' + '';
$("body").append(_LoadingHtml);
document.onreadystatechange = PageLoaded;
function PageLoaded() {
var loadingMask = $('#pre-load');
$({
property: 0
}).animate({
property: 98
}, {
duration: 1000,
step: function () {
var percentage = Math.round(this.property);
loadingMask.css('width', percentage + "%");
if (document.readyState == "complete") {
loadingMask.css('width', 100 + "%");
setTimeout(function () {
loadingMask.animate({
"opacity": 0
}, options.delayTime, function () {
$(this).remove();
})
}, options.sleep)
}
}
})
}
}
}
//调用
$.QianLoad.PageLoading({
sleep: 1000
});
// 通用头部搜索框
// !function(){
// $('.search-btn').on("click",function(){
// var searchValue = $(".search").val();
// var url = +searchValue;
// if(searchValue == ""){
// alert("请输入关键词!");
// }else{
// window.open(url);
// }
// })
// }()
// $('#top').on('click',function(){
// $('html').animate({ scrollTop: 0 }, 500);//动画效果
// })
//
$(".nav-bar > li").each(function(){
if($(this).find("a")[0].innerText == $(".overview-left >h2 ")[0].innerText){
$(this).addClass("on").siblings("li").removeClass("on");
};
})
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?8f4ff1bba7bf079bfeb21851150bf357";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
function gosearch(){
var qt = document.getElementById("qt").value;
var _vaq = _vaq || [];
_vaq.push(['trackSiteSearch',qt,'search','1']);
if(qt == null || qt == ""){
alert("请输入搜索条件");
}else{
$("#queryForm").submit();
}
}
-->
// search('qt','ch-search-sel-ul','ch-search-b');
function tabclick(db){
var url = "index?tab="+db+"&siteCode=n_mva";
window.open(url);
}
$(function(){
//分享
var title = "【" + $.trim(document.title) + "】";
console.log(title);
var description = $.trim($('meta[name="description"]').attr('content'));
var portalUrl = window.location.href;
console.log(portalUrl);
//生成二维码
function generateQRCode(rendermethod, picwidth, picheight, url) {
$(".qrcode").qrcode({
render: rendermethod, // 渲染方式有table方式(IE兼容)和canvas方式
width: picwidth, //宽度
height: picheight, //高度
text: utf16to8(portalUrl), //内容
typeNumber: -1, //计算模式
correctLevel: 2, //二维码纠错级别
background: "#ffffff", //背景颜色
foreground: "#000000" //二维码颜色
});
}
canvas_table = !!document.createElement('canvas').getContext ? 'canvas' : 'table';
function init() {
generateQRCode(canvas_table, 100, 100, window.location.href);
}
//中文编码格式转换
function utf16to8(str) {
var out, i, len, c;
out = "";
len = str.length;
for(i = 0; i = 0x0001) && (c 0x07FF) {
out += String.fromCharCode(0xE0 | ((c >> 12) & 0x0F));
out += String.fromCharCode(0x80 | ((c >> 6) & 0x3F));
out += String.fromCharCode(0x80 | ((c >> 0) & 0x3F));
} else {
out += String.fromCharCode(0xC0 | ((c >> 6) & 0x1F));
out += String.fromCharCode(0x80 | ((c >> 0) & 0x3F));
}
}
return out;
}
init();
$(".share-wechat").on("click", function() {
$(".bg-code,.qrcode").toggle();
});
//清空二维码
$(".close-btn").on("click", function(event) {
$(".bg-code,.qrcode,.close-btn").hide();
event.stopPropagation();
});
function showToQzone() {
var _desc = description;
var _title = title;
var _url = portalUrl;
var _shareUrl = 'http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?';
_shareUrl += 'url=' + encodeURIComponent(_url); //参数url设置分享的内容链接|默认当前页location
_shareUrl += '&title=' + encodeURIComponent(_title); //参数title设置分享标题,可选参数
window.open(_shareUrl,'','width=700,height=680,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=1,location=yes,status=0');
}
function showToSina(title, portalUrl, desc) {
var _desc = desc;
var _t = title + " " + _desc;
var _url = portalUrl;
var _appkey = "2806082167"; //你从微薄获得的appkey
var _site = ''; //你的网站地址
var _ralateUid = "";
var _u = 'http://service.weibo.com/share/share.php?url=' + _url + '&appkey=' + _appkey + '&title=' + _t + '&ralateUid=' + _ralateUid + '&searchPic=false';
window.open(_u, '', 'width=700, height=680, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, location=yes, resizable=no, status=no');
}
$('.share-qqzone').on('click', function() {
showToQzone(title, portalUrl, description);
});
$('.share-weibo').on('click', function() {
showToSina(title, portalUrl, description);
});
});
//相关解读、相关政策显示
if($(".xgjd ul").has("li").length == 0){$(".xgjd").hide();}
if($(".xgzc ul").has("li").length == 0){$(".xgzc").hide();}
function changeSize(size) {
document.getElementById('zhengwen').style.fontSize = size + 'pt';
$("zhengwen p").css("font-size",size+'pt')
}
Archived Raw HTML