/**!
 * 区政府平台
 * author: wuzhou
 * date:2019-09-24
 */

.ewb-page-main {
    min-height: 961px;
}

.ewb-release {
    min-height: 58px;
    border-bottom: 1px dashed #c7e5ff;
}

.ewb-release-left {
    width: 87px;
    line-height: 58px;
}

.ewb-release-right {
    width: 560px;
}

.ewb-release-time {
    padding-bottom: 15px;
}

.ewb-release-time>li {
    float: left;
    margin-top: 15px;
    margin-right: 2px;
}

.ewb-release-time>li>a {
    display: block;
    border-radius: 4px;
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    color: #333;
    border: 1px solid transparent;
}

.ewb-release-time>li.current>a {
    border-color: #095bb8;
    color: #095bb8;
    background-color: #e9f3ff;
}


/* 表格 */

.ewb-subject-tb {
    margin-top: 10px;
    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;
}