.market-box{
    background-color: #fff;
    padding-top:60px;
    padding-bottom:108px;
}
.market-lists{
    margin-top:80px;
}
.market-item{
    background: #fff;
    margin-right:15px;
    width:390px;
    height:415px;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}
.market-content{
    padding:24px;
}
.market-item:nth-child(3n){
    margin-right:0;
}
.market-item img{
    width:390px;
    height:220px;
}


.market-line{
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    margin-bottom:12px;
}
.market-line:last-child{
    margin-bottom:0;
}
.market-line span{display: inline-block;}
.market-item:after{
    opacity: 0.5;
    top:50%;
    left:50%;
    bottom:0;
    right:0;
    position: absolute;
    z-index:-1;
}
.market-line img{
    width:16px;
    height:16px;
    margin-right:11px;
}
.label{
    margin-right:19px;
    width:64px;
}
.label-title{
    width:200px;
}