@media print {
    /* 制定页面规则 */
    @page {
        size: A3 portrait;
        margin: 10mm 15mm;
    }

    .blue,
    .notice-detail-item-tch {
        color: blue !important;
    }

    .prize-inst-item {
        color: #999 !important;
    }

    #notice_inst {
        color: #999 !important;
    }

    .glyphicon-hand-right,
    .glyphicon-hand-right:before {
        color: #FFF !important;
    }

    .glyphicon-chevron-right,
    .glyphicon-chevron-right:before {
        color: #999 !important;
    }

    .notice-item-info {
        color: #FFF !important;
        background-color: #888 !important;
    }

    .notice-detail-list {
        background-color: #F0F0F0 !important;
    }

    .score-plus {
        color: #00FF00 !important;
    }

    .score-minus {
        color: red !important;
    }
}