
.business-content-box {
    margin: 40px 0 60px;
}

.business-content {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}

.business-types {
    width: 128px;
    background: #ffffffff;
    margin-right: 20px;
}

.business-type {
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    color: #000000db;
    font-size: 16px;
    font-weight: 400;
    flex: 128px 0 0;
}

.business-type-active {
    background: #063c92ff;
    font-size: 16px;
    font-weight: 500;
}

.business-type-active a {
    color: #ffffffff;
}

.business-box {
    background: #ffffffff;
    width: 100%;
}

.business {
    padding: 20px;
}

.business-item, .business-list-item {
    padding-bottom: 26px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5ff;;
}

.business-title {
    color: #000000db;
    font-size: 18px;
    font-weight: 500;
}

.business-statistics {
    display: flex;
    margin-top: 5px;
    color: #0000004d;
    font-size: 12px;
    font-weight: 400;
}

.business-statistics div {
    margin: 0 5px;
}

.business-intro-box {
    display: flex;
    margin-top: 17px;
    justify-content: space-between;
    align-items: end;
}

.business-intro {
    width: calc(100% - 100px);
    color: #00000099;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.business-look a {
    color: #063c92ff;
    font-size: 14px;
    font-weight: 500;
}

.business-pagination {
    margin: 16px 20px 60px 0;
    display: flex;
    flex-direction: row-reverse;
}

.reply-like img {
    cursor: pointer;
}

.reply-box {
    padding: 20px;
    margin-bottom: 80px;
}

.reply-solicitor {
    width: 100%;
}

.reply-content-box {
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 868px) {
    .business-content {
        display: block;
    }

    .business-types {
        display: flex;
        width: 100%;
        overflow: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .business-pagination {
    margin: 16px 0 10px 0;
    }
}

@media (max-width: 320px) {
    .business-pagination {
        margin: 16px 0 10px 0;
    }
}
