ul, li {
    list-style: none;
    
}
i{font-style: normal;}

.product_pricezs *{
    padding:0;
    margin:0;
}

.product_pricezs a{
    text-decoration: none;
}

.product_pricezs ul{
    overflow: hidden;
}

.product_pricezs ul li{
    float: left;
    width:50%;
    text-align: center;
}

.product_pricezs ul li a{
    display: inline-block;
    width:320px;
    height: 150px;
    border: 1px solid #ccc;
    margin:20px auto 0;
}

.product_pricezs ul li a .name{
    width:100%;
    padding:0 10px;
    font-size: 16px;
    color:#fff;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background:#2e6daa;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    box-sizing: border-box;
}

.product_pricezs ul li a .value{
    font-size: 36px;
    color:#2e6daa;
    text-align: center;
    line-height: 80px;
    height: 80px;
    background:#d3e3f4;
}

.product_pricezs ul li a .value img{
    position: relative;
    top:5px;
    border:none;
}

.product_pricezs ul li a .time{
    font-size: 18px;
    color:#333;
    text-align: center;
    line-height: 30px;
    height: 30px;
    background:#fff;
}

#first,#previous,#next,#last,#pagebar input{cursor: pointer;}










