/**!
 * 安吉县公共资源交易平台
 * author: fxyue
 * date:2020-06-05
 */

.ewb-credit-icon{
	cursor:pointer;
}
.ewb-credit {
    padding: 25px 24px 22px;
    min-height: 594px;
    background-color: #fff;
    margin-top: 20px;
}

.ewb-credit-top {
    height: 48px;
    font-size: 0;
    text-align: center;
    background:  left center repeat-x;
}

.ewb-credit-txt {
    display: inline-block;
    vertical-align: middle;
    height: 48px;
    padding: 0 20px;
    line-height: 24px;
    background: #fff;
    font-size: 14px;
    color: #999;
}

.ewb-credit-txt p:first-child {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.ewb-credit-hd {
    height: 40px;
    border-bottom: 2px solid #ddd;
}

.ewb-credit-node {
    float: left;
    padding: 0 13px;
    margin-left: 14px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
}

.ewb-credit-node:first-child {
    margin-left: 0;
}

.ewb-credit-node.cur {
    color:#0c85e6;
    font-weight: bold;
    border-bottom: 2px solid #0c85e6;
}

.ewb-credit-box {
    float: right;
    width: 211px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
}

.ewb-credit-icon {
    float: right;
    width: 15px;
    height: 15px;
    margin-top: 8px;
    background:  no-repeat;
}

.ewb-credit-icon1 {
    float: right;
    width: 22px;
    height: 15px;
  
    background:  no-repeat;
}

.ewb-credit-search {
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    line-height: 32px;
    color: #999;
    z-index: -1;
    cursor: text;
}


.input-box {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: 0;
    background: 0 0;
}

.ewb-credit-content {
    margin-top: 10px;
}

.ewb-credit-content>table {
    table-layout: fixed;
    width: 100%;
    color: #666;
}

.ewb-credit-content td {
    height: 40px;
    text-align: center;
}

.ewb-credit-content a {
    color: #666;
}

.ewb-credit-content thead tr {
    background: #0c85e6;
    font-size: 16px;
    color: #fff;
}

.ewb-credit-content tbody tr {
    font-size: 15px;
}

.ewb-credit-content tbody td {
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-even {
    background: #f3f3f3;
}

.ewb-credit-content tbody tr:hover {
    background: #d3e4f9;
    color: #0c85e6;
}

.ewb-credit-content tbody tr:hover a {
    color: #bb111e;
}

.ewb-w1 {
    width: 340px;
}

.ewb-w2 {
    width: 270px;
}

.ewb-w3 {
    width: 110px;
}

.ewb-w4 {
    width: 80px;
}
/* 分页 */
.ewb-page {
    text-align: center;
    overflow: hidden;
    margin: 20px 0 0;
}