.SearchForm{
	max-width:1200px;
	margin:auto;
}
.SearchForm .head span{
	display:inline-block;
	background:#FFD200;
	padding:10px 20px;
	font-size:20px;	
}
.SearchForm .head{
	margin-bottom:15px;
}
.SearchForm dl{
	padding:10px 0 10px 150px;
	position:relative;
	border-top:#DDD dotted 1px;
	min-height:30px;
	font-size:16px;
}
.SearchForm dl dt{
	width:150px;
	position:absolute;
	left:0;
	top:10px;
	line-height:30px;
}
.SearchForm dl dd{
	padding:2px 0;
	line-height:25px;
	position:relative;
}
.SearchForm dl dd input[type=text]{
	border:#DDD solid 1px;
	height:30px;
	text-indent:5px;
	margin-right:5px;
}
.SearchForm dl dd input[type=radio]{
	border:0;
	outline:none;
	margin-left:5px;
}
.SearchForm dl dd select{
	border:#DDD solid 1px;
	height:30px;
	outline:none;
}
#inputKeyword{
	outline:none;
}
.ListKeyword{
	position:absolute;
	width:400px;
	border:#DDD solid 1px;
	background:#FFF;
	left:0;
	top:32px;
	padding:5px 0;
	z-index:10000;
	display:none;	
}
.ListKeyword div{
	height:30px;
	line-height:30px;
	overflow:hidden;
	padding:0 10px;
	margin:0 5px;
	cursor:pointer;
	color:#888;
}
.ListKeyword div:hover{
	background:#EFEFEF;
}
.SearchForm .butter{
	border-top:#DDD dotted 1px;
	text-align:center;
	padding:10px 0;
}
.SearchForm .butter input{
	padding:10px 20px;
	margin:0 10px;
	font-size:18px;
	border:0;
	background:#B0B0B0;
	color:#FFF;
	cursor:pointer;
}
.SearchForm .butter input[type=submit]{
	background:#FFD200;
	color:#333;
}
.Listinfo{
	width:1200px;
	margin:15px auto;
}
.Listinfo .title a{
	display:block;
	line-height:25px;
	font-size:18px;
	color:blue;
}
.Listinfo .title a span{
	color:#F30;
}
.Listinfo .info{
	display:table;
	width:100%;
}
.Listinfo .info .img,.Listinfo .info p{
	display:table-cell;
	vertical-align:top;
	padding:5px 0;
}
.Listinfo .info .img{
	width:100px;
	padding-right:15px;
	vertical-align:middle;
}
.Listinfo .info .img img{
	max-width:100px;
	max-height:100px;
}
.Listinfo .info p{
	font-size:16px;
	line-height:25px;
}
.Listinfo .info p span{
	color:#888;
	display:inline-block;
	padding-right:10px;
}
.ShowPage{
	padding:10px 0;
	line-height:30px;
	width:1200px;
	margin:auto;
}
.ShowPage a{
	display:inline-block;
	border:#DDD solid 1px;
	padding:0 10px;
	color:#888;
	margin-right:5px;
}
.ShowPage a:hover,.ShowPage a.ck{
	border:#F30 solid 1px;
	background:#F30;
	color:#FFF;
}
.ShowPage a:hover font,.ShowPage a.ck font{
	color:#FFF;
}
.noInfos{
	clear:both;
	width:100%;
	text-align:center;
	padding:50px;
	font-size:18px;
	color:red;
}	