.ewb-info-search {
    padding: 8px 0;
    background: #f0f0f0;
    padding-left: 6px;
}

.ewb-info-search-mod {
    float: left;
    margin: 5px 0;
}

.ewb-info-search-name {
    display: block;
    width: 86px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: right;
    float: left;
}

.ewb-info-search-mod input,
.ewb-search-time {
    display: block;
    width: 174px;
    height: 34px;
    border: 1px solid #e9e9e9;
    background: #fff;
    text-indent: 9px;
    float: left;
    line-height: 34px;
    outline: 0;
}

.ewb-info-search-mod input::placeholder {
    color: #999;
}

.ewb-search-time {
    color: #999;
    cursor: pointer;
}

.ewb-info-btn {
    display: block;
    width: 78px;
    height: 36px;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    line-height: 36px;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    float: left;
    color: #fff;
    background: #f5b316;
    margin: 5px 0;
    margin-left: 15px;
}


/* 右侧 */

.ewb-info-table {
    width: 100%;
    overflow-x: auto;
}

.ewb-info-table table {
    width: 906px;
    text-align: center;
}

table thead td {
    background: #dfeaff;
    height: 42px;
    font-size: 14px;
    color: #6d67db;
    font-weight: bold;
}

table td {
    height: 44px;
    font-size: 14px;
}

tbody tr:nth-child(even) td{
	background: #f6f6f6;
}

.ewb-even td{
	background: #f6f6f6;
}

.ewb-page-items{
	margin-top: 20px;
}

.ewb-menu-bd{
	height: 526px;
}

@media(max-width: 767px){
	.ewb-menu-bd{
		height: auto;
		padding-bottom: 20px;
	}

	.ewb-info-search-mod{
		width: 100%;
		margin: 2px 0;
	}

	.ewb-info-search-mod input, 
	.ewb-search-time{
		width: 70%;
	}

	.ewb-info-btn{
		margin: 2px 0;
		margin-left: 86px;
		width: 50%;
	}
}

.ewb-number{ text-align:center; width:50px;}