body {
        background: #eee;
    }

    .domPc {
        display: block;
    }

    .domMob {
        display: none;
    }

    .content,
    .part {
        width: 1200px;
        margin: 0 auto
    }

    .content {
        margin-top: 30px
    }

    .banner {
        height: 207px;
        background: url(https://www.piyao.org.cn/2023pyyxzp/img/yxzp_banner.jpg) center 0 no-repeat;
        min-width: 1200px;
    }

    .nav_box {
        width: 100%;
        height: 78px;
        background: url(https://www.piyao.org.cn/2023pyyxzp/img/nav_bg.png) no-repeat 50% 0 #cc0d1d;
    }

    .nav_list {
        width: 1200px;
        height: 78px;
        margin: 0 auto;
        list-style: none;
    }

    .nav_list li {
        float: left;
        font-size: 20px;
        color: #fff3dc;
        line-height: 78px;
    }

    .nav_list li a {
        color: #fff3dc;
    }

    .nav_list li+li {
        margin-left: 200px;
    }

    .con_left {
        width: 1200px;
        height: auto;
        overflow: hidden
    }

    .xh-fall-fallTitle {
        border-bottom: 1px solid #d8d8d8;
        overflow: hidden
    }

    .xh-fall-fallTitle h2 {
        font-size: 24px;
        color: #333;
        font-weight: 700;
        line-height: 50px;
        float: left;
        border-bottom: 3px solid #ce0d1d;
        padding: 0 10px
    }

    .ej_list {
        margin-top: 30px;
        overflow: hidden
    }

    .wlgy_box {
        overflow: hidden;
        background: #eee;
    }

    .wlgy_box .tab1 {
        width: 1200px;
        position: relative;
    }

    .wlgy_box .tab1 .tab_menu {
        width: 630px;
        height: 92px;
        margin: 0 auto;
    }

    .wlgy_box .tab1 .tab_menu li {
        float: left;
        width: 315px;
        height: 92px;
        cursor: pointer;
        text-align: center;
        background: url(https://www.piyao.org.cn/2023pyyxzp/img/dh_wl01.png) no-repeat;
    }

    .wlgy_box .tab1 .tab_menu li+li {
        background: url(https://www.piyao.org.cn/2023pyyxzp/img/dh_gy01.png) no-repeat;
    }

    .wlgy_box .tab1 .tab_menu li.selected {
        background: url(https://www.piyao.org.cn/2023pyyxzp/img/dh_wl.png) no-repeat;
        cursor: pointer;
    }

    .wlgy_box .tab1 .tab_menu li+li.selected {
        background: url(https://www.piyao.org.cn/2023pyyxzp/img/dh_gy.png) no-repeat;
        cursor: pointer;
    }

    .wlgy_box .tab1 .tab_box {
        width: 1200px;
        height: auto;
        clear: both;
        background-color: #fff;
        -moz-box-shadow: 0px 0px 8px #e0e0e0;
        -webkit-box-shadow: 0px 0px 8px #e0e0e0;
        box-shadow: 0px 0px 8px #e0e0e0;
        border-radius: 5px;
        padding-bottom: 50px;
    }

    .wlgy_box .tab1 .hide {
        display: none;
    }

    .yyzp_box {
        width: 1143px;
        margin: 0 auto;
        overflow: hidden;
    }

    .dh {
        width: 1142px;
        height: auto;
        margin: 0 auto;
        margin-top: 40px;
    }

    .dh img {
        width: 100%;
        height: auto;
    }

    .pic_list {
        list-style: none;
    }

    .pic_list li {
        float: left;
        width: 222px;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 20px;
    }

    .pic_list li .img img {
        width: 222px;
        height: 136px;
    }

    .pic_list li .txt {
        background: #f4f4f4;
        width: 94%;
        height: 60px;
        overflow: hidden;
        padding: 0 4%;
    }

    .pic_list li .txt h3 {
        font-size: 16px;
        line-height: 24px;
        color: #333;
        margin-top: 10px;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .pic_list li .txt h3 a {
        color: #333;
    }

    .pic_list li+li {
        margin-left: 8px;
    }


    .footer {
        background: #c20505 !important;
        color: #fff !important;
    }

    .footer a {
        color: #fff !important;
    }

    @media screen and (min-width:0px) and (max-width:767px) {
        .domPc {
            display: none;
        }

        .domMob {
            display: block;
        }

        .mb_banner {
            width: 100%;
            height: auto;
        }

        .mb_banner img {
            width: 100%;
            height: auto;
        }

        .nav {
            background: #c20505;
            font-size: 0;
            width: 100%;
            height: 40px;
            line-height: 40px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
        }

        .nav a {
            display: inline-block;
            font-size: 16px;
            line-height: 30px;
            height: 30px;
            padding: 0 3%;
            margin: 4px;
            color: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .content {
            width: 100%;
            margin-top: 10px
        }

        .con_left {
            width: 100%;
            height: auto;
            overflow: hidden
        }

        .xh-fall-fallTitle {
            border-bottom: 1px solid #d8d8d8;
            overflow: hidden;
            margin: 10px 0
        }

        .xh-fall-fallTitle h2 {
            font-size: 1.25rem;
            color: #333;
            font-weight: 700;
            line-height: 50px;
            float: left;
            border-bottom: 3px solid #ce0d1d;
            padding: 0 10px
        }

        .txt-icheck .checktruth-tit {
            color: #333
        }

        .txt-icheck .checktruth-tit a {
            font-size: 20px;
            line-height: 34px
        }

        .txt-icheck .checktruth-abs {
            padding-top: 6px;
            font-size: 16px;
            line-height: 30px;
            color: #999;
            text-indent: 2em
        }

        .txt-icheck .xpage-container ul,
        .txt-icheck .xpage-more-btn {
            width: 954px
        }

        .wlgy_box .tab1 {
            width: 100%;
            position: relative;
        }

        .wlgy_box .tab1 .tab_menu {
            width: 75%;
            height: auto;
            margin: 0 auto;
        }

        .wlgy_box .tab1 .tab_menu li {
            float: left;
            width: 48%;
            height: 40px;
            cursor: pointer;
            text-align: center;
            background: url(https://www.piyao.org.cn/2023pyyxzp/img/dh_wl01.png) no-repeat;
            background-size: 100%;
        }

        .wlgy_box .tab1 .tab_menu li+li {
            background: url(https://www.piyao.org.cn/2023pyyxzp/img/dh_gy01.png) no-repeat;
            background-size: 100%;
        }

        .wlgy_box .tab1 .tab_menu li.selected {
            background: url(https://www.piyao.org.cn/2023pyyxzp/img/dh_wl.png) no-repeat;
            cursor: pointer;
            background-size: 100%;
        }

        .wlgy_box .tab1 .tab_menu li+li.selected {
            background: url(https://www.piyao.org.cn/2023pyyxzp/img/dh_gy.png) no-repeat;
            cursor: pointer;
            background-size: 100%;
        }

        .wlgy_box .tab1 .tab_box {
            width: 96%;
            height: auto;
            clear: both;
            background-color: #fff;
            -moz-box-shadow: 0px 0px 8px #e0e0e0;
            -webkit-box-shadow: 0px 0px 8px #e0e0e0;
            box-shadow: 0px 0px 8px #e0e0e0;
            border-radius: 5px;
            padding-bottom: 50px;
            margin: 0 auto;
        }

        .yyzp_box {
            width: 100%;
            margin: 0 auto;
            overflow: hidden;
        }

        .dh {
            width: 100%;
            height: auto;
            margin: 0 auto;
            margin-top: 20px;
        }

        .pic_list {
            list-style: none;
        }

        .pic_list li {
            float: left;
            width: 48%;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
            margin-top: 15px;
        }

        .pic_list li .img img {
            width: 100%;
            height: auto;
        }

        .pic_list li .txt {
            background: #f4f4f4;
            width: 92%;
            height: 4em;
            overflow: hidden;
            padding: 0 4%;
        }

        .pic_list li .txt h3 {
            font-size: 16px;
            line-height: 24px;
            color: #333;
            margin-top: 10px;
        }

        .pic_list li .txt h3 a {
            color: #333;
        }

        .pic_list li+li {
            margin-left: 1%;
        }

        .pic_list li {
            margin-left: 1%;
            margin-right: 1%;
        }

    }