.hd-floor,.hd,.line-zc,.zzidc-footer-website{
            min-width: 0;
        }
        .zzidc-auto{
            width: 100%;
			text-align: center;
        }
        .searchbox{
            width: 100%;
        }
        .line-zc-warp{
            width:80%;
        }

        .searchleft{
            float: none;
            text-align: center;
            margin-top:15px;
        }
        .line-zc-btn{
            margin: auto;
        }
        .info-body{
            margin-top: -240px;
        }
        .infotitle {
            background-color: #eee;
            height: auto;
            border-bottom: 1px solid #BEBEBE;
            padding-top: 10px;
			padding-bottom: 10px;
            display: inline-block;
            width: 100%;
        }
        .infotitle-left{
            width:40%;
            text-align: center;
            font-size: 18px;
            display: table-cell;
        }
        .infotitle-right{
            width:50%;
            display: table-cell;
        }
        .info-maybe{
            font-size: 18px;
        }
        .info-more{
            font-size: 14px;

        }
        .info-more li {
            display: inline-block;
            padding: 5px 8px;
            margin-bottom: -10px;
            background: #e1e1e1;
            font-size: 14px;
            height: 14px;
            line-height: 14px;
            border-radius: 6px;
            text-align: left;
            margin: 1px;
            border: 1px solid #b7b7b7;
        }
        .info-result{
            display: table-cell;
            width: 70%;
        }
        .result-info{
            margin-top: 15px;
            margin-left:200px;

        }
        .info-wordcloud{
            display: table-cell;
            background-color: #F8F8F8;
            height: auto;
        }
        .result-title,.result-desc,.result-from{
            height: auto;
			min-height: 35px;
        }
        .result-title a{
            font-size: 18px;
            color: #0000cc;
        }
        .result-desc{
            height: 35px;
        }
        .line-zc-warp{
            width: 100%;
            padding: 10px;
            margin-right: unset;
            top:unset;
            left:unset;
            margin-left: unset;

        }
        .result-video{
            width: 30%;
            display: inline-block;
            margin:10px;
        }
        .result-video img{
            width: 100%;
            margin-bottom: 10px;
        }
        @media only screen and (max-width: 479px) {
            .nav{
                display: none;
                /*width: 100%;*/
                /*white-space: nowrap;*/
                /*overflow: hidden;*/
            }
            .searchleft{
                margin-top: 0;
            }
            /* .info-body{ */
                /* margin-top: -180px; */
            /* } */
            .info-more{
                max-height: 197px;
                overflow: hidden;
            }
            .result-info{
                margin-left: 10px;
                margin-right: 10px;
            }
            .info-result{
                display:block;
                width:100%;
            }
            .website-columns{
                display: none;
            }
            .result-video{
                width: 40%;
                display: inline-block;
                margin:10px;
            }
        }