
/*2地图模块样式*/
/*2.1地图导航样式*/
.crumbs-link {
    color: #333;
    line-height: 42px;
}
.crumbs-link a {
    color: #2476E1;
}
/*2.2地图主题样式*/
.xl_siteMap .eic-name {
    padding: 0px 16px 2px;
border-bottom: 1px solid #B6CEFC;
width: 95%;
font-weight:600;
}
.eic-name {
    width: 100px;
    float: left;
    font-family: "宋体";
    font-size: 16px;
    line-height: 31px;
    color: #333;
}
.xl_siteMap .eic-city {
	float:left;
    width: 90%;
    border-bottom: medium none;
	    padding-left: 16px;

}
.eic-city {
    width: 1040px;
    float: right;
    border-bottom: 1px dashed #DDD;
    
}
.xl_siteMap .eicc-area {
    width: 100%;
    float: none;
}
.eicc-area a {
    float: left;
    font-size: 12px;
    color: #2A59A7;
    margin-right: 20px;
	line-height: 30px;
}
.eicc-area a:hover{ color:#f60;}
/*2.2地图smpAreal模块样式*/
.smpArea1 {
    width: 1163px;
    margin-bottom: 36px;
    padding-bottom: 20px;
    border: 2px solid #B6CEFC;
    overflow: hidden;
}

.smpArea1 h2 {
    padding: 10px 16px 10px;
    border-bottom: 1px solid #B6CEFC;
    font-size: 18px;
    line-height: 18px;
}
.smpArea1 p {
    padding: 16px 16px 6px;
    width: 768px;
	float: left;
}
.smpArea1 p span {
    float: left;
    width: 84px;
    font-weight: bold;
    font-size: 13px;
    height: 25px;
    line-height: 24px;
}
.smpArea1 p a {
    float: left;
    margin-right: 20px;
    width: 140px;
    line-height: 24px;
}

