@charset "UTF-8";

.find-item{
    width: 100%;
    height:auto;
    overflow: hidden;
    margin-bottom: .5rem;
    position: relative;
    margin-top: .5rem;
}

.find-item a{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}
.find-item a img{
    max-width:100%;
    display: block;
}

.find-pop{
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom:0px;
}
.find-pop p{
    color: #FFF;
    padding: 0 0.3rem;
    margin-bottom: 0!important;
    font-size: .75rem;
    margin-top: .4rem;
}
.find-item .find-title{
    width: auto;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    padding: 0.3rem 0.3rem;
    background: #FFF;
    position: relative;
}
.find-title span{
    font-size: .7rem;
    float: left;
    color: #888888;
}
.find-title img{
    width: 2rem;
    height: 2rem;
    float: left;
    display: block;
    margin-right: 0.3rem;
    border-radius: 100%;
}
.find-item .find-bom{
    width: auto;
    height: auto;
    line-height: 30px;
    padding: 0 0.3rem;
    overflow: hidden;
    background: #FFF;
    border-top: 1px solid #F3F3F3;
}

.find-bom span{
    float: left;
    font-size: .8rem;
    color: #9999aa;
    margin-right: .4rem;
    line-height: 30px;
}
.find-item .site{
    width: auto;
    height: auto;
    overflow: hidden;
    background: url("../images/location.png") left no-repeat;
    background-size: 0.8rem 0.8rem;
    padding-left: 1rem;
    line-height: 30px;
}
.find-item .find-data{
    width: auto;
    height: auto;
    overflow: hidden;
    background: url("../images/time.png") left no-repeat;
    background-size: 0.8rem 0.8rem;
    padding-left: 1rem;
    line-height: 30px;
}
.find-item .find-pople{
    width: auto;
    height: auto;
    overflow: hidden;
    background: url("../images/people.png") left no-repeat;
    background-size: 0.8rem 0.8rem;
    padding-left: 1rem;
    line-height: 30px;
}
.find-item .start{
    width: auto;
    height: auto;
    overflow: hidden;
    background: url("../images/start.png") left no-repeat;
    background-size: 0.8rem 0.8rem;
    padding-left: 1rem;
    line-height: 30px;
}
.find-pop .find-span{
    display: block;
    margin-top:0;
    font-size: .8rem;
    color: #fd7000;
    padding-left: .4rem;
}