﻿/*手机端样式*/

@media (max-width:980px) {


    body {
    }
    /*移动端H5页面统一样式----------------------------------------*/
    @charset "UTF-8";

    body, html, li, ul {
        margin: 0;
        padding: 0;
    }

    *:not([class*=layui-layer]), :before, :after, :visited, :focus, :focus-within, :checked {
        transition: .382s; /* IE 9 */
        -moz-transition: .382s; /* Firefox 4 */
        -webkit-transition: .382s; /* Safari 和 Chrome */
        -o-transition: .382s; /* Opera */
        -khtml-transition: .382s; /* only Safari */
    }

    /*去掉按下移动端按钮高亮显示颜色*/
    * {
        tap-highlight-color: transparent !important;
        -webkit-tap-highlight-color: transparent !important;
        font-family: 'Microsoft YaHei', 'PingFangSC-Regular', 'sans-serif', 'San Francisco', 'Microsoft Sans Serif', 'Arial'; /*顶部加 @charset "UTF-8";*/
    }

    /*去掉边框线轮廓*/
    :focus {
        outline: none !important;
    }

    li {
        list-style: none;
    }

    .Dh_bj {
        display: none;
    }

    div#Panel1, html, body {
        min-width: inherit;
    }

    .Main_Box {
        width: auto;
        padding: 10px 0px;
    }

    .content_main {
        /*display: none;*/
    }

    .HomeNav {
        /*display: none;*/
    }

    .fullSlide {
        /*display: none;*/
    }

    .Dh_bj {
        display: none;
    }

    .Bottom {
        display: none;
    }

    .footer {
        display: none;
    }

    .Main_Box.Top .fr {
        display: none;
    }

    .yqlj.layui-form {
        display: none;
    }

    .Logopic.fl {
        float: left;
        width: 40%;
        padding-left: 10px;
        padding-top: 50px;
    }

    .Yyxcy.fl {
        border: 0px;
        padding-left: 10px;
        padding-top: 5px;
    }

    .Top .Yyxcy li {
        font-size: 12px;
    }

    .fullSlide {
        margin-top: 5px;
    }

        .fullSlide .bd li {
            background-size: cover !important;
        }

            .fullSlide .bd li, .fullSlide .bd li a, .fullSlide {
                height: calc(100vw * 0.24);
                overflow: hidden;
            }

                .fullSlide .hd {
                    bottom: 1px;
                }

    .HomeNav {
        width: 100%;
        margin: 0px;
        background-size: cover !important;
        background-position: top center !important;
        text-align: center;
        background-image: none;
        box-shadow: inherit;
        background-image: url(/web2023/images/bg1.jpg);
        height: auto;
    }

        .HomeNav ul {
            margin-left: -2%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            position: static;
        }

        .HomeNav .Main_Box {
            width: 96%;
            box-shadow: 0 0 15px rgba(120,120,120,0.2);
        }

        .HomeNav ul li {
            font-size: 12px;
            width: calc(20% - 1px);
            margin: 0px;
            /*border-right: 1px solid #f3f3f3;*/
            margin: 0 1%;
            width: 30%;
            height: auto !important;
            padding: 5px 0px;
        }

            .HomeNav ul li .ico {
                height: auto !important;
                line-height: inherit !important;
                padding: 10px !important;
            }

            .HomeNav ul li:last-child {
                border: 0px;
            }

            .HomeNav ul li .txt p {
                font-size: 12px;
                color: #fff;
            }

    div#example {
        display: none;
    }

    .Ztzl_divbj {
        display: none;
    }

    .Xxgk_divbj {
        display: none;
    }

    .Zjjs_divbj {
        display: none;
    }

    .Ksjs_divbj {
        display: none;
    }

    .Main_Box.d_table.m_t26.me_content_2 {
        display: none;
    }

    .txMovie.yydd_content {
        display: none;
    }


    /* 本例子css -------------------------------------- */
    .yydd_wap.slideBox {
        position: relative;
        width: 100%;
        height: 252px;
        overflow: hidden;
        margin: 10px auto;
        display: block !important;
        width: 96vw;
    }

        .yydd_wap.slideBox .hd {
            position: absolute;
            height: 28px;
            line-height: 28px;
            bottom: 0;
            right: 0;
            z-index: 1;
        }

            .yydd_wap.slideBox .hd li {
                display: inline-block;
                width: 5px;
                height: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                background: #333;
                text-indent: -9999px;
                overflow: hidden;
                margin: 0 6px;
            }

                .yydd_wap.slideBox .hd li.on {
                    background: #fff;
                }

        .yydd_wap.slideBox .bd {
            position: relative;
            z-index: 0;
        }

            .yydd_wap.slideBox .bd li {
                position: relative;
            }

                .yydd_wap.slideBox .bd li img {
                    width: 100%;
                    height: 252px;
                    display: block;
                    object-fit: contain;
                    object-fit: cover;
                }

                .yydd_wap.slideBox .bd li a {
                    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
                }

                .yydd_wap.slideBox .bd li .tit {
                    display: block;
                    width: 100%;
                    position: absolute;
                    bottom: 0;
                    text-indent: 10px;
                    height: 28px;
                    line-height: 28px;
                    background: url(/web2023/images/focusBg.png) repeat-x;
                    color: #fff;
                    background-size: cover !important;
                    height: 102px;
                    padding-top: 40px;
                    height: 62px;
                    line-height: 22px;
                    width: 94%;
                    padding-left: 3%;
                    padding-right: 3%;
                }

                    .yydd_wap.slideBox .bd li .tit span {
                        display: block;
                        overflow: hidden;
                        /*white-space: nowrap;*/
                        text-overflow: ellipsis;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        -webkit-line-clamp: 2;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        text-align: center;
                    }

    .Main_Box.m_t26.d_table.yydt_z_div {
        width: 96%;
        margin: 0 auto;
    }

    .wp100 {
        width: 100%;
    }

    div#slideBox_xwdt_wap {
        margin: 0px;
    }

    #slideBox_xwdt_wap .tempWrap {
        height: auto;
    }

    .Lm_dhline.m_d20 {
        margin-bottom: 0px;
        margin-bottom: 5px;
    }

    .content_main {
        width: 96%;
    }

    .fr.W_400.txtMarquee-top.tzgg {
        /*display: none;*/
    }

    .fr.W_400.txtMarquee-top.tzgg {
        width: 100%;
        padding-top: 10px;
    }

    .Tzgg_list li dl {
        width: calc(100vw - 45px);
    }

    .piaofu_img {
        display: none;
    }

    .Zjjs_divbj {
        display: block;
    }

        .Zjjs_divbj .picScroll {
            display: none;
        }

    .Bottom {
        display: block;
    }

        .Bottom .Bottomlogo {
            width: 100%;
            padding: 0px;
            padding-bottom: 10px;
            padding-top: 140px;
            margin-left: 0px;
            text-align: center;
            background-position: top !important;
        }

    .Bottom {
        background-size: contain !important;
        background-size: inherit;
        background-position: 10px 160px;
        background-position: 10px 130px;
        padding-top: 10px;
        border: 0px;
        width: 96%;
        margin: 0 auto;
        background-position: 10px 90px;
        background-position: 0px 90px;
        display: table;
    }

    .dibu {
        width: 100%;
        background: #f7f7f7;
        border-top: 3px solid #0f2f5e;
        display: table;
    }

    .Bottom .Bottom_Ewm {
        width: 100%;
        padding: 0px;
    }

    .footer {
        display: block;
    }

    .footer {
        background: none;
        background: #e6eaf2;
    }

        .footer, .footer a, .footer font {
            color: #000 !important;
            line-height: 24px;
            font-size: 12px;
        }

    .yqlj.layui-form {
        display: table;
        width: 100%;
    }

    .yqlj .wtt {
        width: 100%;
        padding: 10px 0px 10px 0px;
    }

        .yqlj .wtt .neir {
            padding: 5px 10px;
        }

    .Ztzl_divbj {
        display: table;
        width: 100%;
        display: table;
        width: 100%;
        height: auto;
        padding: 10px 0px;
    }
        /* 本例子css */
        .Ztzl_divbj .slideBox {
            width: 100%;
            height: calc(100vw * 0.28);
            overflow: hidden;
            position: relative;
            /*border: 1px solid #ddd;*/
        }

            .Ztzl_divbj .slideBox .hd {
                height: 15px;
                overflow: hidden;
                position: absolute;
                right: 5px;
                bottom: 5px;
                z-index: 1;
            }

                .Ztzl_divbj .slideBox .hd ul {
                    overflow: hidden;
                    zoom: 1;
                    float: left;
                }

                    .Ztzl_divbj .slideBox .hd ul li {
                        float: left;
                        margin-right: 2px;
                        width: 15px;
                        height: 15px;
                        line-height: 14px;
                        text-align: center;
                        background: #fff;
                        cursor: pointer;
                    }

                        .Ztzl_divbj .slideBox .hd ul li.on {
                            background: #f00;
                            color: #fff;
                        }

            .Ztzl_divbj .slideBox .bd {
                position: relative;
                height: 100%;
                z-index: 0;
            }

                .Ztzl_divbj .slideBox .bd li {
                    zoom: 1;
                    vertical-align: middle;
                    height: inherit !important;
                    margin: 0 !important;
                }

                .Ztzl_divbj .slideBox .bd img {
                    width: 100%;
                    /*height: calc(100% * 0.23);*/
                    display: block;
                    height: inherit;
                }

        .Ztzl_divbj .zl_contnet {
            display: none;
        }

        .Ztzl_divbj .zl_contnet_wap {
            display: table;
            width: 100%;
        }

    .Ztzl_list {
        display: table;
        width: 100% !important;
        padding: 0px !important;
        margin: 0 auto !important;
    }

        .Ztzl_list li {
            width: calc(95vw + 0.5px) !important;
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

    .Ztzl_list {
        height: inherit !important;
    }

    .zl_contnet_wap {
        padding-top: 10px;
    }

        /* 下面是前/后按钮代码，如果不需要删除即可 */
        .zl_contnet_wap .slideBox .prev,
        .zl_contnet_wap .slideBox .next {
            position: absolute;
            left: 3%;
            top: 50%;
            margin-top: -25px;
            display: block;
            width: 32px;
            height: 40px;
            background: url(/web2023/images/slider-arrow.png) -110px 5px no-repeat;
            filter: alpha(opacity=50);
            opacity: 1;
        }

        .zl_contnet_wap .slideBox .next {
            left: auto;
            right: 3%;
            background-position: 8px 5px;
        }

            .zl_contnet_wap .slideBox .prev:hover,
            .zl_contnet_wap .slideBox .next:hover {
                filter: alpha(opacity=100);
                opacity: 1;
            }

        .zl_contnet_wap .slideBox .prevStop {
            display: none;
        }

        .zl_contnet_wap.slideBox .nextStop {
            display: none;
        }

    .Zjjs_divbj .zjjs_wap {
        display: table;
        padding: 10px 0px;
    }

    .Zjjs_divbj .layB {
        display: table;
        width: 360px;
        padding: 0px 15px;
        width: 100%;
        padding: 0px;
    }

        .Zjjs_divbj .layB .tbC {
            width: 336px;
            padding: 10px 12px;
            position: relative;
            width: 100%;
            padding: 0px;
            padding-bottom: 60px;
        }

        .Zjjs_divbj .layB .prev, .Zjjs_divbj .layB .next {
            /*background: url(/web2023/images/slider-arrow.png.png) no-repeat;
            width: 15px;
            height: 276px;
            position: absolute;
            left: -7px;*/
            /*top: 10px;*/
            /*background-position: -520px 0;
            color: #fff;
            background: url(/web2023/images/slider-arrow.png) -110px 5px no-repeat;*/
            position: absolute;
            left: calc(50% - 50px);
            bottom: 10px;
            /*margin-top: -25px;*/
            display: block;
            width: 40px;
            height: 40px;
            background: url(/web2023/images/slider-arrow.png) -110px 5px no-repeat;
            filter: alpha(opacity=50);
            opacity: 1;
            z-index: 1111;
            background-color: #006835;
            background-position: -107px;
            border-radius: 20px;
        }

        .Zjjs_divbj .layB .next {
            /*            left: auto;
            right: -7px;
            background-position: -560px 0;*/
            left: auto;
            right: 3%;
            right: calc(50% - 50px);
            background-position: 8px 5px;
            background-position: 13px 5px;
        }

        .Zjjs_divbj .layB .prev:hover {
            /*background-position: -540px 0;*/
        }

        .Zjjs_divbj .layB .next:hover {
            /*background-position: -580px 0;*/
        }

        .Zjjs_divbj .layB .slide {
            width: 342px;
            overflow: hidden;
            width: 100%;
            padding: 0px;
        }

        .Zjjs_divbj .layB ul {
            overflow: hidden;
            zoom: 1;
            width: 100%;
            padding: 0px;
        }

        .Zjjs_divbj .layB li {
            width: 102px;
            margin: 0 5px 4px 5px;
            display: inline;
            float: left;
            line-height: 20px;
            width: 48%;
            margin: 1%;
        }

            .Zjjs_divbj .layB li img {
                display: block;
                /*border: 1px solid #e6e6e6;*/
                height: calc(100vw * 0.63);
                object-fit: cover;
                width: 100%;
            }

            .Zjjs_divbj .layB li a:hover img {
                border-color: #888;
            }

    .Zjjs_divbj {
        height: auto;
        padding-top: 10px;
    }

        .Zjjs_divbj .layB dd {
            text-align: center;
        }

        .Zjjs_divbj .layB span.keshi {
            display: none;
        }

        .Zjjs_divbj .layB dd {
            background: url(/web2023/images/bg1.jpg);
            height: 40px;
            line-height: 40px;
        }

            .Zjjs_divbj .layB dd a {
                color: #fff;
                font-size: 18px;
                font-weight: bold !important;
            }

    .Ksjs_divbj {
        display: table;
    }

        .Ksjs_divbj .Ksjs_div_pc {
            display: none;
        }

        .Ksjs_divbj .Ksjs_div_wap {
            display: table;
        }

    .Ksjs_div_pc1 {
        display: none;
    }

    .Ksjs_div_pc.Ksjs_div_pc2 {
        display: table;
        width: 100% !important;
    }

    .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item, .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item.on {
        width: 100% !important;
        display: table;
        position: inherit;
        height: inherit !important;
        background: #f5f7fa;
        margin-bottom: 10px;
        background: #f5f7fa !important;
        position: relative;
    }

    .kejs_2_1, .kejs_2_1 .Ksjs_2_2, .Ksjs_2_3 {
        display: table;
        /*width: 100% !important;*/
    }

        .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item.on .txt {
            padding: 0px !important;
        }

        .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item .txt {
            position: inherit !important;
            display: table !important;
            width: 100% !important;
        }

        .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item .img {
            display: none;
        }

        .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item .txt .tit p {
            color: #000 !important;
            display: table;
            margin: 0px;
            float: inherit;
            font-size: 14px !important;
        }

        .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item .txt .tit .ico {
            background: #10507d;
        }

        .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item .txt .tit {
            float: left;
            width: 90px !important;
            /*position: inherit !important;*/
            padding: 0px 10px;
        }

        .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item .txt .con {
            display: table !important;
            float: right;
            width: calc(100% - 100px);
            width: calc(100% - 110px);
            min-height: 130px;
        }

    .Ksjs_divbj {
        background: #fff !important;
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item.on .txt {
    }

        .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item.on .txt .tit {
            left: inherit !important;
        }

    .ks_gjwjw {
        display: none !important;
    }

    dd.dot.dot_gjwjw {
        display: initial !important;
        height: 35px !important;
    }

    .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item.gjwjwdzzk .txt .con dl {
        margin-left: 0px;
    }

        .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item.gjwjwdzzk .txt .con dl dd {
            display: inherit !important;
        }

    .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item dd.dot.dot_gjwjw {
        width: 45% !important;
        float: left !important;
        height: 35px !important;
        line-height: 33px !important;
        box-sizing: border-box !important;
        border-radius: 3px !important;
        border: 1px solid #eee !important;
        background: url(../images/jt.png) no-repeat center right 8px #fff !important;
        padding: 0 20px 0 10px !important;
        font-size: 14px !important;
        margin-bottom: 10px !important;
        margin-left: 5% !important;
    }

    .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item.gjwjwdzzk .txt .con dl dd a {
        height: auto !important;
    }

    .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item .txt .con dl {
        margin-bottom: 15px;
    }

    .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item.gjwjwdzzk .txt .con dl {
        margin-left: -5%;
        max-height: 225px;
        overflow: auto;
        padding-right: 20px;
        margin-top: 30px;
        margin-top: 50px !important;
    }

    .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item .txt .tit p {
        font-size: 12px !important;
        margin-top: 10px;
    }

    .kejs_2_1, .kejs_2_1 .Ksjs_2_2, .Ksjs_2_3 {
        /*padding: 0px 10px;*/
        width: 100%;
        /*width: calc(100% - 20px);*/
    }

        .kejs_2_1 .Ksjs_2_2 .Ksjs_2_3 .item.on {
            width: 100%;
        }



    /*移动端导航*/


    .z_mask.active {
        width: 100%;
    }

    .z_mask {
        width: 0%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.8);
        transition: all .8s;
        z-index: 101;
    }

    .slide_box {
        background: #fff;
        width: 650px;
        height: 100%;
        box-sizing: border-box;
        position: fixed;
        right: 0;
        top: 0;
        padding: 50px 50px 50px 50px;
        box-sizing: border-box;
        z-index: 999;
        transform: translateX(100%);
        transition: all .6s;
        z-index: 101;
    }

        .slide_box .close {
            width: 50px;
            height: 66px;
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            z-index: 2;
            background: url(/images/close.png) center center no-repeat;
            background-size: 16px;
        }

    .slide_nav {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        position: relative;
        border-top: 1px solid #f0f0f0;
    }

        .slide_nav li {
            border-bottom: 1px solid #f0f0f0;
            position: relative;
        }

            .slide_nav li > a {
                display: block;
                height: 45px;
                color: #333;
                line-height: 45px;
                padding-left: 4%;
                font-size: 15px;
            }

            .slide_nav li .jia {
                display: block;
                width: 50px;
                height: 45px;
                text-align: center;
                line-height: 45px;
                font-size: 0;
                color: #333;
                position: absolute;
                right: 0;
                top: 0;
                background: url(/images/plus.png) center center no-repeat;
                display: none;
                cursor: pointer;
            }

            .slide_nav li .jian {
                display: block;
                width: 50px;
                height: 45px;
                text-align: center;
                line-height: 45px;
                font-size: 0;
                color: #333;
                position: absolute;
                right: 0;
                top: 0;
                background: url(/images/reduce.png) center center no-repeat;
                display: none;
                cursor: pointer;
                background-size: 16px;
            }

                .slide_nav li .jian.on {
                    display: block;
                }

        .slide_nav .nav_down {
            display: none;
        }

            .slide_nav .nav_down a {
                display: block;
                height: 36px;
                color: #7f7f7f;
                line-height: 36px;
                padding-left: 34px;
                font-size: 14px;
                background: url(/web2023/images/images/z2.png) 15px center no-repeat;
                background-size: auto 10px;
            }

    .wrapper {
        overflow: hidden;
        width: 100%;
        position: relative;
        height: 100%;
        display: block;
    }

    .slide_box.active {
        transform: translateX(0);
    }

    .slide_box {
        width: 80%;
        padding: 66px 0 30px;
    }

    .slide_nav li .jia.on {
        display: block;
        background-size: 16px;
    }



    #hd #week_nav .rt {
        float: right;
        height: 100%;
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        right: 10px;
        height: auto;
    }

    .clearfix:after {
        content: '\20';
        display: block;
        height: 0;
        clear: both;
    }

    #week_nav {
        /*        position: fixed;
        left: 0;
        top: 0;
        z-index: 9;
        width: 100%;
        height: 70px;
        background: #fff;
        min-width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.2);*/
        display: block !important;
    }

    .ind_lonav {
        float: left;
        height: 100%;
        width: 70%;
    }

    #hd #week_nav .rt .sea {
        width: 40px;
        height: 35px;
        float: left;
        cursor: pointer;
        margin-top: 20px;
    }

    #hd #week_nav .rt .dhmenu {
        height: 35px;
        float: left;
        cursor: pointer;
        position: relative;
        margin-top: 25px;
        margin-top: 20px;
    }



    .container {
        width: 100%;
        width: 100% !important;
    }

    .pagesleft {
        display: none;
    }

    .pages {
        width: 100% !important;
    }

    .Seo_bj {
        width: 100%;
        display: table;
    }

    input#textSearch2 {
        width: calc(100% - 80px);
        border: 1px solid #e3dede;
        height: 38px !important;
        line-height: 1.3 !important;
    }

    input#doSearch2 {
        height: 38px;
        line-height: 38px;
        border: 1px solid transparent;
        padding: 0 18px;
        background-color: #B8A681;
        color: #fff;
        white-space: nowrap;
        text-align: center;
        font-size: 14px;
        border-radius: 2px;
        cursor: pointer;
        width: 70px;
    }

    .breadcrumbs {
        text-align: left !important;
    }

    .search_page .Seo_bj {
        display: table !important;
    }


    .Main_Box.pc {
        display: none;
    }

    .Main_Box.wap {
        display: block;
    }

    .Main_Box.Top {
        background-position-x: 30px;
    }

    .zjjs_wap, .Zjjs_divbj .layB, .Zjjs_divbj .layB .tbC, .Zjjs_divbj .layB .tbC .tempWrap {
        background: #d92f2f1;
        width: 100%;
    }

    .sidebar {
        display: table !important;
        width: 100% !important;
        display: none !important;
    }

    .main {
        display: table !important;
        width: 100% !important;
        padding: 0px !important;
    }

    .article {
        padding: 0px !important;
    }

    .breadcrumbs {
        padding-top: 20px !important;
    }

    .container {
        padding: 0px !important;
    }


    .search_page {
    }

        .search_page .content {
        }

            .search_page .content .list {
            }

    .content .list li {
        overflow: hidden;
    }

        .content .list li span {
            width: calc(100% - 80px);
            height: 40px;
            line-height: 40px;
        }

            .content .list li span a {
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
            }

    .Dbai2 {
        width: 100% !important;
    }

        .Dbai2 .fyl_tb tr td {
            display: block !important;
        }

        .Dbai2 .layui-form-item.last span.f_red2 {
            width: 100%;
            display: table;
        }

        .Dbai2 button.layui-btn.layui-btn-primary {
            display: none;
        }

    .W_420.fl.zykp {
        display: none !important;
    }

    .tszn.gz_home4 {
        display: none !important;
    }

    .fl.wp100.yydt .xiaoguo2 {
        display: none !important;
    }



    .Ksjs_div_pc.Ksjs_div_pc3.gz_home3 {
        display: none;
    }

    .Ksjs_divbj {
        display: block !important;
    }

    .Ksjs_div_pc.Ksjs_div_pc2, .Ksjs_divbj {
        display: table !important;
        width: 100% !important;
    }



    .article img {
        max-width: 100% !important;
    }

    .pc {
        display: none;
    }

    .phone {
        display: table;
    }



    .mainContent {
        width: 100%;
    }

    body, html {
        width: 100%;
    }


    /*大图切换*/
    .phone .fullSlide {
        width: 100%;
        position: relative;
        height: 450px;
        display: inline-block;
        background: #f8fafb;
        overflow: hidden;
        width: 100vw !important;
        min-width: auto !important;
    }

        .phone .fullSlide .bd {
            margin: 0 auto;
            position: relative;
            z-index: 0;
            overflow: hidden;
            width: 100%;
            width: 100vw !important;
        }

            .phone .fullSlide .bd ul {
                width: 100% !important;
                width: 100vw !important;
            }

            .phone .fullSlide .bd li {
                width: 100% !important;
                width: 100vw !important;
                height: 450px;
                overflow: hidden;
                text-align: center;
            }

                .phone .fullSlide .bd li a {
                    display: block;
                    height: 450px;
                }

        .phone .fullSlide .hd {
            width: 100%;
            width: 100vw !important;
            position: absolute;
            z-index: 1;
            bottom: 80px;
            left: 0;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }

            .phone .fullSlide .hd ul {
                text-align: center;
                padding-top: 5px;
            }

                .phone .fullSlide .hd ul li {
                    cursor: pointer;
                    display: inline-block;
                    *display: inline;
                    zoom: 1;
                    width: 14px;
                    height: 14px;
                    margin: 5px;
                    background: url(/images/topqhicon.png) -24px 0;
                    overflow: hidden;
                    line-height: 9999px;
                }

                .phone .fullSlide .hd ul .on {
                    background-position: 0 0;
                }

    .Logopic.fl {
        padding: 0px;
        padding-left: 10px;
    }

        .Logopic.fl img {
            height: 55px;
        }

    .phone .top {
        background: #0072ff;
        display: table;
        width: 100%;
        padding-bottom: 5px;
        color: #fff;
    }

        .phone .top #week_nav a {
            color: #fff;
        }


    /* 本例子css -------------------------------------- */
    .phone.xwqht {
        text-align: center;
        width: 96px;
        margin: 0 auto;
    }

    .yydd_wap.slideBox {
        position: relative;
        width: 100%;
        height: 252px;
        overflow: hidden;
        margin: 10px auto;
        display: block !important;
        width: 96vw;
    }

        .yydd_wap.slideBox .hd {
            position: absolute;
            height: 28px;
            line-height: 28px;
            bottom: 0;
            right: 0;
            z-index: 1;
        }

            .yydd_wap.slideBox .hd li {
                display: inline-block;
                width: 5px;
                height: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                background: #333;
                text-indent: -9999px;
                overflow: hidden;
                margin: 0 6px;
            }

                .yydd_wap.slideBox .hd li.on {
                    background: #fff;
                }

        .yydd_wap.slideBox .bd {
            position: relative;
            z-index: 0;
        }

            .yydd_wap.slideBox .bd li {
                position: relative;
            }

                .yydd_wap.slideBox .bd li img {
                    width: 100%;
                    height: 252px;
                    display: block;
                    object-fit: contain;
                    object-fit: cover;
                }

                .yydd_wap.slideBox .bd li a {
                    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
                }

                .yydd_wap.slideBox .bd li .tit {
                    display: block;
                    width: 100%;
                    position: absolute;
                    bottom: 0;
                    text-indent: 10px;
                    height: 28px;
                    line-height: 28px;
                    background: url(/images/focusBg.png) repeat-x;
                    color: #fff;
                    background-size: cover !important;
                    height: 102px;
                    padding-top: 40px;
                    height: 62px;
                    line-height: 22px;
                    width: 94%;
                    padding-left: 3%;
                    padding-right: 3%;
                }

                    .yydd_wap.slideBox .bd li .tit span {
                        display: block;
                        overflow: hidden;
                        /*white-space: nowrap;*/
                        text-overflow: ellipsis;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        -webkit-line-clamp: 2;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        text-align: center;
                    }

    .share {
        display: none;
    }

    .article {
        width: 90%;
        margin: 0 auto;
    }

    .newsList li a {
        width1: calc(100% - 540px);
    }

    #list_master_page .content {
        min-height: 100% !important;
        height: auto !important;
    }
    /*    .newsList li {
        display:grid;
    }
        .newsList li .date {
            display: inherit !important;
            float: inherit !important;
            order: 2;
            width: 120px;
        }
        .newsList li a {
            display: inherit !important;
            float: inherit !important;
            order: 1;
            width: calc(100% -220px);
        }*/
    .listmbj .newsList {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
    }

        .listmbj .newsList ul {
            width: 96%;
            margin: 0 auto;
        }

    .newsList li a,
    .newsList li .date, .search_page .list li .date, .search_page .list li a {
        display: list-item;
    }
    .newsList li, .search_page .list li {
        width: 95vw;
    }
    div#content_master {
        margin-top: 0px;
    }
    .phone .fullSlide {
        margin-top: 0px;
        padding-top:0px;
    }
    .main .Rseodiv {
        display: table !important;
    }
    .search_page .list li .date {
        width:auto;
    }
    .search_page .list li a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        width: calc(100% - 120px);
    }
    .search_page .content .list {
        width: 100%;
        padding: 0px;
    }
    .search_page .content .list ul{
        width: 96%;
        margin:0 auto;
    }
}
