@charset "utf-8";
/* CSS Document */
.content_row {
    float: left;
    padding: 20px 0 40px 20px;
    text-align: justify;
    width: 640px;
}
.map_title {
	display: inline-block;
	border-bottom: 1px solid #FFFFFF;
}
.mark_icon {
	float:left; 
	display:block; 
	padding: 6px 5px;	
}
.map_title h3{
	color: #444242;
    font-weight:bold;
    font-size:16px;
    line-height:30px;
	display: inline-block;
	letter-spacing: 0.5px;
	width: 180px;
}
.map_list {
	padding-left: 15px;	
}
.map_list a {
	color: #444242;
    font-weight:bold;
    font-size:14px;
    line-height:25px;
	text-decoration: none;
}
.map_list a:hover {
	color: #6dbab1;  /*******修改  ----@@-ToToRo_20150212*******/
	text-decoration: underline;
}
.dot {
	color: #6dbab1;  /*******修改  ----@@-ToToRo_20150212*******/
    font-weight:bold;
    font-size:8px;
    line-height:25px;
	padding: 10px;	
	font-family:"Pmingliu";
}
.dot2 {
	color: #e96d00;
    font-weight:bold;
    font-size:8px;
    line-height:25px;
	padding: 10px 14px;
	opacity: 0;
}
.dot3 {
	color: #e96d00;
        font-weight:bold;
    font-size:8px;
    line-height:25px;
	padding: 10px 0 10px 50px;
	opacity: 0;
}
table.hr {
    border-spacing: 1px;
    margin: 0;
    padding: 0;
    width: 100%;
	height: auto;
}
table.hr tr td {
	color: #424141;
	    font-weight:bold;
    font-size:13px;
    line-height:15px;
	vertical-align: top;
	padding-bottom: 25px;
}
.img_icon {
	padding-right: 4px;	
}