      .content,
        .footer {
            display: none;
        }

        .Section0 {
            layout-grid-mode: line !important;
            -ms-layout-grid-mode: line !important;
        }

        .bodyclass {
            background-image: url(../../static/images/zhengwuxinxi/bgc_gb.png);
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: top;
        }

        .grayscale .bodyclass {
            background-image: url(../../static/images_gray/zhengwuxinxi/bgc_gb.png);

        }

        .grayscale .logoyi {

            filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
            -webkit-filter: grayscale(0);
            /* -ms-filter: grayscale(0);
 -o-filter: grayscale(0); */
            /* Firefox 35+ */
            filter: grayscale(0);
            /* IE 6-9 */
            /* filter: gray; */
        }

        .logodiv {
            position: relative;
        }

        .logoyi {
            margin-top: 30px;
            margin-left: 0;
            /* width: 657px; */
            position: absolute;
            height: 74px;
            top: 0px;
            left: 10px;
        }

        .zwxxgk_top {
            width: 1100px;
            height: 365px;
            margin: 0 auto;
            position: relative;

        }

        .text-style {
            /* font-family: SourceHanSansCN-Bold; */
            /* font-family: "microfosft yahei"; */
            font-family: "微软雅黑";
            font-size: 75px;
            color: #FFFFFF;
            letter-spacing: 3px;
            margin: 0 auto;
            position: absolute;
            top: 62%;
            left: 29%
        }

        .text-border {
            height: 2px;
            width: 400px;
            background-color: #ffffff;
            position: absolute;
            top: 85px;
            left: 5%;
        }

        .main-container {
            background-color: #FFFFFF;
            padding: 10px;
            margin: 10px;
        }

        .main-box {
            background-color: #f2f2f2;

        }

        .content {
            margin: 0 auto
        }