    /* 首页样式文件 */
    /* 版心 */
    
    .main {
        width: 980px;
        height: 455px;
        margin-top: 12px;
        margin-left: 220px;
    }
    
    .main .focus {
        float: left;
        width: 721px;
        height: 455px;
        background-color: red;
    }
    
    .main .newsflash {
        float: right;
        width: 250px;
        height: 455px;
    }
    
    .news {
        height: 165px;
        border: 1px solid #e4e4e4;
    }
    
    .news_hd {
        line-height: 33px;
        padding: 0 15px;
        height: 33px;
        border-bottom: 1px dotted #e4e4e4;
    }
    
    .news_hd h5 {
        font-size: 14px;
        float: left;
    }
    
    .news_hd a {
        float: right
    }
    
    .news_hd a::after {
        content: "\e920";
        font-family: "icomoon";
    }
    
    .news_bd {
        padding: 5px 15px 0;
    }
    
    .news_bd ul li {
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .life_service {
        height: 209px;
        border: 1px solid #e4e4e4;
        border-top: 0;
        overflow: hidden;
    }
    
    .life_service ul {
        width: 252px;
    }
    
    .life_service ul li {
        text-align: center;
        float: left;
        width: 63px;
        height: 71px;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }
    
    .life_service ul li i {
        display: inline-block;
        width: 24px;
        height: 28px;
        background: url(../images/icons.png) no-repeat -17px -15px;
        margin-top: 12px;
    }
    
    .bargain {
        margin-top: 6px;
    }
    /* 推荐模块 */
    
    .recom {
        margin-top: 12px;
        height: 163px;
        background-color: #ebebeb;
    }
    
    .recom_hd {
        position: relative;
        float: left;
        height: 163px;
        width: 205px;
        background-color: #5c5251;
    }
    
    .recom_hd img:nth-child(1) {
        position: absolute;
        left: 60px;
        top: 30px;
    }
    
    .recom_bd {
        float: right;
    }
    
    .recom_bd ul li {
        position: relative;
        float: right;
        width: 248px;
    }
    
    .recom_bd ul li:nth-last-child(-n+3):after {
        position: absolute;
        right: 0;
        top: 10px;
        content: '';
        width: 1px;
        height: 145px;
        background-color: #ddd;
    }
    /* 楼层模块 */
    
    .box_hd {
        height: 30px;
        border-bottom: 2px solid #c81623;
    }
    
    .box_hd h3 {
        float: left;
        font-size: 18px;
        color: #c81623;
        font-weight: 400;
    }
    
    .table_list {
        float: right;
        line-height: 30px;
    }
    
    .table_list ul li {
        float: left;
    }
    
    .table_list ul li a {
        margin: 0 15px;
    }
    
    .floor .w {
        margin-top: 30px;
    }
    
    .box_bd {
        height: 361px;
        background-color: pink;
    }
    
    .tab_list_item>div {
        float: left;
        height: 361px;
        background-color: #f9f9f9;
    }
    
    .col_210 {
        width: 210px;
    }
    
    .col_210 ul li {
        float: left;
        margin: 0 10px;
        width: 65px;
        height: 34px;
        border-bottom: 1px solid #ccc;
        text-align: center;
        line-height: 33px;
    }
    
    .col_329 {
        width: 329px;
    }
    
    .col_221 {
        width: 221px;
        border-right: 1px solid rgb(235, 235, 235);
    }
    
    .col_219 {
        width: 219px;
    }
    
    .bb {
        display: block;
        border-bottom: 1px solid rgb(235, 235, 235);
    }