.top{
    width: 100%;
}
.top img{
    width: 100%;
}
.search-list{
    max-width:12rem ;
    width: 83%;
    margin: -0.6rem auto 100px;
    position: relative;
}
.search-top{
    width: 8.5rem;
    height: 120px;
    padding: 20px 40px;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(223,229,232,0.5);
}
.search-left input{
    background:none;
    outline:none;
    border:none;
    color: #000;
    font-size: 18px;
    width: 100%;
}
.search-left{
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}
.search-left input::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.search-left input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.search-left input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.search-right{
    width: 80px;
    height: 80px;
    border-left: 1px solid #dfe5e8;
}
.search-right a{
    width: 100%;
    height: 100%;
}
.search-right a i{
    font-size: 30px;
    color: #7f7f7f;
}
.list-main{

    width: 100%;
    margin: 50px auto;
}
.search-main{
    width: 100%;
    height: 160px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #c1cbd1;
}
.search-main a{
    width: 100%;
    height: 100%;
}
.search-main .red_xian{
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #d90909;
    transition: all 1s ease-in-out;
}
.search-main.on .red_xian{
    width: 100%;
}
.search-main .search-main-one{
    width: 100%;
    height: 72px;
}
.search-main .search-main-two{
    width: 0;
    height: 72px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    background-color: #fff;
    transform: translate(0 ,-50%);
    transition: all 1s ease-in-out;
    overflow: hidden;
}
.search-main.on .search-main-two{
    width: 100%;
}
.main-left{
}
.main-left .title{

font-size: 0.2rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.main-left .title em{
    color: #d90909;
    font-size: 0.22rem;
    font-weight: bold;
}
.main-left .text{
    max-width: 910px;
font-size: 14px;
    color: #84898c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.main-right .kuai{
    padding: 10px 28px ;
    background-color: #e6e9ec;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
.search-main-two .main-left .title{
    color: #d90909;
}
.search-main-two .main-left .text{
    color: #000;
}
.search-main-two .main-right .kuai{
    background-color: #fff;
    padding: 0;
    width: 0;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s;
    /*transition-delay: 1.3s;*/
    /*-moz-transition-delay: 1.3s; !* Firefox 4 *!*/
    /*-webkit-transition-delay: 1.3s; !* Safari 和 Chrome *!*/
    /*-o-transition-delay: 1.3s; !* Opera *!*/
}
.search-main-two .main-right .kuai img{
    width: 88px;
    height: 13px;
}
.search-main.on .search-main-two .main-right .kuai{
    width: 100%;
}
.none{
    text-align: center;
}
.next-list{
    margin: 50px 0;
}