@charset "utf-8";
/* CSS Document */
.sus-content{
	width:920px;
	height:auto;
	float:left;
}
.menu {
	width:920px;
	height:30px;
	border-bottom:1px solid #9aadb4;
	float:left;	
}
.menu ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.menu ul li{
	padding-top:8px;
	padding-bottom:5px;
	background:url(../images/sus/menu2.png);
	width:180px;
	float:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	height:17px;
	margin-right:5px;
	text-align:center;

}
.menu ul li:hover{
	background:url(../images/sus/menu1.png);
	
}
.menu ul li a{
	color:#fff;
	
}
.menu ul li:hover a{
	color:#fff;
	
}
.menu ul li.current{
	background:url(../images/sus/menu1.png);
	
}
.sus-list {
	width:920px;
	height:auto;
	margin-top:20px;
	float:left;	
}
.sus-list ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.sus-list ul li{
	background:#d3d3e9;
	width:290px;
	float:left;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#324453;
	height:205px;
	margin-right:25px;
	text-align:center;
	margin-bottom:20px;
	
	
	
}
.sus-list ul li:hover{
	background:#333d73;
	color:#fff;
	cursor:pointer;
}
.text-top{
	width:215px;
	height:30px;
	padding-top:8px;	
}
.csr-top{
	width:930px;
	height:auto;
	float:left;
	margin-top:20px;
}
.csr-top-box{
	width:408px;
	float:left;
	height:auto;
	background:#fff;
	border:1px solid #e7e6e6;
	padding:20px;
	font:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#6b6b6b;	
}
.csr-date{
	font:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
		
}
td.csr-date{
	padding-bottom:10px;
		
}
.csr-top-news{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#fff;
	background:#353498;
	padding:5px;
	margin-bottom:5px;	
}
.csr-line{
	width:920px;
	height:1px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	background:#e6e6e6;	
}
.csr-news-list{
	width:920px;
	height:auto;
	float:left;
}
.csr-news-list ul li{
	width:408px;
	float:left;
	height:auto;
	padding:20px;
	font:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#6b6b6b;
	background:#fff;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #e7e6e6;
}
.csr-news-list-date{
	width:100%;
	float:left;
	background:#fff;
	padding:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	margin-bottom:10px;	
}
.csr-news-list-view{
	float:right;	
}
.csr-news-list-detail{
		width:420px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#6b6b6b;
	margin-bottom:10px;	
}
.csr-news-detail{
	width:930px;
	float:left;
	margin-top:10px;
	height:auto;
		
}
.csr-detail{
	width:880px;
	float:left;
	height:auto;
	border:1px solid #e7e6e6;
	background:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#6b6b6b;
	line-height:18px;
	padding:20px;	
}
.social{
	float:left;
	width:920px;
	margin-top:20px;
	padding-left:10px;	
}
.paging{
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
}
.paging  a.num{
	background:#afce94;
	border:1px solid #afce94;
	border-radius:50px;
	padding:1px;
	color:#fff;
	}
	.paging  a.num:hover{
	background:#73a04c;
	border:1px solid #73a04c;

	}
.paging  a.current{
	background:#73a04c;
	border:1px solid #73a04c;

	}