@charset "utf-8";
/* CSS Document */
body { font-family:"微软雅黑", "宋体", "黑体", "仿宋"; font-size:16px; color:#333; background:url(bg.jpg) no-repeat center top #fffeb8}
.container { width:1280px; margin:0 auto}
.top { line-height:0}
	.top img { width:100%}
.main { padding:2.5em 0; margin-bottom:3em; background:#fff8f4}
.headline { margin-bottom:1.5em; padding:0 1em; font-size:2em; line-height:1.2em; color:#c90027; text-align:center; font-weight:bold}
	.headline a { color:#c90027;}
.clmname { margin-bottom:1.5em; line-height:0}
	.clmname img { width:100%}
.newslist { overflow:hidden; margin-bottom:1.6em;}
	.newslist li { float:left; width:50%; padding:0 3em; line-height:3.1em; text-align:right; font-size:.8em; color:#bfbfbf; box-sizing:border-box;}
	.newslist li a { overflow:hidden; float:left; display:block; width:80%; text-align:left; font-size:1.5em; line-height:2em; color:#333; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis}


@media screen and (max-width:1279px) {
	.container { width:100%}
}

@media screen and (max-width:890px) {
	.newslist li { float:none; width:100%; padding:0 1em;}
	.newslist li .time { display:none}
	.newslist li a { float:none; width:100%}
	.info .jiguan { display:none}
}