.cent {
  height: auto;
  width: 1200px;
  margin: 0 auto;
}

#left {
  width: 300px;
  float: left;
  height: 623px;
  border: 1px solid #8BCB85;
  border-radius: 19px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  -o-border-radius: 19px;
}

.column-autostation-map {
    position: relative;
    float: left;
    width: 500px;
    height: 535px;
    border: 1px solid #F0F0F0;
}

.column-autostation-maps{
	position: relative;
    float: left;
}

.column-autostation-maps .obtid{
	position: absolute;
	cursor: pointer;
}
.column-autostation-maps .obtid .num{
	font-size: 12px;
	margin-bottom: -6px;
	font-weight: bold;
	color: blue;
}
.column-autostation-maps .obtid1{
	top: 276px;
	right: 112px;
}
.column-autostation-maps .obtid2{
	top: 240px;
	left: 135px;
}
.column-autostation-maps .obtid3{
	top: 326px;
	left: 232px;
}
.column-autostation-maps .obtid4{
	top: 172px;
	right: 196px;
}
.column-autostation-maps .obtid5{
	top: 364px;
	left: 154px;
}
.column-autostation-maps .obtid6{
	top: 450px;
	left: 170px;
}
.column-autostation-maps .obtid7{
	top: 308px;
	left: 142px;
}
.column-autostation-maps .obtid8{
	bottom: 92px;
	right: 214px;
}
.column-autostation-maps .tip{
	position: absolute;
	top: 100px;
	left: 100px;
	background: #ffffff;
	box-shadow: 5px 5px 10px #444;
	-moz-box-shadow: 5px 5px 10px #444;
	-webkit-box-shadow: 5px 5px 10px #444;
	border: 1px solid #333333;
	font-size: 12px;
	padding: 5px 10px;
	line-height: 18px;
	display: none;
	z-index: 100;
}
.column-autostation-maps .tip > div{
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.column-autostation-maps > img{
	width: 500px;
	border: 1px solid #dddddd;
}

.column-autostation-table-wrap {
    position: relative;
    float: right;
    width: 502px;
    height: 502px;
    border: 1px solid #AAA;
}

.column-autostation-wrap{
	position: relative;
    float: right;
    width: 495px;
    height: 495px;
}
.column-autostation-wrap #main{
	width: 490px;
	height: 300px;
	margin: 0 auto;
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.column-autostation-wrap .g-module-tips{
	margin-top: 20px;
}
.legend{
	position: absolute;
	bottom: 5px;
	right: 1px;
	background: #ffffff;
	padding: 4px;
}
.legend li{
	padding: 2px 6px;
}
.legend li span{
	font-size: 12px;
}
.legend li img{
	width: 8px;
	height: 8px;
	padding-right: 6px;
}