@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 及更低。 */

/* ====== ====== 新闻页面 news ====== ====== */
/*  .qrcode 二维码区域  */
#header .qrcode{
    display:none;
}
/* ====== 内容而-公共区块 ====== */
section{ /* 公共区块 */


	
}
section article{ /* 文章内容块 */


	
}
/* 动态列表 */
section article.news{}
/* 动态循环列表 */
section article.newsArray .array{
	
	margin-bottom:1.5em;
	
}
section article.newsArray .array img{
	margin-right:2%;
	
	/* width:18em;
	height:10em; */
	float:left;
	border-radius:5px;
}
section article.newsArray .array li{
	

}
section article.newsArray .array li.title{}
section article.newsArray .array li.synopsis{}
section article.newsArray .array li.other{ }

section article hr{}
section article h1{}
section article h6{} /* 标题下面的内容 */
section article h6{  }
section article h6 span{  }


section article ul.next li{  } /* 下一篇 */

section aside{ /* 内容其他块 */
	
	
}


