    /* 页面自定义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: 0 1.6875rem 1.875rem 1.6875rem;
    }

    .colRightList {
        margin-top: .75rem;
    }

    .currentCol {
        line-height: 4.6875rem;
        font-size: 1.125rem;
        color: #009795;
        border-bottom: .0625rem solid #F5F5F5;
    }

    .colRightList li {
        display: flex;
        justify-content: space-between;
        background: url(bt-listPic.png) left 1.25rem no-repeat;
        line-height: 2.8125rem;
        font-size: 1.125rem;
        padding-left: 1rem;
    }

    .colRightList li:nth-child(5n) {
        border-bottom: .0625rem solid #F5F5F5;
        padding-bottom: .625rem;
    }

    .colRightList li:nth-child(5n+1) {
        padding-top: .625rem;
        background-position-y: 1.875rem;
    }

    .colRightList li:first-child {
        padding-top: 0rem;
        background-position-y: 1.25rem;
    }

    .colRightList li a {
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 82%;
    }

    .colRightList li span {
        color: #999999;
        margin-left: 1.5rem;
    }

    /**分页**/
    .lucidity_pgToolbar {
        height: auto!important;
        border: none!important;
        margin: 0!important;
    }

    .lucidity_pgPanel {
        float: none!important;
        margin: 1.25rem auto!important;
    }

    .lucidity-ui-paging-container li {
        padding: 0!important;
        width: 1.875rem!important;
        height: 1.876rem!important;
        line-height: 1.875rem!important;
        text-align: center!important;
        background: none!important;
    }

    .lucidity-ui-paging-container li.focus {
        background: #009795!important;
        color: #fff!important;
    }
    .lucidity-ui-paging-container li.ui-pager:hover{
        color:#444!important;
    }
    a.lucidity_pgFirst:hover,.a.lucidity_pgPrev:hover,a.lucidity_pgNext:hover,a.lucidity_pgLast:hover,.lucidity_pgRefresh:hover{
        background: #009795!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;
        }

        .colRightList li {
            display: block;
            font-size: 1.875rem;
            line-height: 2.8125rem;
            background: none;
            padding-left: 0;
            border-bottom: .0625rem dashed #eee;
            text-align: justify;
            padding-bottom: 1.5rem;
            padding-top: 1.125rem;
        }

        .colRightList li a {
            width: 100%;
            white-space: normal;
        }

        .colRightList li span {
            font-size: 1.875rem;
            color: #999;
            display: block;
            margin-top: .625rem;
            margin-left: 0;
        }

        /**分页**/
        .lucidity-ui-paging-container ul{
            padding:0!important;
            margin:0!important;
        }
        .lucidity_pgPanel tr td:nth-child(1), .lucidity_pgPanel tr td:nth-child(5), .lucidity_pgPanel tr td:nth-child(6), .lucidity_pgPanel tr td:nth-child(7), .lucidity_pgPanel tr td:nth-child(8), .lucidity_pgPanel tr td:nth-child(9), .lucidity_pgPanel tr td:nth-child(10) {
            display: none;
        }

        .lucidity_pgBtn {
            width: auto!important;
            height: 3.125rem!important;
            padding: 0 0.625rem!important;
            text-align: center!important;
            line-height: 3.125rem!important;
        }

        .lucidity-ui-paging-container li {
            width: 3.125rem!important;
            height: 3.125rem!important;
            line-height: 3.125rem!important;
        }


    }