/* layui.css重置 */

.layui-tab-content{
    padding: 0;
}

/* layui无框列表修改 */

.lists_box{
    margin: 0;
    color: #595959;
    font-size: 14px;
}
.lists_box.layui-table thead tr,
.lists_box.layui-table tbody tr:hover{
    background: none;
}
.lists_box.layui-table tr{
    border-bottom: 1px solid #D9D9D9;
}
.lists_box.layui-table tbody tr:last-child{
    border: none;
}
.lists_box.layui-table tbody tr:hover{
    background: none;
}
.lists_box.layui-table a:hover{
    color: #4da6ff;
}
.lists_box.layui-table td,
.lists_box.layui-table th{
    padding: 0;
    border: none;
    display: block;
    float: left;
}
.lists_box.layui-table thead th{
    padding-bottom: 20px;
}
.lists_box.layui-table td{
    padding: 16px 0 14px 0;
    line-height: 28px;
}
.lists_box.layui-table td a,
.lists_box.layui-table td span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lists_box.layui-table th:nth-of-type(1),
.lists_box.layui-table td:nth-of-type(1){
    width: 60px;
    text-align: center;
    margin-left: 23px;
}
.lists_box.layui-table th:nth-of-type(2),
.lists_box.layui-table td:nth-of-type(2){
    width: 206px;
    margin-left: 31px;
}
.lists_box.layui-table th:nth-of-type(3),
.lists_box.layui-table td:nth-of-type(3){
    width: 206px;
    margin-left: 40px;
}
.lists_box.layui-table th:nth-of-type(4),
.lists_box.layui-table td:nth-of-type(4){
    width: 206px;
    margin-left: 40px;
}
.lists_box.layui-table th:nth-of-type(5),
.lists_box.layui-table td:nth-of-type(5){
    width: 78px;
    margin-left: 40px;
}
.lists_box.layui-table th:nth-of-type(6),
.lists_box.layui-table td:nth-of-type(6){
    margin-left: 40px;
}

.lists_box.layui-table tr.state1 td:nth-of-type(1) span{
    color: #17D017;
    background:rgba(23,208,23,.1);
    text-align: center;
}
.lists_box.layui-table tr.state2 td:nth-of-type(1) span,
.lists_box.layui-table tr.state3 td:nth-of-type(1) span{
    color: #BFBFBF;
    background:#E8E8E8;
    text-align: center;
}




/*  layui有框列表公用部分修改  */
.table_box {
    width: 100%;
    margin: 0;
    color: #595959;
    font-size: 14px;
}
.table_box.layui-table,
.table_box .layui-table-view{
    margin: 0;
}
.table_box.layui-table tr{
    border-bottom: 1px solid #D9D9D9;
}

.table_box tr.state1 td:nth-of-type(1) span {
    color: #17D017;
    background: rgba(23,208,23,.1);
    text-align: center;
}
.table_box tr.state2 td:nth-of-type(1) span,
.table_box tr.state3 td:nth-of-type(1) span {
    color: #BFBFBF;
    background: #E8E8E8;
    text-align: center;
}
.table_box a:hover {
    color: #4da6ff;
}
.table_box.layui-table td,
.table_box.layui-table th {
    border: none;
    display: block;
    float: left;
    padding: 0;
}
.table_box.layui-table th{
    line-height: 56px;
}
.table_box.layui-table td{
    line-height: 28px;
    padding: 14px 0;
}
.table_box.layui-table td a,
.table_box.layui-table td span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 询价列表 */
.enquiry_table.layui-table th:nth-of-type(1),
.enquiry_table.layui-table td:nth-of-type(1) {
    width: 60px;
    text-align: center;
    margin-left: 23px;
}
.enquiry_table.layui-table th:nth-of-type(2),
.enquiry_table.layui-table td:nth-of-type(2) {
    width: 260px;
    margin-left: 31px;
}
.enquiry_table.layui-table th:nth-of-type(3),
.enquiry_table.layui-table td:nth-of-type(3) {
    width: 260px;
    margin-left: 100px;
}
.enquiry_table.layui-table th:nth-of-type(4),
.enquiry_table.layui-table td:nth-of-type(4) {
    width: 90px;
    margin-left: 100px;
}
.enquiry_table.layui-table th:nth-of-type(5),
.enquiry_table.layui-table td:nth-of-type(5) {
    width: 130px;
    margin-left: 40px;
}
/* 招标列表 */
.tender_table.layui-table th:nth-of-type(1),
.tender_table.layui-table td:nth-of-type(1) {
    width: 60px;
    text-align: center;
    margin-left: 24px;
}
.tender_table.layui-table th:nth-of-type(2),
.tender_table.layui-table td:nth-of-type(2) {
    width: 240px;
    margin-left: 20px;
}
.tender_table.layui-table th:nth-of-type(3),
.tender_table.layui-table td:nth-of-type(3) {
    width: 240px;
    margin-left: 20px;
}
.tender_table.layui-table th:nth-of-type(4),
.tender_table.layui-table td:nth-of-type(4) {
    width: 240px;
    margin-left: 20px;
}
.tender_table.layui-table th:nth-of-type(5),
.tender_table.layui-table td:nth-of-type(5) {
    width: 100px;
    margin-left: 15px;
}
.tender_table.layui-table th:nth-of-type(6),
.tender_table.layui-table td:nth-of-type(6) {
    width: 140px;
    margin-left: 15px;
}
/* 中标公示列表 */
.bid_table.layui-table td {
    line-height: 28px;
    padding: 22px 0;
}
.bid_table.layui-table td:nth-of-type(6){
    padding: 14px 0;
    margin-left: 10px;
}
.bid_table .lists_last_td{
    overflow: hidden;
}
.bid_table .lists_last_td span{
    width: 44px;
    float: left;
}
/* 草稿招标列表 */
.finish_tender_table.layui-table th:nth-of-type(1),
.finish_tender_table.layui-table td:nth-of-type(1) {
    width: 40px;
    text-align: center;
    margin-left: 24px;
}
.finish_tender_table.layui-table th:nth-of-type(2),
.finish_tender_table.layui-table td:nth-of-type(2) {
    width: 290px;
    margin-left: 20px;
}
.finish_tender_table.layui-table th:nth-of-type(3),
.finish_tender_table.layui-table td:nth-of-type(3) {
    width: 130px;
    margin-left: 20px;
}
.finish_tender_table.layui-table th:nth-of-type(4),
.finish_tender_table.layui-table td:nth-of-type(4) {
    width: 130px;
    margin-left: 20px;
}
.finish_tender_table.layui-table th:nth-of-type(5),
.finish_tender_table.layui-table td:nth-of-type(5) {
    width: 130px;
    margin-left: 15px;
}
.finish_tender_table.layui-table th:nth-of-type(6),
.finish_tender_table.layui-table td:nth-of-type(6) {
    width: 130px;
    margin-left: 15px;
}
/* 已发布招标列表 */
.myself_tender_table.layui-table th:nth-of-type(1),
.myself_tender_table.layui-table td:nth-of-type(1) {
    width: 40px;
    text-align: center;
    margin-left: 24px;
}
.myself_tender_table.layui-table th:nth-of-type(2),
.myself_tender_table.layui-table td:nth-of-type(2) {
    width: 240px;
    margin-left: 20px;
}
.myself_tender_table.layui-table th:nth-of-type(3),
.myself_tender_table.layui-table td:nth-of-type(3) {
    width: 90px;
    margin-left: 20px;
}
.myself_tender_table.layui-table th:nth-of-type(4),
.myself_tender_table.layui-table td:nth-of-type(4) {
    width: 127px;
    margin-left: 20px;
}
.myself_tender_table.layui-table th:nth-of-type(5),
.myself_tender_table.layui-table td:nth-of-type(5) {
    width: 126px;
    margin-left: 15px;
}
.myself_tender_table.layui-table th:nth-of-type(6),
.myself_tender_table.layui-table td:nth-of-type(6) {
    width: 135px;
    margin-left: 15px;
}
.myself_tender_table.layui-table th:nth-of-type(7),
.myself_tender_table.layui-table td:nth-of-type(7) {
    width: 100px;
    margin-left: 15px;
}

/* 分页 */
.lists_page{
    overflow: hidden;
}
.lists_page .layui-laypage{
    margin: 20px 0 0;
    float: right;
}
.lists_page .layui-laypage a,
.lists_page .layui-laypage span{
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #D9D9D9;
    border-radius:4px;
    padding: 0;
    margin:  0 8px 0 0;
    text-align: center;
}
.lists_page .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: none;
}
.lists_page .layui-laypage span.layui-laypage-curr{
    border: 1px solid #268DFF;
    border-radius:4px;
}
.lists_page .layui-laypage .layui-laypage-curr em{
    color: #268DFF;
}
.lists_page .layui-laypage a:hover{
    border: 1px solid #268DFF;
    color: #268DFF;
}

/* tab切换 */
.middle-box.layui-tab{
    margin: 0;
}
.gzc_layui_tab .layui-tab-title{
    width: 380px;
    height: 38px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    background: #ffffff;
    padding: 4px;
    margin-bottom: 20px;
}
.gzc_layui_tab .layui-tab-title li {
    padding: 0;
    width: 50%;
    color: #262626;
    font-size: 20px;
    line-height: 38px;
}
.gzc_layui_tab .layui-tab-title .layui-this {
    background: #3C6EEA;
    color: #ffffff;
    border-radius: 4px;
}

/* 发布选择时间控件 */
.zbName.layui-form-item .layui-input-inline{
    width: 800px;
    margin: 0;
}



















