/*顶部要闻*/
.top-news{clear:both;z-index:1800;margin:0;height:400px;text-align:left; color:#666;background:#fff;overflow:hidden;}
	.top-news .left-box{float:left;position:relative;width:660px;height:400px;background:#fff;overflow:hidden;}
	.top-news .right-box{float:right;position:relative;width:320px;height:400px;background:#fff;border-bottom:1px solid #ddd;overflow:hidden;}	
	.top-news .heaer-title{
		clear: both;
		height:155px;
		background: #eaeaea;
		overflow: hidden;
	}
	.top-news .heaer-title h3{
		clear: both;
		margin: 0;
		padding: 0;
		text-align: left;
		font-size: 20px;
		height:60px;
		line-height: 30px;
		overflow: hidden;
	}
	.top-news .heaer-title p{
		clear: both;
		margin: 0;
		padding: 0;
		text-align: left;
		font-size: 14px;
		height:75px;
		line-height: 25px;
		overflow: hidden;
	}
	.heaer-title a,.heaer-title a:hover{
		text-decoration: none;
	}