/**!
 * 标前公示-单一来源--二级页面
 * author: lucw;
 * date:2019-12-10
 */

input,
select {
    outline: 0;
}

/* bid */
.ewb-bid {
    padding: 20px 20px 0 20px;
}

.ewb-bid-item {
    margin-right: 7px;
}

.ewb-bid-item>a {
    padding: 0 14px;
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #333;
}

.ewb-bid-item.current>a {
    color: #fff;
    background-color: #0960bf;
}

/* show */

.ewb-show{
    min-height: 460px;
}

.ewb-show-items{
    margin-right: -20px;
}

.ewb-show-items>li {
    margin-top: 20px;
    float: left;
    width: 25%;
}

.show-lk {
    margin-right: 20px;
    padding: 0 11px;
    display: block;
    height: 210px;
    border-radius: 4px;
    color: #333;
    overflow: hidden;
    background: url('../images/subpic/bid_ft.png') right bottom no-repeat #f8f8f8;
}

.show-lk h2 {
    padding-top: 31px;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('../images/subpic/show_line.jpg') left bottom no-repeat;
}

.show-box {
    margin-top: 15px;
    line-height: 30px;
    color: #666;
}

.show-box>p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show-lk:hover{
    box-shadow:0px 3px 4px 0px rgba(0,0,0,0.15);
}

.show-lk:hover h2{
    color: #0960bf;
    background: none;
}