/*
******************************
********** author:@zhou小白猪
******************************
*/

@import "common.css";
@import "other_common.css";

.con_center_box{
	float:left;
	margin-bottom:10px;
}
.con_center_title{
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	border-bottom:3px solid #e6e6e6;
}
.con_center_title .title_text{
	float:left;
	height:40px;
	line-height:40px;
	border-bottom:3px solid #007bc0;
	font-size:18px;
	padding:0 15px;
}
.con_center_title .con_center_current{
	float:right;
}
.con_center_title .con_center_current span.text{
	color:#707070;
}
.con_center_title .con_center_current span.ico{
	color:#999;
	margin:0 5px;
}
.con_table{
	width:450px;
	height:auto;
	float:left;
	margin-top:25px;
	margin-right:10px;
}
.con_table table{
	width:100%;
	height:auto;
	float:left;
}
.con_table table td{
	width:auto;
	height:35px;
	line-height:35px;
	font-size:15px;
	color:#505050;
	padding:0 5px;
}
.con_table table td.td_left{
	width:100px;
	height:auto;
	text-align:right;
}
.con_map{
	width:518px;
	height:400px;
	float:left;
	background:#fff;
	margin-top:25px;
	padding:5px;
	border:1px solid #d7d7d7;
}