/**!
 * 达州市中介超市-交易信息
 * author: wangkai;
 * date:2019-03-04
 */

.ewb-box {
    padding: 0 20px;
    min-height: 512px;
    padding-bottom: 34px;
}

/* 机构选择 */

.ewb-type-sel {
    padding: 25px 0;
    text-align: center;
}

.ewb-type-sel ul {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-type-sel ul li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 15px;
    width: 198px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #207ee5;
    border-radius: 24px;
}

.ewb-type-sel ul li a {
    display: block;
    height: 46px;
    line-height: 44px;
    font-size: 18px;
    color: #333333;
}

.ewb-type-sel ul li i {
    position: absolute;
    bottom: 5px;
    left: 50%;
    display: none;
    margin-left: -6px;
    width: 12px;
    height: 4px;
    background: url('../images/tab_icon.png') no-repeat;
}

.ewb-type-sel ul li.current {
    background-color: #207ee5;
}

.ewb-type-sel ul li.current a {
    color: #ffffff;
}

.ewb-type-sel ul li.current i {
    display: block;
}

/* 筛选 */

.ewb-screen {
    padding: 18px 0;
    background-color: #f6f6f6;
}

.ewb-screen-node {
    margin-top: 12px;
    vertical-align: top;
    line-height: 26px;
}

.ewb-screen-node:first-child {
    margin-top: 0;
}

.ewb-scrren-type {
    float: left;
    margin-right: 5px;
    width: 162px;
    text-align: right;
    color: #666;
}

.ewb-scrren-type.long {
    width: 229px;
}

.ewb-input-txt {
    float: left;
    padding-left: 10px;
    width: 288px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
    color: #666;
}

.ewb-input-txt.datetime {
    width: 122px;
    background: url('../images/date_ico.png') 110px center no-repeat #fff;
}

.ewb-screen-sel {
    float: left;
    padding-left: 7px;
    width: 300px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #dcdcdc;
}

.ewb-to {
    float: left;
    width: 32px;
    text-align: center;
    color: #666;
}

.ewb-screen-btn {
    float: left;
    margin-left: 37px;
    width: 54px;
    height: 26px;
    color: #fff;
    background-color: #ff9805;
    cursor: pointer;
    letter-spacing: 2px;
    text-indent: 2px;
}

.ewb-screen-node .chosen-container {
    float: left;
    width: 300px;
    height: 26px;
    line-height: 26px;
    font-family: "Microsoft YaHei";
}

.ewb-screen-node .chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: 26px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    font-size: 14px;
    color: #666;
}

.ewb-screen-node .chosen-container-single .chosen-single.cur {
    color: #666;
}

.ewb-screen-node .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #dcdcdc;
}

.ewb-screen-node .chosen-container-single .chosen-single span {
    margin-right: 20px;
    height: 24px;
    line-height: 24px;
}

.ewb-screen-node .chosen-container-single .chosen-single div {
    width: 20px;
    padding: 0;
}

.ewb-screen-node .chosen-container-single .chosen-single div b {
    width: 20x;
    height: 24px;
    background: url('../images/sel_ico1.png') left center no-repeat;
}

.ewb-screen-node .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/sel_ico1_cur.png') left center no-repeat;
}

.ewb-screen-node .chosen-container-single .chosen-drop {
    top: 27px;
    border: 1px solid #dcdcdc;
    border-top: 0;
    border-radius: 0;
}

.ewb-screen-node .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
}

.ewb-screen-node .chosen-container .chosen-results li {
    padding: 0 10px;
    line-height: 24px;
}

.ewb-screen-node .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

/* 表格 */

.ewb-info-table {
    margin-top: 14px;
}

.ewb-info-table table {
    width: 100%;
    table-layout: fixed;
}

.ewb-info-table table th {
    text-align: center;
    height: 40px;
    font-weight: bold;
    color: #007de9;
    background-color: #edf4fa;
}

.ewb-info-table table td {
    text-align: center;
    height: 37px;
    border-bottom: 1px dashed #dcdcdc;
}

.ewb-info-table table td a,
.ewb-info-table table td span {
    display: block;
    padding: 0 10px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-info-table table td .ewb-info-state {
    color: #fea100;
}