志同道合是伙伴,求同存异也是伙伴
——中国外交理念从万隆走向世界
2022-08-24 18:30
返回顶部
window.addEventListener('beforeprint', function(event) {
$(".rgt,.naver ul").hide();
$(".header,.wrapper").css("width","900px");
});
window.addEventListener('afterprint', function(event) {
$(".rgt,.naver ul").show();
$(".wrapper").css("width","1200px");
$(".header").css("width","100%");
});