← Back to document
● 图解:八项重要举措 (下载)
Open original site →
Extracted Text
以习近平同志为核心的党中央确定2019年为“基层减负年”,着力解决困扰基层的形式主义问题,让基层干部轻装上阵,取得明显成效。去年年底,习近平总书记强调,形式主义官僚主义之弊非一日之寒,从根子上减轻基层负担也非一日之功。要把加强党的作风建设放在突出位置来抓,驰而不息、落实落细。最近,习近平总书记明确要求,要聚焦形式主义官僚主义问题开展全面检视、靶向治疗,切实为基层减负,让干部有更多时间和精力抓落实。贯彻落实习近平总书记重要指示精神,总结“基层减负年”工作和新冠肺炎疫情防控中的经验教训,中央办公厅研究起草并印发《关于持续解决困扰基层的形式主义问题为决胜全面建成小康社会提供坚强作风保证的通知》。《通知》提出一系列重要举措,目的在于凝聚起广大党员、干部决战决胜的磅礴力量,为决胜全面建成小康社会、决战脱贫攻坚提供坚强作风保证。
[系列图解下载]
持续解决困扰基层的形式主义问题 | 一、持续筑牢克服形式主义官僚主义的思想政治根基
持续解决困扰基层的形式主义问题 | 二、坚决纠治贯彻落实党中央决策部署中的形式主义问题
持续解决困扰基层的形式主义问题 | 三、切实防止文山会海反弹回潮
持续解决困扰基层的形式主义问题 | 四、进一步改进督查检查考核方式方法
持续解决困扰基层的形式主义问题 | 五、着力提高调查研究实效
持续解决困扰基层的形式主义问题 | 六、完善干部担当作为的激励机制
持续解决困扰基层的形式主义问题 | 七、深化治理改革为基层放权赋能
持续解决困扰基层的形式主义问题 | 八、坚持以上率下狠抓工作落实
延伸阅读
中共中央办公厅印发《关于持续解决困扰基层的形式主义问题为决胜全面建成小康社会提供坚强作风保证的通知》
让干部有更多时间和精力抓落实——中央办公厅有关负责人就《中共中央办公厅关于持续解决困扰基层的形式主义问题为决胜全面建成小康社会提供坚强作风保证的通知》答记者问
专栏:为基层减负
// src设置
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1; //判断是否IE -1 && !isIE; //判断是否IE的Edge浏览器
var isIE11 = userAgent.indexOf('Trident') > -1 && userAgent.indexOf("rv:11.0") > -1;
if(isIE) {
var reIE = new RegExp("MSIE (\\d+\\.\\d+);");
reIE.test(userAgent);
var fIEVersion = parseFloat(RegExp["$1"]);
if(fIEVersion == 7) {
} else if(fIEVersion == 8) {
} else {
if($('#aud').attr('src')!=''){
$('.yinyue').show()
}
}
}else{
if($('#aud').attr('src')!=''){
$('.yinyue').show()
}
}
// 音频设置
var $aud=document.getElementById('aud'),$i=0;
var $h, $f,$dq,$d,$q;
$aud.oncanplay=function(){
$h=Math.floor($aud.duration/60);
$f=Math.floor($aud.duration-$h*60);
if($h>9){
if($f>9){
$('.yinyue .shijian').html('00:00/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('00:00/'+$h+':0'+$f)
}
}else{
if($f>9){
$('.yinyue .shijian').html('00:00/0'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('00:00/0'+$h+':0'+$f)
}
}
}
$aud.ontimeupdate = function() {
$dq=Math.floor($aud.currentTime);
if($dq9){
if($f>9){
$('.yinyue .shijian').html('00:0'+$dq+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('00:0'+$dq+'/'+$h+':0'+$f)
}
}else{
if($f>9){
$('.yinyue .shijian').html('00:0'+$dq+'/0'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('00:0'+$dq+'/0'+$h+':0'+$f)
}
}
}else if(99){
if($f>9){
$('.yinyue .shijian').html('00:'+$dq+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('00:'+$dq+'/'+$h+':0'+$f)
}
}else{
if($f>9){
$('.yinyue .shijian').html('00:'+$dq+'/0'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('00:'+$dq+'/0'+$h+':0'+$f)
}
}
}else if(609){
if($f>9){
$('.yinyue .shijian').html('0'+$d+':0'+$q+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('0'+$d+':0'+$q+'/'+$h+':0'+$f)
}
}else{
if($f>9){
$('.yinyue .shijian').html('0'+$d+':0'+$q+'/0'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('0'+$d+':0'+$q+'/0'+$h+':0'+$f)
}
}
}else if(99){
if($f>9){
$('.yinyue .shijian').html('0'+$d+':'+$q+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('0'+$d+':'+$q+'/'+$h+':0'+$f)
}
}else{
if($f>9){
$('.yinyue .shijian').html('0'+$d+':'+$q+'/0'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('0'+$d+':'+$q+'/0'+$h+':0'+$f)
}
}
}
}else if($d>9){
if($q9){
if($f>9){
$('.yinyue .shijian').html($d+':0'+$q+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html($d+':0'+$q+'/'+$h+':0'+$f)
}
}else{
if($f>9){
$('.yinyue .shijian').html($d+':0'+$q+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html($d+':0'+$q+'/'+$h+':0'+$f)
}
}
}else if(99){
if($f>9){
$('.yinyue .shijian').html($d+':'+$q+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html($d+':'+$q+'/'+$h+':0'+$f)
}
}else{
if($f>9){
$('.yinyue .shijian').html($d+':'+$q+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html($d+':'+$q+'/'+$h+':0'+$f)
}
}
}
}
}
};
$('.yinyue .kaishi').on('click',function(e){
e.preventDefault();
if($i==0){
$('.txt').html('正在收听')
$aud.play();
$i=1;
$('.yinyue .kaishi').css({'background':'url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1459234622428414/dyw999_ks.png) no-repeat','background-size':'88%'})
}else if($i==1){
$('.txt').html('继续收听')
$aud.pause();
$i=0;
$('.yinyue .kaishi').css({'background':'url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1459234622428414/dyw999_zt.png) no-repeat','background-size':'80%'})
}
})
$('.yinyue .fanhui').on('click',function(e){
e.preventDefault();
$('.txt').html('正在收听')
$aud.load();
$aud.play();
$('.yinyue .kaishi').css({'background':'url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1459234622428414/dyw999_ks.png) no-repeat','background-size':'88%'});
$i=1;
})
.w_100{width: 100%;margin: 0 auto;}
.yinyue{
margin: 40px auto 0px;
width: 800px;
/* margin: 0 auto; */
background: url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1459234622428414/dyw999_bg.png);
height: 60px;
position: relative;
}
.yinyue .kaishi{
display: inline-block;
width: 21px;
height: 25px;
background: url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1459234622428414/dyw999_zt.png) no-repeat;
background-size:80% ;
position: absolute;
top: 20px;
left: 50px;
/* border-radius: 8px; */
}
.yinyue .shijian{
position: absolute;
top: 20px;
left: 216px;
font: 16px '微软雅黑';
color: #292929;
}
.yinyue .txt{
position: absolute;
top: 20px;
left: 107px;
font: 16px '微软雅黑';
color: #292929;
}
.yinyue .fanhui{
display: inline-block;
width: 28px;
height: 27px;
background: url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1459234622428414/dyw999_cz.jpg) no-repeat;
background-size: 90%;
position: absolute;
top: 18px;
right: 45px;
/* border-radius: 8px; */
}
#aud{
width: 0px;
height: 0px;
overflow: hidden;
}
@media only screen and (min-width: 240px) and (max-width: 768px) {
.yinyue .txt{
position: absolute;
top: .31rem;
left: 1.1rem;
font: .18rem '微软雅黑';
}
.yinyue{
width: 6.7rem;
margin: .5rem auto;
background: #ededed;
background-size:100; ;
height: .9rem;
position: relative;
border-radius: .1rem;
}
.yinyue .kaishi{
display: inline-block;
width: .28rem;
height: .28rem;
background-size:80% ;
position: absolute;
top: .3rem;
left: .5rem;
}
.yinyue .shijian{
position: absolute;
top: .33rem;
left: 2.8rem;
font: .18rem '微软雅黑';
}
.yinyue .fanhui{
display: inline-block;
width: .3rem;
height: .3rem;
/* background: url(reset.jpg) no-repeat; */
background-size: 100%;
position: absolute;
top: .3rem;
right: .5rem;
}
/* .column_wrapper_1200{
width: 100%;
margin: 0 auto;
} */
}
.dyw1001_H5 #D1{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_bg.jpg) no-repeat top center;
background-size: 100%;
width: 750px;
padding-top: 193px;
height: 1141px;
margin: 0 auto;
}
.dyw1001_H5 #D1 p{
font:28px '微软雅黑';
line-height: 60px;
color: #333;
width: 544px;
text-indent: 2em;
margin: 0 auto 22px;
}
.dyw1001_H5 #D1 li{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_2.png) no-repeat center center;
background-size: 100%;
width: 570px;
height: 68px;
padding: 24px 0;
margin: 0 auto;
}
.dyw1001_H5 #D1 li .one{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_3.png) no-repeat center center;
background-size: 100%;
display: inline-block;
width: 68px;
height: 68px;
color: #fff;
font:30px '微软雅黑';
line-height: 64px;
text-align: center;
margin:0 25px 0 34px;
}
.dyw1001_H5 #D1 li .one.cur{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_1.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1 li .one.cuo{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_0.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1 li .two{
font:30px '微软雅黑';
line-height: 64px;
}
.dyw1001_H5 #D1 li .the{
display: none;
}
.dyw1001_H5 #D2{
display: none;
margin: 0 auto;
width: 750px;
}
.dyw1001_H5 #D2 img{
width: 750px;
height: 1334px;
}
.dyw1001_H5{
font-size: 0;
}
/* 2 */
.dyw1001_H5 #D1.img1{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_bg1.jpg) no-repeat top center;
background-size: 100%;
width: 750px;
padding-top: 144px;
height: 1190px;
margin: 0 auto;
}
.dyw1001_H5 #D1.img1 p{
font:28px '微软雅黑';
line-height: 60px;
color: #48150b;;
width: 544px;
text-indent: 2em;
margin: 0 auto 22px;
}
.dyw1001_H5 #D1.img1 li{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_2.png) no-repeat center center;
background-size: 100%;
width: 570px;
height: 68px;
padding: 24px 0;
margin: 0 auto;
}
.dyw1001_H5 #D1.img1 li .one{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_31.png) no-repeat center center;
background-size: 100%;
display: inline-block;
width: 68px;
height: 68px;
color: #fff;
font:30px '微软雅黑';
line-height: 64px;
text-align: center;
margin:0 25px 0 34px;
}
.dyw1001_H5 #D1.img1 li .one.cur{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_1.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img1 li .one.cuo{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_0.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img1 li .two{
font:30px '微软雅黑';
line-height: 64px;
color: #48150b;;
}
.dyw1001_H5 #D1.img1 li .the{
display: none;
}
.dyw1001_H5 #D2.img2{
display: none;
margin: 0 auto;
width: 750px;
}
.dyw1001_H5 #D2.img2 img{
width: 750px;
height: 1334px;
}
.dyw1001_H5{
font-size: 0;
}
/* 3 */
.dyw1001_H5 #D1.img3{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_bg11.jpg) no-repeat top center;
background-size: 100%;
width: 750px;
padding-top: 193px;
height: 1141px;
margin: 0 auto;
}
.dyw1001_H5 #D1.img3 p{
font:28px '微软雅黑';
line-height: 60px;
color: #333;
width: 544px;
text-indent: 2em;
margin: 0 auto 22px;
}
.dyw1001_H5 #D1.img3 li{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_2.png) no-repeat center center;
background-size: 100%;
width: 570px;
height: 68px;
padding: 24px 0;
margin: 0 auto;
}
.dyw1001_H5 #D1.img3 li .one{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_311.png) no-repeat center center;
background-size: 100%;
display: inline-block;
width: 68px;
height: 68px;
color: #fff;
font:30px '微软雅黑';
line-height: 64px;
text-align: center;
margin:0 25px 0 34px;
}
.dyw1001_H5 #D1.img3 li .one.cur{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_1.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img3 li .one.cuo{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_0.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img3 li .two{
font:30px '微软雅黑';
line-height: 64px;
}
.dyw1001_H5 #D1.img3 li .the{
display: none;
}
.dyw1001_H5 #D2.img4{
display: none;
margin: 0 auto;
width: 750px;
}
.dyw1001_H5 #D2.img4 img{
width: 750px;
height: 1334px;
}
.dyw1001_H5{
font-size: 0;
}
@media only screen and (min-width: 240px) and (max-width: 768px) {
/* 1 */
.dyw1001_H5 #D1{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_bg.jpg) no-repeat top center;
background-size: 100%;
width: 7.5rem;
padding-top: 1.93rem;
height: 11.41rem;
}
.dyw1001_H5 #D1 p{
font:0.28rem '微软雅黑';
line-height: 0.6rem;
color: #333;
width: 5.44rem;
text-indent: 2em;
margin: 0 auto 0.22rem;
}
.dyw1001_H5 #D1 li{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_2.png) no-repeat center center;
background-size: 100%;
width: 5.7rem;
height: 0.68rem;
padding: 0.24rem 0;
margin: 0 auto;
}
.dyw1001_H5 #D1 li .one{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_3.png) no-repeat center center;
background-size: 100%;
display: inline-block;
width: 0.68rem;
height: 0.68rem;
color: #fff;
font:0.3rem '微软雅黑';
line-height: 0.64rem;
text-align: center;
margin:0 0.25rem 0 0.34rem;
}
.dyw1001_H5 #D1 li .one.cur{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_1.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1 li .one.cuo{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_0.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1 li .two{
font:0.3rem '微软雅黑';
line-height: 0.64rem;
}
.dyw1001_H5 #D1 li .the{
display: none;
}
.dyw1001_H5 #D2{
display: none;
width: 7.5rem;
/* 0521 */
}
.dyw1001_H5 #D2 img{
width: 7.5rem;
height: 13.34rem;
margin: 0 auto;
/* 0521 */
}
/* 2 */
.dyw1001_H5 #D1.img1{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_bg1.jpg) no-repeat top center;
background-size: 100%;
width: 7.5rem;
padding-top: 1.44rem;
height: 11.9rem;
}
.dyw1001_H5 #D1.img1 p{
font:0.28rem '微软雅黑';
line-height: 0.6rem;
color: #48150b;
width: 5.44rem;
text-indent: 2em;
margin: 0 auto 0.22rem;
}
.dyw1001_H5 #D1.img1 li{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_2.png) no-repeat center center;
background-size: 100%;
width: 5.7rem;
height: 0.68rem;
padding: 0.24rem 0;
margin: 0 auto;
}
.dyw1001_H5 #D1.img1 li .one{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_31.png) no-repeat center center;
background-size: 100%;
display: inline-block;
width: 0.68rem;
height: 0.68rem;
color: #fff;
font:0.3rem '微软雅黑';
line-height: 0.64rem;
text-align: center;
margin:0 0.25rem 0 0.34rem;
}
.dyw1001_H5 #D1.img1 li .one.cur{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_1.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img1 li .one.cuo{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_0.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img1 li .two{
font:0.3rem '微软雅黑';
line-height: 0.64rem;
color: #48150b;
}
.dyw1001_H5 #D1.img1 li .the{
display: none;
}
.dyw1001_H5 #D2.img2{
display: none;
}
.dyw1001_H5 #D2.img2 img{
width: 7.5rem;
height: 13.34rem;
}
/* 3 */
.dyw1001_H5 #D1.img3{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_bg11.jpg) no-repeat top center;
background-size: 100%;
width: 7.5rem;
padding-top: 1.93rem;
height: 11.41rem;
}
.dyw1001_H5 #D1.img3 p{
font:0.28rem '微软雅黑';
line-height: 0.6rem;
color: #333;
width: 5.44rem;
text-indent: 2em;
margin: 0 auto 0.22rem;
}
.dyw1001_H5 #D1.img3 li{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_2.png) no-repeat center center;
background-size: 100%;
width: 5.7rem;
height: 0.68rem;
padding: 0.24rem 0;
margin: 0 auto;
}
.dyw1001_H5 #D1.img3 li .one{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_311.png) no-repeat center center;
background-size: 100%;
display: inline-block;
width: 0.68rem;
height: 0.68rem;
color: #fff;
font:0.3rem '微软雅黑';
line-height: 0.64rem;
text-align: center;
margin:0 0.25rem 0 0.34rem;
}
.dyw1001_H5 #D1.img3 li .one.cur{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_1.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img3 li .one.cuo{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_0.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img3 li .two{
font:0.3rem '微软雅黑';
line-height: 0.64rem;
color: #333;
}
.dyw1001_H5 #D1.img3 li .the{
display: none;
}
.dyw1001_H5 #D2.img4{
display: none;
}
.dyw1001_H5 #D2.img4 img{
width: 7.5rem;
height: 13.34rem;
}
}
.dangyuanwang160317_ind01 .fanye{margin-top:50px;}
.dangyuanwang160317_ind01 .fanye font{padding:9px 18px;border:1px solid #ccc; font-size:14px; color:#333333; margin:0px;background: #c12125;color: #fff;}
.dangyuanwang160317_ind01 .con .word img{margin: 0 auto;display: block;}
@media only screen and (min-width: 240px) and (max-width: 768px) {
.dangyuanwang160317_ind01 .con .word img{width:100%;}
.dangyuanwang160317_ind01 .fanye .all_yuedu{display:block !important;color: #a0784b; font-size: 0.4rem; text-align: center; line-height: 1.08rem;padding: 0px; border: 0px;background:url('//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1459234622428414/v.png') 4.1rem 0.45rem no-repeat;background-size: 5% 20%;}
.dangyuanwang160317_ind01 .fanye{display: block !important;width: 93.3%;border: 1px solid #ccc;height: 1.08rem; background: #f5f5f6; margin: 0 auto; margin-top: 0.4rem; text-align: center; display: block;}
.dangyuanwang160317_ind01 .fanye a{display: none !important;}
.dangyuanwang160317_ind01 .fanye strong{display: none !important;}
.dangyuanwang160317_ind01 .fanye a:hover{color:#a0784b;background:none !important;}
.dangyuanwang160317_ind01 .fanye a:visited{background:none !important;}
}
发布时间:2020年04月15日 18:11 来源:共产党员网 编辑:田延华
<a href="#"
Archived Raw HTML