/* ========= 桌面电脑布局: 1024px 至 1280px。样式继承自: 电脑小屏幕布局。 ========= */
@media only screen and (min-width: 1024px) {
	

	
	
	
	
	
	
	
	/*  .qrcode 二维码区域  */
#header .qrcode{
    display:none;
}

/* ====== 内容而-公共区块 ====== */
section{ /* 公共区块 */

	
}
section article{ /* 文章内容块 */
	
}
section article h1{margin-top:0.5%}
section article h6{ 
	margin-top:1%;
	text-align:center;  
}
section article h5{margin:0; padding:0; padding-bottom:10px; }


section aside{ /* 内容其他块 */
	
	height:auto;
	background:none;
	
}




}