.list{
    margin-top: 15px;
    background-color: #fff;
}
.list .item{
    border-bottom: 1px solid #eee;
    padding: 15px
    
}
.list .item:hover{
    background-color: #f5f5f5;
}
.item .title{
    font-weight: 600;
    display: block;
    font-size: 24px;
    margin-bottom: 11px;
    color: #000;
} 
.list .item .title:hover{
    color: #ff552e;
    cursor: pointer;
}
.list .item .num{
    color: #ff552e;
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 11px;
    font-weight: bold;
}
.list .item .num span{
    font-size: 12px;
}
.list .item .addr{
    margin-top: 15px;
    color: #666;
}
.list .item .tag span{
    background: #f8f8f8;
    margin-right: 6px;
    font-size: 12px;
    color: #6c95ba;
    padding: 4px;
    margin-bottom: 3px;
}
.list .img {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin: 0 20px 0 0;
    width: 180px;
    height: 135px;
    border-radius: 2px;
}
.list .img img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.fc_list .wrap .more{
    margin-top: 20px;
    cursor: pointer;
}
.fc_list .wrap .more a{
    color: red !important;
}