.map_title{
	height: 40px;
	display: block;
	padding-left:30px ;
	line-height: 40px;
	font-size: 16px;
	font-family: "微软雅黑";
	background: #F4F4F4;
}
#map{
	width: 764px;
	height: 500px;
}
#provice_list{
	height: auto;
	margin: 10px 10px 10px 80px;
}
#provice_list li{
	width: 100px;
	height: 30p;
	margin-left: 65px;
	float: left;
	font-size: 14px;
	color: #666666;
	list-style:disc;
}
#provice_list li a{
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
#provice_list li a:hover{
	text-decoration: underline;
}

#details{
	width: 100%;
	border-collapse: collapse;
}
#details td{
	height: 32px;
	line-height: 32px;
	color: #333333;
	font-size: 14px;
	font-family: '宋体';
	text-align: center;
	border: solid 1px #CCCCCC;
}
#details td.td1{
	width: 35%;
}
#details td.td2{
	width: 65%;
}
#details thead tr td{
	background: #F2f2f2;
}
#details tbody tr td{
	
}
.about_container1 {
    border-width: 2px 1px 1px;
    border-style: solid;
    border-color: #CE0000 #DDD #DDD;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 764px;
    min-height: 880px;
}