﻿.phoneinfo {
    color: #333;
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.375rem;
}

.fast_news_list .item .txt {
    overflow: unset !important;
}

.item_3 li {
    padding: 0px 0 1px;
}

    .item_3 li .p3 {
        line-height: 30px;
        font-size: 16px;
        color: #555;
    }

.fast_news_list .item {
    border-bottom: 1px solid #f2f3f7 !important;
    margin-top: 0px !important;
}

.houseDetail_main .houseInfo_modal .img_box {
    width: 788px;
    margin-right: 62px;
}

    .houseDetail_main .houseInfo_modal .img_box .big_img {
        width: 788px;
        margin-bottom: 8px;
        position: relative;
    }


.scroll_box {
    width: 788px;
    position: relative;
}


.publisher-body {
    clear: both;
    border: 1px solid #e6e6e6;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.employer-title {
    line-height: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0;
}

.employer-logo {
    display: inline-flex;
    width: 68px;
    height: 68px;
    margin-right: .5rem;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .employer-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background-color: #fff;
    }

.employer-name {
    display: inline-block;
    max-width: 11.25rem;
    margin: 0;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a.gz_btn {
    display: inline-block;
    width: 132px;
    height: 46px;
    margin-left: 18px;
    line-height: 46px;
    color: #555d7d;
    font-size: 15px;
    box-shadow: 0 3px 4px #d6d9e5;
}

.gz_btn {
    background: url(../images/i29.png) #fff no-repeat 8px center;
    text-indent: 42px;
}

.iconfont {
    font-size: 22px;
    color: #f51014;
    margin-right: 10px;
    font-weight: lighter;
}

.btn_box {
    height: 30px;
    margin-bottom: 20px;
}

.zixun_btn {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #000;
    display: block;
    float: left;
}

text p span {
    text-wrap: wrap !important;
}

.bm-share {
    position: relative;
    display: none;
    position: relative !important;
    z-index: 999;
}

.adbox {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #e7e7e7 !important;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}

    .adbox .adtip {
        text-align: center;
        color: #cbc9c9 !important;
    }

.l_box, .l_box p {
    font-size: 16px !important;
    line-height: 30px;
}

.com_news_list li .p1 {
    height: 41px !important;
    line-height: 21px;
}

.news_info ul {
    display: block !important;
    list-style-type: disc !important;
    padding-left: 40px !IMPORTANT;
}

.news_info li {
    display: list-item !important;
    list-style-type: disc !important;
    padding-left: 0px !IMPORTANT;
}

.news_info ol {
    padding-left: 40px !IMPORTANT;
}

    .news_info ol li {
        list-style-type: decimal;
        display: list-item;
    }

.newsdetail_title {
    font-size: 22px;
    margin-bottom: 30px;
}

/* 图片区固定尺寸 */
.image-box {
    width: 750px;
    height: 442px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

/* 背景图模糊层 */
.bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    z-index: 1;
}

/* 前景图片等比例完整显示（关键样式） */
.img-contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    display: block;
    /* cursor: zoom-in;*/
    z-index: 2;
}

/* 富文本内容样式：仅对“尚未被替换”的 <img> 做安全重置，避免被全局 height:auto 拉伸 */
.rich-content p {
    margin: 8px 0;
}

.rich-content :not(.image-box) > img {
    /* 仅重置会破坏布局的样式，避免影响 .img-contain */
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 8px 0 !important;
}
