.contentMap {
    width: 1190px;
    overflow: hidden;
    margin: 30px auto;
}

.sigCont {
    font-size: 16px;
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 1100px;
}
.crumb {
    width: 1190px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.crumb a, .crumb img {
    float: left;
}
.crumb a {
    font-size: 12px;
    color: #666;
    text-decoration: underline;
}
.crumb img {
    padding-top: 21px;
    margin-left: 6px;
    margin-right: 9px;
}