.c_shadow .c_bg_img {
    width: 315px;
    height: 236px;
    border-radius: 10px;
}

.tag {
    font-family: 微软雅黑;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(55, 107, 255);
    border-radius: 3px;
    letter-spacing: 0;
    top: 10px;
    left: 10px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}

.tag::after {
    display: none;
}

.price-box {
    height: 34px;
    line-height: 34px;
    padding: 0 8px;
    overflow: hidden;
    font-size: 14px;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0px!important;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: 900;
    text-align: left;
    border-radius: 0 0 10px 10px;
}

.c_house_detail {
    padding: 15px 10px;
}

.c_house_detail .c_house_tit span {
    font-family: "微软雅黑";
    font-size: 24px;
    color: #333;
    margin-bottom: 4px;
}

.c_house_detail .c_house_tit img {
    margin-top: -15px;
}

.property-box img {
    width: 17px;
    margin-right: 6px;
}

.c_house_detail .c_house_address {
    font-size: 16px;
}

.c_house_detail .c_house_b div {
    margin-right: 0;
}

.c_house_detail .c_house_b .call_to {
    width: 20px;
    height: 20px;
}

.property-box img {
    border-radius: 0;
}

.c_house_detail .c_house_b div span {
    margin-right: 20px;
    font-size: 14px;
    color: #666;
}

.property-thumbnail:before {
    display: none;
}