/**!
 * 达州市中介超市-事项详情
 * author: wangkai;
 * date:2019-2-28
 */

.ewb-box {
    margin-top: 11px;
    min-height: 520px;
}

.ewb-detail-hd {
    background-color: #fff;
}

.ewb-detail-hd.fixed-top {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
}

.ewb-matter-info {
    padding: 20px 30px 26px 30px;
}

.ewb-matter-info h3 {
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
}

.ewb-matter-info p {
    line-height: 30px;
}

.ewb-detail-bd {
    padding: 17px 20px 35px 22px;
}

.ewb-detail-bd.upper {
    padding-top: 173px;
}

.ewb-mnav-id {
    position: relative;
    top: -170px;
}

/* 事项基本信息 */

.ewb-basic-info {
    padding: 22px 0 26px 0;
}

.ewb-basic-node {
    margin-top: 12px;
    line-height: 20px;
    vertical-align: top;
}

.ewb-basic-node:first-child {
    margin-top: 0;
}

.ewb-basic-type {
    float: left;
    margin-right: 10px;
    width: 134px;
    text-align: right;
}

.ewb-basic-content {
    float: left;
    width: 1000px;
}

/* 服务机构 */

.ewb-agency {
    padding: 0 1px 0 5px;
}

.ewb-agency-node {
    padding-top: 12px;
    height: 98px;
    border-bottom: 1px dashed #d1e1e6;
}

.ewb-agency-item {
    float: left;
    width: 940px;
}

.ewb-agency-hd {
    height: 44px;
    line-height: 44px;
}

.ewb-agency-name {
    float: left;
    max-width: 860px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ewb-contrast {
    float: left;
    margin: 13px 0 0 20px;
    padding: 0 4px 0 16px;
    height: 18px;
    line-height: 17px;
    color: #ffffff;
    background: url('../images/contrast_ico.png') 4px center no-repeat #35adec;
}

.ewb-agency-info {
    float: left;
    width: 468px;
    line-height: 28px;
    vertical-align: top;
}

.ewb-info-type {
    float: left;
    color: #666;
}

.ewb-info-content {
    float: left;
    margin-left: 10px;
    max-width: 320px;
}

.ewb-star {
    float: left;
    margin-right: 2px;
    margin-top: 4px;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
}

.ewb-star.full {
    background-image: url('../images/star_full.png');
}

.ewb-star.half {
    background-image: url('../images/star_half.png');
}

.ewb-star.empty {
    background-image: url('../images/star_empty.png');
}

.ewb-score {
    float: left;
    padding-left: 8px;
}

.ewb-agency-img {
    position: relative;
    float: right;
    margin: 4px 12px 0 0;
    padding: 3px 3px;
    width: 120px;
    height: 93px;
    box-shadow:0px 1px 5px 0px rgba(0,0,0,0.1);
}

.ewb-agency-img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ewb-agency-img span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    background: url('../images/img_mask.png') repeat;
}