@charset "utf-8";
/* 简单流媒体
   注意: 流媒体要求您删除 HTML 中媒体的高度和宽度属性
   http://www.alistapart.com/articles/fluid-images/ 
*/
/* border-radius 圆角 */ 



/*
	Dreamweaver 流体网格属性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	灵感来自于 Ethan Marcotte 的“具有响应的 Web 设计” 
	http://www.alistapart.com/articles/responsive-web-design
	
	和 Joni Korpi 的“黄金网格系统”
	http://goldengridsystem.com/
*/

/* 移动设备布局: 480px 及更低。 */

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

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

section article hr{}
section article h1{margin-top:0.95em}
section article h6{clear:both; } /* 标题下面的内容 */
section article h6{ margin-top:1%; text-align:center; }
section article h6 span,section article h6 span a{ margin-right: 0.7em; color:#666; }
section article h5 img{ width:80%;}

/* section article nav.page{ 分页 
	
}
section article nav.page .pagination{  页码 
	width:auto;
	height:auto;

	overflow:hidden;
	border-radius:5px;
	
	
	}
section article nav.page .pagination li{ 
	float:left;
}
section article nav.page .pagination li.previous{  上一页   }
section article nav.page .pagination li.next{   下一页   }
*/

section article ul.next li{ clear:both; margin-bottom:0.625em;  } /* 下一篇 */

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


