/*
******************************
********** author:@zhou小白猪
********** css:index.css
******************************
*/



@import "common.css";


.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;
}