.allcity {
    display: none;
}
.allcity ol {
    background: #ffffff;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}
.allcity li {
    padding: 23px 0;
}
.allcity li:hover {
    background: #fafafa;
}
.allcity li:hover .city_label strong {
    background-color: #cccccc;
    color: #ffffff;
}
.allcity .city_options {
    width: 84%;
}
.allcity .city_options a {
    display: inline-block;
    line-height: 23px;
    padding: 0 10px;
    font-size: 14px;
    color: #555;
}
.allcity .city_options a.selected {
    background: #3F66F6;
    color: #ffffff;
}
.allcity .city_label {
    width: 8%;
    text-align: center;
}
.allcity .city_label strong {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #fafafa;
    font-size: 18px;
    font-weight: 700;
    color: #555;
    line-height: 32px;
    text-align: center;
}
@media (min-width: 1170px) {
    .allcity .city_label strong {
        margin-right: 40px;
    }
}

@media (max-width: 1170px) {
    .main {
        padding-top: 20px;
    }
}

.pager input {
    width: 70px;
}

.screen-content {
    padding-right: 16px;
}

.activity:first-child {
    margin-top: 108px;
}

.company-img img {
    width: 96px;
    height: 96px;
    object-fit: scale-down;
}