@charset "utf-8";
/* CSS Document */

html,/* CSS Document */ body, h1, h2, h3, h4, h5, h6, ul, ol, div, dl, dt, dd, li, div,p {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px Arial, "宋体";
	color: #333;
	background: #e6e6e6 url(../images/news_view/bg_mainbox.gif) repeat-y center;
}
a {
	color: #333;
	text-decoration: none;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f60;
	text-decoration: underline;
}
ul, ol, li {
	list-style: none;
}
img,fieldset {
	border-width: 0px;
}
.clear {
	clear: both;
}#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	width: 800px;
	overflow: hidden;
	line-height: 35px;
	background: url(../images/news_view/bg_nav_bg.gif) repeat-x;
	height: 35px;
	margin-bottom: 5px;
}
#nav li {
	background: url(../images/news_view/bg_nav_line.gif) no-repeat right;
	float: left;
}
#nav li a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#nav li a:hover {
	text-decoration: underline;
}


