/**!
 * 江苏省公共资源交易网
 * author: wuzhou;
 */

.ewb-page-footer {
    background-color: #265fae;
}

.ewb-page-footer .ewb-footer-txt {
    color: #fff;
}

.ewb-page-wrap {
    width: 1038px;
    margin: 0 auto;
}


/* 面包屑 */

.ewb-bread {
    height: 54px;
    line-height: 54px;
    text-indent: 40px;
    font-size: 14px;
    /* color: #999; */
    background: url(https:/ggzy.zj.gov.cn/images/bread_ico.png) 20px 50% no-repeat;
}

.ewb-bread>a {
    color: black;
}

.ewb-bread>a:hover,
.ewb-bread>a:last-child {
    /* color: #f60; */
}

.ewb-page-main {
    background-color: #fff;
        min-height: 350px;
}

/* 20230831 add */
@media (max-width: 767px) {
    .ewb-page-wrap {
        width:100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .ewb-page-wrap >* {
        max-width: 100%;
        clear: both;
        float: none;
        height: auto;
    }

    .step-list {
        max-width: 100%;
        height: auto;
    }

    .article-info,.article-info >* {
        max-width: 100%;
        height: auto;
        word-break: break-all;
    }

    .article-info table {
        max-width: 100%;
        box-sizing: border-box;
    }

    .article-info table td, .article-info table td >* {
        word-break: break-all;
    }
     .article-info img {
         max-width:100%; 
         height: auto;
     }

    .info-sources {
        height: auto !important;
    }

    .step-list .step-item::after {
        height: 100% !important;
        top: calc(100% - 34px) !important;
    }

    .step-list .step-item.handle.active::after {
        height: 30px !important;
        top: calc(100% + 3px) !important;
    }
}