@charset "gb2312";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin:0;
	padding:0;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
address, cite, dfn, em, var {
	font-style:normal;
}
ul, ol {
	list-style:none;
}
a {
	text-decoration:none;
	color: #333;
}
a:hover {
	text-decoration:underline;
	color: #FF3300;
}
img {
	border-style: none;
}
body {
	background: #EAEAEA;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
#header {
	text-align: center;
	width: 100%;
}
#banner {
	background: url(banner.jpg) no-repeat center top;
	height: 280px;
}
#nav {
	background: #000;
	border-top: 1px solid #FFF;
	height: 34px;
	color: #999;
	text-align: center;
	overflow: hidden;
}
#nav ul{
	width: 990px;
	margin: 0px auto;
}
#nav ul li{
	float: left;
}
#nav ul li a {
	color: #FFF;
	display: block;
	line-height: 34px;
	padding: 0px 15px;
	height: 34px;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#nav ul li a:hover {
	color: #FF9;
	text-decoration: none;
	background: #333;
}
.wrap-inner {
	margin: 0px auto;
	padding: 20px 0px 0px;
	width: 990px;
	position: relative;
	text-align: left;
}
.container {
	position: relative;
}
.col-main, .col-sub {
	width:580px;
	float:left;
	position: relative;
}
.col-sub {
	width: 410px;
	float: right;
}
.detail {
}
.detail h5 {
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	font-size: 14px;
}
.detail h5 a, .detail .more {
}
.detail .pic {
	float: left;
	margin-right: 10px;
}
.detail .pic img {
}
.detail .txt {
	font-size: 14px;
}
.detail p {
	color: #333;
}
.box {
	clear: both;
	position: relative;
}
.arc-list li {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.arc-list li a {
}
.hd {
	margin-bottom: 10px;
}
.hd h4 {
	height: 20px;
	position: relative;
}
.hd h4 span {
	position: absolute;
	top: 0px;
	right: 12px;
	font-size: 12px;
	font-weight: normal;
}
.hd h4 span a {
	color: #ccc;
}
.bd {
	clear: both;
}
.mar-top {
	margin-top: 12px;
}
#column-1 {
	text-align: left;
}
#column-1 .col-sub {
}
#column-1 .col-sub .box {
	padding: 10px;
	background: #FFF;
	font-size: 12px;
}

#column-2, #column-3,, #column-4 {
	margin-top: 20px;
}
#column-2 .hd, #column-3 .hd, #column-4 .hd {
	background: #000;
}
#column-2 .col-main h4 {
	background: #0054A7 url(t_r4_c3.jpg) no-repeat left top;
	;
}
#column-2 .col-main .bd {
	padding: 15px 20px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}
#column-2 .col-sub .box {
	background: #F0F7FD;
}
#column-2 .col-sub h4 {
	background: #0060B4 url(t_r6_c6.jpg) no-repeat right top;
}
#column-3 .bd {
}
.item-list {
	position: relative;
	padding-bottom: 5px;
}
.item-list li {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
	width: 194px;
}
.item-list .last {
	margin-right: 0px;
}
.item-list .detail .pic {
	float: none;
}
.item-list .pic img {
}
.item-list a:hover .pic img {
}
.item-list .detail h5 {
	white-space: nowrap;
	height: 22px;
	line-height: 22px;
	font-weight: normal;
	font-size: 12px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #333;
	width: 194px;
	padding: 0px 10px;
}
.item-list .detail h5 a {
	color: #FFF;
}
.item-list .detail h5 a:hover {
	color: #FF9;
	text-decoration: none;
}
#footer {
	text-align: center;
	padding-top: 10px;
	border-top: 4px solid #000000;
	font-size: 12px;
	margin-top: 15px;
}
.foot-inner {
	text-align: center;
	margin-bottom: 20px;
}
.more {
	color: #F00;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*html .clearfix {
	height:1%;
}