<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ========= æ¡Œé¢ç”µè„‘å¸ƒå±€: 1024px è‡³ 1280pxã€‚æ&nbsp;·å¼ç»§æ‰¿è‡ª: ç”µè„‘å°å±å¹•å¸ƒå±€ã€‚ ========= */
@media only screen and (min-width: 1024px) {

/* ====== ====== æ–°é—»é¡µé¢ news ====== ====== */
/*  .qrcode äºŒç»´ç&nbsp;åŒºåŸŸ  */
#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%; }

}</pre></body></html>