﻿
body {
    background-color: #F1F2F7
}

.text_space {
    text-indent: 2em;
    padding: 30px 0;
    line-height: 28px;
    font-size: 16px;
}

.ewm_area {
    text-align: center;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 30px 0;
}

.hyxx_top {
    border-bottom: 1px solid #ddd;
    padding: 40px 0 10px;
}

.hyxx_top_nav {
    font-size: 22px;
    color: #999999;
}

.hyxx_top_nav_sel {
    cursor: pointer;
}


.hyxx_top_nav_selected {
    font-size: 28px;
    color: #214FB1;
}

.hyxx_top_nav_fg {
    background-color: #999999;
    height: 15px;
    width: 2px;
    display: inline-block;
    margin: 11px 30px 0;
}

.hyxx_top_nav td {
    height: 40px;
}

.span_red {
    color: red;
}

.border_left {
    border-left: 3px solid #2A73D2;
    padding-left: 8px;
    margin-bottom: 20px;
}

.div_xx {
    border: 1px dashed #ddd;
    padding: 30px 0;
}

.hyxx_table {
    width: 100%;
}

    .hyxx_table th {
        font-weight: normal;
        text-align: right;
        width: 80px;
        padding: 10px 0;
    }

    .hyxx_table td {
        padding: 10px 0;
    }

.inp_xj {
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 32px;
    padding: 0 8px;
    background-color: #FAFBFD;
}

.inp_layer {
    border-radius: 3px;
    border: 1px solid #ccc;
    height: 27px;
    padding: 0 8px;
    background-color: #FAFBFD;
}

.inp_search {
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 32px;
    padding: 0 8px;
    background-color: #FAFBFD;
    color: #808080;
}

.hyxx_btn {
    width: 145px;
    height: 46px;
    line-height: 46px;
    background-color: #2A73D2;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}


.search_top td {
    padding-right: 5px;
}

.hyxx_search_btn {
    width: 70px;
    height: 32px;
    line-height: 30px;
    background-color: #2A73D2;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    border: none;
    display: inline-block;
    cursor: pointer;
}

.question_list {
    width: 100%;
    border-top: 1px solid #DBDFE7;
    border-right: 1px solid #DBDFE7;
    table-layout: fixed;
}

    .question_list th {
        background-color: #FAFBFD;
        color: #2A73D2;
    }


    .question_list th, .question_list td {
        text-align: center;
        border-bottom: 1px solid #DBDFE7;
        border-left: 1px solid #DBDFE7;
        height: 32px;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
    }


.tab_area {
    display: none;
}

.appraise_table {
    width: 100%;
    border-top: 1px solid #737373;
    border-right: 1px solid #737373;
}

    .appraise_table td {
        border-bottom: 1px solid #737373;
        border-left: 1px solid #737373;
        text-align: center;
        height: 40px;
    }

    .appraise_table input {
        width:99%;
        border:none;
        outline:none;
        padding:0 5px;
    }
