﻿.blue-bg {
    background-color: #0269f1;
}

.indigo-bg {
    background-color: #8952e4;
}

.purple-bg {
    background-color: #a48dd0;
}

.pink-bg {
    background-color: #da80a9;
}

.red-bg {
    background-color: #da6e78;
}

.orange-bg {
    background-color: #f99847;
}

.yellow-bg {
    background-color: #f7c737;
}

.green-bg {
    background-color: #4dcc8d;
}

.teal-bg {
    background-color: #4dcea8;
}

.cyan-bg {
    background-color: #5caebb;
}

.white-bg {
    background-color: #fff;
}

.gray-bg {
    background-color: #888;
}

.gray-dark-bg {
    background-color: #333;
}

.primary-bg {
    background-color: #53d6c2;
}

.success-bg {
    background-color: #75daca;
}

.info-bg {
    background-color: #5ac5f7;
}

.warning-bg {
    background-color: #fbc95a;
}

.danger-bg {
    background-color: #f78280;
}

.light-bg {
    background-color: #ddd;
}

/*2020-4-26 新增流程效能颜色控制*/
.layui-bg-green_sx {
    background-color: #4dcc8d;
}

.layui-bg-green_fff {
    background-color: #fff;
}

.blue {
    color: #0269f1;
}

.indigo {
    color: #8952e4;
}

.purple {
    color: #a48dd0;
}

.pink {
    color: #da80a9;
}

.red {
    color: #ff0000 !important;
}

.orange {
    color: #f99847;
}

.yellow {
    color: #f7c737;
}

.green {
    color: #4dcc8d;
}

.teal {
    color: #4dcea8;
}

.cyan {
    color: #5caebb;
}

.white {
    color: #fff;
}

.gray {
    color: #888;
}

.gray-dark {
    color: #333;
}

.primary {
    color: #53d6c2;
}

.success {
    color: #75daca;
}

.info {
    color: #5ac5f7;
}

.warning {
    color: #fbc95a;
}

.danger {
    color: #f78280;
}

.light {
    color: #ddd;
}

.mt10 {
    margin-top: 10px;
}

.font16 {
    font-size: 14px;
}
/*列表按钮样式*/
.btnrow {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 152px;
    min-width:152px;
    max-width:160px;
    white-space:nowrap;
    text-align:left;
}
    .btnrow >.layui-btn:first-child {
        margin-left: 0px
    }
    .btnrow .layui-btn-group:first-child {
        margin-left: 0px
    }
/*列表序号列宽*/
.numberindex {
width:50px;
}
.w10 {
    width: 10px
}

.w20 {
    width: 20px
}

.w30 {
    width: 30px
}

.w40 {
    width: 40px
}

.w50 {
    width: 50px
}

.w60 {
    width: 70px
}

.w100 {
    width: 100px
}

.w110 {
    width: 110px
}

.w120 {
    width: 120px
}
.w130 {
    width: 130px
}
.w140 {
    width: 140px
}
.w150 {
    width: 150px
}


.w160 {
    width: 160px
}

.w162 {
    width: 162px
}

.w170 {
    width: 170px
}

.w180 {
    width: 180px
}

.w190 {
    width: 190px
}

.w200 {
    width: 200px
}

.w220 {
    width: 220px
}
.w230 {
    width: 230px
}
.w250 {
    width: 250px
}
.w260 {
    width: 260px
}
 .w270 {
    width: 270px
}
 .w290 {
    width: 290px
}
 .w300 {
    width: 300px
}.w330 {
    width: 330px
}
 .w350 {
    width: 350px
} 
 .w380 {
    width: 380px
} 
 .w400 {
    width: 400px
}
.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 14px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}


.tac {
    text-align: center !important;
}

.tal {
    text-align: left !important;
}

.tar {
    text-align: right !important;
}

.page-title {
    height: 48px;
    background: #fff!important;
    padding: 0px 10px;
    box-shadow: 0 0px 10px #d2d2d2;
    margin-bottom: 15px;
    line-height: 46px;
    /*border-bottom: 1px solid #f0f0f0;*/
}

    .page-title .left-block {
        height: 48px;
        line-height: 48px;
        float: left;
        font-weight: bold;
        color: #666;
        font-size: 16px;
    }

    .page-title .layui-pull-left .font16 {
        font-size: 15px;
        font-weight: bold;
        color: #0269f1;
    }
/*.list_fold_model {
        display:none;
    }*/

.title-number {
    text-align: center;
    width: 68px;
    height: 42px;
    line-height: 42px;
    border-radius: 0px;
    background: #0269f1;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: -1px;
}

    .title-number .d {
        font-size: 20px;
        font-style: normal;
    }

.text-read {
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    padding: 0px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.readonly {
    background: #eee;
}

.list_fold_btn .layui-btn {
    position: relative;
    top: -1px;
}

.list_fold_btn {
    position: absolute;
    text-align: center;
    width: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    line-height: 22px;
    background: #0269f1;
    color: #Fff;
    font-size: 14px;
    font-weight: normal;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-style: normal;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

    .list_fold_btn:hover {
        color: #fff;
    }

    .list_fold_btn:after {
        content: "▼";
    }

.list_current:after {
    content: "▲";
}

.p-item .list_fold_btn {
    display: block;
    top: 4px;
    left: auto;
    width: 16px;
    height: 32px;
    line-height: 32px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
}

.p-item .list_fold_model {
    display: none;
}

.footer-ex {
    margin: 0;
    left: 0 !important;
    box-shadow: 0 0px 10px #a7a7a7;
}

.from {
    line-height: 24px;
}

.form select, .form input[type='text'] {
    width: 320px;
    height: 30px;
    border: 1px solid #e6e6e6;
    text-indent: 8px;
}

.senior-search select, .form input[type='text'] {
    width: 320px;
    height: 32px;
    border: 1px solid #e6e6e6;
    text-indent: 8px;
}

.table-td-class_01 {
    background: #f5f5f5;
}

#toolbar_search > span {
    display: inline-block;
    padding: 5px 15px;
}

#toolbar_search label {
    color: #888;
}

#toolbar_search > span > label {
    margin-right: 5px;
}

#toolbar_search select, #toolbar_search input[type='text'] {
    width: 180px;
    height: 36px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 0 8px;
    color: #888;
}

    #toolbar_search select:focus, #toolbar_search input[type='text']:focus {
        /*border: 1px solid #03a2d7;*/
        /*box-shadow: 0 0px 5px #03a2d7;*/
    }

.form select:focus, .form input[type='text']:focus {
    /*border: 1px solid #03a2d7;*/
    /*box-shadow: 0 0px 5px #03a2d7;*/
}

/*.form .form-item {
    padding: 10px;
}

    .form .form-item .form-label {
        display: inline-block;
        margin-right: 0px;
        text-align: right;
        width: 170px;
    }

    .form .form-item .input-block {
        display: inline-block;
    }
    
        .form .form-item .input-block textarea {
            width: 550px;
            height:50px;
            border: 1px solid #d7d7d7;
        }*/
/*表单label多行文字时的行高*/
.layui-cuiform .form .form-item .form-label.mutline {
    line-height: 17px;
}

label.error, .error2 {
    display: inline-block;
    padding: 0 20px 0 40px;
    background: #fae6e6;
    border-radius: 5px;
    color: #f45a5a;
    font-size: small;
    margin: 0 10px;
    line-height: 36px;
}

input.error {
    border: 1px solid #f45a5a;
}

.search-btn {
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #0269f1;
    color: white;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

    .search-btn:hover {
        background: #00bfff;
        color: white;
    }

.upfilecontent {
    margin-left: 10px;
}

    .upfilecontent a {
        color: #0269f1;
        display: inline-block;
        margin-left: 0px;
    }

        .upfilecontent a:hover {
            color: #00bfff;
        }

#toolbar_button {
    text-align: right;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: -5px;
}

    #toolbar_button .button {
        display: inline-block;
        padding: 0 10px;
        height: 32px;
        line-height: 32px;
        background-color: #06a2d5;
        color: white;
        border: none;
        border-radius: 5px;
        text-align: center;
        cursor: pointer;
    }

        #toolbar_button .button:hover {
            background-color: #0269f1;
            box-shadow: 0 0 5px #999;
        }

.simplebutton {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    background-color: #06a2d5;
    color: white;
    font-size: small;
    border: none;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
}

    .simplebutton:hover {
        background-color: #0269f1;
    }

.f-title {
    background: #eee;
}

.icon {
    padding-left: 32px !important;
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 8px;
}

.icon-add { /*一个示例*/
    background-image: url('/Content/CommonScript/easyui1551/themes/icons/edit_add.png');
}


.timeliine-content {
    line-height: 32px;
}

    .timeliine-content > div > span {
        margin-left: 20px;
        color: #333;
        margin-right: 3px;
    }

    .timeliine-content > div > ul {
        margin-left: 20px;
    }

        .timeliine-content > div > ul > li {
            list-style: square;
        }

.show_content {
    float: right;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    /*border-radius:10px;*/
    /*background-color:#a7a7a7;*/
    margin-right: 10px;
    color: #d7d7d7 !important;
    text-decoration: none;
}

    .show_content:hover {
        text-decoration: none !important;
        color: #03a2d7 !important;
    }

.showfieldinfo {
    height: auto;
    font-size: 16px;
    /*margin-top: 10px;*/
}

    .showfieldinfo > div {
        display: inline-block;
        width: 100%;
        padding: 0px 0;
        color: #333;
        font-size: 14px;
        margin-top: 6px;
    }

        .showfieldinfo > div > span {
            display: inline-block;
            padding: 2px 5px;
            text-align: right;
            min-width: 150px;
            color: #333;
        }

        .showfieldinfo > div > label {
            display: inline-block;
            padding: 2px 0px;
        }

/*.shadow {
    border: 0px solid #eaeaea;
}

    .shadow:hover {
        box-shadow: 0 0 10px #666;
    }*/


.table-td-class_01 {
    text-align: right;
    width: 200px !important;
}

.table-td-class_02 {
    width: 170px !important;
}

.layui-bid-detail .layui-table {
    margin: 0 !important;
}

    .layui-bid-detail .layui-table td {
        padding: 10px !important;
    }



.layui-bid-detail .bg-l1 {
    /*background: #f2f2f2;*/
    text-align: right;
    width: 170px;
}

.table-txt-fr {
    text-align: right;
    font-weight: bold;
}

.heightcss .layui-textarea {
    border: 1px solid #f1f1f1 !important;
}

.layui-container {
    margin-bottom: 25px !important;
}

.f-title {
    background: #eee;
    text-indent: 7px;
    border-left: 3px solid #1E9FFF;
    height: 24px;
    line-height: 25px;
}

.submit-info {
    /*border: 1px solid #efefef;*/
    background: #f5f5f5;
    padding: 10px;
}

.audit-info {
    padding: 5px 10px;
    border: 1px dashed #efefef;
    margin-top: -1px;
}

    .submit-info > div > span, .audit-info > div > span {
        color: #333 !important;
    }

    .submit-info > div > label, .audit-info > div > label {
        /*color: #000 !important;*/
    }

.layui-timeline-item {
    padding: 5px 0px 5px 5px !important;
}

    .layui-timeline-item:hover .layui-timeline-title {
        background: #efefef;
        /*box-shadow: 0 0 1px #5FB878;*/
    }

    .layui-timeline-item:hover .audit-info {
        border: 1px solid #9ccafe;
    }

.layui-timeline-title .layui-badge {
    margin-left: 20px;
}

.w8b {
    width: 9.9%;
}

.w50b {
    width: 50%;
}

.w100b {
    width: 100%;
}

.contxt {
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #dedede;
    color: #333;
}

.txt-items {
    float: left;
    display: inline-block;
    border-bottom: 1px solid #dedede;
    padding: 6px 5px;
    box-sizing: border-box;
    border-right: 1px solid #dedede;
    white-space: pre-wrap;
    word-break: break-all;
}

    .txt-items span, .txt-items label {
        float: left;
        display: inline-block;
    }

    .txt-items label {
        width: 28%;
        text-align: right;
        display: inline-block;
        font-weight: 300;
    }

    .txt-items span {
        width: 72%;
    }

/*.w100b label {
        width: 13.9%;
    }*/

.lh18 {
    line-height: 18px;
}

.twolinelabel {
    line-height: 18px !important;
    display: inline-block;
}

.bottom-btn {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.pro-title {
    padding: 5px 12px;
    background: #f5f5f5;
    border: 1px solid #eee;
    color: #333;
    overflow: hidden;
    margin-bottom: 15px;
}

    .pro-title dl {
        display: block;
        width: 100%;
        overflow: hidden;
    }


        .pro-title dl dt {
            float: left;
            text-align: center;
            line-height: 32px;
            border-radius: 5px;
            position: relative;
        }

        .pro-title dl dd {
            float: left;
            line-height: 32px;
            margin-left: 0;
        }


#msgpanel > div {
    clear: both;
}

/*.sendmsgdispaly {
line-height: 32px;
float: right;
max-width: 80%;
background-color: #d3ffd3;
color: #333;
padding: 0 10px;
border-radius: 10px;
margin-top: 15px;
}

.recivedisplay {
line-height: 32px;
float: left;
max-width: 80%;
background-color: #e6e6fa;
color: #333;
padding: 0 10px;
border-radius: 10px;
margin-top: 15px;
}*/

.talk-main .footer-ex {
    margin: 0;
    left: 0 !important;
    box-shadow: 0 0px 10px #666666;
}

.talk-main #message {
    width: 80%;
    height: 44px;
    border: none;
    margin: 0px;
    font-size: 14px;
}

.talk-main #send {
    height: 42px;
    border: none;
}

.talk-main .talktitle {
    height: 32px;
    display: block;
    line-height: 32px;
    padding: 5px;
    border-bottom: 1px solid #e6e6fa;
}

.talk-main .filechat {
    color: blue;
}

.talk-main .layui-bg-model {
    background-color: #f4f4f4;
    /*width: 800px;*/
    height: 790px;
    width: 1250px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.talk-main .imdot {
    content: '';
    display: inline-block;
    position: absolute;
    height: 18px;
    line-height: 18px;
    background-color: #f95b55;
    bottom: 34px;
    left: 36px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    border: solid 2px #657cda;
    padding: 0 6px;
}

.talk-main .top-bar {
    background-color: #ffffff;
    border-bottom: solid 1px #d6d6d6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
}

.talk-main .messages {
    height: calc(100% - 160px);
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    overflow-y: scroll;
}

    .talk-main .messages .itb {
        display: flex;
        margin: 20px;
        position: relative;
    }

    .talk-main .messages .sendmsgdispaly {
        flex-direction: row-reverse;
    }

.talk-main .user-head {
    width: 49px;
    height: 49px;
}

    .talk-main .user-head img {
        border-radius: 50%;
        width: 49px;
        height: 49px;
    }

.talk-main .bottom-bar #message {
    width: calc(100% - 160px);
    margin: 30px;
    height: 40px;
    border-radius: 30px;
    border: 0px;
    background-color: #ececec;
    padding: 0px 15px 0px 15px;
    font-size: 18px;
    box-sizing: border-box;
}

.talk-main .bottom-bar {
    background-color: #ffffff;
    height: 80px;
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.talk-main .messages .sendmsgdispaly.itb .ims {
    border-radius: 10px 0px 10px 10px;
    margin-left: unset;
    margin-right: 30px;
    background-color: #01e777;
    color: #fff;
}

    .talk-main .messages .sendmsgdispaly.itb .ims:after {
        border-width: 15px 20px 0 0;
        border-color: #01e777 transparent transparent transparent;
        right: 59px;
        left: auto;
    }

.talk-main .messages .itb .ims {
    max-width: 70%;
    width: fit-content;
    height: fit-content;
    background-color: #fff;
    padding: 15px;
    border-radius: 0 10px 10px 10px;
    margin-left: 30px;
    color: #626c76;
}

    .talk-main .messages .itb .ims:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 15px 0;
        border-color: transparent #ffffff transparent transparent;
        position: absolute;
        left: 59px;
        top: 0;
    }

.talk-main .top-bar .user-info {
    /*display: grid;*/
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "user-image user-name" "user-image user-status";
    align-items: center;
    width: 70%;
}

    .talk-main .top-bar .user-info .user-head {
        grid-area: user-image;
        width: 49px;
        height: 49px;
        margin-right: 20px;
        float: left;
        position: relative;
        top: 8px;
    }

.talk-main .top-bar .user-head img {
    border-radius: 50%;
    width: 49px;
    height: 49px;
}

.talk-main .top-bar .user-info .name {
    grid-area: user-name;
    font-size: 20px;
    position: relative;
    top: 6px;
}

.talk-main .top-bar .user-info .status {
    grid-area: user-status;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    top: -3px;
}

    .talk-main .top-bar .user-info .status.online:before {
        background-color: #01e777;
    }

    .talk-main .top-bar .user-info .status:before {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50%;
        background-color: #f95b55;
        margin-right: 5px;
    }

    .talk-main .top-bar .user-info .status:after {
        content: 'online';
    }

.talk-main aside {
    width: 425px;
    height: 100%;
    background-color: #5c75dc;
    display: flex;
    float: left;
    flex-direction: column;
}

.layui-bg-model aside .top-bar {
    background-color: #5c75dc;
    justify-content: space-between;
}

.layui-bg-model aside .menu-burger-container {
    margin: 20px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

    .layui-bg-model aside .menu-burger-container:hover > .menu-burger, .layui-bg-model aside .menu-burger-container:hover > .menu-burger:before, .layui-bg-model aside .menu-burger-container:hover > .menu-burger:after {
        animation-name: menuHover;
    }

    .layui-bg-model aside .menu-burger-container .menu-burger {
        height: 2px;
        width: 10px;
        background-color: #fff;
        top: 20px;
        left: 10px;
        position: relative;
    }

        .layui-bg-model aside .menu-burger-container .menu-burger, .layui-bg-model aside .menu-burger-container .menu-burger:before, .layui-bg-model aside .menu-burger-container .menu-burger:after {
            animation-duration: 1s;
            animation-iteration-count: infinite;
        }

            .layui-bg-model aside .menu-burger-container .menu-burger:before, .layui-bg-model aside .menu-burger-container .menu-burger:after {
                content: '';
                height: 2px;
                width: 16px;
                background-color: #fff;
                display: block;
                position: relative;
            }

            .layui-bg-model aside .menu-burger-container .menu-burger:before {
                top: -6px;
                animation-delay: 500ms;
            }

            .layui-bg-model aside .menu-burger-container .menu-burger:after {
                top: 4px;
                animation-delay: 250ms;
            }

.layui-bg-model aside .new-conversation {
    height: 42px;
    padding: 0 20px;
    background-color: #01e777;
    border-radius: 0px 50px 50px 0;
    color: #ffffff;
    text-align: center;
    margin: 19px 30px;
    cursor: pointer;
    line-height: 42px;
    box-sizing: content-box;
    border: solid #01e777 0px;
    transition: all 200ms ease-in-out;
    font-size: 14px z-index: 99;
    top: 1px;
    position: relative;
}

    .layui-bg-model aside .new-conversation:hover {
        transition: all 70ms ease-in-out;
        transform: translate(2px, -2px);
        border: solid #01e777 2px;
    }

.layui-bg-model aside .conversations {
    height: calc(100% - 80px);
    width: 100%;
}

    .layui-bg-model aside .conversations .thread {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        cursor: pointer;
    }

        .layui-bg-model aside .conversations .thread.active {
            background-color: #627ce4;
        }

        .layui-bg-model aside .conversations .thread:hover {
            background-color: #627ce4;
        }

        .layui-bg-model aside .conversations .thread .details {
            display: inline-block;
            margin: 17px;
        }

            .layui-bg-model aside .conversations .thread .details .user-head {
                position: relative;
                float: left;
                margin-right: 20px;
            }

            .layui-bg-model aside .conversations .thread .details .imtt {
                float: left;
                padding-top: 3px;
            }

            .layui-bg-model aside .conversations .thread .details .user-name, .layui-bg-model aside .conversations .thread .details .last-message {
                width: 260px;
            }

            .layui-bg-model aside .conversations .thread .details .user-name {
                color: #ffffff;
                font-weight: bold;
                font-size: 14px
            }

            .layui-bg-model aside .conversations .thread .details .last-message {
                color: #9ba7d8;
                font-size: 14px;
                white-space: nowrap;
                overflow: hidden;
                margin-top: 8px;
                text-overflow: ellipsis;
            }

        .layui-bg-model aside .conversations .thread .last {
            background-color: #516acc;
            height: 22px;
            width: 50px;
            color: #ffffff;
            text-align: center;
            line-height: 22px;
            font-size: 14px;
            border-radius: 11px;
            position: relative;
            top: 21px;
            right: 17px;
        }

            .layui-bg-model aside .conversations .thread .last.new:after {
                content: 'NEW';
                display: block;
                background-color: #0091e9;
                height: 22px;
                width: 50px;
                position: relative;
                left: 0;
                top: -22px;
                border-radius: 11px;
            }

.talk-main .mcxs {
    /*width: calc(100% - 425px);*/
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    /*float: right;*/
}

    .talk-main .mcxs .top-bar {
        background-color: #ffffff;
        border-bottom: solid 1px #d6d6d6;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 40px;
    }

.talk-main .input-item .txt-input {
    border: none;
    background: #7790d6;
    border-radius: 50px;
    line-height: 42px;
    padding: 0 15px;
    color: #a7bcec;
    height: 42px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}

.msgcount {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    font-size: 14px;
    text-align: center;
    background-color: #ff6477;
    color: #fff;
    border-radius: 100px;
    height: 18px;
    line-height: 18px;
    top: -8px;
    left: 4px;
}

.layui-col-3 {
    position: relative;
    min-height: 10px;
    width: 23.9%;
    margin: 0 1.46% 1.46% 0px;
    float: left;
}

    .layui-col-3 .layui-card-model {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.4rem;
    }

        .layui-col-3 .layui-card-model .media {
            display: block;
        }

        .layui-col-3 .layui-card-model .align-items-center {
            align-items: center !important;
        }

        .layui-col-3 .layui-card-model .media-box {
            float: right;
            padding-top: 6px;
            text-align: center;
        }

        .layui-col-3 .layui-card-model .text-white {
            color: #fff !important;
            /*line-height: 25px;*/
        }

        .layui-col-3 .layui-card-model p {
            font-size: 17px;
        }

        .layui-col-3 .layui-card-model h4 {
            font-size: 22px;
            font-weight: normal;
            text-align: center;
        }

        .layui-col-3 .layui-card-model .border-circle {
            width: 60px;
            height: 60px;
            text-align: center;
            /*border-radius: 50% !important;
            border: 1px solid #fff !important;*/
            float: left;
        }

            .layui-col-3 .layui-card-model .border-circle i {
                position: relative;
                top: 17px;
                font-size: 52px;
            }

#onLineAgents > div, #wrokInfo > div {
    height: 80px;
    width: 8.3%;
    margin: 5px;
    background-color: #008b8b;
    color: white;
    display: inline-block;
    text-align: center;
    padding: 20px;
    vertical-align: central;
    border-radius: 5px;
    border: none;
}

    #onLineAgents > div:hover, #wrokInfo > div:hover {
        box-shadow: 0 0 10px #666;
    }

#wrokInfos {
    padding: 10px;
}

.dot {
    color: #fecdbe;
    display: block;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    /*width: 30px;
                height: 30px;

                background-color: #FF5722;
                color: white;
                border-radius: 15px;*/
    border: none;
}

.layui-col-3:nth-child(4n+0) {
    margin-right: 0px;
}

.layui-col-3 .card {
    background-color: #2dce89;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    /*border:1px solid rgba(136, 136, 136, 0.125);*/
    border-radius: .25rem;
    box-sizing: border-box;
}

    .layui-col-3 .card:after {
        content: '';
        background: url(../CommonScript/Images/work-item-l-bg.png) no-repeat;
        display: block;
        height: 100px;
        width: 100px;
        position: absolute;
    }

    .layui-col-3 .card:before {
        content: '';
        background: url(../CommonScript/Images/work-item-r-bg.png) no-repeat;
        display: block;
        right: 0;
        bottom: 0px;
        height: 85px;
        width: 92px;
        position: absolute;
        opacity: 0.7;
        filter: alpha(opacity = 70);
    }

    .layui-col-3 .card.bg1 {
        background-color: #4fdebf;
        background-image: -webkit-gradient(linear,left top,right top,from(#4fdebf),to(#35cbc8));
        background-image: -webkit-linear-gradient(left,#4fdebf,#35cbc8);
        background-image: -moz-linear-gradient(left,#4fdebf,#35cbc8);
        background-image: linear-gradient(to right,#4fdebf,#35cbc8);
    }

    .layui-col-3 .card.bg2 {
        background-color: #cf67cb;
        background-image: -webkit-gradient(linear,left top,right top,from(#cf67cb),to(#b750ec));
        background-image: -webkit-linear-gradient(left,#cf67cb,#b750ec);
        background-image: -moz-linear-gradient(left,#cf67cb,#b750ec);
        background-image: linear-gradient(to right,#cf67cb,#b750ec);
    }

    .layui-col-3 .card.bg3 {
        background-color: #ffbb7c;
        background-image: -webkit-gradient(linear,left top,right top,from(#ffbb7c),to(#fb9252));
        background-image: -webkit-linear-gradient(left,#ffbb7c,#fb9252);
        background-image: -moz-linear-gradient(left,#ffbb7c,#fb9252);
        background-image: linear-gradient(to right,#ffbb7c,#fb9252);
    }

    .layui-col-3 .card.bg4 {
        background-color: #fe876c;
        background-image: -webkit-gradient(linear,left top,right top,from(#fe876c),to(#fe696a));
        background-image: -webkit-linear-gradient(left,#fe876c,#fe696a);
        background-image: -moz-linear-gradient(left,#fe876c,#fe696a);
        background-image: linear-gradient(to right,#fe876c,#fe696a);
    }

    .layui-col-3 .card.bg5 {
        background-color: #22b4fd;
        background-image: -webkit-gradient(linear,left top,right top,from(#22b4fd),to(#156cfe));
        background-image: -webkit-linear-gradient(left,#22b4fd,#156cfe);
        background-image: -moz-linear-gradient(left,#22b4fd,#156cfe);
        background-image: linear-gradient(to right,#22b4fd,#156cfe);
    }

    .layui-col-3 .card.bg6 {
        background-color: #fe696a;
        background-image: -webkit-gradient(linear,left top,right top,from(#fe696a),to(#ea4142));
        background-image: -webkit-linear-gradient(left,#fe696a,#ea4142);
        background-image: -moz-linear-gradient(left,#fe696a,#ea4142);
        background-image: linear-gradient(to right,#fe696a,#ea4142);
    }

    .layui-col-3 .card.bg7 {
        background-color: #96daff;
        background-image: -webkit-gradient(linear,left top,right top,from(#96daff),to(#3eb4f4));
        background-image: -webkit-linear-gradient(left,#96daff,#3eb4f4);
        background-image: -moz-linear-gradient(left,#96daff,#3eb4f4);
        background-image: linear-gradient(to right,#96daff,#3eb4f4);
    }

    .layui-col-3 .card.bg8 {
        background-color: #55ce95;
        background-image: -webkit-gradient(linear,left top,right top,from(#55ce95),to(#2bc17b));
        background-image: -webkit-linear-gradient(left,#55ce95,#2bc17b);
        background-image: -moz-linear-gradient(left,#55ce95,#2bc17b);
        background-image: linear-gradient(to right,#55ce95,#2bc17b);
    }

    .layui-col-3 .card.bg9 {
        background-color: #ffbdbd;
        background-image: -webkit-gradient(linear,left top,right top,from(#ffbdbd),to(#f39494));
        background-image: -webkit-linear-gradient(left,#ffbdbd,#f39494);
        background-image: -moz-linear-gradient(left,#ffbdbd,#f39494);
        background-image: linear-gradient(to right,#ffbdbd,#f39494);
    }

    .layui-col-3 .card.bg10 {
        background-color: #4fdebf;
        background-image: -webkit-gradient(linear,left top,right top,from(#4fdebf),to(#35cbc8));
        background-image: -webkit-linear-gradient(left,#4fdebf,#35cbc8);
        background-image: -moz-linear-gradient(left,#4fdebf,#35cbc8);
        background-image: linear-gradient(to right,#4fdebf,#35cbc8);
    }

    .layui-col-3 .card.bg11 {
        background-color: #4fdebf;
        background-image: -webkit-gradient(linear,left top,right top,from(#4fdebf),to(#35cbc8));
        background-image: -webkit-linear-gradient(left,#4fdebf,#35cbc8);
        background-image: -moz-linear-gradient(left,#4fdebf,#35cbc8);
        background-image: linear-gradient(to right,#4fdebf,#35cbc8);
    }

    .layui-col-3 .card.bg12 {
        background-color: #4fdebf;
        background-image: -webkit-gradient(linear,left top,right top,from(#4fdebf),to(#35cbc8));
        background-image: -webkit-linear-gradient(left,#4fdebf,#35cbc8);
        background-image: -moz-linear-gradient(left,#4fdebf,#35cbc8);
        background-image: linear-gradient(to right,#4fdebf,#35cbc8);
    }

.layui-col-3 .layui-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.8rem;
}

    .layui-col-3 .layui-card-body .media {
        display: block;
    }

    .layui-col-3 .layui-card-body .align-items-center {
        align-items: center !important;
    }

    .layui-col-3 .layui-card-body .media-box {
        float: left;
        padding-top: 6px;
    }

    .layui-col-3 .layui-card-body .text-white {
        color: #fff !important;
        line-height: 25px;
    }

    .layui-col-3 .layui-card-body p {
        font-size: 12px;
    }

    .layui-col-3 .layui-card-body h4 {
        font-size: 22px;
        font-weight: normal;
    }

    .layui-col-3 .layui-card-body .border-circle {
        width: 60px;
        height: 60px;
        text-align: center;
        border-radius: 50% !important;
        border: 1px solid #fff !important;
        float: right;
    }

        .layui-col-3 .layui-card-body .border-circle i {
            position: relative;
            top: 17px;
            font-size: 25px;
            opacity: 0.8;
        }

/*项目类*/
.wrap-container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.detail-content {
    margin-bottom: 35px;
}

.detail-wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 0;
    background: #eceff4;
    overflow-x: hidden;
    overflow-y: auto;
}

    .detail-wrap .detail-content {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        height: 100%;
        width: 100%;
        overflow: auto;
        padding: 15px;
        overflow: hidden;
    }

    .detail-wrap .detail-classify {
        padding: 0px 0 0 35px;
        border-left: 0px solid #0269f1;
        position: relative;
    }

        .detail-wrap .detail-classify dt {
            font-size: 14px;
            font-weight: bold;
            position: relative;
            background: #0269f1;
            width: 80px;
            height: 22px;
            line-height: 22px;
            left: -46px;
            text-align: center;
            color: #fff;
            border-radius: 20px;
            margin-bottom: 20px;
        }

        .detail-wrap .detail-classify dd {
            font-size: 14px;
            color: #545454;
            line-height: 36px;
            height: 36px;
            position: relative;
            left: -32px;
            margin-bottom: 14px;
            cursor: pointer;
        }

            .detail-wrap .detail-classify dd a {
                display: block;
                line-height: 35px;
                height: 35px;
                width: 100%;
                color: #555;
            }

                .detail-wrap .detail-classify dd a span {
                    line-height: 38px;
                    font-weight: bold;
                    position: relative;
                }

            .detail-wrap .detail-classify dd .iconfont {
                float: left;
                font-size: 16px;
                width: 32px;
                height: 32px;
                border-radius: 50%;
                background-color: #0269f1 !important;
                margin-right: 12px;
                text-align: center;
                color: #fff;
            }

            .detail-wrap .detail-classify dd.current a span {
                color: #0269f1;
                font-weight:bold;
            }

            .detail-wrap .detail-classify dd .bg1 {
                background-color: #ff7747;
            }

            .detail-wrap .detail-classify dd .bg2 {
                background-color: #f969aa;
            }

            .detail-wrap .detail-classify dd .bg3 {
                background-color: #22d7bb;
            }

            .detail-wrap .detail-classify dd .bg4 {
                background-color: #ffa415;
            }

            .detail-wrap .detail-classify dd .bg5 {
                background-color: #66c060;
            }

            .detail-wrap .detail-classify dd .bg6 {
                background-color: #2dbcff;
            }

            .detail-wrap .detail-classify dd .bg7 {
                background-color: #99d75a;
            }

            .detail-wrap .detail-classify dd .bg8 {
                background-color: #ff5b57;
            }

            .detail-wrap .detail-classify dd .bg9 {
                background-color: #4e8af9;
            }

            .detail-wrap .detail-classify dd .bg10 {
                background-color: #66beef;
            }

    .detail-wrap .menu-smx .detail-classify dt {
        margin-bottom: 0px;
    }

    .detail-wrap .menu-smx .detail-classify dd {
        border-left: 2px solid #dadada;
        padding-top: 5px;
        margin-left: 15px;
        margin-bottom: 0;
    }

        .detail-wrap .menu-smx .detail-classify dd.current {
            /*border-left: 2px solid #0269f1;*/
        }

            .detail-wrap .menu-smx .detail-classify dd.current .iconfont {
                /*border: 7px solid #0269f1;
                background-color: #fff !important;*/
            }

    .detail-wrap .menu-smx .detail-classify {
        padding: 0px 0 0 15px;
        border-left: 2px solid #dadada;
        left: 40px;
        position: relative;
    }

        .detail-wrap .menu-smx .detail-classify dd a {
            text-indent: 20px;
            position: relative;
            left: -17px;
        }

            .detail-wrap .menu-smx .detail-classify dd a span {
                padding-left: 12px;
            }

        .detail-wrap .menu-smx .detail-classify .iconfont {
            border: 2px solid #dadada;
            background-color: #fff !important;
            box-sizing: border-box;
            width: 18px;
            height: 18px;
            left: 7px;
            top: 8px;
            margin: 0px;
            position: absolute;
        }

        .detail-wrap .menu-smx .detail-classify .light-green {
            background-color: #4dcc8d !important;
            border: 2px solid #0269f1 !important;
        }

        .detail-wrap .menu-smx .detail-classify .light-yellow {
            background-color: #f7c737 !important;
            border: 2px solid #0269f1 !important;
        }

        .detail-wrap .menu-smx .detail-classify .light-red {
            background-color: #ff0000 !important;
            border: 2px solid #0269f1 !important;
        }

        .detail-wrap .menu-smx .detail-classify .light-green-sd {
            background-image: url('/Content/CommonScript/Images/light-green.gif');
            width: 18px;
            height: 18px;
            line-height: 18px;
            top: 10px;
            z-index: 99;
            border: 2px solid #0269f1 !important;
        }

        .detail-wrap .menu-smx .detail-classify .light-yellow-sd {
            background-image: url('/Content/CommonScript/Images/light-yellow.gif');
            width: 18px;
            height: 18px;
            line-height: 18px;
            top: 10px;
            z-index: 99;
            border: 2px solid #0269f1 !important;
        }

        .detail-wrap .menu-smx .detail-classify .light-red-sd {
            background-image: url('/Content/CommonScript/Images/light-red.gif');
            width: 18px;
            height: 18px;
            line-height: 18px;
            top: 10px;
            z-index: 99;
            border: 2px solid #0269f1 !important;
        }

.layui-tab-title.tab-smx li i {
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    border-radius: 100px;
    left: 4px;
    top: 16px;
}

.layui-tab-title.tab-smx li .light-green {
    background-color: #4dcc8d !important;
}

.layui-tab-title.tab-smx li .light-yellow {
    background-color: #f7c737 !important;
}

.layui-tab-title.tab-smx li .light-red {
    background-color: #ff0000 !important;
}

.detail-wrap .light-b .layui-badge-dot {
    margin-left: 8px;
}

.detail-wrap .light-b .layui-badge-dotlig {
    margin-left: 8px;
}

.layui-header .light-b .red-light {
    background-image: url('../CommonScript/Images/light-red.gif');
    width: 10px;
    height: 10px;
    line-height: 10px;
    top: 1px;
    border: 1px solid #ff0000;
    z-index: 99;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    margin-left: 10px;
}

.layui-footer-audit {
    position: fixed;
    width: 100%;
    bottom: 0px;
    right: 0;
    z-index: 999;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 15px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 2px -2px 6px 0px rgba(0,0,0,.1);
}

.up-item {
    text-align: left;
    margin: 5px 0 5px 0;
}

    .up-item label {
        display: inline-block;
        font-size: 14px;
        height: 40px;
        line-height: 30px;
        width: 230px;
        text-align: right;
        padding-right: 5px;
        position: relative;
    }

        .up-item label span {
            color: #ff0000;
        }

        .up-item label .yyjyzx {
            position: absolute;
            width: 126px;
            left: 38px;
            top: 20px;
        }

    .up-item .upload-btn {
        background: #0269f1;
        display: block;
        margin: 0;
        float: left;
        padding: 2px 0px;
        width: 140px; /*width: 168px;*/
        overflow: hidden;
        color: #fff !important;
        white-space: nowrap;
        cursor: pointer;
        text-align: center;
        font-size: 14px;
        border-radius: 20px;
        position: relative;
        font-weight: normal;
    }
    /*.up-item .upload-btn:hover{background: #1473bc;color: #fff !important;}*/
    .up-item .file-list {
        margin: 12px 0 0 0;
    }

        .up-item .file-list a {
            color: #333 !important;
            margin: 0 2px;
        }

        .up-item .file-list .fileneme-icons { /*background:url(../Images/main_bg.png) 0 -171px no-repeat;*/
            padding-left: 0px;
            display: inline-block;
            padding-right: 10px;
        }

    .up-item .fileup-table {
        width: 100%;
        table-layout: fixed;
    }

        .up-item .fileup-table td {
            background: #f7f7f7;
            padding: 2px 12px;
            height: 32px;
            line-height: 32px;
            border-width: 1px;
            border-style: solid;
            border-color: #e6e6e6;
        }

    .up-item .UploadInfoTip {
        width: 605px;
        position: relative;
        top: 5px;
        margin-left: 180px;
        color: red;
    }

    .up-item .up-load {
        position: relative;
    }

.file-list .fileup-table td a {
    color: #333 !important;
    line-height: 33px;
}

.tender_web.or.cui-main {
    min-height: 280px;
}

.file-list .fitems a {
    color: #333 !important;
}

.up-item .up-tips-txt {
    position: absolute;
    text-indent: 12px;
    top: 4px;
    color: #4e9be5;
}

.up-item i.icon-guanbi2 {
    position: relative;
    top: 0px;
}

.up-item i.icon-yulan1 {
    font-size: 19px;
    top: 1px;
    position: relative;
}

.up-item .up-load .up-li {
    line-height: 37px;
    border-bottom: 1px solid #eee;
    max-width: 100%;
    height: 36px;
}

    .up-item .up-load .up-li a {
        color: #0269f1
    }
.up-item .up-load .fileneme-icons {
    width: 76%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.up-item .file-list a {
    color: #0269f1
}

    .up-item .file-list a i {
        color: #0269f1;
    }

.up-item .up-load .up-li a .icon-fujian {
    margin-right: 0px !important;
    top: 2px !important;
}

.up-item .up-load .up-li .file-btn a.down-btn, .cui-new-downbtn, .cui-print-btn {
    margin-top: 0px;
    background: #f4f8fe;
    color: #0269f1 !important;
    border-radius: 0px;
    height: 26px;
    line-height: 24px;
    padding: 0px 6px;
    /*width: 58px;*/
    display: inline-block;
    text-align: center;
    margin-left: 6px;
    border: 1px solid #0269f1;
    box-sizing: border-box;
}

    .cui-new-downbtn .iconfont, .cui-print-btn .iconfont {
        font-size: 18px;
        position: relative;
        top: 1px;
    }

    .up-item .up-load .up-li .file-btn a.down-btn .iconfont {
        color: #0269f1 !important;
        font-size: 18px;
        position: relative;
        top:1px;
    }

     

/*上传附件模块*/
/*20220228之前固定宽度,20220825把70%改成100%不知道对别地方有影响没有，先观察*/
/*.file-model {
    position: relative;
    width: 720px;
    max-width: 720px;
}*/
.file-model {
    position: relative;
    width: 100%;
    max-width:100%;
}

    .file-model .file-txt-tips {
        color: #0269f1;
        position: relative;
        top: -4px;
    }

    .file-model .file-btn {
        display: inline-block;
        text-align: right;
        float:left;
        width:20%;
    }

    .file-model .border-nobg {
        background: #fff !important;
        border: 0 !important;
    }

    .file-model .file-btn a i {
        font-size: 20px;
        color: #717171;
        position: relative;
        top: 3px;
    }

.mtl0 {
    margin-left: 0px !important;
    float: none !important
}

.cui-main .file-model .cui-table td a .fileneme-icons {
    float: left;
    color: #333;
}

.gj-btn a i {
    font-size: 20px;
    color: #717171;
    position: relative;
    top: 3px;
}

input, span, label {
    vertical-align: middle;
}

.layui-table .file-btn {
    display: inline-block;
    margin-left: 0px;
    float: right;
    position: relative;
}

.tips-top {
    color: #e8a640;
    border: 1px solid #f7ecdf;
    width: 100%;
    display: block;
    padding: 8px;
    box-sizing: border-box;
    background: #f9f7f3;
    margin-bottom: 12px;
    margin-top: 12px;
}

.fileMD5-error {
    display: inline-block;
    padding: 0 0px 0 0px;
    border-radius: 5px;
    color: #f45a5a;
    font-size: small;
    margin: 0 10px;
}

label.fileMD5-error {
    min-width: 500px;
    white-space: nowrap;
    overflow: hidden;
}

.fileTips {
    margin-left: 12%
}

.mutcontent {
    width: 300px;
    min-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

.layui-table.noborder tr td, .layui-table.noborder tr th {
    border: none 0px;
}
/*项目列表中审核信息*/
.Audit_CT {height:40px;}
.pro-listbg .project-box .p-item .item div.AuditInfo {
    text-align: left;
    /*padding-left: 10px;
    height: 35px;
    line-height: 35px;*/
}

.p-item .AuditInfo .msgcount {
    top: 0px;
}

.p-item .AuditInfo .AuditItem {
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
}

.btn-video-select {
    background-color: #326496 !important;
}

.AuditInfo .AuditItemList {
    position: fixed;
    background: #fff;
    left: 100px;
    z-index: 1000;
    display: inline-block
}

    .AuditInfo .AuditItemList .msgcount {
        background-color: #555
    }

.p-item .AuditInfo .AuditItemList li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 8px;
}

    .p-item .AuditInfo .AuditItemList li:first-child {
        border-top: 1px solid #ccc;
    }

    .p-item .AuditInfo .AuditItemList li:last-child {
        border-bottom: 1px solid #ccc;
    }
/*广东原型样式*/
/*警告图标*/
.warningico {
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #ff6477;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    text-indent: 0px;
    border-radius: 10px;
    margin-left: 3px
}

.detail-wrap .detail-classify dd a span.warningico {
    line-height: 20px;
}

.detail-wrap .detail-classify dd.current a span.warningico {
    color: #fff;
}

.layui-centent-box .layui-table {
    margin-bottom: 17px;
    table-layout: fixed;
}

.n-no-data {
    padding: 22px;
    text-align: center;
    background: #f5f5f5;
}

    .n-no-data .dt-bc p {
        margin-top: 10px;
        color: #999;
    }
/*广东原型样式*/
@media print {
    　　 .noprint {
        display: none;
    }
}
/*多行文本显示一部分...*/
.ShowLonglineTxt {
    width: 300px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*时光轴*/
.timeline {
    position: relative;
    width: auto;
    margin: 0 auto;
}

.timeline {
    padding: 50px 0;
    min-height: 720px;
    width: 100%;
}

    .timeline .wrapper {
        position: relative;
        width: 750px;
        margin: 0 auto;
    }

    .timeline .tlmain {
        background: url("../CommonScript/Images/line-bg.png") repeat-y 249px 0;
    }

        .timeline .tlmain .title {
            position: relative;
            line-height: 40px;
            padding-left: 67px;
            left: 230px;
            top: 0;
            color: #3b84cd;
            font-size: 22px;
            background: url("../CommonScript/Images/clock.png") no-repeat left top;
        }

        .timeline .tlmain .year {
            position: relative;
            z-index: 100;
        }

            .timeline .tlmain .year h2 {
                height: 40px;
                width: 170px;
                padding-right: 30px;
                font-size: 24px;
                line-height: 40px;
                text-align: right;
            }

                .timeline .tlmain .year h2 a {
                    color: #3b84cd;
                }

                .timeline .tlmain .year h2 i {
                    display: block;
                    position: relative;
                    height: 0;
                    width: 0;
                    left: 190px;
                    top: -20px;
                    border-width: 6px;
                    border-style: solid;
                    border-color: #59a7fb transparent transparent transparent;
                }

            .timeline .tlmain .year .list {
                margin: 10px 0;
                position: relative;
                overflow: hidden;
            }

                .timeline .tlmain .year .list ul {
                    bottom: 0;
                }

                    .timeline .tlmain .year .list ul li {
                        background: url("../CommonScript/Images/circle.png") no-repeat 235px 31px;
                        padding: 30px 0;
                    }

                        .timeline .tlmain .year .list ul li .date, .timeline .tlmain .year .list ul li .version {
                            float: left;
                            display: block;
                            clear: left;
                            width: 230px;
                            line-height: 24px;
                            text-align: right
                        }

                        .timeline .tlmain .year .list ul li .date {
                            font-size: 14px;
                            line-height: 32px;
                            color: #999;
                        }

                        .timeline .tlmain .year .list ul li .intro, .timeline .tlmain .year .list ul li .more {
                            float: left;
                            display: block;
                            width: 400px;
                            margin-left: 40px;
                            line-height: 18px;
                        }

                            .timeline .tlmain .year .list ul li .more p {
                                color: #999;
                            }

                        .timeline .tlmain .year .list ul li .intro {
                            font-size: 14px;
                            line-height: 32px;
                        }

.bid-room-page {
    margin: 15px;
}

.to-openbid {
    position: relative;
    margin: 12px;
    overflow: hidden;
}

    .to-openbid ._roomlist .item span.item-bidname {
        margin-right: 10px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .to-openbid dl {
        float: left;
        width: 48.5%;
        display: inline-block;
        border: 1px solid #eee;
        background: #fff;
        box-sizing: border-box;
        margin-bottom: 15px;
        margin-right: 1%;
        padding: 15px;
    }

        .to-openbid dl:nth-child(2), .to-openbid dl:nth-child(4), .to-openbid dl:nth-child(6), .to-openbid dl:nth-child(8) {
            margin-right: 0px;
        }

        .to-openbid dl.last {
            margin-right: 0px;
        }

        .to-openbid dl:hover {
            border: 1px solid #0096FF;
            cursor: pointer;
        }

        .to-openbid dl.gray-bg:hover {
            border: 1px solid #dedede;
            cursor: pointer;
        }

        .to-openbid dl.yellow-bg:hover {
            border: 1px solid #588bb0;
            cursor: pointer;
        }

        .to-openbid dl dt {
            width: 100px;
            height: 100px;
            line-height: 100px;
            background: #eee;
            float: left;
            text-align: center;
        }

            .to-openbid dl dt.bg1 {
                background: #0096FF;
            }

            .to-openbid dl dt.bg2 {
                background: #e4c896;
            }

            .to-openbid dl dt.bg3 {
                background: #0096FF;
            }

            .to-openbid dl dt.bg4 {
                background: #0096FF;
            }

            .to-openbid dl dt.bg5 {
                background: #c5c5c5;
            }

        .to-openbid dl.yellow-bg .bg1 {
            background: #588bb0;
        }

        .to-openbid dl dt i {
            font-size: 60px;
            color: #fff;
        }

        .to-openbid dl dd {
            float: left;
        }

            .to-openbid dl dd .item {
                line-height: 24px;
                margin-left: 12px;
                font-size: 14px;
            }

                .to-openbid dl dd .item .xmmc {
                    width: 300px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    display: inline-block;
                }

    .to-openbid .bid-title {
        height: 52px;
        line-height: 52px;
        display: block;
        margin-bottom: 20px;
        border-bottom: 1px solid #e6e6e6;
    }

        .to-openbid .bid-title h2 {
            font-weight: bold;
        }

.bid-room .bid-title {
    height: 52px;
    line-height: 52px;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

    .bid-room .bid-title h2 {
        font-weight: bold;
    }

.bid-room-page .rinfo {
    /*width: 38%;*/
    width: calc(100% - 902px);
    display: block;
    border: 1px solid #e6e6e6;
}

    .bid-room-page .rinfo .xmmc {
        border-bottom: 1px solid #e6e6e6;
        padding: 12px;
    }

    .bid-room-page .rinfo .camera {
        border-bottom: 1px solid #e6e6e6;
        padding: 12px;
    }

        .bid-room-page .rinfo .camera .cname, .bid-room-page .rinfo .pc .cname {
            font-weight: bold;
            margin-bottom: 10px;
        }

    .bid-room-page .rinfo .acamera {
        display: block;
        overflow: hidden;
    }

        .bid-room-page .rinfo .acamera li {
            float: left;
            margin-right: 8px;
            margin-bottom: 8px;
        }

    .bid-room-page .rinfo .pc {
        border-bottom: 1px solid #e6e6e6;
        padding: 12px;
    }

        .bid-room-page .rinfo .pc dl dd {
            margin-bottom: 15px;
        }

            .bid-room-page .rinfo .pc dl dd span {
                width: 33%;
                display: inline-block
            }

            .bid-room-page .rinfo .pc dl dd .layui-btn {
                float: right;
            }

            .bid-room-page .rinfo .pc dl dd .on-line {
                color: #4CAF50;
            }

            .bid-room-page .rinfo .pc dl dd .not-online {
                color: #888;
            }

.bid-room-page .r-video {
    width: 60%;
    height: 440px;
    display: block;
    border: 1px solid #e6e6e6;
    margin-left: 15px;
}

    .bid-room-page .r-video h2 {
        background: #f5f5f5;
        font-size: 18px;
        text-align: center;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

    .bid-room-page .r-video .video-box {
        border: 1px solid #eee;
        margin: 12px;
        height: 390px;
        background: rgba(0, 0, 0, 0.73);
    }

    .bid-room-page .r-video .video-btn {
        background: #0269f1;
        height: 30px;
        line-height: 30px;
        width: 82px;
        display: inline-block;
        border: 0px;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        margin: 10px 0 0 12px;
        cursor: pointer;
    }

    .bid-room-page .r-video .video-box .video-box-msg {
        text-align: center;
        color: #eee;
        font-weight: bold;
        font-size: 16px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        top: 50%;
        margin-top: -25px;
        position: relative;
    }

    .bid-room-page .r-video .video-box img {
        border: 1px solid #fb5b56
    }

.bid-room-page .rinfo dl dd .cui-current, .bid-room-page .acamera a.cui-current {
    background-color: #4dcc8d;
}

.search-steel {
    background: #254cb1;
    padding: 20px;
    box-sizing: border-box;
}

    .search-steel .item-row {
        overflow: hidden;
    }

        .search-steel .item-row .inpt-txt {
            width: 68%;
            line-height: 30px;
            height: 30px;
            box-sizing: border-box;
            padding: 0 10px;
            border: #cfcfcf solid 1px;
            box-sizing: border-box;
        }

        .search-steel .item-row .textarea {
            width: 760px;
            height: 90px;
            border: 1px solid #dedede;
            box-sizing: border-box;
            padding: 10px;
        }

        .search-steel .item-row label {
            display: block;
            text-align: right;
            color: #a5beff
        }

        .search-steel .item-row label {
            line-height: 32px;
            cursor: pointer;
            font-weight: bold;
        }

    .search-steel .item-row {
        margin-bottom: 5px;
    }

    .search-steel .w140 {
        width: 140px;
    }

    .search-steel .fl {
        float: left;
    }

.guarantee-cate {
    *word-spacing: -1px /*IE6、7*/;
    width: 88%;
}

    .guarantee-cate li {
        vertical-align: top;
        letter-spacing: normal;
        word-spacing: normal;
        text-align: center;
        display: inline-block;
        width: auto;
        height: 32px;
        line-height: 32px;
        margin-right: 8px;
        margin-bottom: 8px;
        border: solid 1px #5fbdca;
        position: relative;
        z-index: 1;
    }
        /*.guarantee-cate li:nth-child(8n+0) {margin-right: 0;}*/
        /*.guarantee-cate li >first-child + li + li + li + li + li + li + li{margin-right: 0;}*/
        .guarantee-cate li i {
            display: none;
        }

        .guarantee-cate li label {
            display: block;
            cursor: pointer;
        }

        .guarantee-cate li:hover, .guarantee-cate li.using {
            /* border: solid 1px #56b9c3;
            font-weight: bold;
            background: #84eef9;*/
            border: solid 1px #6c8bde;
            font-weight: bold;
            background: #0d2565;
        }

            .guarantee-cate li.using i {
                background: url(../CommonScript/Images/checked.png) no-repeat 0 0;
                display: block;
                width: 10px;
                height: 10px;
                position: absolute;
                z-index: 1;
                bottom: 0;
                right: 0px;
            }

        .guarantee-cate li .logo {
            text-align: center;
            vertical-align: middle;
            display: block;
            width: auto;
            height: 32px;
            line-height: 32px;
            overflow: hidden;
            font-weight: normal;
            padding: 0 12px;
            box-sizing: border-box;
        }

            .guarantee-cate li .logo img {
                max-width: 176px;
                max-height: 48px;
                margin-top: expression(50-this.height/2);
                *margin-top: expression(25-this.height/2) /*IE6,7*/;
            }

.cui_drop_down {
    position: relative;
}

.cui_drop_down_box {
    /*position: absolute;*/
    display: block;
    z-index: 999999;
    background: #f7f7f7;
    border: 1px solid #eee;
    width: auto;
    box-sizing: border-box;
    border-radius: 0;
    left: 0px;
    top: 48px;
    padding: 5px;
}

    .cui_drop_down_box .a_models {
        padding: 0px;
        display: block;
    }

        .cui_drop_down_box .a_models a {
            display: block;
            width: 100%;
            height: 32px;
            line-height: 32px;
            margin: 0;
            text-align: center;
            border-radius: 4px;
        }

            .cui_drop_down_box .a_models a:hover {
                color: #0269f1;
            }

.cui-field-title {
    margin: 15px 0 10px 0;
}

    .cui-field-title h2 {
        height: 16px;
        line-height: 16px;
        border-left: 2px solid #0269f1;
        padding-left: 6px;
        font-size: 15px;
        font-weight: bold;
    }

.layui-cui-title {
    border: 1px solid #294ca2;
    height: 46px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin-top: 12px;
}

    .layui-cui-title h2 {
        color: #c9d7fb;
        font-size: 18px;
    }

.data-main.sanmenxia .layui-table .table-td-class_01 {
    background: #1b84de !important;
}

.data-main.sanmenxia .qdbjfx {
    margin-top: 30px;
}

.layui-menu-left.menu-smx.layui-col-lg2 {
    padding-top: 15px;
}

.div_h2 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    /*text-indent: 26px;*/
    overflow: hidden;
    color: #666;
    /*text-overflow: ellipsis;*//*因为项目名称在360极速模式中出现字符截取...特去掉属性*/
    /*white-space: nowrap;*/ /*2021-12-10*/
    float: left;
    margin-left: 17px;
    text-indent: -7px;
    /*text-overflow: ellipsis;
    width: 70%;*/
}
.body_operation {
position:relative;
}
.process-new {
    margin-top: 10px;
}

#OpeningList {
    margin-top: 10px;
    padding: 0px;
}





.marleft10 {
    margin-left: 10px;
}

.marleft15 {
    margin-left: 15px;
}

.marleft20 {
    margin-left: 20px;
}

.marleft25 {
    margin-left: 25px;
}

.marleft30 {
    margin-left: 30px;
}


.marright10 {
    margin-right: 10px;
}

.marright15 {
    margin-right: 15px;
}

.marright20 {
    margin-right: 20px;
}

.marright25 {
    margin-right: 25px;
}

.marright30 {
    margin-right: 30px;
}

.padleft10 {
    padding-left: 10px;
}

.padleft15 {
    padding-left: 15px;
}

.padleft20 {
    padding-left: 20px;
}

.padleft25 {
    padding-left: 25px;
}

.padleft30 {
    padding-left: 30px;
}

.padleft40 {
    padding-left: 40px;
}

.padright10 {
    padding-right: 10px;
}

.padright15 {
    padding-right: 15px;
}

.padright20 {
    padding-right: 20px;
}

.padright25 {
    padding-right: 25px;
}

.padright30 {
    padding-right: 30px;
}

.padright40 {
    padding-right: 40px;
}

/*三门峡工作台*/
.index-modular .data-list {
    border: 1px solid #e1e3e4;
    background: #fff;
    padding: 15px 20px;
}

    .index-modular .data-list .dtitle h2 {
        font-weight: 700;
        color: #555;
    }

    .index-modular .data-list .layui-table-index {
        width: 100%;
        margin: 10px 0;
        background-color: #fff;
    }

.index-more {
    padding: 0 10px 10px 10px;
    overflow: hidden;
}

    .index-more .im-box {
        width: 64%;
        display: inline-table;
        position: relative;
    }

    .index-more .pull-left {
        float: left;
    }

    .index-more .pull-right {
        float: right;
    }

    .index-more .im-box-slide {
        position: relative;
        width: 35%;
    }

    .index-more .im-box .b-content {
        padding: 15px;
        overflow: hidden;
        border: 1px solid #e1e3e4;
        background: #fff;
        margin-bottom: 16px;
    }

        .index-more .im-box .b-content .b-title {
            width: 100%;
            display: block;
            height: 20px;
            margin-bottom: 10px;
        }

            .index-more .im-box .b-content .b-title h2 {
                font-weight: 700;
                color: #555;
                font-size: 14px;
            }

            .index-more .im-box .b-content .b-title .layui-icon {
                color: #999;
            }

.page-main {
    margin: 0;
    overflow: hidden;
}

.main-content {
    border-left: 1px solid #e1e3e4;
    border-right: 1px solid #e1e3e4;
    border-bottom: 1px solid #e1e3e4;
    background-color: #fff;
}

.pth-filter .tabs {
    border-top: 1px solid #e1e3e4;
    border-bottom: 1px solid #e1e3e4;
    background-color: #f8f8f8;
}

    .pth-filter .tabs .nav-tab {
        height: 44px;
    }

        .pth-filter .tabs .nav-tab li {
            float: left;
            padding: 15px 20px;
            border-right: 1px solid #e1e3e4;
            cursor: pointer;
            font-size: 14px;
            line-height: 1;
            position: relative;
        }

            .pth-filter .tabs .nav-tab li.current {
                bottom: -1px;
                border-top: 3px solid #4aa6fc;
                padding: 14px 20px;
                margin-top: -1px;
                background: #fff;
            }

.report-form {
    padding: 20px;
}

    .report-form .diagram-tiem .graphs {
        width: 100%;
        height: 380px;
    }

.table-item {
    border-top: 1px solid #eee;
    margin-top: 30px;
}

    .table-item .hd-title {
        margin: 20px 0 15px 0;
        border-left: 3px solid #4aa6fc;
        padding-left: 10px;
    }

        .table-item .hd-title h2 {
            font-weight: 500;
            color: #323437;
        }

    .table-item .layui-field-box {
        padding: 0 !important;
    }

.diagram-tiem .tb-title {
    margin: 20px 0;
    text-align: center;
    color: #888;
}

.option-container {
    text-align: center;
    margin: 25px 0;
}

    .option-container span {
        margin: 0 10px;
        width: 110px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        border: 1px solid #d9dbdc;
        border-radius: 2px;
        color: #1276e5;
        background-color: #fff;
        cursor: pointer;
    }

        .option-container span:hover {
            background-color: #f3f4f4;
        }

        .option-container span a {
            display: block;
            cursor: pointer;
        }

        .option-container span.current {
            background: #4aa6fc;
            border: 1px solid #4aa6fc;
        }

            .option-container span.current a {
                color: #fff;
            }

.color-lump {
    text-align: center;
}

    .color-lump span {
        margin: 0 10px;
    }

        .color-lump span i {
            width: 20px;
            height: 14px;
            display: inline-block;
            border-radius: 4px;
            margin-right: 5px;
            position: relative;
            top: 2px;
        }

    .color-lump .bg-qn {
        background: #4aa6fc;
    }

    .color-lump .bg-jn {
        background: #6e87d7;
    }

/*日历控件vs三门峡工作台*/
.smx_work .calendar {
    display: none;
    width: 100%;
    margin: auto 0;
    background-color: #fff;
    border: 1px solid #e1e3e4;
    position: relative;
}

.smx_work .calendar-title {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 10px 0
}

    .smx_work .calendar-title a.title {
        display: inline-block;
        font-size: 24px;
        text-indent: 10px;
        color: #555;
    }

.smx_work #backToday {
    position: absolute;
    left: 70%;
    top: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #0269f1;
    font-size: 16px
}

.smx_work .calendar-title .arrow {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px
}

    .smx_work .calendar-title .arrow span {
        color: #999;
        font-size: 26px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none
    }

        .smx_work .calendar-title .arrow span:hover {
            color: #888
        }

        .smx_work .calendar-title .arrow span i {
            font-size: 30px;
        }

.smx_work .calendar-title .arrow-prev {
    float: left
}

.smx_work .calendar-title .arrow-next {
    float: right
}

.smx_work .calendar-week, .calendar-date {
    overflow: hidden
}

    .smx_work .calendar-week .item, .calendar-date .item {
        float: left;
        width: 14.285%;
        height: 42px;
        line-height: 42px;
        text-align: center
    }

.smx_work .calendar-week {
    border-bottom: 0;
    font-weight: bold;
    font-size: 16px;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.smx_work .calendar-date .item {
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    color: #999;
}
/*.calendar-date .item:hover,.calendar-date .item-curMonth:hover{background-color:#f0f0f0}*/
.smx_work .calendar-date .item-curMonth {
    color: #555
}

.smx_work .calendar-date .item-curDay, .smx_work .calendar-date .item-curDay:hover {
    color: #555;
    font-weight: bold
}

    .smx_work .calendar-date .item-curDay:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        display: block;
        background: #fe796b;
        border-radius: 100px;
        right: 15px;
        top: 10px;
    }

.smx_work .calendar-today {
    display: none;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 90px;
    height: 48px;
    padding: 6px 10px;
    background-color: rgb(255,128,142);
    border-radius: 5px
}

    .smx_work .calendar-today .triangle {
        position: absolute;
        top: 50%;
        left: -16px;
        margin-top: -8px;
        border-width: 8px;
        border-style: solid;
        border-color: transparent rgb(255,128,142)transparent transparent
    }

    .smx_work .calendar-today p {
        color: #fff;
        font-size: 14px;
        line-height: 24px
    }

.smx_work .table-work {
    width: 100%;
    color: #666;
    border-collapse: collapse;
    background-clip: padding-box;
    position: relative;
}

    .smx_work .table-work table {
        width: 100%;
        table-layout: fixed;
    }

    .smx_work .table-work th {
        text-align: center;
        font-weight: 600;
        background: #f5f5f5;
    }

    .smx_work .table-work td, .smx_work .table-work th {
        border-width: 0px;
        border-style: solid;
        border-color: #fff
    }

    .smx_work .table-work td, .smx_work .table-work th {
        padding: 8px 4px 8px 4px;
        min-height: 26px;
        line-height: 22px;
        font-size: 14px;
        background-clip: padding-box;
    }

        .smx_work .table-work td .cui-btn {
            border: 1px solid #0269f1;
            color: #0269f1;
            height: 28px;
            line-height: 28px;
            display: inline-block;
            padding: 0 5px;
            border-radius: 5px !important;
            font-size: 14px;
            width: 46px;
        }

            .smx_work .table-work td .cui-btn:hover {
                background: #0269f1;
                color: #fff;
            }

        .smx_work .table-work td .designer-info, .smx_work .table-work td .designer-info h6, .smx_work .text-muted {
            word-break: keep-all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.smx_work .round {
    position: absolute;
    line-height: 44px;
    color: #ffffff;
    width: 45px;
    height: 45px;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #20aee3;
}

.smx_work .round-success:before {
    background: #4dcc8d !important;
}

.smx_work .round-primary:before {
    background: #6772e5;
}

.smx_work .round-warning:before {
    background: #f7c737 !important;
}

.smx_work .round-danger:before {
    background: #ff0000 !important;
}

.smx_work .round.img2 {
    border-radius: 0%;
    background: transparent;
    top: 48%;
}

.smx_work .colored-block {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 5px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.smx_work .doctor-card {
    margin-bottom: 10px
}

.smx_work .text-muted {
    color: #999999;
    font-size: 14px;
}

.smx_work .badge:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    top: -1px;
    position: relative;
    font-weight: 400;
    margin-right: 3px;
    background-color: #777;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.smx_work .doc-rating i {
    color: #f2c134;
}

.smx_work .doc-rating span {
    margin-left: 15px;
    padding: 1px 9px;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #2698e2;
    border-radius: 38px;
}

.smx_work .right_bottom_data {
    margin-top: 16px;
    padding: 15px;
    overflow: hidden;
    border: 1px solid #e1e3e4;
    background: #fff;
}

    .smx_work .right_bottom_data .b-title {
        width: 100%;
        display: block;
        height: 20px;
        margin-bottom: 10px;
    }

        .smx_work .right_bottom_data .b-title h2 {
            font-weight: 700;
            color: #555;
            font-size: 14px;
        }

        .smx_work .right_bottom_data .b-title .layui-icon {
            color: #999;
        }

.data-main.sanmenxia .search-box .input-item input::-webkit-input-placeholder {
    color: #0eacbd;
}

.data-main.sanmenxia .search-box .input-item input::-moz-input-placeholder {
    color: #0eacbd;
}

.data-main.sanmenxia .search-box .input-item input::-ms-input-placeholder {
    color: #0eacbd;
}



/*--公告、文件详细附件下载图标样式更改-------------------*/

.table_content {
    margin: 20px auto 20px auto;
    border: 1px solid #e6e6e6;
    width: 98%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
}

    .table_content th {
        border: 1px solid #dedede;
        width: 200px;
        word-break: break-all;
        word-wrap: break-word;
    }

    .table_content td {
        border: 1px solid #dedede;
        height: 30px;
        color: #777777;
        padding: 4px;
        word-break: break-all;
        word-wrap: break-word;
    }

        .table_content td.td10percent {
            width: 150px;
            text-align: right;
            background: #f5f5f5;
            padding-right: 5px;
        }

.table_project_container {
    /*box-shadow: 0px 0px 9px 0px #ddd;
    border: 1px solid #dedede;*/
    margin-bottom: 50px;
}

.jiaoyihuanjie {
    padding-top: 20px;
}

.notice_title {
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    word-break: break-all;
    margin: 60px 0px 50px 0px;
    line-height: initial;
    color: #666;
}

.notice_sorce_time {
    text-align: right;
    margin: 20px auto;
    color: #777777;
    padding-bottom: 0px;
    font-size: 12px;
}

.zbfileWarp {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    font-size: 14px;
}

    .zbfileWarp .container {
        margin-top: 10px;
    }

        .zbfileWarp .container span {
            display: block;
            margin-bottom: 5px;
            max-width: 500px;
            overflow: hidden;
            float: left;
            width: 500px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .zbfileWarp .container span.sp {
                width: 100%;
                float: none;
                font-weight: bold;
            }

        .zbfileWarp .container li {
            margin-top: 0;
        }

            .zbfileWarp .container li.bidnameCss {
                font-weight: bold;
                color: #666;
            }

                .zbfileWarp .container li.bidnameCss:hover {
                    color: #666;
                }

                .zbfileWarp .container li.bidnameCss:before {
                    content: '';
                    background: #0154a4;
                    display: block;
                    width: 3px;
                    float: left;
                    line-height: 15px;
                    margin-top: 4px;
                    height: 13px;
                    display: inline-block;
                    margin-right: 5px;
                }

            .zbfileWarp .container li.hasbids {
                padding-left: 0;
                margin-bottom: 0;
                clear: both;
                border-bottom: 1px solid #eee;
                height: 44px;
                line-height: 44px;
                overflow: hidden;
            }

            .zbfileWarp .container li a {
                margin-left: 70px;
                margin-top: 9px;
                background: #0269f1;
                color: white;
                border-radius: 4px;
                height: 26px;
                line-height: 26px;
                padding: 0px 12px;
                float: left;
            }

                .zbfileWarp .container li a.kj {
                    width: 78px;
                }

                .zbfileWarp .container li a.pt {
                    width: 78px;
                }

                .zbfileWarp .container li a.kj:before {
                    content: '';
                    width: 16px;
                    height: 16px;
                    background: url(../img/kj.png) no-repeat -0px 0px;
                    display: inline-block;
                    background-size: cover;
                    margin-top: 5px;
                    float: left;
                    margin-right: 6px;
                    position: relative;
                    left: 14px
                }

                .zbfileWarp .container li a.pt:before {
                    content: '';
                    width: 16px;
                    height: 16px;
                    background: url(../img/pt.png) no-repeat -0px 0px;
                    display: inline-block;
                    background-size: cover;
                    margin-top: 5px;
                    float: left;
                    margin-right: 19px;
                    position: relative;
                    left: 14px
                }

                .zbfileWarp .container li a.gs {
                    background: #fd982d;
                    margin-left: 10px;
                }

                    .zbfileWarp .container li a.gs:before {
                        content: '';
                        width: 17px;
                        height: 17px;
                        background: url(../img/sd.png) no-repeat -0px 0px;
                        display: inline-block;
                        background-size: cover;
                        margin-top: 5px;
                        float: left;
                        margin-right: 10px;
                    }

                .zbfileWarp .container li a:hover {
                    color: white;
                }

            .zbfileWarp .container li .tqm {
                color: gray;
                margin-left: 5px;
            }

            .zbfileWarp .container li .mmcode {
                margin: 0px 5px;
            }

            .zbfileWarp .container li span:before {
                content: '';
                width: 0px;
                height: 0px;
                display: inline-block;
                background: #dedede;
                border-radius: 100px;
                margin-right: 4px;
                position: relative;
                top: -3px;
            }

.ggview-tips-arrow {
    width: 11px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 140px;
    top: 7px;
    z-index: 9;
}

.zbfileWarp {
    margin: 20px 50px 50px 50px;
    overflow: hidden;
}

    .zbfileWarp .container em {
        margin-left: 10px;
        float: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 100px;
        line-height: 24px;
        text-align: center;
        position: relative;
        top: 2px;
    }

    .zbfileWarp .container li .down-li {
        width: 28px;
        height: 44px;
        display: inline-block;
        background: url(../img/down-li-icon.png) no-repeat;
        float: left;
        text-align: center;
        font-weight: bold;
        color: #0269f1;
        margin-right: 5px;
    }

.notice_content td {
    border: 1px solid #dedede;
    height: 30px;
    color: #777777;
    padding: 4px;
    word-break: break-all;
    word-wrap: break-word;
}

.wytb {
    display: block;
    background-color: #0156b0;
    padding: 10px 10px;
    text-align: center;
    margin: 0px auto;
    width: 150px;
    margin-bottom: 30px;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .wytb.IsLose {
        background: #dcdcdc;
        cursor: default;
    }

.up-item .up-load .up-li {
    line-height: 32px;
    border-bottom: 0;
    padding-bottom: 3px;
    margin-top: 2px;
    max-width: 100%;
    height: 32px;
}

.zbfileWarp {
    border-bottom: 0;
}

    .zbfileWarp .container dd .sp > span.title {
        font-weight: bold;
    }

.cui-bid-noticefile .container span {
    width: 76% !important;
    max-width: 76% !important;
}

.cui-bid-noticefile .file-model {
    width: 100%;
    max-width: 100%;
}

    .cui-bid-noticefile .file-model .file-btn a i {
        font-size: 18px;
    }

    .cui-bid-noticefile .file-model .file-btn a i {
        top: 2px !important;
    }

.cui-bid-noticefile .up-item .up-load .up-li .file-btn a {
    margin-top: 0px;
    background: #0269f1;
    color: #fff !important;
    border-radius: 4px;
    height: 26px;
    line-height: 24px;
    padding: 0px 8px;
    width: 58px;
    display: inline-block;
    text-align: center;
    margin-left: 6px;
}

    .cui-bid-noticefile .up-item .up-load .up-li .file-btn a.czs-btn {
        color: #fff !important;
    }

.cui-bid-noticefile .up-item .up-load .up-li .file-btna .down-btn {
    color: #fff !important;
}

.cui-bid-noticefile .up-item .up-load .up-li span {
    color: #0269f1 !important;
    text-indent: 28px;
}

.cui-bid-noticefile .file-model .file-btn a i {
    color: #fff !important;
}

.upfilediv {

}

    .upfilediv a {
       
    }

.rebd {
    color: #f12c2c !important;
}

    .rebd:after {
        border-color: #f12c2c !important;
    }

    .rebd i.dots {
        width: 6px;
        height: 6px;
        display: inline-block;
        background: #f12c2c;
        border-radius: 50px;
        position: relative;
        top: -8px;
        right: 0;
    }

.yellowdb {
    color: #ffb600 !important;
}

    .yellowdb:after {
        border-color: #ffb600 !important;
    }

    .yellowdb i.dots {
        width: 6px;
        height: 6px;
        display: inline-block;
        background: #ffb600;
        border-radius: 50px;
        position: relative;
        top: -8px;
        right: 0;
    }

.layui-table, .layui-table-view {
    margin: 0px !important;
}
/*甘肃显示除名专家*/
.expert_black {
    display: inline-block;
}
 .expert_black::after {
        content: "(已除名)";color:red;
}

.layui-elem-quote .page_fold {
    background: url('Img/new-icons.png')-483px -446px;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    cursor: pointer;
}

    .layui-elem-quote .page_fold.arrowdown, .layui-elem-quote .page_fold.arrowup {
        background: url('Img/new-icons.png')-483px -477px;
    }
.layui-cuiform .layui-xmtitle {
    position: relative;
    margin-bottom: 4px;
    margin-top: 4px;
}
    .layui-cuiform .layui-xmtitle .iconfont {
        background: #0269f1;
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 100px;
        display: inline-block;
        text-align: center;
        float: left;
        color: #fff;
        position: relative;
        top: -2px;
        margin-right: 10px;
    }
.layui-cuiform .layui-xmtitle h2 {
    font-weight: bold;
    font-size: 18px;
}
   

    .layui-cuiform .layui-xmtitle .t-code {
        font-size: 18px;
        font-weight:bold;
        margin-top: 0;
        width: 16%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 25px;
    }
    .layui-cuiform .layui-xmtitle .tname {
        width: 26%;
    }
   
.progtitle {
    background-image: url('Img/top_progressbar_titlebg.png');
    width: 108px;
    line-height: 28px;
    height: 28px;
    text-align: left;
    position: absolute;
    top: -11px;
    color: #fff;
    left: -1px;
    font-weight: bold;
    text-indent: 8px;
}
.regulatory-records{
    margin-top:0px;
}
    .regulatory-records .layui-elem-field legend {
        font-size: 16px;
    }
.jgtscont {
    max-height: 100px;
    display: block;
    overflow-y: scroll;
}

@keyframes hanImgMove {
    0% {top: -30px;}
	50% {top: -20px;}
	100% {top: -30px;}
}
@-webkit-keyframes hanImgMove {
	0% {top: -30px;}
	50% {top: -20px;}
	100% {top: -30px;}
}
.cui-proinfo-btn {
    position: relative;
    top: -8px;
    font-size: 14px;
    right: 0;
    color: #0269f1;
    height: 20px;
    line-height: 20px;
    text-decoration: underline;
    display: block;
    text-align: right;
}
    .cui-proinfo-btn:hover {
        color: #0269f1;
    }
    .cui-mt0 {
        margin-top: 0px !important;
    }

.TitleFJ_one {
    text-align: center;
    background: #e6e6e6;
    line-height: 35px;
    font-weight: 800;
}