/**!
 * 主体信息
 * author: qianyuting;
 * date:2021-08-18
 */
 
/* menu */
.ewb-menu {
    padding-bottom: 49px;
}

/* 右侧内容 */
.ewb-column {
    background: #fff;
    padding: 3px 24px 0;
}

.ewb-engineer-list {
    margin-left: 80px;
    overflow: auto;
    text-align: right;
    font-size: 0;
}

.ewb-engineer-list ul {
    margin-top: 12px;
    white-space: nowrap;
    font-size: 0;
    display: inline-block;
    height: 30px;
}

.ewb-engineer-item {
    display: inline-block;
    margin-left: 10px;
}

.ewb-engineer-item:first-child {
    margin-left: 0;
}

.ewb-engineer-item a {
    display: block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    background: #e5eef6;
    border-radius: 1px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
	cursor:pointer;
}

.ewb-engineer-item.cur a {
    color: #1b50a0;
}

/* 搜索条件 */

.ewb-condition {
    padding: 22px 20px 30px 0;
}

.ewb-condition-item {
    line-height: 40px;
    margin-left: 20px;
}

.ewb-condition-input {
    width: 288px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #f0f5fa;
    color: #999;
    font-size: 14px;
    box-sizing: border-box;
}

.ewb-condition-search {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #bc1d22;
    text-align: center;
}

.ewb-condition-search>span {
    padding-left: 20px;
    background: url("../images/new/icon_search_btn.png") left center no-repeat;
}

/* 表格 */

.ewb-engineer-content {
    padding: 18px 30px 20px;
}

.ewb-engineer-table {
    min-height: 466px;
    overflow: hidden;
}

.ewb-engineer-table table {
    table-layout: fixed;
    width: 100%;
}

.ewb-engineer-table thead tr {
    background: #f0f5fa;
}

.ewb-engineer-table thead td {
    height: 34px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.ewb-engineer-main td {
    text-align: center;
    color: #333;
    height: 30px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-engineer-main tr:nth-child(2n) td {
    background-color: #fcfdfe;
}

.color1 {
    color: #1b50a0;
}

.color2 {
    color: #d79020;
}

td.first {
    text-align: left !important;
}

td.first a {
    color: #333;
}

.table-responsive {
    border: 0;
}

#footer {
    margin-top: 25px;
}

@media (max-width: 979px) {
    .ewb-column {
        margin-top: 20px;
        padding: 3px 12px;
    }

    .ewb-engineer-content,
    .ewb-engineer-table {
        height: auto;
    }
}

.ewb-page {
    text-align: center;
    padding: 18px 0;
    overflow: hidden;
}

.subcategory{
	padding-left: 40px;
}