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

/* ====== ====== 新闻页面 news ====== ====== */
/*  .qrcode 二维码区域  */
#header .qrcode{
    display:none;
}
#news{ margin-top:1.5em; }
/* 动态列表 */
section article.newsArray{}
/* 动态循环列表 */
section article.newsArray .array{
	
	
}
section article.newsArray .array img{
	margin-right:2%;	
	width:14em;
	height:7.75em;

}
section article.newsArray .array li{ padding-right:1.5%;}
section article.newsArray .array li.title{ 
	margin-bottom:1%;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	
	
}
section article.newsArray .array li.synopsis{ max-height:4.5em; line-height:1.4em; overflow:hidden; }
section article.newsArray .array li.other{ 
	margin-top:0.5em;
	font-size:0.8em;
	color:#999;
	text-align:center;
}
section article.newsArray .array li.other span{ margin-right:2%; }

}