.invitetenders-box{
    max-width:1200px;
    margin:0 auto;
    min-height:75vh;
}
.invitetenders-banner{
    height:144px;
    width:100%;
    background:#232433;
    color:#fff;
    line-height: 144px;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}
.invitetenders-banner .orange{
    color:#FF6B00;
}
.invitetenders-list .title{
    float:left;
    font-size:18px;
    font-weight: 400;
    max-width: calc(100% - 200px);
    color: #121212;
    margin-bottom:14px;
}
.tooles-bar{
    margin:32px 0;
}
.invitetenders-list  .date{
    float:right;
    font-size: 14px;
    font-weight: 400;
    color: #585858;
}
.invitetenders-list .type{
    float:left;
    font-size: 14px;
    font-weight: 400;
    color: #585858;
}
.invitetenders-list .isover{
    float:right;
    font-size: 14px;
    font-weight: 400;
    color: #585858;
}
.invitetenders-list li{
    padding: 20px 8px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.invitetenders-list li:hover{
    background:rgba(255, 107, 0, 0.04)
}
.openbox{
    display: none;
    background:#fff;
}
.openbox .icon-close{
    font-size:20px;
    position: absolute;
    right:16px;
    top:16px;
    cursor: pointer;
}
.invitetenders-table-title{
    width:100%;
    font-size: 24px;
    margin:0 0 32px 0;
    text-align: center;
    font-weight: 600;
}
.invitetenders-table{
    width:100%;
    border:1px solid #E5E5E5;
    font-size: 16px;
    border-bottom:none;
}
.table-row{
    border-bottom:1px solid #E5E5E5;
}
.table-row div{
    display:table-cell;
    padding: 20px 16px;
}
.table-row div:first-child{
    background:#f9f9f9;
    width:240px;
    border-right:1px solid #E5E5E5;
}