﻿.cpzs {
    margin-bottom: 20px;
}

    .cpzs .box_c {
    }

        .cpzs .box_c .item {
            padding: 12px 9px;
            overflow: hidden;
            height: 330px;
            width: 178px;
            line-height: 30px;
            margin-left: 15px;
            padding-left: 20px;
            font-size: 12px;
            float: left;
        }

            .cpzs .box_c .item:hover {
                border-color: #e9e9e9;
                box-shadow: 0 0 3px 3px #cccccc;
            }

            .cpzs .box_c .item .p_img {
                margin-bottom: 5px;
                height: 220px;
                padding: 0;
                position: relative;
                vertical-align: middle;
            }

            .cpzs .box_c .item .p_price {
                position: relative;
                line-height: 22px;
                height: 22px;
                overflow: hidden;
                width: 100%;
                margin: 0 0 8px;
                float: left;
                margin-right: 10px;
                padding-top: 10px;
                color: #e4393c;
                font-size: 20px;
            }

            .cpzs .box_c .item .p_name {
                height: 40px;
                margin-bottom: 8px;
                overflow: hidden;
                line-height: 20px;
                display: inline;
                height: auto;
                font-size: 16px;
            }

            .cpzs .box_c .item .p_company a {
                color: #999;
            }

.s_line {
    _zoom: 1;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    background: #f3f3f3;
    margin-bottom:20px;
}

    .s_line .sl_key {
        float: left;
        width: 100px;
        padding-left: 10px;
        white-space: nowrap;
        overflow: hidden;
        line-height: 40px;
        height: 40px;
    }

    .s_line .sl_value {
        margin-left: 110px;
        padding-right: 130px;
        padding-left: 10px;
        overflow: hidden;
        zoom: 1;
        background: #fff;
        line-height: 40px;
        height: 40px;
    }
        .s_line .sl_value ul {
            float: left;
            overflow: hidden;
            zoom: 1; 
            list-style: none;
        }
        .s_line .sl_value li {
            float: left;
            _display: inline;
            margin-right: 50px;
            margin-bottom: 4px;
            line-height: 40px;
            height: 40px;
        }