/*
 * @Descripttion: 
 * @Author: gaoli
 * @Date: 2020-10-12 11:24:05
 * @LastEditors: gaoli
 * @LastEditTime: 2020-10-12 15:32:22
 */

.ewb-box {
    padding: 0 20px;
    padding-bottom: 34px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}


/* 机构选择 */

.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;
    width: 20%;
}

.ewb-type-sel ul li a {
    margin: 0 15px;
    display: block;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #207ee5;
    border-radius: 24px;
    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 a {
    color: #ffffff;
    background-color: #207ee5;
}

.ewb-type-sel ul li.current i {
    display: block;
}


/* 筛选 */

.ewb-screen {
    position: relative;
    padding: 6px 30px 18px;
    background-color: #f6f6f6;
}

.ewb-screen-block {
    margin-top: 12px;
    float: left;
    width: 50%;
}

.ewb-scrren-type {
    float: left;
    margin-right: 5px;
    width: 132px;
    line-height: 26px;
    text-align: right;
    color: #666;
}

.ewb-screen-wrap {
    margin-left: 142px;
    width: 288px;
}

.ewb-input-txt {
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 26px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
    color: #666;
    -webkit-user-select: text !important;
    -webkit-appearance: none;
}

.ewb-input-txt.datetime {
    width: 128px;
    float: left;
    background: url('../images/date_ico.png') right 8px center no-repeat #fff;
}

.ewb-screen-sel {
    display: block;
    padding-left: 10px;
    width: 100%;
    height: 26px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
}

.ewb-to {
    float: left;
    width: 32px;
    text-align: center;
    color: #666;
}

.ewb-screen-btn {
    position: absolute;
    bottom: 18px;
    right: 80px;
    width: 54px;
    height: 26px;
    color: #fff;
    background-color: #ff9805;
    cursor: pointer;
    letter-spacing: 2px;
    text-indent: 2px;
}

.ewb-screen-wrap .chosen-container {
    width: 300px;
    height: 26px;
    line-height: 26px;
    font-family: "Microsoft YaHei";
}

.ewb-screen-wrap .chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: 26px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    font-size: 14px;
    color: #666;
    text-align: left;
}

.ewb-screen-wrap .chosen-container-single .chosen-single.cur {
    color: #666;
}

.ewb-screen-wrap .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #dcdcdc;
}

.ewb-screen-wrap .chosen-container-single .chosen-single span {
    margin-right: 20px;
    height: 24px;
    line-height: 24px;
}

.ewb-screen-wrap .chosen-container-single .chosen-single div {
    width: 20px;
    padding: 0;
}

.ewb-screen-wrap .chosen-container-single .chosen-single div b {
    width: 20x;
    height: 24px;
    background: url('../images/sel_ico1.png') left center no-repeat;
}

.ewb-screen-wrap .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/sel_ico1_cur.png') left center no-repeat;
}

.ewb-screen-wrap .chosen-container-single .chosen-drop {
    top: 27px;
    border: 1px solid #dcdcdc;
    border-top: 0;
    bottom: auto;
}

.ewb-screen-wrap .chosen-container .chosen-results {
    color: #676767;
}

.ewb-screen-wrap .chosen-container .chosen-results li {
    padding: 0 10px;
    line-height: 24px;
}

.ewb-screen-wrap .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

.ewb-screen-wrap .chosen-container .chosen-search {
    display: block;
}


/* 表格 */

.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;
}

@media(max-width:1199px) {
    .ewb-screen-wrap {
        width: 245px;
    }
    .ewb-input-txt.datetime {
        width: 106px;
    }
    .ewb-screen-btn {
        right: 20px;
    }
}

@media(max-width:979px) {
    .ewb-screen {
        padding: 10px;
    }
    .ewb-box {
        padding: 10px;
    }
    .ewb-screen-wrap {
        width: auto;
        margin-left: 85px;
    }
    .ewb-type-sel {
        padding: 10px 0;
    }
    .ewb-type-sel ul {
        white-space: nowrap;
        overflow-x: auto;
    }
    .ewb-type-sel ul li {
        width: 140px;
    }
    .ewb-type-sel ul li a {
        margin: 0 5px;
        font-size: 14px;
        height: 34px;
        line-height: 32px;
    }
    .ewb-screen-block {
        width: 100%;
        float: none;
    }
    .ewb-screen-btn {
        display: block;
        position: static;
        width: 100px;
        margin: 20px auto 0;
    }
    .ewb-input-txt.datetime {
        width: 42.5%;
    }
    .ewb-to {
        width: 15%;
    }
    .ewb-scrren-type {
        width: 80px;
    }
}

@media(max-width:767px) {
    .ewb-info-table {
        overflow-x: auto;
    }
    .ewb-info-table>table {
        width: 767px;
    }
}