
.sponsorListHolder{
	/* margin-bottom:30px; */
	overflow: hidden;
}

.sponsor{
	/* width:170px; */
	/* height:100%; */
	/* float:left; */
	/* margin:4px;样式冲突所以下面一行并过来，如果有左右margin就另起一行做不到自适应  */
 	margin: 5px auto; text-align: justify;color:#545454;overflow: hidden;
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	/* position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%; */
	border-radius: 10px;
	background:url("img/background.jpg") no-repeat center center #f9f9f9;
	line-height: 1.5;
	border: 1px solid #c7c3c3;
	padding: 10px;
}
.sponsorFlip span::before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	background-color: red;
}
.sponsorFlip:hover{
	border:1px solid #999;

	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 5px #999 inset;
	-webkit-box-shadow:0 0 5px #999 inset;
	box-shadow:0 0 5px #999 inset;
}

/* .sponsorFlip img{
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
} */

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	font-size:13px;
	text-align: justify;
	/* padding-top: 0; */
}

/* .sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:120px;
} */

.clear{
	/* This class clears the floats */
	clear:both;
}

/* The styles below are only necessary for the styling of the demo page: */

/* #main{
	position:relative;
	margin:0 auto;
	width:100%;
} */

/* .note{
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
} */
