/**!
 * 征集意见及采纳情况-公众意见与建议
 * author: trh;
 * date:2020-09-23
 */

.proposal-pager {
    margin-top: 26px;
    padding-top: 10px;
    min-height: 449px;
    border-top: 1px dashed #eee;
    border-bottom: 1px solid #eee;
}

.ewb-infos {
    min-height: 280px;
}

.table {
    width: 100%;
    table-layout: fixed;
}

@media (max-width:479px) {
    .table {
        width: 480px;
    }
}

.th {
    height: 40px;
    line-height: 40px;
    background-color: rgb(249, 249, 249);
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tb-tr {

    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

tbody .tb-tr:nth-child(2n) {
    background-color: rgb(249, 249, 249);
}


.tb-tr:hover,.tb-tr.accfocus {
    color: #ef4837;
}

.td-item {
    max-width: 100%;
    cursor: pointer;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 分页 */
.ewb-page {
    margin: 23px 0 27px 0;
    text-align: center;
    font-size: 0;
}

.pager {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.button-wrap {
    text-align: center;
    margin-top: 27px;
}

.button {
    display: block;
    height: 36px;
    width: 173px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    font-size: 18px;
    background-color: #ef4837;
}

/* 媒体查询 */
@media (max-width: 979px) {
    .button {
        width: 140px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }

    .m-pagination-page>li>a {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        padding: 0 5px;
    }

    .m-pagination-jump:before {
        font-size: 12px;
        line-height: 20px;
    }

    .m-pagination-group>input {
        width: 28px;
        height: 20px;

    }

    .m-pagination-group>button {
        height: 22px;
        font-size: 12px;
    }

    .button {
        height: 32px;
        line-height: 32px;
        width: 110px;
        font-size: 14px;
    }

    .ewb-white {
        padding: 24px 60px 28px 22px;
    }

    .proposal-pager {
        min-height: 416px;
    }
}

@media (max-width:670px) {
    .th {
        font-size: 14px;
    }

    .tb-tr {
        font-size: 14px;
    }

    .ewb-page {
        margin: 12px 0 17px 0;
    }

    .proposal-pager {
        min-height: 400px;
    }

    .ewb-white {
        padding: 15px 17px 20px 10px;
    }

    .content-wrap {
        margin-left: 15px;
    }
}