.land a {
    text-decoration: underline;
    line-height: 40px;
}

.landName {
    display: inline-block;
    width: 36%;
    font-size: 25px;
}

.noticeName {
    display: inline-block;
    width: 20%;
}

.maxQuote {
    display: inline-block;
    width: 32%;
    height: 60px;
}

.price_none {
    text-align: center;
    font-size: 30px;
}

.price_yes {
    text-align: center;
    font-size: 30px;
}

.unit {
    text-align: center;
}

.landState {
    display: inline-block;
    width: 40%;
    text-align: center;
}


.land_time {
    display: inline-block;
    width: 60%;
}

.deposit_time {
    display: inline-block;
    width: 60%;
}

.start_price {
    display: inline-block;
    width: 30%;
}

.deposite_price {
    display: inline-block;
    width: 30%;
}

.land_area {
    width: 36%;
    display: inline-block;
}

.land_usage {
    width: 36%;
    display: inline-block;
}

.land_location {
    width: 36%;
    display: inline-block;
}


#total {
    display: inline-block;
    float: left;
    height: 40px;
    margin: auto;
    line-height: 50px;
}

#page {
    display: inline-block;
    height: 40px;
    margin: auto;
    padding-top: 10px;
}

#jump {
    display: inline-block;
    height: 40px;
    margin: auto;
    padding-top: 10px;
}

#jumpValue {
    width: 25px;
}


.transactionBox {
    width: 100%;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 20px;
}

.transactionDiv {
    width: 100%;
    /*border: 1px solid #e2e2e2;*/
}

.quotesTable {
    border: 1px solid #e2e2e2;
    width: 100%;
}

.quotesTable tr:nth-of-type(1) {
    background: #f3faff;
}

.quotesTable td {
    border: 1px solid #000;
    width: 32%;
    text-align: center;
}

.appendD {
    width: 190px;
    margin: auto;
}

.appendD .appendA {
    cursor: pointer;
}

.listgg .trans .landDetail .icon_user {
    color: #2E7AC5;
    background: url(../images/inner/iconjdr.png) no-repeat 8px center #EBF5FF;
}