.search-cont{
	width: 1000px;
    padding-bottom: 3px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
.search-c {
	width: 1000px;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
}
.search-c a {
	font-size: 16px;
	color: #e60012;
	border-bottom: 3px solid #e60012;
	font-family: "\5FAE\8F6F\96C5\9ED1"; 
}
.search-head {
	width: 1000px;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	background: #e60012;
	margin-top: 10px;
}
.search-head ul li {
	float: left;
	position: relative;
}
.search-head ul li a {
	height: 40px;
    line-height: 40px;
    font-size: 14px;
	font-weight: normal;
    text-decoration: none;
    display: block;
    color: #fff;
    border-right: 1px solid #ccc;
}
.search-head ul li:last-child a {
	border: none;
}
.search-cont-table {
	background-color: #e8e8e8;
	width: 1000px;
}
.search-cont-table td{
	height: auto;
	line-height: auto;
    text-align: center;
}
.search-cont-table tr {
	width: 1000px;
	height: 36px;
    border-bottom: 1px dashed #ccc;
}
.search-cont-table tr:last-child {
    border-bottom: none;
}
.search-cont-table td:first-child {
    text-align: left;
    padding-left: 10px;
}