﻿body {
    font-family: Microsoft YaHei,"微软雅黑";
}
/*统一编码和二维码样式*/
.showMassageTop {
    width: 742px;
    height: 155px;
    margin-top: 34px;
}
.showMassageTop .buildingId {
    width: 365px;
    height: 155px;
    border: 1px solid #DDDDDD;
    float: left;
    margin-left: 20px;
}
.buildingId .buildingIdT {
    width: 365px;
    height: 45px;
    background-color: #DDDDDD;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}
.buildingId .buildingIdC {
    width: 365px;
    height: 110px;
    text-align: center;
    font-size: 38px;
    line-height: 110px;
    color: #FFA800;
}
a {
    text-decoration: none;
}
.showMassageTop img {
    float: left;
    width: 153px;
    height: 153px;
    margin-left: 82px;
}
/*显示房源信息表格样式*/
.showMassageBottom {
    width: 742px;
    height: 155px;
}
table {
    table-layout: fixed;
    display: table;
    border-collapse: separate;
    border-color: grey;
}
.showMassageBottom table {
    width: 700px;
    height: 150px;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-left: 20px;
    margin-top: 25px;
    font-size: 14px;
    color: #AEAEAE;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
}
.showMassageBottom table td:first-child {
    width: 250px;
    height: 50px;
}
.showMassageBottom table td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    line-height: 50px;
    text-indent: 20px;
}
.showMassageBottom table td b {
    font-weight: normal;
    color: black;
}
.showMassageBottom table td:first-child a {
    white-space: nowrap;
    width: 150px;
    height: 50px;
    display: block;
    float: left;
    text-indent: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
}