 .banner {
     width: 100%;
     height: 300px;
     background: url("../images/search-banner.jpg") no-repeat top center;
     background-size: cover;
     overflow: hidden;
    margin-top: 100px;
 }

 .banner .bannerSearch{
     width: 675px;
     height: 150px;
     margin: 0 auto;
     margin-top: 0px;
     color: #fff;
     margin-top: 60px;
     text-align: left;
 }
 .banner .bannerSearch h1 {
    font-size: 32px;
    margin: 10px 0;
}
.banner .bannerSearch input{
    color: #fff;
    background-color: rgba(255,255,255,0.3);
    color: #ffffff;
    width: 498px;
    height: 50px; 
    text-indent: 20px; 
} 
.banner .bannerSearch .search-box{
    border: #fff 1px solid;
    display: block;
    width: 600px;
    box-sizing: border-box;
    font-size: 0;
}
.banner .bannerSearch .search-box .but{
    display: inline-block;
    width: 99px;
    height: 50px;
    background: #ff3f3f;
    vertical-align: top;
    border-left: #fff 1px solid;
    cursor: pointer;
}  
.banner .bannerSearch .search-box .but i{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/icon.png");
    background-position: -164px -327px;
    margin: 0 25px;
}  
.searchMain{
    color: #333333;
    margin: 50px 0;
}
.searchMain h4{
    font-size: 20px; 
    margin: 0 0 50px 0;
    text-align: left;
    margin-left: 100px;
}
.searchMain h4 em{ 
    color: #ff3f3f;
    
} 
.searchResult li{
    width: 1000px;
    height: 100px;
    box-shadow: 0 0 20px #F0F0F0;
    transition: all 0.25s ease 0s;
    margin: 30px auto; 
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}
.searchResult li:hover{
   transform: scale(1.1);
}
.searchResult li h6{
    display: block;
    color: #333333;
    font-size: 16px;
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
 }
.searchResult li p{
    display: block;
    width: 823px;
   color: #959595; 
   font-size: 14px;
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.searchResult li i{
    display: inline-block; 
   color: #959595; 
   font-size: 14px;
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    right: 50px;
    top: 49px;
}