.el-image {
    display: inline-block;
    width: 60%;
    position: relative;
    overflow: hidden;
}

.el-image img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.land-list {
    margin-top: 40px;
    border-top: 1px solid #EFEFEF;
}

.land-item {
    display: flex;
    justify-content: space-between;
    padding: 30px 80px 30px 50px;
    border-bottom: 1px solid #EFEFEF;
}

.land-item .item-left {
    width: 75%;
}

.land-item .item-left .title {
    display: flex;
    align-items: center;
    font-size: 22px;
}

.land-item .item-left .title .land-tag {
    background-color: #fbf2ec;
    color: #dc9d6c;
    font-size: 17px;
    margin-left: 20px;
    padding: 2px 10px;
    border-radius: 5px;
}

.land-item .item-left .desc {
    font-size: 17px;
    color: #ababab;
    margin-top: 20px;
}

.item-right {
    display: flex;
    justify-content: space-between;
    width: 25%;
}

.item-right .acreage {
    font-size: 17px;
    color: #ababab;
}

.item-right .nums {
    font-size: 22px;
    color: #090b0b;
    margin-top: 10px;
}