/**!
 * 新疆公共资源交易中-交易进度查询
 * author: gaojian;
 * date:2018-11-29
 */

.ewb-con {
    height: 678px;
    border: 1px solid #dfebf8;
}

.ewb-con-hd {
    height: 60px;
    padding: 0 19px;
    background: #f9f9f9;
}
.ewb-con-tt{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
}

.ewb-con-search {
    padding-top: 15px;
}

.ewb-label {
    width: 98px;
    height: 30px;
    line-height: 30px;
    text-align: center;

}

.ewb-search-input {
    width: 218px;
    height: 28px;
    line-break: 28px;
    text-indent: 10px;
    border: 1px solid #e1e1e1;
}

.ewb-con-btn {
    padding: 0;
    width: 78px;
    height: 30px;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin-left: 20px;
    background: url("../images/subsearch.png") center center no-repeat #1080cc;
}

.ewb-con-btn:hover {
    background: url("../images/subsearch.png") center center no-repeat #00adef;
}

.ewb-con-bd {
    padding: 17px 19px 0;
}

th {
    height: 36px;
    background: #e9f2fa;
    font-weight: bold;
}

.ewb-th1 {
    width: 176px;
    padding-left: 15px;
}

.ewb-th2 {
    width: 171px;
    padding-left: 15px;
}

.ewb-th3 {
    padding-left: 15px;
    width: 688px;
}

.ewb-th4 {
    width: 80px;
    text-align: center;
}


tbody tr {
    height: 50px;
    border-bottom: 1px dashed #d8d8d8;
}


.ewb-td1 {
    display: block;
    width: 176px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ewb-td2 {
    display: block;
    width: 171px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ewb-td3 {
    display: block;
    width: 680px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ewb-lock{
    display: block;
    width: 58px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #50a9e6;
    border-radius: 2px;
    color: #1080cc;
    margin: 0 auto;
}
.ewb-lock:hover{
    background: #00adef;
    border-color: #00adef;
    color: #fff;
}
.ewb-tab-info {
    display: block;
    width: 390px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}


/* 分页 */
.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 21px;
    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;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    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-hover>a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go: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;
    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;
}