﻿/*.mui-slider {
    margin-top: 5px;
}

.mui-slider, .toploop img {
    height: 120px;
}*/

.main_btn {
    width: 100%;
    height: 180px;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 1px;
}

    .main_btn li {
        font-size: 9pt;
    }

.fuzhu_div {
    width: 100%;
    height: 110px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}

    .fuzhu_div a {
        color: #fff;
    }

.fuzhu {
    width: 48%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .fuzhu h4 {
        color: #fff;
    }

    .fuzhu i {
        font-size: 31pt;
    }

    .fuzhu .x {
        font-size: 28pt;
    }

.fuzhu_title {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.pad_left {
    padding-left: 20px;
}

.xin {
    background: #ff7300;
}

.vr {
    background: #14C99B;
}

.shi {
    background: #1797A4;
}

.zhuanjia {
    background: #1263C5;
}

.btn_ul {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

    .btn_ul a {
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .btn_ul li {
        width: 20%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.main_btn .iconfont {
    font-size: 18pt;
    color: #fff;
}

.main_btn p {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
}

.main_btn .zhuanrang {
    background: #EE685D;
}

.main_btn .zugou {
    background: #439CE8;
}

.main_btn .zhaoshang {
    background: #14C99B;
}

.main_btn .zhineng {
    background: #3B9DEF;
}

.main_btn .dashuju {
    background: #F6B14F;
}

.main_btn .fbzuzhuan {
    background: #E4007F;
}

.main_btn .fbgou {
    background: #F3D026;
}

.main_btn .geren {
    background: #1797A4;
}

/*顶部广告位*/
.centerpic {
    width: 100%;
}

    .centerpic img {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }

.sousuo_div {
    width: 100%;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e4e4e4;
}

.ss_main {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.housearch {
    font-size: 9pt;
    width: 84%;
    margin-top: 15px;
}

    .housearch a {
        color: #666;
    }

.k_div {
    width: 75%;
    height:40px;
}

.sousuo_div input, .sousuo_div button {
    width: 100%;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 0;
    font-size: 9pt;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sousuo_div button {
    display: initial;
    width: 60px;
    color: #fff;
    background: #1263C5;
    text-align: center;
}


.news_div {
    margin: 10px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 1px 6px #cccccc1a;
}

.news_title {
    width: 10%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .news_title i {
        font-size: 14pt;
        color: #1263C5;
    }

.news_body {
    width: 90%;
    height: 100%;
}

.notice {
    width: 100%;
    height: 100%;
}
/*公告*/
.notice {
    width: 100%;
    margin: 0px auto;
    height: 100%;
    overflow: hidden;
}

.noticTipTxt {
    color: #ff7300;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin: 0 0 0 0;
}

    .noticTipTxt li {
        height: 20px;
        line-height: 20px;
    }

    .noticTipTxt a {
        color: #E58308;
        font-size: 12px;
        text-decoration: none;
    }

        .noticTipTxt a:hover {
            color: #ff7300;
            text-decoration: underline;
        }

/*精选推荐*/
.tuijian {
    font-size: 9pt;
    width: 100%;
    height: 30px;
    padding-left: 5px;
    margin-top: 5px;
    font-size: 9pt;
    color: #444;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.tuijian_body {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .tuijian_body a {
        display: block;
        width: 48%;
        margin: 5px 1% 0 1%;
    }

    .tuijian_body img {
        width: 100%;
        height: 45px;
    }

.chuzu {
    font-size: 9pt;
    width: 100%;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    font-size: 9pt;
    color: #444;
    background: #fff;
    border-bottom: 1px solid #eee;
}

    .chuzu a {
        height: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .chuzu .mui-icon {
        font-size: 12pt;
    }

.chuzu_body .mui-table-view .mui-media-object {
    max-width: 30%;
    width: 30%;
}

.chuzu_body .mui-table-view-cell .mui-media-object {
    height: 75px;
}

.chuzu_body .mui-table-view-cell .mui-media-body {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.chuzu_body .centerbody {
    height: 75px;
    color: #000;
}

.slh {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    box-sizing: border-box;
    display: block;
}

    .slh img {
        height: 25px;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
    }

    .slh span {
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
    }

.#1263C5 {
    color: #1263C5;
}

.smallfont {
    font-size: 8pt;
}

.qiuzu_body .mui-table-view-cell .mui-media-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qiuzu_body .centerbody {
    height: 60px;
    color: #000;
}

.chaochang {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lbjl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.qiuzu_body .iconfont {
    font-size: 15pt;
    color: #1263C5;
}
/*出租转让与求租求购之间的广告位*/
.zugoupic {
    width: 100%;
    height: 90px;
    margin-top: 5px;
}

    .zugoupic img {
        width: 100%;
        height: 100%;
    }

/*资讯列表*/
.zixun_body {
    width: 100%;
    min-height: 480px;
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.zixun_nr {
    width: 48%;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
    color: #000;
}

.zixun_body img {
    width: 100%;
    height: 100px;
}

.hu {
    color: #666;
}

.dixian {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #999;
}

    .dixian hr {
        width: 30%;
        border: none;
        height: 1px;
        background: #ccc;
    }

.rows {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.appdownload {
    display:block;
    width: 180px;
    line-height: 30px;
    margin: 40px auto 0 auto;
    text-align: center;
    font-size: 9pt;
    color: #b4b4b4;
}
    .appdownload:link, .appdownload:visited {
        color: #bbb;
    }
