body {
    background-color: #f0f0f0;
	color: #333333;
	font-size: 14px;
	line-height:150%;
}
a:link, a:visited {
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}
a:hover, a:active {
	color: #00479d;
	text-decoration: underline;
}
#header {
	margin: auto;
	width: 1004px;
}
.tips {
    background-color: #f6f6f6;
    font-size: 12px;
    height: 34px;
    padding: 0 10px;
    line-height: 36px;
    
}
.tips label {
	font-weight: 700;
	color: #666;
}
.tips .search{
	background: transparent url(../images/btn-search.gif) no-repeat scroll top;
	border: 0;
	width: 42px;
	height: 19px;
}
.tips .advsearch {
	background: transparent url(../images/btn-advsearch.gif) no-repeat scroll top;
	border: 0;
	width: 66px;
	height: 19px;
}

.animation {
	height: 250px;
}
.nav {
	height: 46px;
    margin: 0 auto;
    background: url(../images/bg-nav.jpg) repeat-x;
    padding-left: 10px;
	line-height: 48px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
.nav a:link, .nav a:visited {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	padding: 0 12px;
	display: block;
	float: left;
	text-align: center;
}
.nav a:hover, .nav a:active {
	color: #fff;
	text-decoration: none;
}
.nav span {
	font-size:12px;
	font-weight:normal;
	display: block;
	float: left;
    height: 40px;
}
#wrapper {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 10px;
    background: #FFFFFF;
}

#footer {
	border-top: 5px solid #3A9701;
    width: 1004px;
    background: #FFFFFF;
	font-size: 12px;
	/*height: 100px;*/
	line-height: 21px;
	padding-bottom: 20px;
    margin: 0 auto;
    padding-top: 1px;
}

/* ¹Ì¶¨ÑùÊ½µÄ Css */

.clear {
    clear: both;
}
.fltl {
    display: inline;
    float: left;
}
.fltr {
    display: inline;
    float: right;
}
.td_dot {
    vertical-align: top;
    width: 20px;
}
.td_line {
    line-height: 16px;
    padding-bottom: 8px;
}
.td_time {
    text-align: right;
	padding-bottom:8px;
	padding-right:10px;
}
.tb_pic {
    margin-bottom: 5px;
}
.pic_area {
    text-align: center;
    line-height: 20px;
    
}
.area_content {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin-right: 5px;
    text-indent: 2em;
    text-align: left;
}
.area_detail {
    display: block;
    float: right;
}
.td_pagebar {
    border-top: solid 1px #e0e0e0;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.td_links{
	text-align:left;	
}