
.search-list-content {
    padding-bottom: 46px;
}
.search-list-box>p{
    padding-bottom: 16px;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #567590;
}
.search-list-left {
    float: left;
    width: 902px;
}
.search-list-position {
    margin: 34px 46px 0 0;
}
.search-list-left-content ul li {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: table;
}
.search-list-left-content ul li div {
    display: table-cell;
    vertical-align: middle;
}
.search-company-name {
    width: 40%;
    text-align: left;
}
.search-company-name a {
    display: block;
    width: 100%;
    height: 100%;
}
.search-company-name h3 {
    font-size: 14px;
    color: #333;
}
.search-company-name h3:hover{
    color: #337ab7;
}
.search-company-name span {
    color: #337ab7;
}
.search-company-name p {
    font-size: 12px;
    color: #999;
    margin-top: 12px;
}
.search-price {
    width: 20%;
    text-align: center;
}
.search-price span {
    font-size: 18px;
    color: #ff6d3b;
}
.success-number {
    width: 20%;
    text-align: center;
}
.success-number p{
    font-size: 12px;
    color: #333;
}
.find-details {
    width: 20%;
    text-align: center;
}
.find-details a {
    font-size: 16px;
    color: #337ab7;
}
.find-details a:hover {
    text-decoration: underline;
}
.search-list-right {
    float: left;
    width: 297px;
}
.search-list-right>h3 {
    margin: 16px 0 16px 47px;
    font-weight: lighter;
    font-size: 18px;
    color: #333;
}
.hot-product {
    padding-left: 47px;
    border-left: 1px solid #eee;
}
.hot-product ul li {
    margin-top: 20px;
}
.hot-product ul li:first-child {
    margin-top: 0;
}
.hot-product ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.product-box {
    width: 240px;
    height: 140px;
    border: 1px solid #eee;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.product-box img {
    /*width: 240px;*/
    vertical-align: middle;
}
.hot-product ul li p {
    margin-top: 12px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.hot-product ul li:hover .product-box {
    border: 1px solid #567590;
}
.hot-product ul li:hover p {
    color: #567590;
}
.search-list-page .pager {
    margin: 46px 0;
}
.search-list-page .paging ul .active a{
    border-radius: 2px;
    border: 1px solid #567590;
    background: #567590;
    color: #fff;
}
.serach-list-blank {
    margin-top: 176px;
    text-align: center;
}
.serach-list-blank i {
    display: inline-block;
    width: 264px;
    height: 306px;
    background: url(img/search-list-blank.png) no-repeat center center;
}
.serach-list-blank p {
    margin-top: 60px;
    font-size: 24px;
    color: #666;
}
.serach-list-blank p span {
    color: #ea2929;
}