.content-header {
	height: 55px;
	line-height: 55px;
}

.content-search {
	float: right;
	width: 212px;
	height: 28px;
	line-height: 26px;
	margin: 13px 20px 0 0;
	border: 1px solid #d2d2d2;
	background: #fff;
}

.content-search input {
	height: 26px;
	width: 175px;
	outline: none;
	border: none;
	float: left;
	padding-left: 10px;
	font-size: 14px;
}

.content-search button {
	height: 26px;
	width: 35px;
	outline: none;
	border: none;
	float: right;
	background: url(../../images/icon-search.png) no-repeat center;
	cursor: pointer;
}

.content-main table {
	width: 100%;
	table-layout: fixed;
}

.content-main td p {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.content-main td span {
	display: block;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.content-main .biaoduan {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content-main .biaoduan span {
	color: #000000;
	line-height: 24px;
}