﻿.server-item {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 13px 28px 20px 17px;
    margin-bottom: 14px;
}

.server-item:hover {
    background: #eee;
}

.server-message {
    justify-content: space-between;
    margin-bottom: 11px;
}

.dis {
    display: flex;
    align-items: center;
}

.server-address {
    justify-content: space-between;
    margin-bottom: 19px;
}

.server-time {
    justify-content: space-between;
    font-size: 14px;
    color: #999;
}

.company-img {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    margin-right: 13px;
}

.company-name {
    font-size: 16px;
    font-weight: 700;
    margin-right: 9px;
    color: #1e140a;
    cursor:pointer;
}

.company-status {
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #c0eefb;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #1195e1;
    display: inline-block;
}

.company-status.gray{
    background: #ccc;
    color: #fff;
}

.server-need {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    cursor:pointer;
    width:40%;
}

.need-tag {
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    background: #f19431;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-right: 12px;
}

.server-phone {
    font-size: 16px;
    color: #333;
    width:30%;
}

.server-money {
    font-size: 16px;
    color: #1e140a;
    width:30%;
}

.server-money span {
    color: #e02428;
    font-size: 24px;
    font-weight: 700;
}
