.search-box{
	border-bottom:1px solid #ea4335;
}
.search-list-box>p{
    font-size: 12px;
    line-height: 12px;
    color: #999;
    border-bottom: 1px solid #567590;
    padding: 24px 0 16px;
}
.search-list-left {
    float: left;
    width: 908px;
}
.search-list-position {
    margin: 34px 52px 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: #ea4335;
}
.search-company-name span {
    color: #ea4335;
}
.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: #ea4335;
}
.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: #999;
}
.find-details a:hover {
	color: #4285f4;
    text-decoration: underline;
}
.search-list-right {
    float: left;
    width: 292px;
}
.search-list-right>h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: lighter;
    color: #ea4335;
    background: url(img/search-list-right-title.png) no-repeat 19px 0;
    padding-left: 60px;
    margin: 36px 0 14px;
}
.hot-product {
    padding: 10px 20px 18px;
    border: 1px solid #f5f5f5;
    border-top: 2px solid #ea4335;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.hot-product ul li a {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}
.product-box{
    width: 100%;
    height: 80px;
    border: 1px solid #fff;
}
.product-images{
	position: relative;
	top: -1px;
	left: -1px;
	float: left;
	display: table-cell;
	width: 80px;
	height: 80px;
	border: 1px solid #eee;
	vertical-align: middle;
	overflow: hidden;
}
.product-images img {
    width: 100%;
}
.hot-product-money{
	float: left;
	width: 168px;
	padding: 7px 20px;
}
.hot-product-money p{
	font-size: 16px;
	line-height: 32px;
	color: #666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.hot-product-money span{
	font-size: 16px;
	line-height: 32px;
	color: #ea4335;
}
.hot-product a:hover .product-box{
	border: 1px solid #ea4335;
}
.hot-product a:hover .product-images{
	border: 1px solid #ea4335;
	border-right: 1px solid #fff;
}
.hot-product a:hover .hot-product-money p{
	color: #ea4335;
}

.search-list-page .pager {
	margin: 36px 0 0;
}
.search-list-page .paging ul .active a{
    border-radius: 2px;
    border: 1px solid #ea4335;
    background: #ea4335;
    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;
}