@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: url(bg.png) repeat-x left top;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
#header {
	text-align: center;
	width: 100%;
}

.wrap-inner {
	margin: 0px auto;
	padding: 12px 0px 0px;
	width: 988px;
	position: relative;
	text-align: left;
	background: #FFF;
}
.container {
	margin-right: 12px;
	margin-left: 12px;
}
.col-main, .col-sub {
	width:578px;
	float:left;
	position: relative;
}
.col-sub {
	width:370px;
	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;
}
.col-sub .arc-list li {
	position: relative;
	font-size: 12px;
	line-height: 22px;
	color: #666;
}
.arc-list li a {
}
.hd h4 {
	height: 31px;
	position: relative;
	line-height: 32px;
	overflow: hidden;
	font-size: 16px;
	padding-left: 12px;
	color: #FFF;
	background: #0059AB url(t_r8_c2.jpg) no-repeat left top;
}
.hd h4 span {
	position: absolute;
	top: 0px;
	right: 12px;
	font-size: 12px;
	font-weight: normal;
}
.hd h4 span a {
	color: #ccc;
}
.bd {
	clear: both;
	padding: 15px;
}
.mar-top {
	margin-top: 12px;
}
#column-1 {
	text-align: left;
	background: #EFF7FF;
	height: 320px;
}
#column-1 .col-sub {
	width: 525px;
}
#column-1 .col-sub .box {
	padding: 10px;
}
#column-1 .col-main {
	width: 430px;
}
#column-1 .col-sub .detail {
}
#column-1 .col-sub .detail h5 {
	margin-bottom: 10px;
}
#column-1 .col-sub .detail .txt {
}
#column-2, #column-3 {
	margin-top: 12px;
}
#column-2 .col-main .hd {
}
#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 {
	padding: 5px 0 10px 10px;
}
.item-list {
	position: relative;
}
.item-list li {
	float: left;
	margin-right: 12px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.item-list .last {
	margin-right: 0px;
}
.item-list .detail .pic {
	float: none;
	padding: 4px;
	border: 1px solid #eaeaea;
}
.item-list .pic img {
}
.item-list a:hover .pic img {
}
.item-list .detail h5 {
	white-space: nowrap;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
}
.item-list .detail p {
}
.more {
	color: #F30;
}
#footer {
	text-align: center;
	padding-top: 10px;
	border-top: 4px solid #1B57A3;
	font-size: 12px;
}
.foot-inner {
	text-align: center;
	margin-bottom: 20px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*html .clearfix {
	height:1%;
}