﻿.div_img {
    /*height: 4.5rem;*/
}
    .div_img img {
        width: 100%;
        height: 100%
    }
.div_title {
    height: 2rem;
    background-color: #fff;
}
    .div_title .div_title_title {
        font-size: 0.35rem;
        padding-top: 0.2rem;
        padding-left: 0.2rem;
        font-weight: bold;
    }
    .div_title .hit {
        float: left;
        height: 0.8rem;
        line-height: 0.8rem;
        margin-left: 0.2rem;
        color: #999
    }
    .div_title .collect {
        float: left;
        height: 0.8rem;
        line-height: 0.8rem;
        margin-left: 0.5rem;
        color: #999
    }
.price {
    background: #fff;
    height: 1.2rem;
    padding-top: 0.06rem;
    padding-left: 0.2rem;
    font-size: 0.7rem;
    color: #ec6957;
    font-weight: bold;
}
    .price .em_price {
        font-size: 0.3rem;
        padding-left: 0.05rem;
    }
.meeting_date {
    background-color: #fff;
    padding-left: 0.2rem;
    height:0.5rem;
}
    .meeting_date span {
        font-size: 0.3rem;
        color: #999;
        padding-left: 0.1rem;
    }
.meeting_address {
    background-color: #fff;
    padding-left: 0.2rem;
    height: 0.7rem;
    line-height:0.6rem;
}

    .meeting_address span {
        font-size: 0.3rem;
        color: #999;
        padding-left: 0.05rem;
    }
.submit_div {
    background-color: #f5f5f5;
    height: 1rem;
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    width: 100%;
/*    display: -webkit-box;
    display: -ms-flexbox;*/
    display: flex;
    border-top: .01rem solid #ccc;
}

    .submit_div a {
        -webkit-box-flex: 1;
        flex: auto;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        line-height: 1;
    }

    .submit_div #submit_a {
        width: 40%;
        background-color: #1bbc9b;
        color: #fff;
        font-size: 0.3rem;
    }
    .submit_div #submit_end {
        width: 40%;
        background-color: #979c9b;
        color: #fff;
        font-size: 0.3rem;
    }
.summary {
    height: auto;
    max-height: 5rem;
    padding: 0 0.2rem;
    color: #999;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    font-size: 0.3rem;
}
.more {
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #fff;
    text-align: center;
    color: #999;
    font-size: 0.35rem;
}
.tuijian {
    height: 2rem;
    line-height: 2rem;
    font-size: 0.4rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}