@charset "utf-8";
/* CSS Document */
body { background:#fafafa}
.banner { padding:1.2em 1em; line-height:1.5em; text-align:center; font-size:50px; font-family:'黑体'; color:#fff; font-weight:bold; background:#C00;}
.zhaiyao { overflow:hidden; width:88%; box-sizing:border-box; margin:1em auto; padding:1em 1.5em; line-height:2em; font-size:.9em; color:#000; background:#fff; border:1px solid #ddd}
	.zhaiyao h2 { width:6em; height:1.5em; margin-bottom:.3em; line-height:1.5em; text-align:center; color:#fff; letter-spacing:.2em; background:#888}
.news { clear:both; overflow:hidden; width:88%; margin:1em auto; font-size:1em; color:#888; text-align:center; }
	.news li.xw { clear:both; overflow:hidden; padding:1.5em .5em; text-align:left; border-bottom:1px solid #cecece}
		.news li.xw .title { display:block; margin-bottom:.4em; font-size:1.5em; line-height:1.5em; color:#333;}
		.news li.xw .title img { float:left; width:220px; margin:.2em 1em .2em 0; }
		.news li.xw .summary { font-size:.9em; line-height:1.8em; text-indent:2em; color:#999;}
		.news li.xw .time { display:block; margin-top:.5em; font-size:.8em; color:#bbb}


@media screen and (max-width:799px){
	.banner { font-size:2em;}
	.zhaiyao { width:92%;}
		.zhaiyao h2 { width:4em; height:1.3em; margin-bottom:.3em; line-height:1.3em; text-align:center; color:#fff; letter-spacing:.3em; background:#979d9f}
		.zhaiyao h2 { width:4em; letter-spacing:.3em; }
	.news { width:92%; text-align:center;}
		.news li.xw { padding:.5em 0; text-align:left; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; line-height:4em; border-bottom:1px solid #cecece}		
		.news li.xw .title { clear:both; width:100%; font-size:1em; color:#333; word-break:break-all; white-space:pre-wrap }
		.news li.xw .title img { width:20%; margin:.2em .5em 0 0}
		.news li.xw .summary,ul.news li .time { display:none}
}