.house_content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.house_content .house_box {
    width: 100%;
    margin-top: 100px;
    overflow: hidden;
}

.house_content .house_box .house_title {
    width: 100%;
    height: 50px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #101D37;
    line-height: 48px;
}

.house_box .describe {
    width: 100%;
    height: 50px;
    margin-top: 10px;
}

.house_box .describe .message {
    width: 80%;
    height: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #9399A5;
    float: left;
}

.house_box .describe .more {
    width: 64px;
    height: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #162F5E;
    float: right;
    cursor: pointer;
}
