/**!
 * 项目标段展示
 * author: wangkai;
 */


/* main */

.ewb-location {
	margin-top: 35px;
}

.ewb-bids {
	margin-top: 25px;
	padding-bottom: 25px;
	background-color: #fff;
}

.ewb-bids table {
	width: 100%;
	table-layout: fixed;
}

.ewb-bids table th {
	text-align: center;
	height: 45px;
	font-weight: bold;
	color: #fff;
	background-color: #1492ff;
}

.ewb-bids table td {
	text-align: center;
	height: 99px;
	border-bottom: 1px dashed #d8d8d8;
}

.ewb-bids table tbody tr:hover td {
	background-color: #fff3e4;
}

.ewb-bids table td span {
	display: block;
	line-height: 20px;
}

.ewb-bids table td .ewb-bid-name {
	padding: 0 12px;
	width: 176px;
	text-align: left;
	text-align: justify;
    text-justify: inter-ideograph;
}

.ewb-bids table td .ewb-bid-name2 {
	padding: 0 12px;
	width: 168px;
	text-align: left;
	text-align: justify;
    text-justify: inter-ideograph;
}

.ewb-bids table td .ewb-bid-name3 {
	padding: 0 12px;
	width: 122px;
	text-align: left;
	text-align: justify;
    text-justify: inter-ideograph;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ewb-bid-see {
	display: block;
	margin: 0 auto;
	width: 23px;
	height: 22px;
	background: url('../images/see_icon.png') no-repeat;
}

.ewb-bid-see:hover {
	background: url('../images/see_icon_cur.png') no-repeat;
}

.ewb-bs-color1 {
	color: #1492ff;
}

.ewb-bs-color2 {
	color: #ffab00;
}

.ewb-page {
	margin-top: 40px;
	text-align: center;
}

/* 分页 */
.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border: 0;
    color: #0030cc;
    height: 26px;
    line-height: 26px;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-go:hover>a, .ewb-page-hover:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    height: 26px;
    line-height: 26px;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}

/*当前位置*/

.ewb-location {
    height: 28px;
    line-height: 28px;
}

.ewb-location p {
    padding-left: 38px;
    color: #666;
    background: url(../images/location_icon.png) 8px center no-repeat;
}

.ewb-location p a {
    color: #666;
}

.ewb-location p span {
    color: #ff6714;
}
