.ewb-bid {
    border: 1px solid #e5e5e5;
    background: #fff;
}

.ewb-bid-hd {
    position: relative;
}

.ewb-bid-tt {
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 37px;
    line-height: 37px;
    background: url('../images/bid_tt.jpg') no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

.ewb-bid-tt>span {
    display: block;
    padding-left: 20px;
    padding-right: 15px;
}

.ewb-bid-tt>i {
    position: absolute;
    top: 0;
    right: -22px;
    width: 23px;
    height: 37px;
    background: url('../images/bid_icon.png') no-repeat;
}

.ewb-bid-hd:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 21px;
    background-color: #f8fafd;
}

.ewb-bid-bd {
    border: none;
    padding-bottom: 27px;
    margin-top: 10px;
}

/* 今日交易 */
.ewb-bid-wrap {
    text-align: center;
}

.ewb-bid-items {
    display: inline-block;
}

.ewb-bid-items>li {
    float: left;
    width: 129px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    padding: 0 5px;
    margin-left: -1px;
    font-size: 16px;
    color: #0c6bc9;
    border: 1px solid #1c75cd;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-bid-items>li.current {
    font-weight: bold;
    color: #fff;
    background: url('../images/bid_bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.ewb-bid-data {
    font-size: 14px;
    color: #fc8b1b;
    padding: 7px 0;
}

.ewb-bid-info {
    margin: 0 -10px;
}

.ewb-bid-info>li {
    float: left;
    width: 25%;
    margin-top: 20px;
}

.ewb-bid-link {
    position: relative;
    height: 120px;
    margin: 0 10px;
    padding: 18px 13px 12px;
    border: 1px solid #e1e1e1;
}

.ewb-bid-link:before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    right: -1px;
    height: 5px;
    background: url('../images/bid_top.jpg') no-repeat;
    background-size: 100% 100%;
}

.ewb-bid-text {
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}

.ewb-bid-date {
    display: block;
    color: #74777c;
    margin-top: 10px;
}

/* pad */
@media(max-width:979px) {
    .ewb-bid-info>li {
        width: 33.33%;
    }
}

/* phone */
@media(max-width:767px) {

    .ewb-bid-bd {
        padding-bottom: 15px;
    }

    .ewb-bid-info>li {
        width: 50%;
        margin-top: 10px;
    }

    .ewb-bid-info {
        margin: 0 -5px;
    }

    .ewb-bid-link {
        margin: 0 5px;
    }
}

@media(max-width:480px) {
    .ewb-bid-items {
        display: block;
    }

    .ewb-bid-items>li {
        width: 33.33%;
    }

    .ewb-bid-info>li {
        width: 100%;
    }

    .ewb-bid-link {
        height: auto;
    }

    .ewb-bid-text {
        height: auto;
    }
}