.estate_h2{
    background-color: #5298ce;
    color: white;
    padding: 5px 5px 5px 20px;
    border : none !important;
}
.estate_item {
    margin: 10px;
    width: 100%;
    border-bottom: dotted 1px #999;
    transition: background 1s;
}
li.estate_item::before {
    content: '' !important;
}
.estate_item:hover {
    background: #eee;
}
.estate_img{
    float: left;
    width: 150px;
    margin: 10px;
    border: solid 1px #eee;
}
.estate_img img {
    margin-bottom: 0 !important;
}
.estate_description{
    margin: 10px;
}
.estate_description .estate_infomation{
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
    margin: 2px 0px;
    padding: 0px;
}
.estate_description span{
    padding: 10px 5px;
}
.estate_description span:first-child{
		background-color: #fff;
		color: #3e3e3e;
    font-weight: bold;
}
.estate_title{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 10px 10px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
    border-bottom: dotted 1px #eee;
}
.estate_title p{
    display: inline;
    padding-bottom: 5px;
    border-bottom: dotted 1px #eee;
}

@media only screen and (max-width: 600px){
    .estate_img{
        width: 120px;
    }
    .estate_description .estate_infomation{
        font-size: 10px;
    }
}
