.breadcrumb li:before{
    content: none !important;
}

.city{
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.city a{
    padding: 0 10px;
}

.city a.active{
    color: #00589e;
    font-weight: bold;
}

.gyzs{
    width: 100%;
}

.gyzs tr{
    height: 34px;
    line-height: 34px;
    border: 1px solid rgb(201,201,201);
    color: rgb(113,113,113);
}

.gyzs th, .gyzs td{
    padding: 0 10px;
}
.gyzs th{
    background-color: rgb(238,238,238);
}

.gyzs th:nth-child(2), .gyzs td:nth-child(2),.gyzs th:nth-child(3){
    text-align: center;
}
