﻿.search-more-plug {
    width: 1000px;
    border: 1px solid #d9d9d9;
    line-height: 48px;
    background: #f3f3f3;
    height: 50px;
}

    .search-more-plug > dl {
        float: left;
        margin: 0;
        padding: 0;
        height: 48px;
        color: #7d7d7d;
    }

        .search-more-plug > dl > dt {
            line-height: 48px;
            vertical-align: middle;
            text-align: center;
            float: left;
            width: 145px;
            border-right: 1px solid #d9d9d9;
        }

        .search-more-plug > dl > dd {
            float: left;
            line-height: 48px;
            vertical-align: middle;
            text-align: center;
            width: 153px;
            border-right: 1px solid #d9d9d9;
        }

            .search-more-plug > dl > dd > a {
                color: #7d7d7d;
            }

                .search-more-plug > dl > dd > a > .icon_1 {
                    margin: 0 10px;
                }

.search-input {
    text-align: center;
    line-height: 62px;
    float: right;
    width: 230px;
    height: 47px;
}

    .search-input > div {
        height: 20px;
        overflow: hidden;
        display: inline-block;
    }

        .search-input > div * {
            vertical-align: top;
        }

        .search-input > div > input {
            width: 115px;
            height: 18px;
            padding-left: 3px;
            border: 1px solid #d9d9d9;
        }
.product_list {
    width: 1045px;
   overflow: hidden;
}
.product_item {
    width: 320px;
    height: 262px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .product_item h6 {
        height: 55px;
        text-align: left;
        color: #e5e5e5;
        padding: 5px 20px;
    }

    .product_item span.title {
        color: #333;
        width: 100%;
        font-size: 12px;
        display: block;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 3px;
        margin-bottom: 3px;
    }

    .product_item span.size {
        color: #333;
        width: 100%;
        font-size: 12px;
    }
    .product_item span.time {
        color: #d9d9d9;
        width: 100%;
        font-size: 12px;
    }

.index_1 {
    margin-top: 25px;
}

.index_2 {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 160px;
}

.product_detail {
    background: #f4f4f4;
    min-height:800px;
    margin-bottom:30px;
}
    .product_detail > h2 {
        font-size: 32px;
        border-bottom: 1px solid #dbdbdb;
        text-align: center;
        padding: 21px 0px;
    }
.article_content {
padding:15px 0;
}