/**!
 * 深圳政府采购电子卖场--信息发布
 * author: lucw;
 * date:2019-04-17
 */
.ewb-main{
	position:relative;
}

/* fly */
.fly-hd {
    height: 62px;
    line-height: 62px;
    font-size: 24px;
    color: #333;
}

.fly-spe {
    color: #1979f4;
}

.fly-bd {
    background-color: #fff;
    min-height:650px;
}

.ewb-mt21 {
    margin-top: 21px;
}

/* find */
.ewb-find {
    margin-top: 8px;
    margin-right: 10px;
    position: relative;
    width: 280px;
    font-size: 14px;
    border-bottom: 1px solid #d4d8de;
    background: #fff;
}

.find-sea {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 32px;
    cursor: pointer;
    outline: 0;
    background: url('../images/find_sea.png') center no-repeat;
}

.ewb-find .ewb-search {
    padding-left: 6px;
    width: 230px;
}

.ewb-find .input-placeholder {
    left: 6px;
    color: #c7ccd3;
}

.ewb-find .input-box {
    display: block;
    color: #333;
}

/* know */
.ewb-know {
    padding: 20px;
    padding-bottom: 10px;
}

.know-table {
    table-layout: fixed;
    width: 100%;
}

.know-thr {
    height: 42px;
    background-color: #63a4fc;
}

.know-thr th {
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-left: 1px solid #fff;
}

.know-thr th:first-child {
    border-left: 1px solid #63a4fc;
}

.know-thr .th01 {
    width: 615px;
}

.know-thr .th02 {
    width: 310px;
}

.know-thr .th03 {
    text-indent: 0;
}

.tac {
    text-align: center !important;
}

.hack-len {
    padding-left: 20px;
    max-width: 90%;
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.know-tbody tr {
    height: 60px;
}

.know-tbody td{
    text-align: center;
    word-break: break-all;
}

.odd-bg{
    background-color: #eff6fe;
}