﻿/**!
 *某某页面-咨询查询
 * author: gaojian;
 * date:2018-01-26
 */

.ewb-home {
    height: 42px;
    font-size: 14px;
    line-height: 42px;
}

.ewb-home a {
    color: #333;
}

.ewb-home span {
    color: #cd0c0c;
}

.ewb-box {
    padding: 20px 10px 21px;
    border: 1px solid #f0f0f0;
}

.ewb-label {
    height: 36px;
    line-height: 34px;
    text-indent: 9px;
    font-size: 16px;
    font-weight: bold;
}

.ewb-box-input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    color: #999;
    text-indent: 10px;
    border: 1px solid #d2d2d2;
}

.ewb-box-search {
    width: 70px;
    height: 36px;
    padding: 0;
    border: 0;
    text-align: center;
    background-color: #f39800;
    color: #fff;
    cursor: pointer;
    outline: 0;
    margin-left: 20px;
}

table {
    margin: 19px auto 0;
}

th {
    height: 40px;
    text-align: center;
    font-weight: bold;
    background-color: #daeaf5;
}

.ewb-th1 {
    width: 120px;
}

.ewb-th2 {
    width: 130px;
}

.ewb-th3 {
    width: 370px;
}

.ewb-th4 {
    width: 150px;
}

.ewb-th5 {
    width: 200px;
}

.ewb-pro {
    display: block;
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-align: left;
}

td {
    height: 46px;
    text-align: center;
}

tr.even {
    background-color: #f6f6f6;
}

td.spe {
    color: #3c941a;
}

.ewb-data {
    color: #999;
}