#city .new_cat_city_indus_list h2, #city .new_cat_city_indus_list h4 {
    margin: 0;
    font-size: 24px;
}
.page_sec_title_cat {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.83em 0;
}
#city .city_ind_list_div_main {
    margin-top: 8px;
    margin-bottom: 26px;
    position: relative;
}
#city .city_ind_list_div_ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
#city .city_ind_list_div_ul li {
    display: inline-flex;
    padding-right: 2px;
}
#city .city_ind_list_div_ul li a {
    color: #001965;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 6px;
    padding-right: 6px;
    border-right: 1px solid;
}
#city .city_ind_list_div_ul li:last-child>a {
    border-right: unset;
}