 .pull-left {
            padding: 0px !important;
        }

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

        }

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

        .search-header {
            width: 100%;
            height: 365px;
        }

        .logodiv {
            position: relative;
            height: 200px;
        }

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

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

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

        }

        .zwxxgk_search {
            width: 100%;
            /* border-bottom: 2px solid #e3e3e3; */
            /* height: 100px; */
            padding: 84px 0;
            background-color: #F2F2F2;
        }

        .zwxxgk_input {
            width: 95%;
            border: 1px solid #ffffff !important;
            height: 40px;
            line-height: 32px;
        }

        .zwxxgk_search_img {
            width: 28px;
            position: absolute;
            cursor: pointer;
            outline: none;
            height: 28px;
            right: 14px;
            top: 9px;
        }

        .zwxxgk_input_text {
            background: #fff;
            border: 2px solid #2d66a5;
            border-radius: 10px;
            /* padding: 0px 10px; */
            padding: 0px 19px 0 10px;
            width: 510px;
            position: relative;
            margin: 0 auto;
            /* top: 50px; */
            height: 50px;
            line-height: 45px;
        }

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

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

        .container {
            background-color: #f2f2f2;
            padding: 0px 30px 50px 30px;
        }

        .left-line {
            width: 240px;
            height: 2px;
            background-color: #e3e3e3;
            position: absolute;
            top: 50%;
            left: -53%;
        }

        .right-line {
            width: 240px;
            height: 2px;
            background-color: #e3e3e3;
            position: absolute;
            top: 50%;
            right: -53%;
        }

        .jiansuo-right {
            margin: 0;
            background: #ffffff;
            float: left;
            width: 100%;
            padding: 10px 30px;
            position: relative;
        }

        .jiansuo-sort {
            float: left;
            font-size: 16px;
            font-weight: 700;
        }

        .sort-left {
            padding-left: 20px;
        }

        .search-list {
            position: absolute;
            top: 60px;
            right: 33px;
            background-color: #f2f2f2;
            width: 90px;
            text-align: center
        }

        .search-list li:hover {
            background-color: #f2f2f2;
        }

        .search-input-time {
            color: red;
            font-size: 16px;
            font-weight: 700;
            width: 90px;
            text-align: center;
        }

        /* .search-x {
            font-size: 25px;
            position: absolute;
            top: 0;
            right: 12%;
            cursor: pointer;
            
        } */
        .search-x {
            font-size: 25px;
            position: absolute;
            top: 13px;
            right: 10%;
            cursor: pointer;
            width: 30px;
            height: 20px;
            line-height: 20px;
            background-color: #fff;

        }

        .cross_close {
            font-size: 25px;
            position: absolute;
            top: 0;
            right: 12%;
            cursor: pointer;
        }

        .content {
            margin: 0 auto
        }

        .grayscale .search-input-time {
            color: #000;
        }

        .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; */
        }

        .grayscale .zwxxgk_input_text {
            border: 2px solid gray;
        }