section.more_content {
    width: 787px;
}
section.more_content .more_title {
    width: 88px;
    height: 23px;
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #556dea;
    padding-left: 16px;
    line-height: 27px;
}

section.more_content .more_title.no_top {
    margin-top: 5px;
}

section.more_content .house_list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
section.more_content .house_list > li {
    width: 175px;
    height: 237px;
    display: inline-block;
}
section.more_content .house_list > li:hover {
    width: 173px;
    height: 235px;
    border: 1px solid #556dea;
}
section.more_content .house_list > li.none:hover {
    width: 175px;
    height: 237px;
    border: none;
}
section.more_content .house_list > li .img {
    width: 175px;
    height: 175px;
    background-color: #eee;
    background-position: center;
    background-size: cover;
}
section.more_content .house_list > li:hover .img {
    width: 173px;
    height: 173px;
}
section.more_content .house_list > li .subject {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
    margin-top: 20px;
    height: 20px;
}