.member-grid{
	border-collapse:collapse;
	border:none;
}
.member-grid tbody td,.member-grid tbody{
	border-top:none;
}
.member-grid-td{
	border:none;
	background-color:#fdfffa;
	
	border-top-style: solid!important;
	border-top-color: #d0e4c1!important;
	border-top-width: 1px!important;

	border-bottom-style: solid!important;
	border-bottom-color: #d0e4c1!important;
	border-bottom-width: 1px!important;
}
.records-item{
	width:96%;
	height: 80px;
	border-collapse:separate;
}
.records-item tr td{
	border-bottom-style: solid;
	border-bottom-color: #d0e4c1;
	border-bottom-width: 1px;
}
.records-item .last_border_none{
	border-bottom: none;
}
.records-item .width25{
	width:25%
}

.search_table{
	background: white;
	border: 1px solid #898989;
	padding: 0 0 0 5px;
	height: 19px;
	line-height: 19px;
	margin-top:5px;

}
.search_table tbody{
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
.search_table td{

}
.search-select {
	display: block;
	border-right: 1px solid #d8d8d8;
	padding: 0 3px 0 5px;
	margin: 0 2px 0 0;
}
.search-input {
	border: 0 none;
	width: 120px;
	color: #666;
	margin: 0;
}
.search-keywords{
	position: absolute;
	white-space: nowrap;
	border: 1px solid #b1c3d4;
	background: white;
	z-index: 999;
	padding: 5px 0;
	line-height: 180%;
	box-shadow: 5px 5px 5px #e8e8e8;
	-webkit-box-shadow: 5px 5px 5px #e8e8e8;
}
.search-keywords li {
	float: none;
	margin-right: 0;
	padding: 0 4px;
}
.search-keywords .item{
	line-height:18px;
}
.search-keywords .item:hover{
	background-color: #e8e8e8;
	cursor: pointer;
}

.common-btn-border>span{
	border: none;
	border-left:1px solid #ccc;
}


.pageview{
	margin: 8px 0;
	text-align: right;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: -3px;
}

/*分类筛选北京*/
.cat_back{
	background: #D62528;
}

.cat_back a{
	color:#FFF!important;
	background: #D62528;
}