    /* 页面自定义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 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1.875rem;
    }

    .colLeft {
        width: 18.75rem;
        min-height: 40.75rem;
        background-image: linear-gradient(180deg, #1C7271 0%, #009795 100%);
        border-radius: 1rem;

    }

    .colList {
        height: 100%;
        padding: 1.625rem;
        background: url(column.png) center bottom no-repeat;
    }

    .colList a {
        display: block;
        text-align: center;
        height:3.125rem;
        line-height: 3.125rem;
        font-size: 1.125rem;
        border-bottom: .0625rem solid #fff;
        color: #fff;
    }
    .colList .noboderBottom,.colList .noboderBottom2{
        border:none;
    }
    .colList .colHover {
        text-align: center;
        /* line-height: 3.75rem; */
        color: #333;
        background: #FFFFFF url(colHover.png) 13.4375rem center no-repeat;
        border-radius: 1rem;
        border-bottom: none;
        padding: 0 2rem;
    }
    .colList a:hover{
        text-align: center;
        /* line-height: 3.75rem; */
        color: #333;
        background: #FFFFFF url(colHover.png) 13.4375rem center no-repeat;
        border-radius: 1rem;
        border-bottom: none;
        padding: 0 2rem;
    }
    .colRight {
        width: 54.375rem;
        min-height: 39.0625rem;
        background: #fff;
        padding: 1.875rem 1.6875rem;
    }
    .currentCol{
        display:none;
    }
    .artTitle {
        font-size: 1.625rem;
        color: #175CA6;
        line-height: 2.4375rem;
        text-align: center;
        padding-bottom: 1.25rem;
        border-bottom: .0625rem solid #D8D8D8;
    }
    .artTxt {
        min-height: 31.25rem;
        margin-top: 2.25rem;
    }

    .artTxt,.artTxt *{
        font-size: 1.125rem!important;
        color: #333333!important;
        text-align: justify;
        word-break: break-all;
        text-justify: distribute;
        line-height: 2.25rem!important;
    }

    .artTxt img {
        /* display: block; */
        /* margin: 1.25rem auto; */
        /* width: 33.125rem !important; */
        height: auto !important;
        max-width: 80% !important;
    }

    /**移动端**/
    @media (max-width: 47.9375rem) {

        /**当前位置**/
        .position .bt-box-1200 {
            overflow-x: auto;
        }

        .position span, .position a {
            white-space: nowrap;
        }

        .dqwzTable table td {
            display: flex;
        }

        .position {
            line-height: 3.75rem;
        }

        /**主体**/
        .webCon.bt-box-1200 {
            display: block;
            padding: 0 1.25rem;
        }

        .colLeft {
            width: 100%;
            height: auto;
            min-height: auto;
            background: #1C7271;
            background-size: 100%;
            border-radius: 3rem;
        }

        .colList {
            background: none;
        }

        .colList a {
            height:5.625rem;
            line-height: 5.625rem;
            font-size: 1.875rem;
        }

        .colList .colHover {
            background: #FFFFFF url(colHover.png) 37.5rem center no-repeat;
            padding: 0 5rem;
            line-height: 5.625rem;
        }

        .colRight {
            width: 100%;
            margin-top: 2rem;
            padding: 1.25rem;
        }

        .currentCol {
            font-size: 2.125rem;
            font-weight: bold;
        }
        
        .artTitle {
            font-size: 3.375rem;
            line-height: 4.6875rem;
        }
        
        .artTxt {
            margin-top: 1.25rem;
        }

        .artTxt,.artTxt * {
            font-size: 2.25rem !important;
            line-height: 4rem !important;
            margin-bottom: 1.25rem !important;
        }

    }