﻿#result_1{
    width:770px;
    float:right;
}
#new_sidebar{
    width:209px;
    float:left;
    border: 1px solid #E3E3E3;
}
#result_1 ol li{
    padding:0 0 10px 0;
    margin-bottom:15px;
}
.sidebar_box h2 {
    line-height: 36px;
    padding-left: 10px;
    font-size: 14px;
    background: #F9F9F9;
    border-bottom:1px solid #E3E3E3;
}
#result_1 h2 {
    line-height: 36px;
    padding-left: 10px;
    font-size: 14px;
    background: #F9F9F9;
    border:1px solid #E3E3E3;
}
.sidebar_box li.box_left {
    border-right: 1px solid #E3E3E3;
}
.sidebar_box ul li {
    border-bottom: 1px solid #E3E3E3;
    width: 104px;
    float: left;
    padding: 0px;
    padding-left:0px;
    text-align: center;
}
.sidebar_box li .store-logo {
    margin: 3px auto;
    display: block;
    text-align: center;
    border: white solid 1px;
    height: 40px;
    width: 80px;
    padding: 2px;
}
.sidebar_box li .store-logo:hover {
    border: #F1F1F1 solid 1px;
}
.sidebar_box li span {
    display: block;
    text-align: center;
    overflow: hidden;
    height: 20px;
}
.sidebar_box li span a {
    color: #A2A2A2;
}
.sidebar_box_more{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    clear: both;
    text-align: right;
    padding-right: 15px;
    background: white;
}
.sidebar_box_more a {
    color: #A2A2A2;
}
.zhi_list{
    padding: 22px 15px;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    top: 0;
    height: 190px;
    left: 0;
    z-index: 10;
    background: #fff;
    -moz-transition: box-shadow .5s;
    -webkit-transition: box-shadow .5s;
    -o-transition: box-shadow .5s;
}
.zhi_list .list_pic {
    position: relative;
    width: 190px;
    float: left;
}
.zhi_list .list_pic a img {
    display: block;
    width: 190px;
    height: 190px;
}
.zhi_list .list_info {
    width: 540px;
    float: right;
    position: relative;
}
.zhi_list .list_info .list_tit {
    height: 28px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zhi_list .list_info .list_tit a {
    font-size: 15px;
    color: #333;
    text-decoration: none;
}
.zhi_list .top_ico {
    margin-top: -2px;
}
.zhi_list .top_ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
    background-image: url("../img/top.png");
    background-repeat: no-repeat;
}
.zhi_list .list_info .list_price {
    height: 30px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zhi_list .list_info .list_price a {
    font-size: 20px;
    color: #ea544a;
    text-decoration: none;
}
.zhi_list .list_info .list_tit a:hover {
    color: #3366cc;
}
.zhi_list .list_info .list_doc {
    height: 90px;
    margin: 5px 0 10px;
    overflow: hidden;
    line-height: 22px;
    font-size: 12px;
    color: #c5c5c5;
}
.zhi_list .list_info .list_action{
    top: 160px;
    position: absolute;
}
.zhi_list .list_info .list_action .list_label a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin-right: 10px;
    color: #95959a;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    background-color: #f2f4f5;
    text-decoration: none;
}
.zhi_list .list_info .list_action .list_label a:hover {
    background-color: #e6e8e9;
}
.zhi_list .list_info .list_buy_btn {
    width: 116px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 150px;
    color: #fff;
    background-color: #f54e54;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

.zhi_list .list_info .list_buy_btn:hover {
    background-color: #f7656a;
    color: #fff;
}
.click_next a
{
    width: 116px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #f54e54;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 10px auto;
}
.result_block_content{
    border: 1px solid #E3E3E3;
    border-bottom: none;
    border-top: none;
}