/**!
 * 重大决策
 * author: trh;
 * date:2020-09-24
 */

.major-bg {
    margin-top: 12px;
}

.decision-content {
    margin: 20px 0;
    padding: 24px 30px 30px 22px;
    background: #fff;
}

.decision-title {
    position: relative;
    padding-left: 38px;
    height: 28px;
    line-height: 28px;
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.decision-title:before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    left: 0;
    background: url("../images/decision-ico.png") no-repeat;
}

.decision-wrap {
    margin-left: 16px;
}

.public-content {
    position: relative;
    margin-top: 24px;
    background-color: #f5f5f5;
    padding: 6px 38px 13px 34px;
    border: 1px solid #e3e3e3;
}

.mask {
    position: absolute;
    width: 100%;
    height: 160px;
    left: 0;
    bottom: 0;
    z-index: 200;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .8), hsla(0, 0%, 96.1%, .99));
}

.public-article-title {
    line-height: 46px;
    font-size: 18px;
}

.public-article-p {
    line-height: 30px;
    font-size: 16px;
}


/* .pager列表 */
.lists-pager {
    margin-top: 3px;
}

.infos-title {
    height: 52px;
    line-height: 52px;
    max-width: 100%;
    color: #333;
    padding-left: 3px;
    font-size: 16px;
}

.infos-date {
    text-align: right;
    padding-left: 10px;
    color: rgb(153, 153, 153);
    font-size: 16px;
}

.infos-title,
.infos-date {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table {
    width: 100%;
    table-layout: fixed;
}
 
@media screen and (max-width: 480px) {
    .table {
        width: 480px;
    }
}

.info-right {
    width: 170px;
}

/* 分页 */
.ewb-page {
    margin-top: 20px;
    font-size: 0;
    text-align: center;
}

.pager {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

/* 媒体查询 */
@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }

    .infos-title {
        height: 42px;
        line-height: 42px;
    }
}

@media (max-width: 557px) {
    .public-content {
        padding: 6px 24px 13px 24px;
    }

    .decision-title {
        font-size: 20px;
    }

    .decision-title:before {
        background-size: 24px 24px;
    }

    .public-article-title {
        font-size: 16px;
    }

    .public-article-p {
        font-size: 14px;
        line-height: 27px;
    }

    .infos-title {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }

    .infos-date {
        font-size: 14px;
    }

    .decision-content {
        padding: 12px 15px 15px 11px;
    }

    .decision-wrap {
        margin-left: 8px;
    }

    /* 分页 */
    .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: 140px;
        font-size: 16px;
    }
}

@media (max-width:455px) {
    .public-content {
        padding: 6px 14px 8px 12px;
    }

    .public-article-title {
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .infos-title {
        height: 36px;
        line-height: 36px;
    }
}