    /* 页面自定义css样式 */

    body {
        background: #F5F5F5;
    }

    /**当前位置**/

    .position {
        padding: 1.25rem;
        height: auto;
        line-height: 2rem;
    }

    .position .bt-box-1200 {
        display: flex;
        flex-wrap: wrap;
        text-align: justify;
        word-break: break-all;
        text-justify: distribute;
    }

    .dqwzTable {
        display: flex;
        width: 100%;
    }

    .dqwzTable table {
        width: auto !important;
        flex-grow: 1;
    }

    .dqwzTable table tr {
        display: flex;
    }

    .position span, .position a {
        margin-right: .625rem;
    }

    /* 主体 */
    .webCon.bt-box-1200 {
        margin-bottom: 1.875rem;
    }

    .xxgkTable {
        width: 100%;
        padding: 2.5rem 6.875rem 0 6.875rem;
        background: #fff;
    }

    .xxgkTable table {
        width: 100%;
    }

    .xxgkTable td {
        line-height: 2.25rem;
        border: .0625rem solid #c4c4c4;
    }

    .xxgkTable td:nth-child(odd) {
        text-align: center;
    }

    .xxgkTable td:nth-child(even) {
        text-align: left;
        padding-left: 1.25rem;
    }

    .artCon {
        padding: 2.5rem 8.75rem;
        background: #fff;
    }

    .artTitle {
        font-size: 1.625rem;
        color: #175CA6;
        line-height: 2.4375rem;
        text-align: center;
        padding-bottom: 1.25rem;
        border-bottom: .0625rem solid #D8D8D8;
    }

    .artInfo {
        display: flex;
        justify-content: center;
        font-size: 1rem;
        color: #999999;
        margin: 1.25rem 0;
    }

    .artTime {
        display: flex;
        margin-right: 1.875rem;
    }

    .artTime span {
        margin-left: 1.25rem;
    }

    .artTime span:first-child {
        margin-left: 0;
    }

    .size span {
        cursor: pointer;
    }

    .bigger * {
        font-size: 1.5rem !important;
        line-height: 3rem !important;
    }

    .nomorl * {
        font-size: 1.125rem !important;
        line-height: 2.25rem !important;
    }

    .smaller * {
        font-size: .75rem !important;
        line-height: 1.5rem !important;
    }

    .artTxt {
        min-height: 31.25rem;
        margin-top: 2.25rem;
    }

    .artTxt p {
        text-indent: 2em;
        font-size: 1.125rem;
        color: #333333;
        text-align: justify;
        word-break: break-all;
        text-justify: distribute;
        line-height: 2.25rem;
    }

    .artTxt img {
        /* display: block; */
        /* margin: 1.25rem auto; */
        /* width: 33.125rem !important; */
        height: auto !important;
        max-width: 100% !important;
    }

    .print-close {
        display: flex;
        justify-content: flex-end;
        height: 2.5rem;
        line-height: 2.5rem;
        margin: 1.875rem 0 1.875rem 0;
        font-size: 1rem;
        background-color: #f7f7f7;
    }

    .print-close a {
        font-size: 1rem;
        color: #333;
        padding-left: 1.25rem;
        margin-right: 1.25rem;
        cursor: pointer;
    }

    .print {
        background: url(print.png) left center no-repeat;
    }

    .closeWeb {
        background: url(close.png) left center no-repeat;
    }

    .prevPage a {
        display: block;
        width: 100%;
        line-height: 2.25rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #333;
        margin-top: 20px;
    }

    .prevPage a:first-child {
        margin-top: 0;
    }

    .prevPage a:hover {
        color: #333;
    }

    /**适老化**/
    /**当前位置**/
    .old_type .dawzTitle {
        display: none;
    }

    .old_type .position {
        line-height: 64px;
    }

    .old_type .position span, .old_type .position a {
        font-size: 32px;
    }

    /**主体**/
    .old_type .xxgkTable td {
        font-size: 32px;
        line-height: 70px;
    }

    .old_type .artTitle {
        font-size: 48px;
        line-height: 64px;
    }

    .old_type .artInfo {
        display: block;
        font-size: 32px;
        line-height: 64px;
    }

    .old_type .artTime {
        display: block;
        margin-right: 0;
    }

    .old_type .artTime span {
        margin-left: 32px;
    }

    .old_type .artTime span:first-child {
        margin-left: 0;
    }

    .old_type .size {
        display: none;
    }

    .old_type .artTxt p {
        line-height: 60px !important;
        margin-bottom: 36px;
        font-size: 32px !important;
    }

    .old_type .print-close {
        height: 70px;
        line-height: 70px;
    }

    .old_type .print-close a {
        font-size: 28px;
        padding: 0 36px;
    }

    .old_type .prevPage a {
        font-size: 36px;
        line-height: 70px;
        white-space: normal;
    }

    @media (max-width: 75rem) {

        /**当前位置**/
        .position .bt-box-1200 {
            overflow-x: auto;
        }

        .position span, .position a {
            white-space: nowrap;
        }

        .dqwzTable table td {
            display: flex;
        }

        .position {
            line-height: 3.75rem;
        }

        /**主体**/
        .xxgkTable{
            width:auto;
            padding:1.25rem;
            overflow-x: auto;
        }
        .xxgkTable table{
            width:auto;
        }
        .xxgkTable td{
            line-height: 3.125rem;
            word-break: break-all;
            white-space: nowrap;
            padding:0 1.25rem;
        }
        .artCon {
            padding: 1.25rem;
        }

        .artTime {
            display: block;
            margin-right: 0;
        }

        .size {
            display: none;
        }

        .artTitle {
            font-size: 3.375rem;
            line-height: 4.6875rem;
        }

        .artInfo {
            display: block;
            font-size: 1.5rem;
            line-height: 2.5rem;
            margin: 1.25rem 0;
        }

        .artTxt {
            margin-top: 1.25rem;
        }

        .artTxt p {
            font-size: 2.25rem !important;
            line-height: 4rem !important;
            margin-bottom: 1.25rem !important;
        }

        .print-close {
            display: none;
            height: auto;
            line-height: 4.375rem;
        }

        .print-close a {
            font-size: 1.875rem;
            padding-left: 1.875rem;
            margin-right: 1.875rem;
        }

        .prevPage {
            display: none;
        }

        .prevPage a {
            font-size: 1.875rem;
            line-height: 2.8125rem;
            text-overflow: inherit;
            white-space: normal;
        }

      
        /**较大字体**/
        /**主体**/
        body #hanwebFontSize .xxgkTable td.moreFontSize{
            line-height: 3.75rem;
        }
        body #hanwebFontSize .artTitle.moreFontSize {
            font-size: 3.5rem !important;
        }

        /**特大字体**/
        /**主体**/
        body #hanwebFontSize .xxgkTable td.mastFontSize{
            line-height: 3.75rem;
        }
        body #hanwebFontSize .artTitle.mastFontSize {
            font-size: 3.7rem !important;
        }
    }