﻿/* 竞价大厅 */

.ewb-hall-tb {
    margin-top: 5px;
    width: 100%;
    table-layout: fixed;
}
 

.ewb-hall-th {
    text-align: center;
    height: 43px;
    background-color: #94baec;
	color:#fff;
}

.ewb-hall-td {
    text-align: center;
    height: 44px;
}
 
.ewb-hall-tr {
    background-color: #f2f2f2;
}

.ewb-price {
    display: inline-block;
    width: 74px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    color: #fff;
    background-color: #94baec;
}

.ewb-price:hover {
    color: #ffffff;
    background-color: #2562b3;
}
 .ewb-hall-tb > tbody > tr:nth-child(even) {
background-color: #f2f2f2;
}

.ewb-hall-title{
	color:#333; 
	width:90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} 