﻿
@charset "utf-8";

.center {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .center .box {
        width: 980px;
        margin: 0 auto;
    }


.left {
    float: left;
    width: 200px;
}

.productList {
    float: left;
    width: 755px;
    margin-top: 20px;
    min-height: 24px;
}

    .productList dl {
        float: left;
        width: 144px;
        padding: 3px;
        margin: 10px 0 0 30px;
        display: inline;
    }

    .productList dt {
        width: 142px;
        height: 142px;
    }

        .productList dt img {
            float: left;
            width: 142px;
            height: 142px;
        }

    .productList dd.tit {
        width: 144px;
        height: 30px;
        overflow: hidden;
        text-align: center;
    }

        .productList dd.tit a {
            line-height: 30px;
            font-weight: bold;
        }

    .productList dd.txt {
        width: 144px;
        height: 40px;
        overflow: hidden;
        line-height: 20px;
        text-align: center;
    }

    .productList dd a:hover {
        text-decoration: underline;
    }