﻿/**!
 * 六安市公共资源交易平台-交易查询
 * author: xyang;
 * date:2018-10-12
 */

.ewb-main {
    border: 1px solid #bfbfbf;
    background-color: #fff;
}

.ewb-main-hd {
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    border-top: 3px solid #f27a02;
    background-color: #fcf6f7;
}

.ewb-main-hd a {
    color: #f27a02;
}

.ewb-term {
    padding: 10px 20px 0;
}

.ewb-term-row {
    padding: 0 0 12px 0;
    line-height: 29px;
    border-bottom: 1px solid #e0e0e0;
}

.ewb-term-name {
    margin-top: 12px;
    width: 90px;
    text-indent: 7px;
    font-weight: bold;
}

.ewb-term-select {
    margin-left: 90px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-term-option {
    display: inline-block;
    margin-top: 12px;
    margin-left: 9px;
    padding: 0 16px;
    font-size: 14px;
    vertical-align: top;
    color: #333;
}

.ewb-term-select .ewb-term-option:first-child {
    margin-left: 0;
}

.ewb-term-option.active {
    color: #fff;
    border-radius: 2px;
    background-color: #f27a02;
}
.ewb-term-datetime {
    display: none;
    margin-top: 12px;
    margin-left: 10px;
    height: 29px;
    vertical-align: top;
}

.ewb-term-datetime span {
    margin-right: 10px;
    display: inline-block;
    line-height: 29px;
    font-size: 14px;
    vertical-align: top;
}

.ewb-trem-datetxt {
    margin-right: 10px;
    width: 100px;
    height: 27px;
    line-height: 27px;
    text-indent: 10px;
    font-size: 14px;
    border: 1px solid #c7c7c7;
}
.ewb-srh {
    margin: 42px auto;
    width: 723px;
    height: 39px;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
}

.ewb-srh-block {
    position: relative;
    width: 580px;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 18px;
    height: 39px;
    line-height: 38px;
    font-size: 12px;
    color: #666;
    z-index: 0;
    cursor: text;
}

.ewb-reg-txt {
    width: 100%;
    height: 38px;
    line-height: 37px;
    text-indent: 18px;
    font-family: Microsoft YaHei;
    border: 0;
    background: none;
}

.ewb-srh-icon {
    margin: 9px 21px 0;
    width: 21px;
    height: 21px;
    background: url(../images/srh_icon.jpg) no-repeat;
}

.ewb-srh-btn {
    width: 80px;
    height: 39px;
    font-size: 12px;
    outline: 0;
    cursor: pointer;
    color: #fff;
    background-color: #f27a02;
}

.ewb-list-info {
    padding: 0 18px 0 25px;
    height: 48px;
    line-height: 48px;
    border-bottom: 3px solid #f27a02;
    background-color: #fcf6f7;
}

.ewb-list-srh>span {
    margin-right: 16px;
    color: #f27a02;
}

.ewb-list-page>span {
    color: #f27a02;
}

.ewb-list_bd {
    padding: 6px 20px 0;
}

.ewb-item {
    padding-left: 5px;
    height: 47px;
    line-height: 47px;
    vertical-align: top;
    border-bottom: 1px dashed #d7d7d7;
}

.ewb-item-block {
    margin-right: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-item a {
    color: #333;
}

.ewb-item span {
    margin-top: -47px;
    color: #999;
}

.ewb-center {
    text-align: center;
}

#pager {
    margin: 26px auto 22px;
}

.pager {
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.m-pagination-page,
.m-pagination-info,
.m-pagination-size,
.m-pagination-jump {
    float: none;
    margin-top: 0;
    display: inline-block;
    vertical-align: top
}
