.list-container {
    width: 1150px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 45px 25px 52px;
}

.list-container .list-title {
    padding-top: 12px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 34px;
}

.list-container .list-title:after {
    content: "";
    display: block;
    width: 69px;
    height: 4px;
    background-color: #ffc730;
    border-radius: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.list-container .list-li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px 20px;
    margin-bottom: 13px;
    border-radius: 8px;
    border: solid 1px #eeeeee;
}

.list-container .list-head {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 14px;
}

.list-container .list-head > div {
    line-height: 56px;
    height: 56px;
    font-size: 14px;;
    letter-spacing: 1px;
    color: #666666;
    float: left;
    width: 25%;
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px;
}

.list-container .list-head > div + div {
    text-align: center;
}

.list-container .list-head .list-head-col4 {
    text-align: right;
}

.list-container .list-head b {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}

.list-container .list-con {
    /* width: 100%; */
    /* float: left; */
    overflow: hidden;
}


.list-con .good-img {
    width: 220px;
    height: 120px;
    background: url(../images/card1.png) no-repeat center center;
    background-size: 100% 100%;
    float: left;
    margin-left: 25px;
}

.list-con .good-img[data-type="2"] {
    background-image: url(../images/card2.png);
}

.list-con .good-img[data-type="3"] {
    background-image: url(../images/card3.png);
}

.list-con .good-img[data-type="4"] {
    background-image: url(../images/card4.png);
}

.list-con .good-img[data-type="5"] {
    background-image: url(../images/card5.png);
}
.list-con .good-img[data-type="6"] {
    background-image: url(../images/card6.png);
}
.list-con .good-img[data-type="7"] {
    background-image: url(../images/card7.png);
}
.list-con .good-img:before {
    content: "";
    display: block;
    width: 125px;
    height: 34px;
    background: url(../images/logos.png) no-repeat center center;
    margin: 18px 0 28px 16px;
}

.list-con .good-img div {
    font-size: 14px;
    color: #010100;
    line-height: 30px;
    height: 30px;
    text-align: right;
    padding: 0 12px;
    letter-spacing: 1px;
}

.list-con .good-img div span {
    font-weight: bold;
    font-size: 30px;
}
.list-con .good-con{
    float:left;
    width: 840px;
    margin-left: 25px;
}
.list-con .good-name{
    float:left;
    height:62px;
    line-height: 62px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #000000;
}
.list-con .good-num{
    float:right;
    font-size: 20px;
    height:62px;
    line-height: 62px;
    letter-spacing: 1px;
    color: #000000;
}
.list-con .good-num span{
    font-size: 24px;
}
.list-con .code-list{
    clear:both;
    width:100%;
}
.list-con .code-li{
    float:left;
    width: 410px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
    border: solid 1px #eeeeee;
    margin-right: 10px;
    box-sizing: border-box;
    padding:0 14px;
    margin-bottom: 10px;
}
.list-con .code-li .code-con{
    float:left;
    line-height: 34px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
}
.list-con .code-li>span{
    float:right;
    line-height: 34px;
    text-decoration: underline;
    font-size: 16px;
    letter-spacing: 1px;
    color: #40b0ff;
    cursor: pointer;
}