﻿.flowcontent {
    width: 1180px;
    height: auto;
    min-height: 300px;
    margin: auto;
    position: relative;
    background-color: #fff;
    padding: 0px 10px;
}

.queryroot {
    width: 800px;
    height: auto;
    margin: 0px 190px 10px;
    padding-top: 20px;
}

    .queryroot li {
        width: 100%;
        height: auto;
        min-height: 42px;
        margin-bottom: 24px;
        line-height: 36px;
    }

        .queryroot li label {
            text-align: right;
            vertical-align: middle;
            float: left;
            font-size: 16px;
            color: #495060;
            line-height: 42px;
            padding-right: 12px;
            box-sizing: border-box;
            width: 120px;
        }

/*.queryroot li label:before {
                content: '*';
                display: inline-block;
                margin-right: 4px;
                line-height: 36px;
                font-family: SimSun;
                font-size: 12px;
                color: #ed3f14;
            }*/

.query_input {
    width: 320px;
    height: 36px;
    border-radius: 4px;
    outline: none;
    border: none;
    text-indent: 15px;
    border: 1px solid #dddee1;
    color: #495060;
    font-size: 15px;
    margin-top: 3px;
    float: left;
}

.query_yzm {
    width: 210px;
    float: left;
}

.queryroot .redCol {
    /*float: left;*/
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fd5f5f;
    max-width: 300px;
    overflow: hidden;
    margin-left: 8px;
    display: none;
}

#agreebtn, #jfjlbtn {
    width: 130px;
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #2d8cf0;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    float: left;
    margin: 0px 20px 0px 40px;
}

#jfjlbtn {
    margin-left: 0px;
}

.djflist {
    width: 1180px;
    /*margin-left: 10px;*/
    height: auto;
    min-height: 50px;
    font-size: 16px;
    padding-top: 10px;
    position: relative;
}


.fileslist {
    height: auto;
    width: 100%;
    border-radius: 5px;
}

    .fileslist thead tr {
        background: #2d8cf0 !important;
        min-height: 20px !important;
        padding: 5px !important;
        height: 40px;
        color: #FFFFFF;
    }

    .fileslist tbody tr {
        background-color: #eaf1f7;
        min-height: 20px !important;
        padding: 5px !important;
        height: auto;
        line-height: 30px;
        text-align: center;
    }
    .fileslist tbody td {
        word-break:break-all;
    }

    .fileslist tbody .spyl {
        width: 40px;
        height: 28px;
        line-height: 28px;
        margin-top: 6px;
        background-color: #1E9FFF;
        float: left;
        color: #FFFFFF;
        margin: 4px 10px;
        cursor: pointer;
    }

    .fileslist tbody .spyl1 {
        width: 40px;
        height: 28px;
        line-height: 28px;
        margin-top: 6px;
        background-color: #1E9FFF;
        float: left;
        color: #FFFFFF;
        margin: 4px 10px;
        cursor: pointer;
    }
