body {
    background-color: #f0f0f0;
	color: #333333;
	font-size: 14px;
}
a:link, a:visited {
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}
a:hover, a:active {
	color: #a40000;
	text-decoration: underline;
}
#header {
	margin: auto;
	width: 1004px;
}

.animation {
	height: 254px;
}
.nav {
	height: 34px;
	width: 992px;
    margin: 0 auto;
    border: 1px solid #d10e02;
    background: url(../images/bg-nav.gif) repeat-x;
    padding-left: 10px;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.nav a:link, .nav a:visited {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	width: 94px;
	text-align: center;
	float: left;
	display: block;
}
.nav a:hover, .nav a:active {
	color: #ffefd7;
	text-decoration: none;
}
.nav b {
	width: 5px;
    height: 34px;
	overflow: hidden;
	float: left;
	display: block;
}
#wrapper {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 10px;
    background: #FFFFFF;
}

#footer {
	border-top: 4px solid #0A7CEF;
    width: 1004px;
    background: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 20px;
    margin: 0 auto;
    padding-top: 1px;
    font-weight: 700;
}
#footer .link {
    background: url("../images/navBg.gif") repeat-x scroll 0 0 #f6f6f6;
    border-top: 1px solid #0794d4;
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 40px;
}
#footer .link h3 {
    font-size: 12px;
    font-weight: 700;
    padding-right: 10px;
}
#footer .link a:link, #footer .link a:visited {
	color: #333;
    font-weight: 300;
	cursor: pointer;
	text-decoration: none;
}
#footer .link a:hover, #footer .link a:active {
	color: #0A7CEF;
    font-weight: 700;
	text-decoration: underline;
}
#footer table .td_links {

}
#footer table .td_links span {
	font-size: 12px;
	margin-left: 10px;
	*margin-left: 6px;
}

/* ¹Ì¶¨ÑùÊ½µÄ 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;
}
.tb_pic {
    margin-bottom: 5px;
}
.pic_area {
	background-color: #efefef;
	width: 190px;
    margin: 0 5px 10px 0;
    padding-bottom: 5px;
    font-weight: 700;
    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;
    font-weight: bolder;
}
.td_pagebar {
    border-top: solid 1px #e0e0e0;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.tips {
    background: transparent url(../images/top2018.jpg) no-repeat 0 0;
    font-size: 12px;
    height: 80px;
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    
}
.tips label {
	font-weight: 700;
    padding-left: 40px;
}
.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;
}