@charset "UTF-8";
/*
 * @Description: 滚动表格
 * @Autor: qianyuting
 * @date: 2021-10-09
 */

/* 表格 */

.ewb-tb-bd {
    
    height:660px;
    overflow: hidden;
}

.ewb-subject-tb {
    width: 100%;
    table-layout: fixed;
}

.ewb-subject-th {
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 40px;
    background-color: #2778be;
}

.ewb-subject-head {
    box-shadow: 0 1px 4px #d1d2d4;
}

.ewb-subject-td {
    height: 40px;
    text-align: center;
    border-bottom: 1px dashed #e5e5e5;
}

.ewb-subject-td>a {
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-subject-tr:hover>td,
.ewb-subject-tr:hover>td>a {
    color: #0b62c6;
}

.ewb-page-main {
    padding: 0 ;
    min-height: 715px;
}