
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
.map_content{
    padding-bottom: 30px;
}
.map_content .location{
    background: #f1e9d7;
}
.map_content .location a{
    font-size: 16px;
    color: #454545;
    display: inline-block;
    line-height: 30px;
}
.map_content .location a:hover{
    color: #c13737;
}
.location_con{
    padding: 10px 0 10px 38px;
    background: url("../image/location_icon.png") no-repeat 12px;
}
.map_list{
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0 49px 30px 49px;
    border: 1px solid #dddddd;
}
.list_part{
    margin-top: 30px;
}
.list_part .part_title{
    border-bottom: 2px solid #c13737;
    padding-bottom: 10px;
}
.list_part .part_title img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
    vertical-align: bottom;
}
.list_part .part_title a{
    font-size: 22px;
    color: #c13737;
    line-height: 32px;
    display: inline-block;
    font-weight: bold;
}
.list_part .part_list{
    margin-left: -20px;
}
.list_part .part_list li{
    float: left;
    margin: 20px 0 0 20px;
    width: 204px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f7f7f7;
}
.list_part .part_list li a{
    font-size: 16px;
    color: #333;
       display: inline-block;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.list_part .part_list li:hover{
    background: #c13737;
}
.list_part .part_list li:hover a{
    color: #fff;
}
.map_content .xxgk_title{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #c13737;
    margin-top: 30px;
}