.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:500px;
    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-item img{
    width:100%;
    height:100%;
}
.title{
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    font-weight: bold;
}
.desc{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top:15px;
}
.btn{
    margin:0 auto;
    width: 160px;
    height: 36px;
    font-size: 18px;
    color: #1D78FF;
    line-height: 36px;
    border: 1px solid #1D78FF;
    text-align: center;
    margin-top:14px;
}