.wip_bg {
	width: 100%;
}

.wip_col {
	width: 95%;
	max-width: 1200px;
	margin: 0px auto 72px;
	min-height: 500px;
}

.wip_local {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	height: 52px;
	color: #666666;
	font-size: 14px;
	background: url(local.png) no-repeat left center;
	padding-left: 30px;
}

.wip_local table {
	color: #666666;
	font-size: 14px;
	line-height: 52px;
}

.wip_local td {
	color: #666666;
	font-size: 14px;
	line-height: 52px;
}

.wip_local a {
	color: #666666;
	font-size: 14px;
	line-height: 52px;
}

.wip_col_left {
	width: 828px;
	float: left;
}

.wip_col_right {
	width: 310px;
	float: right;
	position: relative;
}

.wip_localbg {
	width: 95%;
	margin: auto;
}

.wip_col_top {
	font-size: 24px;
	color: #c61f0c;
	margin: 12px 0px 32px 0px;
}

.wip_col_top a {
	color: #c61f0c;
}

.tab_con_title {
	width: 100%;
	border-bottom: 3px #4078be solid;
	padding-bottom: 6px;
}

.tab_con_li {
	padding: 0px 32px;
	line-height: 40px;
	height: 45px;
	color: #184992;
	font-size: 18px;
	float: left;
}

.tab_con_li a {
	color: #184992;
}

.tab_con_li:hover {
	color: #ffffff;
	font-weight: bold;
	background: url(col_bg.png) center bottom;
}

.tab_con_li:hover a {
	color: #ffffff;
}

.wip_col_listli {
	border-bottom: 1px solid #e6e6e6;
	padding: 30px 0px 27px;
}

.wip_col_listli a {
	color: #333333;
	font-size: 18px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.wip_col_listli span {
	display: block;
	width: 100%;
	height: 22px;
	color: #999999;
	font-size: 14px;
	height: 16px;
	background: url(col_time.png) no-repeat left center;
	text-indent: 25px;
}

.wip_col_listul {
	margin-bottom: 50px;
}



@media screen and (max-width:960px) {
	.wip_col_left {
		width: 100%;
		float: none;
	}
	.wip_col_right {
width: 100%;
		float: none;
	}
}


