.currentLocation{
    text-align: left;
    line-height: 60px;
    border-bottom: 1px solid #ccc;
    /*margin-bottom: 20px;*/
}
.currentLocation>div{
    width: 1180px;
    margin: 0 auto;
}
@media (max-width: 1250px) {
    .currentLocation>div {
        width: 980px;
    }
}
@media (max-width: 1050px) {
    .currentLocation>div {
        width: 780px;
    }
}
@media (max-width: 900px) {
    .currentLocation>div {
        width: 100%;
    }
}
.currentLocation .icon{
    background: url("../static/img/home.png") no-repeat right center;
    width: 15px;
    height: 14px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    top: 2px;
}

.currentLocation a{
    font-size: 14px;
    color: #666;
}
.currentLocation a:hover{
    text-decoration: none;
    color: #2386ca;
}
