﻿.fromOthers {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-collapse: collapse;
}

    .fromOthers th {
        background: #F5F5F5;
        padding: 10px 30px 10px 30px;
        font-weight: normal;
        width: 100%;
        font-size: 18px;
        border-top: 1px dashed #dedede;
        border-bottom: 1px solid #dedede;
    }

        .fromOthers th span {
            float: left;
        }

    .fromOthers td {
        padding: 10px 30px 10px 30px;
    }

.title_eva {
    float: left;
    font-size:16px;
    margin-top: 12px;
    margin-bottom: 12px;
}

    .title_eva .money {
        font-weight: normal;
        color: red;
    }

    .title_eva .task {
        font-weight: normal;
        color: #1f91e4;
        margin-left: 18px;
    }

.eva {
    font-size:16px;
    display: block;
    width: auto;
    float: left;
}

    .eva div img {
        width: 15px;
    }

    .eva div span {
        color: gray;
    }

        .eva div span.evadetail {
            color: #D18D25;
            padding: 0 5px 0 5px;
            line-height: 22px;
            font-size: 14px;
            margin-right: 10px;
            margin-top: 5px;
            background: #fbe9eb;
        }

    .eva div .evaluate {
        color: black;
        padding:5px 0;
        margin-left: 47px;
        border-bottom:1px dashed #DEDEDE;
    }

    .eva div .reply {
        margin-left: 47px;
        color: #1f91e4;
    }

.retract {
    font-size:16px;
    display: block;
    width: 150px;
    float: right;
    height: auto;
    overflow: hidden;
}

    .retract span {
        float: right;
        width: 150px;
        color: gray;
        margin-top: 5px;
        text-align: right;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }

    .retract .time {
        font-weight: normal;
        color: gray;
        float: right;
        display: block;
        height: 20px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

.EvaluateContent p {
    margin: 0 10px 0 10px;
    width: 94%;
}

    .EvaluateContent p span {
        color: #1f91e4;
    }

    .EvaluateContent p .times {
        color: gray;
        float: right;
        font-size: 12px;
    }

.page {
    float:right;
    display:block;
}