@charset "UTF-8";
html,body,h1,h2,h3,h4,h5,dl,dt,dd,ul,ol,li,p,pre,form,button,input,textarea,th,td{margin:0;padding:0;}
html,body,button,input,select,textarea{font:12px/1.5 "Microsoft Yahei",Tahoma,Simsun,sans-serif;}
h1,h2,h3,h4,h5,button,input,select,textarea{font-size:100%;}
em,i{font-style:normal;}
form{display:inline;}
ul,ol{list-style:none;}
img{border:0 none;vertical-align: top;}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration:none;outline:none;color:#000; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover{text-decoration: none;}
a:focus, *:focus {outline:none;}
.hidden{display:none}
.fl{float: left;}
.fr{float: right;}
.clearfix:before,.clearfix:after {display: table; content: " ";}
.clearfix:after {clear: both;}
.clearfix{*zoom: 1;}

.search_result_txt{
    color:#9C9CAC;
    font-size: 14px;
    margin: 30px 0 40px;
}
.list2{
    width: 1020px;
}
.list2 li{
    width: 150px;
    height: 190px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
}
.list2 li a{
    cursor: pointer;
}
.list2 li:hover{
    box-shadow:0px 0px 20px 0px rgba(61,61,76,0.2);
}
.list2 li .img_box{
    width:96px;
    height:96px;
    border-radius:12px;
    margin: 16px auto;
    overflow: hidden;
}
.list2 li .name{
    color: #333;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}
.list2 li .intro{
    margin: 0 auto;
    text-align: center;
    width:113px;
    font-size:14px;
    color: #9C9CAC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list2 li .arrow_ewm{
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background: url(../images/arrow_ewm.png);
    cursor: pointer;
}
.more_btn{
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color:#9C9CAC;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
}
.more_btn:hover{
    color:#666677;
}
.no_seach{
    text-align: center;
    color: #9b9bab;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translateY(-50%);
}
.no_seach_text1{
    margin-top: 20px;
}
.no_seach_text2{
    margin-top: 5px;
}
.search_box{
    min-height: 488px; 
}