    body {
        margin: 0 auto;
        background-color: rgba(241, 241, 241, 1);
    }

    #body {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 60px;
        min-height: -webkit-calc(100vh - 186px); 
        min-height:-moz-calc(100vh - 186px); 
        min-height:calc(100vh - 186px);
    }
    #notfound{
        text-align: center;
        /*border: 3px solid #868f94;*/
        width: 70%;
        border-radius: 10px;
        margin: 0 auto;
        color: #4c8aad;
    }
    #notfound h2{
        font-size: 30px;
    }
    #notfound h3{
        color: #777777;
        font-size: 16px;
        font-weight: bolder;
    }

    @media screen and (max-width: 800px) {
        body {
            box-sizing: border-box;
            width: 100vw;
        }
        .state span{
            font-weight: normal!important;
        }
        #dseWord p{
            display: none!important;
            margin:0!important;
        }
        #CategoryDescription{
            display: none;
        }
        .time:before,
        .zz:before,
        .rd:before {
            background-position: center!important;
        }
        .rd{
            display: block!important;
        }
        .rd2{
            display: none;
        }
        #description p{
            width: 100%;
            background-color: white;
            padding: 60px 5%!important;
            box-sizing: border-box;
            display: block!important;
            /*text-indent: 2em!important;*/
        }
        #categoryRight{
            width: 100%!important;
        }
        #categoryLeft{
            display: none;
        }
        .wp-pagenavi {
            transform: rotate(0deg) !important;
        }

        .cateImg {
            width: 100% !important;
            height: 56vw !important;
            float: right !important;
            background-size: cover !important;
            position: relative;
            border-radius: 0!important;
        }

        .cateImg2 {
            box-sizing: border-box;
            background-size: cover !important;
            position: relative;
        }

        .imgOther {
            width: 100% !important;
            height: auto !important;
            float: left !important;
            padding: 0 20px!important;
            height: 600px;
        }

        #description {
            display: block!important;
        }

        #catName {
            width: 100% !important;
            margin-top: 20px !important;
            text-align: center !important;
        }

        #description:after {
            display: none !important;
        }

        #description p {
            color: rgb(131, 141, 146) !important;
        }

        .cateImg2:before {
            content: '';
            display: block;
            width: 100%;
            height: 6px;
            background-color: rgba(241, 241, 241, 1);
            position: absolute;
            top: -3px;
        }

        .imgOther:after {
            content: '';
            display: block;
            width: 100%;
            height: 20px;
            padding: 0 20px;
            border-bottom: 20px solid #e6e6e6;
            background-position: center;
            background-size: contain;
            clear: both;
            position: relative;
            right: 20px;
            z-index: 999;
        }

        .category {
            height: 50px;
            padding: 0 10px 0 30px;
            background-color: #e6e6e6;
            position: absolute;
            right: 0;
            top: -22px;
            line-height: 50px;
            color: #8d969b;
            text-align: center;
            border-radius: 0 0 0 100px;
            display: block !important;
        }

        #category1 {
            display: none !important;
        }

        .category:before {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 8px;
            background-color: white;
            position: absolute;
            top: 10px;
            left: 10px;
        }

        .cate:nth-child(0) {
            color: red !important
        }

        .cateImg2:after {
            content: '';
            display: block;
            width: 100%;
            height: 6px;
            background-color: rgba(241, 241, 241, 1);
            position: absolute;
            bottom: -3px;
        }
        .mobileDisplay,.mobileUnShow{
            display: none;
        }
        .cute {
            width: auto !important;
        }

        .zz {
            /*display: none !important;*/
            float: left;
        }

        #authors {
            display: none !important;
        }
/*        .zhizhang{
            display: block!important;
            width: 55.76271186vw;
            height: 50vw;
            position: absolute;
            top: -15.3vw;
            right: 0;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url(../images/zhizhang.jpg);
            mix-blend-mode: multiply;
        }*/
    }
    .mobileDisplay{
        margin: 0 5px 0 0!important;
    }
    #authors {
        float: right;
        right: 0;
        height: 80px;
        position: absolute;
        /*top: 20px;*/
        clear: both;
        margin-top: -70px;
        margin-right: 50px;
        display: none;
    }

    #authors:before {
        content: '本栏目签约作者:';
        float: left;
        display: block;
        height: 100%;
        line-height: 100px;
        font-weight: bold;
        text-align: center;
        color: rgba(7, 48, 67, 1);
        /*color: rgb(195, 195, 195);*/
        margin-right: 20px;
    }

    .authorsChild {
        width: 80px;
        height: 80px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 120%;
        float: right;
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 5px;
        /*transform: rotate(-2deg);*/
        position: relative;
    }

    .authorsChild:after {
        content: '';
        display: block;
        width: 2px;
        height: 50%;
        background-color: rgb(195, 195, 195);
        float: right;
        position: relative;
        left: 20px;
        top: 20%
    }

    .authorsName {
        position: absolute;
        bottom: -20px;
        width: 100%;
        height: 20px;
        text-align: center;
    }

    #loading {
        width: 100vw;
        height: 100vh;
        background-color: #d8d3cb;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
        /*background-image: url(http://d-d.design/wp-content/themes/newLiftPhp/images/loading.png);*/
        background-color: #f1f1f1;
        background-position: top center;
        background-repeat: no-repeat;
        /*background-size: 70vw auto;*/
        background-size: 100vw auto;
        transition: 2s;
        opacity: 1;
        cursor: pointer;
        display: none;
    }

    .loadingOpacity {
        opacity: 0 !important;
        background-size: 180vw auto !important;
    }

    .loadingVanish {
        display: none !important;
    }

    #categoryRight {
        width: 75%;
        /*float: right;*/
    }

    #categoryLeft {
        width: 23%;
        height: 100%;
        min-height: 400px;
        float: left;
        padding-top: 40px;
    }
    #CategoryDescription{
        width: 22%;
        line-height: 2;
        float: right;
        color: #838d92;
        font-size: 0.9em;
    }
    #CategoryDescription p{
        text-indent: 2em;
        text-align: justify;
    }

    .cate {
        width: 100%;
        height: 300px;
        position: relative;
        transition: 0.3s;
    }
    .cate:hover{
        /*transform: scale(1.05,1.05);
        -webkit-transform: scale(1.05,1.05);
        -moz-transform: scale(1.05,1.05)*/
    }
    .zhizhang{
        display: none;
    }
    .cate:nth-child(2n) .imgOther {
        /*background-color: red;*/
        /*border-right: 1px solid grey;*/
    }

    .category {
        display: none;
    }

    .cateImg {
        width: 40%;
        height: 80%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        float: left;
        border-radius: 5px;
        position: relative;
        /*background-color: white;*/
    }

    .cateImg2 {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .imgOther {
        width: 60%;
        height: 90%;
        float: left;
        padding: 0 20px 0 50px;
        box-sizing: border-box;
        position: relative;
        text-decoration: none;
        display: block;
        z-index: 999;
    }

    .state span {
        margin: 0 10px;
        /*display: block;*/
        float: left;
        color: grey;
        font-size: 0.82222rem;
        line-height: 20px;
        /*font-weight: bold;*/
    }

    .imgOther p {
        float: left;
        text-indent: 2em;
        line-height: 2;
        text-align: justify;
        color: #4e4e4e;
    }

    #description {
        /*border: 2px solid lightgrey;*/
        /*border-top: 2px solid lightgrey*/
        box-sizing: border-box;
        border-left: none;
        border-top: none;
        /*padding: 0 10px;*/
        border-radius: 5px;
        position: relative;
        margin-bottom: 20px;
        /*padding-top: 20px;*/
        border-top: 20px solid white;
        background-color: white;
        display: none;
    }

    #description p {
        line-height: 2;
        color: rgba(7, 48, 67, 1);
        text-indent: 2em;
        font-weight: bold;
        float: left;
        text-align: justify;
        display: block;
        /*width: 100%;*/
        background-color: white;
        color: rgb(131, 141, 146) !important;
        margin: 0;
        margin-bottom: 20px;
        /*padding: 20px 0;*/
        /*text-indent: 0;*/
    }

    #catName {
        /*position: absolute;*/
        /*top: 17px;*/
        /*right: 10px;*/
        font-size: 1.4em;
        color: grey;
        font-weight: bold;
        color: rgba(7, 48, 67, 1);
        float: left;
    }

    #catName:before {
        content: '';
        display: block;
        width: 5px;
        height: 30px;
        background-color: rgba(7, 48, 67, 1);
        margin-right: 10px;
        float: left;
        /*color: rgba(7, 48, 67, 1);*/
    }

    #description:after {
        content: "";
        display: block;
        height: 20px;
        width: 100%;
        border-bottom: 2px solid lightgrey;
        margin-bottom: 60px;
        clear: both;
    }

    .title {
        font-size: 1.3em;
        height: 60px;
        line-height: 60px;
        text-decoration: none;
        color: #3c3c3c;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        /*width:200px;*/
    }
    .time{
        margin-left: 2em!important;
    }
    .time:before,
    .zz:before,
    .rd:before,
    .messageNum:before {
        content: '';
        width: 20px;
        height: 20px;
        float: left;
        /*background-position: center top;*/
        background-position: center;
        background-repeat: no-repeat;
        background-size:80%;
        margin-right: 5px;
    }
    .rd{
        display: none;
    }
    .rd2{
        background-color: white;
        color: #b86c69;
        font-size: 14px;
        padding: 3px 10px;
        position: relative;
        top: -2px;
    }

    .zz:before {
        background-image: url(../images/bi3.svg);
    }

    .time:before {
        background-image: url(../images/time3.svg);
    }

    .rd:before {
        background-image: url(../images/ll3.svg);
    }
    .messageNum:before{
        background-size: 70%!important;
        background-position: center;
        background-image: url(../images/ly3.svg);
    }
    /*------------------------------------------------------分页------------------------------------------------------*/
    @media screen and (max-width: 800px) {
        .page,.extend{
            display: none;
        }
        .previouspostslink{
            padding: 2px 10px!important;
        }
        .nextpostslink{
            padding: 2px 10px!important;
        }
        .nextpostslink:before{
            content: 'next ';
        }
        .previouspostslink:after{
            content: ' pre';
        }
        .pages{
            display: block;
            margin: 0!important;
            padding: 0!important;
            background-color: transparent!important;
            border: none!important;
            position: relative;
            bottom: 20px;
            left: 10px;
        }
        .wp-pagenavi{
            margin-top: 0!important;
            margin-bottom: 30px!important;
        }
        #footerNavi .wp-pagenavi {
            float: left!important;
            position: relative;
            left: 10px;
        }
    }
    .wp-pagenavi {
        /*transform: rotate(-2deg);*/
        /*transform-origin: 0% 0%;*/
        position: relative;
        top: 40px;
        z-index: 999;
    }

    #footerNavi .wp-pagenavi {
        transform: rotate(0deg);
    }

    .wp-pagenavi {
        height: 35px;
        margin-top: 20px;
    }

    .wp-pagenavi a,
    .wp-pagenavi a:link {
        padding: 2px 4px;
        margin: 2px;
        text-decoration: none;
        /*border: 1px solid #e1e1e1;*/
        color: #c1c1c1;
        background: #fff;
    }

    .wp-pagenavi a:hover {
        /*border: 1px solid #c1c1c1 !important;*/
        /*color: #666 !important;*/
        /*background: #B1E5CE !important;*/
        /*padding: 6px 12px !important;*/
        /*font-size: 16px !important;*/
    }

    .wp-pagenavi span.pages {
        padding: 2px 10px 2px 10px;
        margin: 2px;
        /*border: 1px solid #e1e1e1;*/
        background: #fff;
        border-radius: 5px;
        color: #4c4c4c;
        /*color: white!important;*/
    }
    .wp-pagenavi span.current {
        margin: 2px;
        /*border: 1px solid #c1c1c1;*/
        color: white;
        background: #b76c6a;
        font-size: 18px;
        border-radius: 100px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        float: left;
        text-align: center;
    }

    .wp-pagenavi span.extend {
        /*padding: 2px 4px;
        margin: 2px;
        border: 1px solid #e1e1e1;
        color: #c1c1c1;
        background: #fff;*/
        padding: 2px 4px; */
        margin: 2px;
        /* border: 1px solid #e1e1e1; */
        color: #c1c1c1;
        /* background: #fff; */
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        float: left;
    }

   /* .wp-pagenavi span.current+a.page,
    .wp-pagenavi a:hover+a {
        background: #efefef;
        border: 1px solid #e1e1e1;
        color: #999;
        margin: 2px;
        padding: 4px 8px;
        font-size: 16px;
    }*/

    #footerNavi .wp-pagenavi {
        float: right;
        margin-bottom: 10px;
        margin-top: 20px !important;
    }
    .wp-pagenavi span.pages{
        height: 40px;
        float: left;
        line-height: 40px;
        border-radius: 100px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .wp-pagenavi a:hover{
        color: #b66c6b;
    }
    .wp-pagenavi span.current+a.page, .wp-pagenavi a:hover+a{
        /*border-radius: 5px;*/
    }
    .wp-pagenavi a, .wp-pagenavi a:link{
        /*border-radius: 5px;*/
        border-radius: 100px;
        width: 40px;
        height: 40px;
        line-height: 36px;
        box-sizing: border-box;
        float: left;
        text-align: center;
    }
    #footerNavi{
        float: left;
        box-sizing: border-box;
        margin-top: -40px;
        margin-bottom: 40px;
    }
    .last ,.first {
        width: auto!important;
    }
    @media screen and (max-width: 800px) {
        .wp-pagenavi span.pages{
            float: none;
        }
        .nextpostslink,.previouspostslink{
            width: auto!important;
        }
        .wp-pagenavi{
            height: auto!important;
        }
        #footerNavi{
            margin: 0!important;
        }
    }

    /*------------------------------------------------------分页结束------------------------------------------------------*/