/**!
 * 青海限额以下招标采购平台
 * date:2025/9/17
 * author: wppei;
 */

.sub-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.call-list {
    margin-left: -24px;
    padding-top: 24px;
}

.call-item {
    float: left;
    width: calc(33.33% - 24px);
    height: 115px;
    margin: 0 0 24px 24px;
    background: linear-gradient( 90deg, #f3f8ff 0%, #ffffff 100%);
    border-radius: 4px;
    border: 1px solid rgba(31, 109, 232, 0.12);
}

.call-name {
    height: 58px;
    padding: 0 19px;
    line-height: 58px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    background: linear-gradient( 90deg, rgba(31, 109, 232, 0.08) 0%, rgba(31, 109, 232, 0.04) 100%);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.call-num {
    height: 55px;
    padding-left: 45px;
    font-size: 16px;
    color: #333333;
    line-height: 55px;
    background: url("../images/call_icon.png") no-repeat 19px center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}