﻿   .SearWhole {
            width: 100%;
            margin: 0;
            padding:30px 0;
            overflow:hidden;
        }

        .SearWhole .maxwidth {
            width: 1400px;
            margin: 0 auto;
            padding: 0 30px;
        }


        .SearWhole .Quantiity {
            font-size: 16px;
            line-height: 30px;
            color: #333;
            margin-bottom: 55px;
        }

        .SearWhole em {
            color: #FF0000;
            font-weight: bold;
        }

        .SearWhole .ResuTit {
            font-size: 18px;
            color: #333333;
            font-weight: bold;
            width: 100%;
            padding-bottom: 16px;
            border-bottom: 1px solid #E9E9E9;
            margin-bottom: 26px;
        }

        .SearWhole .Resucont {
            margin-bottom: 45px;
            float: left;
            width: 100%;
        }

        .SearWhole .Resucont a {
            line-height: 46px;
            color: #555555;
            padding: 0 45px;
            position: relative;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 50%;
            float: left;
            font-size: 16px;
        }

        .SearWhole .Resucont a:hover {
            background: #F4F4F4;
        }

        .SearWhole .Resucont a:after {
            content: "";
            height: 6px;
            width: 6px;
            border-radius: 50%;
            background-color: #535353;
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            left: 20px;
        }

        .SearWhole .NotYet {
            font-size: 16px;
            color: #555555;
        }

        .SearWhole .ResulitList .Resucont:last-child {
            margin-bottom: 0;
        }

        @media screen and (max-width:1500px) {
            .SearWhole .maxwidth {
                width: 82.5%;
            }
        }

        @media screen and (max-width:768px) {
            .SearWhole .maxwidth {
                width: 100%;
                padding: 0 15px;
            }

            .SearWhole {
                float: left;
                width: 100%;
                margin: 30px 0;
            }

            .SearWhole .Quantiity {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 25px;
            }

            .SearWhole .ResuTit {
                font-size: 16px;
                padding-bottom: 12px;
                margin-bottom: 15px;
            }

            .SearWhole .Resucont {
                margin-bottom: 20px;
            }

            .SearWhole .Resucont a {
                line-height: 34px;
                padding: 0 16px;
                width: 100%;
                font-size: 14px;
            }

            .SearWhole .Resucont a:after {
                height: 4px;
                width: 4px;
                left: 6px;
            }

            .SearWhole .NotYet {
                font-size: 14px;
            }
        }