.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt15{
   margin-top: 15px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.active{
    background: #076de3;
    color: #fff;
    border-radius: 5px;
}
select{
    display: inline-block;
    width: 100px;
    height: 25px;
    margin-left: 10px;
}
.list{
    width: 1200px;
    margin: 0 auto;
}
.list .sa-search{
    width: 845px;
    /*height: 180px;*/
    border: 1px solid #e0e0dd;
}
.list .sa-search .condition{
    width: 93%;
    padding: 15px;
}
.list .sa-search .condition .c-title{
    display: inline-block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #999;
}
.list .sa-search .condition .c-select{
    display: inline-block;
    width: 80px;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}
.list .sa-search .condition .select{
    display: inline-block;
    width: 70px;
    margin-left: 15px;
    background: #076de3;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.list .lists{
    width: 845px;
    border: 1px solid #e0e0dd;
}
.list .lists .order{
    width: 100%;
    height: 35px;
    background: #eeeeee;
    line-height: 35px;
}
.list .lists .order span{
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}
.list .lists .order .order-active{
    color: #0e90d2;
}
.list .lists .content .content-lists{
    width: 100%;
    height: 150px;
    border-top: 1px solid #e0e0dd;
}
.list .lists .content .content-lists .img{
    width: 200px;
    height: 110px;
    background: #eeeeee;
    margin-left: 20px;
}
.list .lists .content .content-lists .xinxi{
    width: 350px;
    height: 110px;
    margin-left: 20px;
}
.list .lists .content .content-lists .xinxi span{
    display: block;
}
.list .lists .content .content-lists .xinxi .name{
    font-size: 18px;
    font-weight: bold;
}
.list .lists .content .content-lists .xinxi .address{
    font-size: 16px;
}
.list .lists .content .content-lists .time{
    width: 235px;
    height: 110px;
    line-height: 30px;
}
.list .lists .content .content-lists .time span{
    display: block;
    font-size: 14px;
    color: #999999;
}

.list .page{
    width: 80%;
    height: 30px;
    margin: 20px auto;
    background: #eeeeee;
}
.list .app{
    width: 325px;
    height: 180px;
    border: 1px solid #e0e0dd;
}
.list .app .explain{
    width: 30%;
    height: 80px;
    margin-top: 50px;
    text-align: center;
    line-height: 80px;
}
.list .app .qr-code{
    width: 46%;
    height: 150px;
    background: #eeeeee;
    margin-top: 15px;
    margin-right: 20px;
}