@charset "utf-8";
/* CSS Document */
#news {
	background:url(../../index/images/news.png) no-repeat;
	background-position:bottom right;
	margin:0px auto 0;
}
#l_nav {
	margin:20px auto 0;
}
#l_nav ul {
	margin:0 0 0 10px;
}
#l_nav li {
	display:inline-block;
	border-left:1px solid #5e5e5e;
	height:14px;
}
#l_nav li:last-child {
	border-right:1px solid #5e5e5e;
}
#l_nav li a {
	padding:3px 10px 3px 10px;
	color:#fff !important;
	font-weight:bold;
	text-decoration:none;
}
#news_list {
	margin:20px auto 100px;
	clear:left;
}
#news_list li {
	width:100%;
	margin:0 auto 20px;
	background-color:#000;
	height:100px;
}
.n_list_img {
	width:133px;
	float:left;
}
.n_list_text {
	width:770px !important;
	height:80px;
	float:left;
	margin:10px 0 10px 10px;
	color:#fff;
}
.date {
	margin:0 0 15px 0;
	height:20px;
	width:85px;
	text-align:center;
	line-height:20px;
	background-color:#919191;
	border-radius:5px;
}