@CHARSET "UTF-8";

.wrapller {
	width:950px;height:auto;margin:0 auto;
}

.s_header{
	height:70px;
}
.s_logo{
	padding-top:5px;
	float:left;
}
.s_logo_center{
	float:left;
	padding:5px 10px 0 50px;
}
.s_logo_right{
	float:right;
	line-height:200%;
	padding:10px;
}
.s_menu {
	background:url(../images/i/bar_bg.png) no-repeat;
	height:40px;
	padding-top:8px;
	padding-left:5px;
}

.s_menu ul li {
	float:left;
	height:20px;
	color:#fff;
	padding:5px;
	font-size:12px;
}
.s_left{
	float:left;
	color:#fff;
	padding-top:4px;
	padding-left:5px;
}
.s_right{
	float:right;
	padding-right:15px;
}
.s_menu .join{
	background:url(../images/i/join.jpg) no-repeat 9px 3px;
	padding:5px 10px 0 10px;
}
.s_search{
	height:60px;
	border:1px solid #ccc;
	padding:5px;
}
.s_search .logo{
	height:50px;
	float:left;
	padding:5px;
	width:48px;
	background:url(../images/s_logo.jpg) no-repeat;
}
.s_search .sss_form{
	background-color:#f1f1f1;
	padding:3px;
}
.s_search .sss_keyword {
	height:auto;
	width:auto;
	padding:5px;
	margin-top:5px;
}
.s_result{
	clear:both;
	padding:5px;
	height:auto;
	margin-top:10px;
}
.s_content {
	width:950px;
	clear:both;
	height:auto;
}
.s_result .item{
	width:220px;
	float:left;
	height:260px;
	padding:5px;
	margin:2px;
	line-height:150%;
}
.s_result .item:hover{
	background-color:#ABD251;
}
.s_result .item p{
	padding:1px;
}
.s_page {
	height:50px;
	width:948px;
	border:1px solid #000;
}