﻿/**!
 * 烟台市（国有产权）交易中心--合作机构
 * author: gl;
 * date:2018-2-26
 */

.ewb-info {
    border: 1px solid #ddd;
    margin-bottom: 24px;
}
.ewb-info-hd {
    padding-left: 49px;
    height: 48px;
    line-height: 48px;
    color: #000;
    background: url(../images/local_icon.png) no-repeat 20px center #f6f6f6;
}
.ewb-info-hd a {
    color: #000;
}
.ewb-info-hd a:hover {
    color: #1d9bd8;
}
.ewb-info-bd {
    padding: 10px 188px 38px 182px;
}

/* 表格 */

.ewb-info-tb {
    float: left;
    width: 580px;
    margin-left: 10px;
    table-layout: fixed;
}
.ewb-info-tb tr th {
    background: #60a8f2;
}
.ewb-info-th {
    height: 36px;
    color: #fff;
    text-align: center;
    border-left: 1px solid #fff;
}
.ewb-info-one {
    width: 120px;
}
.ewb-info-two {
    width: 706px;
}
.ewb-info-tb tr td {
    height: 36px;
    text-align: center;
}
.ewb-info-tb tr .ewb-info-td {
    text-align: left;
    text-indent: 24px;
    width: 458px;
}
.ewb-info-td a {
    display: block;
    color: #333;
    width: 450px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ewb-info-td a:hover {
    color: #3a92eb;
}
.ewb-info-odd {
    background: #f1f7fe;
}
.ewb-info-td.ewb-info-odd {
    border-left: 1px solid #fff;
}
