.club {
	width:265px;
	height:auto;
	border:1px solid #e5e5e5;
	margin-top:26px;
	float:left;
	margin-right:14px;
	margin-bottom:25px;
}
.club h1 {
	font-size:16px;
	color:#333333;
	display:block;
	background:url(../images/pic_bg.jpg) no-repeat;
	width:250px;
	height:40px;
	text-indent:1em;
	line-height:40px;
	position:relative;
	left:7px;
	top:-26px;
	cursor:pointer;
transition: all .2s ease .1s;
-webkit-transition: all .2s ease .1s;
-moz-transition: all .2s ease .1s;
-ms-transition: all .2s ease .1s;
-o-transition: all .2s ease .1s;
}
.club p {
	font-size:14px;
	color:#666666;
	margin-left:14px;
	padding-bottom:10px;
	cursor:pointer;
}
.club:hover h1 {
	top:-16px;
	background:url(../images/pic_bg_h.jpg) no-repeat;
	color:#fff;
}
