﻿/**!
 * èšŒåŸ å¸‚å…¬å…±èµ„æºäº¤æ˜“ä¸­å¿ƒ
 * date:2021-06-29
 * author: zsy;
 */
.bg {
    padding: 18px 40px;
    margin-top: 20px;
    background-color: #fff;
    min-height: 1250px;
}

.h-title {
    font-weight: 800;
    text-align: center;
    line-height: 30px;
    padding-bottom: 18px;
    color: #333;
    font-size: 22pt;
    font-family: 'STZhongsong';
}

/* é¢åŒ…å±‘ */
.sui-steps {
    font-size: 0;
    overflow: hidden;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.sui-wrap {
    display: table-cell;
}

.sui-list {
    width: 100%;
    height: 69px;
    font-size: 18px;
    color: #666;
    position: relative;
    text-align: center;
    background-color: #ededed;
}

.sui-list .title {
    position: absolute;
    top: 50%;
    left: 55px;
    right: 25px;
    transform: translateY(-50%);
}

.sui-wrap:nth-child(1) .sui-list .title {
    left: 20px;
}

.sui-wrap:last-child .sui-list .title {
    right: 55px;
}

.triangle-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34.5px;
    position: absolute;
    right: -68px;
    z-index: 1;
    border-color: transparent transparent transparent #ededed;
}

.triangle-right-bg {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 1;
    border-width: 51px;
    right: -101px;
    border-color: transparent transparent transparent #fff;
    top: -16px;
}

.round {
    position: absolute;
    right: -10px;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #999;
    line-height: 30px;
    font-size: 18px;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #fff;
}

.sui-wrap:last-child .round {
    right: 20px;
}

.highlight .sui-list {
    color: #fff;
    background-color: #20acf0;
}

.highlight .triangle-right {
    border-color: transparent transparent transparent #20acf0;
}

.highlight .round {
    color: #f39800;
}

/* åˆ‡æ¢ */
.tabview {
    padding-top: 34px;
    border-top: 1px solid #ddd;
}

.bdl {
    display: none;
}

.module-hd {
    min-height: 55px;
    border-bottom: 1px solid #0090e9;
}

.module-list {
    margin-left: -15px;
}

.module-item {
    position: relative;
    height: 54px;
    margin-left: 15px;
    /* width: calc(14.285% - 15px); */
    /* width: calc(12.5% - 15px); */
    width: calc(11.1% - 15px);
    border-radius: 5px 0 0 0;
    text-align: center;
    font-size: 18px;
    color: #666;
    font-weight: 600;
    background-color: #e5e5e5;
    cursor: pointer;
}

.module-item:nth-child(n + 10) {
    margin-top: 15px;
}

.module-item.active {
    color: #fff;
    background-color: #0090e9;
}

.module-item .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    right: 10px;
    line-height: 20px;
}

.bd {
    margin-top: 35px;
}

.content-box {
    padding: 0 16px;
    color: #434343;
    background-color: #fff;
    position: relative;
}

.content-box.table-info {
    padding: 0;
}

.table-info .info-bd {
    padding: 40px 0;
}

.table-info .info-hd {
    padding: 54px 0 14px;
}

.info-hd {
    border-bottom: 1px solid #e5e5e5;
}

/* æš‚æ— ä¿¡æ¯ */

.no-info {
    height: 200px;
}

.no-info .info-hd {
    height: 107px;
    line-height: 107px;
}

.has-info .info-hd {
    padding: 54px 0 14px;
}

.info-bd {
    padding: 0 40px 60px;
}

.big-title {
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #333;
    font-size: 22pt;
    font-family: 'STZhongsong';
}

.source {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
}

.source .fonts {
    color: #434343;
    margin: 0 4px;
}

.source .fonts.active,
.source .print {
    color: #0090e9;
}

.paragraph-box {
    margin-top: 32px;
    position: relative;
}

.paragraph {
    line-height: 28px;
    text-indent: 40px;
}

.extra-file {
    color: #626262;
    margin-top: 84px;
}

.extra-file a {
    font-family: 'SourceHanSansCN-Medium';
    color: #5d9bd6;
}

.sub-footer {
    margin-top: 65px;
}

@media (max-width: 1199px) {
    .sui-width {
        overflow: auto;
    }

    .sui-steps {
        min-width: 1200px;
    }

    .tabview {
        padding-top: 10px;
    }

    .module-list {
        margin-left: -10px;
    }

    .module-item {
        width: calc(50% - 10px);
        margin: 10px 0 0 10px;
    }

    .module-item {
        height: 40px;
        font-size: 15px;
    }

    .module-item .info {
        line-height: 18px;
    }

    .bd {
        margin-top: 15px;
    }

    .big-title {
        font-size: 16px;
        line-height: 20px;
    }

    .source {
        font-size: 14px;
    }

    .paragraph-box {
        font-size: 14px;
    }

    .paragraph {
        line-height: 20px;
    }

    .extra-file {
        font-size: 14px;
        margin-top: 20px;
    }

    .has-info .info-hd {
        padding-top: 24px;
    }

    .info-bd {
        padding: 0 0 10px;
    }

    .source {
        margin-top: 15px;
    }

    .source span {
        display: block;
    }

    .paragraph-box {
        margin-top: 16px;
    }

    .sub-footer {
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .h-title {
        font-size: 16px;
        line-height: 24px;
    }
}

/* 2021-11-16 zsy */

.source {
    /* overflow: hidden; */
}

.share-box {
    width: 136px;
    float: right;
    height: 25px;
    padding-left: 25px;
    box-sizing: border-box;
    background: url('../images/share.gif') no-repeat left center;
    position: relative;
}

@media (max-width: 980px) {
    .share-box {
        float: none;
        display: block;
        margin: 5px auto;
    }
}

.share-item {
    width: 25px;
    height: 25px;
    margin-right: 12px;
}

/*.share-item:nth-child(1) {
    background-image: url("../images/share_ico1.png");
}

.share-item:nth-child(2) {
    background-image: url("../images/share_ico2.png");
}

.share-item:nth-child(3) {
    background-image: url("../images/share_ico3.png");
}*/

.icon-qzone {
    background-image: url('../images/share_ico3.png');
}
.icon-weibo {
    background-image: url('../images/share_ico2.png');
}
.icon-wechat {
    background-image: url('../images/share_ico1.png');
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: 12px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/* qgq 2022-10-19 */
/* 左 */
.ewb-project-left {
    float: left;
    width: 852px;
}

/* 通用头部 */
.ewb-project-hd {
    margin: 30px 10px 0;
}

.ewb-project-name {
    padding-left: 7px;
    border-left: 5px solid #007bc7;
    line-height: 20px;
    float: left;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}

/* table */
.ewb-table {
    margin: 10px 0 0;
    padding: 25px 30px 20px;
    border-radius: 5px;
    border: 1px solid #e0e5f4;
}

.ewb-table table {
    border: 1px solid #cfdbe6;
    table-layout: fixed;
    width: 100%;
}

.ewb-table td {
    height: 20px;
    border: 1px solid #cfdbe6;
    padding: 10px 20px;
    letter-spacing: -0.5px;
    box-sizing: content-box;
    word-break: break-all;
}

.ewb-project-tt {
    text-align: right;
    background: #edf4fb;
}

/* 另一种表格 */
.ewb-tender td {
    text-align: center;
}

.ewb-tender thead td {
    background: #edf4fb;
    padding: 10px 0;
}
.ewb-tender thead td.ewb-tender-left {
    padding-left: 20px;
}
.ewb-tender a {
    color: #333;
}
.ewb-tender td.ewb-tender-left {
    text-align: left;
}
.ewb-tender td.ewb-tender-right {
    text-align: right;
}

.ewb-page {
    margin-top: 20px;
    font-size: 0;
    text-align: center;
}
.pager {
    display: inline-block;
    vertical-align: middle;
}
/* 右 */
.ewb-project-right {
    float: right;
    width: 242px;
}
.ewb-process-hd {
    height: 42px;
    line-height: 42px;
    background: #007bc7;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.ewb-progress-bd {
    margin: 10px 0 0;
    padding: 25px 0 20px;
    border-radius: 5px;
    border: 1px solid #e0e5f4;
}
.ewb-progress-content {
    padding: 12px 0 6px 13px;
    line-height: 24px;
    height: 48px;
    box-sizing: content-box;
    font-size: 14px;
}
.ewb-progress-content label {
    color: #999;
}

.ewb-progress-box {
    height: 470px;
    overflow: hidden;
    padding: 8px 10px 0 21px;
}
.ewb-progress-tt {
    height: 23px;
    line-height: 23px;
    padding-left: 18px;
    color: #00ba53;
    margin-left: -7px;
    background: url('../images/progress_icon.png') left center no-repeat;
}
.ewb-progress-sub {
    border-left: 1px solid #00ba53;
    padding: 12px 5px 38px 0;
    line-height: 18px;
}
.ewb-progress-node {
    margin-top: 12px;
}
.ewb-progress-node:first-child {
    margin-top: 0;
}
.ewb-progress-node label {
    float: left;
    text-align: right;
    color: #999;
    width: 90px;
}
.ewb-progress-wrap {
    margin-left: 90px;
}

.ewb-progress-box ul > li:last-child .ewb-progress-sub {
    border-left: 1px solid transparent;
}

.table-style tr td {
    text-overflow: unset;
    white-space: inherit;
}

.red {
    color: red;
}

.padding-right {
    padding-right: 260px;
}

.padding-right .ewb-project-right {
    position: absolute;
    right: 0;
}

/* 小屏幕一下 */
@media (max-width: 767px) {
    .table-info {
        overflow-x: auto;
    }
    .table-info .info-bd {
        width: 656px;
    }
    .ewb-project-left {
        width: 394px;
    }
}

/* 小屏幕 */
@media (min-width: 768px) {
    .ewb-project-left {
        width: 394px;
    }
}

/* 中等屏幕(980-1199) */

@media (min-width: 980px) {
    .ewb-project-left {
        width: 638px;
    }
}

@media (min-width: 1200px) {
    .ewb-project-left {
        width: 858px;
    }
}
