$(document).ready(function(){ $(".touch-toggle a").click(function(event){ var className = $(this).attr("data-drawer"); if( $("."+className).css('display') == 'none' ){ $("."+className).slideDown().siblings(".drawer-section").slideUp(); }else{ $(".drawer-section").slideUp(); } event.stopPropagation(); }); /*$(document).click(function(){ $(".drawer-section").slideUp(); })*/ $('.touch-menu a').click(function(){ if( $(this).next().is('ul') ){ if( $(this).next('ul').css('display') == 'none' ){ $(this).next('ul').slideDown(); $(this).find('i').attr("class","touch-arrow-up"); }else{ $(this).next('ul').slideUp(); $(this).next('ul').find('ul').slideUp(); $(this).find('i').attr("class","touch-arrow-down"); } } }); });

产品中心

《悠久吹冲锋号》|第三集:《铁规则硬杠杠

  由中心纪委邦度监委散布部与中心播送电视总台协同摄制的四集电视专题片《长远吹冲锋号》,于1月7日至10日正在中心电视台归纳频道晚8点档播出○□。

  专题片共分四集,别离为《第二个谜底》、《政事监视》、《铁规则 硬杠杠》、《长远正在道上》《悠久吹冲锋号》|第,共挑选12个案例,采访纪检监察干部三集:《铁规则硬杠杠、相合审查观察对象及涉案职员、干部公众100众人,中邦贯彻始终胀动周全从厉治党○,以党的自我革命引颈社会革命的故事。

上一篇:电视专题片《长久吹冲锋号》第三集《铁正派硬杠杠 下一篇:科幻小说《三体》英文版环球销量逾11万册

Copyright © 2012-2023 鸿运国际网站 版权所有   粤ICP备xxxxxxxx号

if (!window.jQuery) { document.write(unescape("%3Cscript src='/public/static/common/js/jquery.min.js' type='text/javascript'%3E%3C/script%3E")); document.write(unescape("%3Cscript type='text/javascript'%3E try{jQuery.noConflict();}catch(e){} %3C/script%3E")); } if (window.jQuery) { (function($){ default_switch(); //简体繁体互换 function default_switch() { var home_lang = getCookie('home_lang'); if (home_lang == '') { home_lang = 'cn'; } if ($.inArray(home_lang, ['zh','cn'])) { var obj = $('#jquerys2t_1573822909'); var isSimplified = getCookie('jquerys2t_1573822909'); if ('cn' == isSimplified) { $('body').t2s(); $(obj).text('繁體'); } else if ('zh' == isSimplified) { $('body').s2t(); $(obj).text('简体'); } } } //简体繁体互换 $('#jquerys2t_1573822909').click(function(){ var obj = this; var isSimplified = getCookie('jquerys2t_1573822909'); if ('' == isSimplified || 'cn' == isSimplified) { $('body').s2t(); // 简体转繁体 setCookie('jquerys2t_1573822909', 'zh'); $(obj).text('简体'); } else { $('body').t2s(); // 繁体转简体 setCookie('jquerys2t_1573822909', 'cn'); $(obj).text('繁體'); } }); })(jQuery); }