/**!
 * 青海限额以下招标采购平台
 * date:2025/9/17
 * author: wppei;
 */

.list {
    padding: 30px 0;
}

.list-left {
    width: 220px;
}

.list-right {
    width: 960px;
    margin-left: 20px;
    padding-bottom: 24px;
}

.condition {
    padding-top: 24px;
}

.condition-skip {
    display: flex;
    margin-bottom: 6px;
    line-height: 26px;
}

.condition-box {
    display: flex;
    flex-wrap: wrap;
    height: 32px;
    flex: 1;
    width: 0;
    overflow: hidden;
}

.condition-list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    width: 0;
}

.condition-item {
    margin: 0 0 6px 6px;
    height: 26px;
    color: #666666;
    padding: 0 12px;
    background: #f7f7f7;
    border-radius: 4px;
    cursor: pointer;
}

.condition-item:hover,
.condition-item.active {
    color: #fff;
    background-color: #1f6de8;
}

.condition-item.active {
    font-weight: bold;
}

.condition-all {
    margin-left: 10px;
    padding-right: 18px;
    height: 26px;
    color: #1f6de8;
    background: url("../images/condition_icon.png") no-repeat right center;
    cursor: pointer;
}

.condition-all.active {
    background-image: url("../images/condition_iconh.png");
}

.condition-datetime {
    margin-left: 6px;
}

.condition-datetime-box {
    width: 120px;
    height: 26px;
    padding-left: 5px;
    background: #ffffff url("../images/date_icon.png") no-repeat right 12px center;
    border-radius: 4px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    outline: none;
}

.list-table {
    padding-top: 12px;
}

.list-table table {
    width: 100%;
    table-layout: fixed;
}

.list-table th {
    height: 40px;
    padding: 0 10px;
    color: #ffffff;
    background: #1f6de8;
}

.list-table td {
    height: 40px;
    padding: 0 10px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}