原标题:佛山市长朱伟,已任广东省发改委副主任、省大湾区办常务副主任
4月9日,广东省发改委官网发布《关于朱伟同志任职的通知》:省委批准:朱伟同志任省发展改革委副主任、省大湾区办常务副主任(正厅级)。
南方网发布的简历显示,朱伟原任佛山市委副书记、市长。
朱伟(资料图)
朱伟是湖南石门人,1968年9月出生,1991年从湘潭大学经济系政治经济学专业大学毕业后,进暨南大学经济学院政治经济学专业硕士研究生学习。
朱伟长期在企业工作,曾在广东省粤科风险投资集团工作11年,2011年5月任南方影视传媒控股有限公司副董事长、总经理、党委副书记,为正厅级。
2011年8月,他调任中国银监会银行监管四部副主任,2013年4月任广东省广晟资产经营有限公司董事长、党委书记。2016年3月朱伟履新佛山市委副书记 ,次月任市长。
担任正厅10年,朱伟此番履新广东省发展改革委副主任、省大湾区办常务副主任。
广东省大湾区办主任由广东省发改委主任葛长伟担任。
朱伟简历
朱伟,男,汉族,湖南石门人,1968年9月出生,1994年7月参加工作,2002年6月加入中国共产党,研究生学历,经济学硕士。
1987.09-1991.09 湘潭大学经济系政治经济学专业大学学习
1991.09-1994.07 暨南大学经济学院政治经济学专业硕士研究生学习
1994.07-1996.08 中国人民银行广州分行广州证券公司发行部副经理、办公室副主任、研究拓展部副经理、广证财务顾问公司副总经理
1996.08-1998.05 深圳运通鑫达通讯有限公司总经理
1998.05-2000.09 广东省科技创业投资公司总经理业务助理
2000.09-2003.07 广东省粤科风险投资集团有限公司资产管理部总经理
2003.07-2004.01 广东省粤科风险投资集团公司董事、资产管理部总经理
2004.01-2011.01 广东省粤科风险投资集团公司董事、广东科瑞投资管理公司总经理、广东鸿图科技股份有限公司董事长
2011.01-2011.05 广东省粤科风险投资集团有限公司董事、党委委员,广东科瑞投资管理公司总经理、广东鸿图科技股份有限公司董事长
2011.05-2011.08 南方影视传媒控股有限公司副董事长、总经理、党委副书记(正厅级)
2011.08-2013.04 中国银监会银行监管四部副主任(正厅级)
2013.04-2016.03 广东省广晟资产经营有限公司董事长、党委书记
2016.03-2016.04 佛山市委副书记
2016.04- 佛山市委副书记,市长
现任广东省发展改革委副主任、省大湾区办常务副主任(正厅级)
.article-read-more{width:100%; height:150px; position: relative;}
.article-read-more-bg{width:100%; height:120px; background-image: linear-gradient(179deg, rgba(255,255,255,0.00) 0%, #FFFFFF 100%); position:absolute; top:-90px; left:0;}
.article-read-more .text{margin-top:20px;font-size: 20px; color: #111111; letter-spacing: 0.48px; text-align: center; position: relative; font-weight: bold;}
.article-read-more .qrcode{width:168px; height:168px; margin:10px auto 0px;}
.article-read-more .qrcode img{width:168px; height:168px;}
.article-read-more .wrap {position: absolute;text-align: center;width:100%;margin-top:10px; cursor: pointer;}
.article-read-more .wrap div {font-size: 20px; color: #444444; letter-spacing: 0.48px; text-align: center;}
.article-read-more .wrap div em{font-style:normal}
/*CSS伪类用法*/
.article-read-more .wrap div:after, .article-read-more .wrap div:before {position: absolute;top: 50%;background: #ddd;content: \”\”;height: 1px;width: 32%;}
.article-read-more .wrap1 div:after, .article-read-more .wrap1 div:before{width:22%}
/*调整背景横线的左右距离*/
.article-read-more .wrap div:before {left: 0;}
.article-read-more .wrap div:after{right: 0;}
.article-read-more .wrap div .icon{display:inline-block; width:24px; height:24px;vertical-align: -4px; margin-left:3px}
.article-read-more .wrap div .icon{background:url(//n.sinaimg.cn/news/diversion/icon2.png) no-repeat;}
.article-read-more .wrap1 div .icon{background:url(//n.sinaimg.cn/news/diversion/icon1.png) no-repeat;}
.article-read-more .wrap1 em{color: #FE350E; font-style: normal;}
#artiReadMore{max-height: 0px; overflow: hidden; list-style: none;}
#artiReadMore.show {
display: block;
max-height: 299px;
transform: scaleY(1);
animation: showAnimation 0.4s ease-in-out;
transition: max-height 0.6s ease-in-out;
}
#artiReadMore.hide {
max-height: 0;
transform: scaleY(0);
animation: hideAnimation 0.4s ease-out;
transition: max-height 0.6s ease-out;
}
@keyframes showAnimation {
0% {
-webkit-transform: scaleY(0.1);
transform: scaleY(0.1);
}
40% {
-webkit-transform: scaleY(0.4);
transform: scaleY(0.4);
}
60% {
-webkit-transform: scaleY(0.6);
transform: scaleY(0.6);
}
80% {
-webkit-transform: scaleY(0.8);
transform: scaleY(0.8);
}
100% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@keyframes hideAnimation {
0% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
60% {
-webkit-transform: scaleY(0.98);
transform: scaleY(0.98);
}
80% {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
100% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
}
扫码下载新浪新闻 时事在你掌心
已阅读51% 前往新浪新闻查看全文