@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: #f4f4f4;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #333;
}
#header {
	text-align: center;
	width: 100%;
	background: #eaeaea;
}
#banner {
	background: url(banner.jpg) no-repeat center top;
	height: 200px;
}
.wrap-inner {
	margin: 0px auto;
	padding: 15px 0px 0px;
	width: 988px;
	position: relative;
	text-align: left;
	background: #FFF;
}
.container {
}
.col-main,.col-sub{
	width:603px;
	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{
	color: #039;
}
.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{
	color: #039;
}
.hd h4{
	height: 32px;
}
.bd{
	clear: both;
	padding: 15px;
}
#column-1 {
	text-align: left;
	margin: 15px auto 0px;
	width: 988px;
}
#column-1 .col-sub {
}
#column-1 .col-sub .box {
	background: #CCC;
	text-align: center;
}
#column-1 .col-main{
	background: url(icon_l.gif) no-repeat left 70px;
	height: 315px;
}
#column-1 .col-main .detail{
	background: url(icon_r.gif) no-repeat right 270px;
}
#column-1 .col-main .detail h5{
	text-align: center;
}
#column-1 .col-main .detail .txt {
	padding: 20px 50px 15px;
	font-size: 14px;
	line-height: 26px;
}
#column-2{
	background: url(mid_bg.jpg) repeat-y right top;
}

#column-2 .col-main .hd {
	background: url(t_l_bg.gif) no-repeat left top;
	padding-left: 9px;
	position: absolute;
	left: -9px;
	top: 0px;
	height: 42px;
	width: 603px;
}
#column-2 .col-main h4 {
	background: #004EA1;
}
#column-2 .col-main .bd {
	padding: 47px 0px 15px 20px;
}
#column-2 .col-main .bd .detail h5{
	font-size: 18px;
	padding-bottom: 10px;
}
#column-2 .col-main .bd .detail h5 a{
	color: #039;
	font-size: 24px;
}
#column-2 .col-main #zj .bd .detail {
	border-bottom: 1px dashed #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#column-2 .col-main #zj .bd .detail h5{
	font-size: 14px;
	padding-bottom: 0px;
	line-height: 24px;
}
#column-2 .col-main #zj .bd .detail h5 a{
	color: #039;
	font-size: 14px;
}
#column-2 .col-sub {
	background: #F4f4f4;
}
#column-2 .col-sub .box {
	border-top: 1px solid #FFF;
}
#column-2 .col-sub .line-no {
	border-top: none;
}
#column-2 .col-sub h4 {
	background: #EB9800;
	text-align: left;
}
#column-2 .col-sub h4 {
	background: #EB9800;
	text-align: left;
}
#column-2 .col-sub .bd .detail p a {
	color: #C00;
}
#column-2 .col-sub .bd .detail p {
	margin: 0px;
	padding: 0px;
}
#column-2 .col-sub .bd .detail hr {
	margin: 10px 0px;
	padding: 0px;
	color: #666;
	height: 0px;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#footer {
	text-align: center;
	padding-top: 10px;
	border-top: 4px solid #1B57A3;
}
.foot-inner{
	text-align: center;
	margin-bottom: 20px;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
*html .clearfix{height:1%;}