.td-list-block__item--winner .td-list-item__tag {
    letter-spacing: 1px;
}

/* 中标人名称强调 */
.td-result__bidder {
    color: #4d6278;
}

.td-result__bidder a {
    color: #005496;
    font-weight: 600;
}

.td-result__bidder a:hover {
    color: #003d6b;
}

/* 中标金额高亮（金色数字，区别于招标预算的蓝色 .td-zhaobiao__budget） */
.td-result__amount {
    color: #005496;
    font-weight: 600;
}

.td-result__amount em {
    font-style: normal;
    color: #d48806;
    font-weight: 700;
    font-size: 14px;
}

/* 中标公示条目标题 hover */
.td-list-block__item--winner .td-list-block__title:hover {
    color: #005496;
}

/* 中标公示条目 hover 左边框加深 */
.td-list-block__item--winner:hover {
    border-left-color: #008ae1;
}

/* ---------- 中标公示结果统计数字 ---------- */
.td-result-bar__num {
    font-weight: 700;
}

/* ---------- 搜索框在筛选卡片中水平居中 ---------- */
.td-filter__row--last .td-filter__keyword {
    margin-left: auto;
    margin-right: auto;
}
