﻿.page.search-page{
    background: #ffffff;
}
.page .header {
    box-shadow: 0px 2px 4px #efefef;
}
.page .search-box{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
}
.page .search-box-1{
    font-size: 20px;
    color: #333;
    margin-top: 5px;
}
.page .search-box-2 {
    height: 50px;
    white-space: nowrap;
    margin-top: 20px;
    line-height: 0;
    font-size: 0
}
.page .search-box-2 input{
    width: 601px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #eeeeee;
    background: none;
    font-size: 16px;
    padding: 10px 20px;
    color: #999;
    font-family: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif
}
.page .search-box-2 .btn em{
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
   
}
.search_w{
    background-position: -257px -32px;
    width: 24px;
    height: 24px;
}
.page .search-box-2 .btn{
    display: inline-block;
    background: #23c268;
    overflow: hidden;
    color: white;
    font-size: 16px;
    cursor: pointer;
    min-width: 80px;
    border-radius: 0;
    height: 52px;
    line-height: 52px;
    vertical-align: top;
}
.page .search-box-3{
    margin-top: 20px;
    font-size: 14px;
}
.page .search-box-3 a{
    color: #666666;
}
.page .search-box-3 span{
    margin: 20px;
}
.page.search-page .title-bar{
 font-size: 20px;
}
.page .search-page-list{
    margin-top: 30px;
    text-align: left;
    width: 1240px;
    padding: 10px;
}
.page .search-page-list li{
    width: 200px;
    height: 224px;
    background: white;
    padding: 38px 0;
    display: inline-block;
    border:1px solid #eee;
    *display: inline;
    *zoom: 1;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 10px 5px #eee;
    margin-right: 42px;
}
.page .search-page-list img{
    width: 124px;
    height: 124px;
    border-radius: 15px;

}
.page .search-page-list .list-1{
    height: 28px;
    overflow: hidden;
    font-size: 16px;
    margin: 10px 10px 0
}
.page .search-page-list .list-2{
    font-size: 14px;
    color: #ffcc00;
    margin: 10px 0;
}
.page .search-page-list .list-3{
    font-size: 14px;
    color: #555
}
.page .result-list {
    margin-top: 20px;
}
.page .result-list li{
    background: white;
    padding: 30px;
    white-space:nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    border-bottom: 1px solid #eeeeee;
}
.page .result-list img {
    width: 120px;
    height: 120px;
    vertical-align: top;
}
.page .result-list .list-1{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 20px;
    width: 620px;
}
.page .result-list .list-1-3{
    white-space: normal;
    color: #666
}
.page .result-list .list-1-1{
    font-size:18px;
}
.page .result-list .list-1-2{
    font-size: 14px;
    color: #ffcc00;
}
.page .result-list .list-1-3{
    overflow: hidden;
    height: 52px;
}
.page .result-list .list-1-4{
    font-size: 12px;
    color: #999999;
    margin: 15px 0;
    line-height: 12px;
}
.page .result-list .list-1-5{
    color: #999999;
    font-size: 12px;
    line-height: 12px;
}
.page .result-list .list-1-5 span{
    margin-right: 15px;
}
.page .no-result{
    background: white;
    padding: 58px 40px;
    height: 1074px;
    margin-top: 22px;
}
.page .no-result .no-result-1{
    font-size: 18px;
}
.page .no-result .no-result-1 i{
    color: #ff5050;
}
.page .no-result .no-result-2{
    font-size: 14px;
    color: #999999;
    margin-top:43px;
}
.page .no-result .no-result-3{
    padding-left: 20px;
    font-size: 16px;
}
.page .no-result ul.no-result-3,.page .no-result .no-result-3 li{
    list-style:disc;
}
.page .no-result .no-result-3 li{
    margin-top: 15px;
}
