﻿
        
        .lineBox {
            border-bottom:7px solid #dee7ec ;
        }

        .rightwrap {
        width:756px;
        }
        .goodsItemList {
    padding: 12px 30px;
    background-color: white;
    position: relative;
    float: left;
    width: 696px;
}
        

        .listTitle {
            height: 45px;
            line-height:45px;
        }
            .listTitle img {
            float:left;
            position:relative;
            }

            .listTitle span {
                color: black;
                display: block;
                float: left;
                position:relative;
                font-size: 20px;
                font-weight: 100;
                line-height: 45px;
                width: 80px;
            }
            .listTitle .titleIcon {
            padding:18px 0;
        width:11px;
        margin-right:5px;
        
                float: left;
                position:relative;
        }
        .listTitle .titleText {
        height:45px;
        line-height:45px;
        width:80px;
                float: left;
                position:relative;

        }

            .listTitle a {
            color:black;
            font-size:12px;
            }
        .listLine {
            background-image: url('../images/lg.jpg');
            background-repeat: repeat-x;
            width:100%;
            height:6px;
        }
        .goodList {
        overflow:hidden;
        }

        .goodsList .item {
        width:200px;
        height:150px;
        margin:20px 0;
        }
        .goodsList .secItem {
            margin:20px 48px;
        }

        .goodsList img {
        height:100%;
        width:100%;
        }

        .item .itemTitle {
            height:29px;
            bottom:33px;
            line-height:29px;
        }

.goodsContent {
    float: left;
    margin: 20px 0 0 20px;
}