@charset "utf-8";
/* CSS Document */
.n-main-wrapper{
	height:100%;
	width:960px;
	margin:0 auto;
	margin-bottom: 15px;
	}
.n-main-wrapper .n-name-title{
	width:960px;
	height:50px;
	background:#e60012;
	margin-top:15px;
	margin-bottom:15px;
}
.n-main-wrapper .n-name-title .n-title{
	margin-left:15px;
	display:inline-block;
	line-height:55px;
	font-size:24px;
	color:#FFF;
}
.n-main-wrapper .n-news-warpper{
	width:960px;
	height:264px;
	display:inline-table;
	 
	}
.n-main-wrapper .n-news-warpper .n-news-left-content{
	width:700px;
	height:264px;
	display: inline-block;
	background:#fff;
	margin-bottom:20px;
}
.n-main-wrapper .n-news-warpper .n-news-left-content a ul li{
	display: block;
	padding:0px 35px;
	overflow:hidden;
	}
.n-main-wrapper .n-news-warpper .n-news-left-content a ul li h1{
	width:500px;
	height:40px;
	float:left;
	display:block;
	overflow:hidden;
	margin-top:40px;
	}
.n-main-wrapper .n-news-warpper .n-news-left-content a ul li h3{
	float:right;
	margin-top:10px;

}
.n-main-wrapper .n-news-warpper .n-news-left-content a ul li p
{
	margin-top:10px;
	width:630px;
	height:108px;
	overflow:hidden;
	display:block;
	
}

.n-main-wrapper .n-news-warpper .n-news-left-content a ul li span
{
	margin-top:40px;
	float:right;	
}
	
	
.n-main-wrapper .n-news-warpper .n-news-right-content
{
	width:260px;
	height:264px;
	background:#fff;
	float:right;
	display: table-cell;
}
.n-main-wrapper .n-news-warpper .n-news-right-content img{
	width:206px;
	height:186px;
	margin-top:40px;
	margin-left:5px;
	}