﻿/**!
 * 江苏省公共资源交易网
 * author: wuzhou;
 */

.ewb-trade-mid {
    /* height: 617px; */
	padding-bottom: 20px;
    background: url(../images/trade_bg.jpg) center top no-repeat #f2f2f2;
}

.ewb-h543 {
    min-height: 543px;
	padding-bottom: 20px;
}

.ewb-trade-left {
    min-height: 714px;
    background-color: #ecf6ff;
}

.ewb-trade-tt {
    width: 256px;
    height: 55px;
    font-size: 18px;
    margin-left: -7px;
    color: #fff;
    text-align: center;
    line-height: 49px;
    background: url(../images/trade_tt_bg.png) center top no-repeat #e6f4ff;
}


/* 表格 */

.ewb-trade-tb {
    width: 100%;
    table-layout: fixed;
}

.ewb-w44 {
    width: 44px;
}

.ewb-w133 {
    width: 133px;
}

.ewb-w108 {
    width: 108px;
}

.ewb-trade-th {
    /* background-color: #5cc5fb; */
	background-color: #4782ce;
    height: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ewb-trade-pro {
    text-align: left;
    text-indent: 20px;
}

.ewb-trade-td {
    font-size: 14px;
    height: 41px;
    border-bottom: 1px dashed #d8d8d8;
    text-align: center;
    vertical-align: top;
    line-height: 41px;
}

.ewb-trade-td>a {
    display: block;
    color: #333;
    text-align: left;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-trade-tr:hover {
    background-color: #fff3e4;
}


/* 页码 */

.ewb-page-items {
    margin-top: 20px;
    margin-left: 50px;
}

.ewb-page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.ewb-page-li>a {
    display: block;
	color:#666;
}
.ewb-page-li>a:hover{
	color: white;
    background-color: rgb(153, 153, 153);
    text-decoration: none;
}
.ewb-page-li.ml6 {
    margin-left: 6px;
}

.ewb-page-li.ml20 {
    margin-left: 20px;
}

.ewb-page-item {
    width: 34px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
}

.ewb-page-item:hover {
    /* border: 1px solid #ff600e; */
}

.ewb-page-item.current {
    width: 36px;
    height: 26px;
    line-height: 26px;
    border: 0;
    color: #ff600e;
    font-weight: bold;
}

.ewb-page-default {
    width: 36px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.ewb-page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.ewb-page-family {
    font-family: "SimSun";
}

.ewb-page-fs12 {
    font-size: 12px;
}

.ewb-page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
}

.ewb-page-to {
    width: auto;
}

.ewb-page-next {
    width: 58px;
}

.ewb-page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.ewb-page-go {
    width: 28px;
}


/* 左侧菜单 */

.ewb-snav-items>li {
    height: 50px;
    vertical-align: top;
    line-height: 50px;
}

.ewb-snav-items>li>a {
    display: block;
    font-size: 18px;
    text-indent: 29px;
    color: #333;
}

.ewb-snav-items>li>a:hover {
    color: #fff;
    font-weight: bold;
    background: url(../images/right_arr.png) 211px 50% no-repeat #5cc5fb;
}