﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: #537EFF;
	font-size: 12px;
}

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrap
{
	width: 954px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}

#header
{
	width: 954px;
	height: 283px;
	position: relative;
	z-index: 10;
}

#footer
{
	clear: both;
	margin-top: 3px;
	background-color: #eeeff2;
	background-image: url(images/index_45.gif);
	background-position: 753px center;
	height: 75px;
	background-repeat: no-repeat;
}
#footer p
{
	padding-top: 15px;
	padding-left: 15px;
	color: #999999;
	line-height: 24px;
}
.nr
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.nr li a
{
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap; 
    display: inline-block;
}

/*-----栏目统一样式---*/
.category
{
	background-color: #F7F7F7;
	border: 1px solid #E1E1E1;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0px 6px;
}

.header
{
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	border-bottom: 1px solid #E1E1E1;
	padding: 0px;
}

.ddcenter
{
	text-align: center;
}

a:link,
a:visited
{
	font-weight: lighter;
	color: #737073;
	font-style: normal;
	text-decoration: none;
}

a:hover,
a:active
{
	font-weight: lighter;
	font-size: 12px;
	color: #d20000;
	font-style: normal;
	text-decoration: none;
}