/* 右侧内容 */
.ewb-con {
    margin-left: -5px;
    padding-top: 21px;
}

.ewb-con-hd {
    padding-bottom: 26px;
    background: url('../images/bid_line.jpg') no-repeat center bottom;
}

.ewb-con-items {
    float: left;
}

.ewb-con-items>li {
    float: left;
    cursor: pointer;
}

.ewb-con-icon {
    display: block;
    width: 6px;
    height: 28px;
    background-repeat: no-repeat;
}

.ewb-iconl {
    background-image: url('../images/bid_iconr.png');
}

.ewb-iconr {
    background-image: url('../images/bid_iconl.png');
}

.ewb-con-txt {
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    color: #0e65c4;
    font-size: 16px;
    background-color: #ecf5ff;
}

li.current .ewb-con-txt {
    color: #fff;
    font-weight: bold;
    background-color: #3e91f0;
}

li.current .ewb-iconl {
    background-image: url('../images/bid_iconrh.png');
}

li.current .ewb-iconr {
    background-image: url('../images/bid_iconlh.png');
}

.ewb-con .input-tips {
    width: 222px;
    height: 30px;
    margin-top: 0;
    padding-right: 31px;
    border: 1px solid #e5e5e5;
}

.ewb-con .input-placeholder {
    color: #999;
    height: 30px;
    line-height: 30px;
}

.ewb-con .input-box {
    height: 30px;
    line-height: 30px;
}

.ewb-con .ewb-head-btn {
    top: -1px;
    right: -1px;
    width: 31px;
    height: 30px;
    background-image: url('../images/bid_ser.png');
    background-color: #fb7000;
}

.ewb-con-bd {
    min-height: 650px;
}

.ewb-con-block {
    padding: 10px 0 14px 0;
    border-bottom: 1px dashed #f3f3f3;
}

.ewb-con-tt {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-con-tt:hover {
    font-weight: bold;
    color: #2c7edc;
}

.ewb-con-info {
    height: 48px;
    line-height: 24px;
    margin-top: 8px;
    overflow: hidden;
}

.ewb-con-source {
    margin-top: 12px;
}

.ewb-con-source span {
    color: #999;
}

.ewb-con-city {
    float: left;
}

.ewb-con-read {
    float: left;
    margin-left: 74px;
}

.ewb-con-date {
    float: right;
}

/* pad */
@media(max-width:979px) {
    .ewb-con-bd {
        min-height: 0;
    }
}

/* phone */
@media(max-width:767px) {
    .ewb-con {
        padding-top: 15px;
    }

    .ewb-con .input-tips {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .ewb-con-items {
        float: none;
    }

    .ewb-con-city {
        width: 100%;
    }

    .ewb-con-read {
        margin-left: 0;
    }

}