@import url(footer.css);

.bg_grey{
	background:#7A7A7A;
}
.height_100{
	height:30px;
}
.font_14{
	font-size:14px;
}
.font_22{
	font-size:22px;
}
.color_blue{
	color:#41B3FF
}
.bd_right_grey{
	border-right:2px solid #ABABAB;
}
.width_200{
	width:200px;
}
.width_250{
	width:250px;
}
.province_block{
	background:#FDF6EE;
}
.province_item{
	width:1150px;
	padding:15px 0;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.province_item .title{
	width:200px;
	float:left;
	border-right:2px solid #41B3FF;
}
.province_content{
	padding-left:10px;
	float:left;
	overflow:hidden;
}
.item_link{
	overflow:hidden;
}
.item_link a{
	width:50px;
	height:25px;
	font-size:13px;
	float:left;
	text-align:left;
}
.nav_link{
	height:40px;
	line-height:40px;
	padding-left:30px;
	font-size:13px;
	margin-bottom:10px;
}
.nav_link a{
	color:#A6A6A6;
	font-family:"Microsoft YaHei";
}
.tb_item{
	width:1000px;
	margin-bottom:30px;
	border-top:4px solid #4499EE;
	border-bottom:2px solid #DFDFDF;
}
.tb_item thead{
	background:#EEEEEF;
}
.tb_item tr{
	height:60px;
}
.col_1{ width:520px;}
.col_2{ width:80px;}
.col_3{ width:125px;}
.col_4{ width:190px;}
.col_5{ width:85px;}
.color_blue{
	color:#4499EE;
}
.color_brown{
	color:#AFAF5F;
}
.bd_bottom_grey{
	border-bottom:2px solid #DFDFDF;
}
.item_content tr{
	border-bottom:1px dashed #DFDFDF;
}
.item_content td, .tb_item thead td, .item_title td{
	padding-left:15px;
}
.tb_btn{
	padding:6px 10px;
	color:#fff;
}
.bg_color_blue{
	background:#4499EE;
}
.bg_color_black{
	background:#545454;
}