@charset "utf-8";
/* CSS Document */
body { font-size:16px; font-family:"微软雅黑", "宋体", "黑体", "仿宋"; color:#333; background:url(bg.jpg) no-repeat center top #fef7f5;}
.container { width:1280px; margin:0 auto}
.top { height:620px; margin-bottom:23px; line-height:0}
	.top img { width:100%}
.main { overflow:hidden; width:93.75%; margin:0 auto 2em}
.jujiao { float:right; width:46%; height:342px; margin-bottom:35px; }
.clmname { height:51px; padding:4px 0 0 10px; margin-bottom:10px; line-height:0; text-align:left; border-bottom:2px solid #c90027}
.area { clear:both; margin-bottom:30px}
.newslist { overflow:hidden;}
	.newslist li { float:left; width:46%; line-height:3.3em; text-align:right; font-size:.75em; color:#bfbfbf; box-sizing:border-box;}
	.newslist li:nth-child(2n) { float:right}
	.newslist li a { overflow:hidden; float:left; display:block; width:80%; text-align:left; font-size:1.67em; line-height:2em; color:#333; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis}
	.jujiao .newslist li { float:none; width:100%; padding:0 0 0 2%; text-align:left;}
		.jujiao .newslist li a { float:none; width:100%}


#SlideArea { float:left; width:50.67%; height:342px; margin:0 auto 35px; }
.SlideArea ul li .img { display:block; width:100%; height:100%}
.SlideArea ul li .mask { position:absolute; left:0; right:0; bottom:0; height:60px; background:#000; opacity:.5; filter:alpha(opacity=50)}
.SlideArea ul li .word { position:absolute; left:0; right:0; bottom:0; height:60px; line-height:40px; font-size:15px; color:#fff; text-align:center; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; overflow:hidden}
	
@media screen and (max-width:1279px) {
	body { background-image:none}
	.container { width:100%}
	.top { height:auto;}
}

@media screen and (max-width:890px) {
	.jujiao { float:none; width:100%}
	.newslist li { float:none; width:100%;}
	.newslist li .time { display:none}
	.newslist li a { float:none; width:100%}
	#SlideArea { float:none; width:90%;}
}

@media screen and (max-width:640px) {
	#SlideArea { width:100%; height:220px;}
}



