@charset "utf-8";
#header .menu ul li.keke span.line{
	display: block;
}
#header .menu ul li.keke a span.cn{
	color: #df4a7a;
}


#main{
	min-height: 500px;
	background: url(../img/texture_bg.png) center bottom;
}
#main .title{
	position: relative;
	height: 265px;
/*	background:url(../img/activity_title.png) no-repeat center bottom;
	background-size: auto 100%;
*/	text-transform:uppercase;
}
#main .title h1{
	text-align: center;
	font-size: 32px;
	position: relative;
	top: 120px;
	z-index: 1;
}
#main .title h5{
	text-align: center;
	font-size: 62px;
	position: relative;
	top: 60px;
	letter-spacing:20px;
	color: #eacbd8;
}
#main .title h4{
	text-align: center;
	font-size: 72px;
	position: relative;
	top: 100px;
	letter-spacing:10px;
	color: #eacbd8;
}
#main .content{
	width: 1200px;
	margin:0 auto;
	margin-top: -25px;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 50px;
}
#main .content .kekeList{
	width: 540px;
	margin:0 25px 60px;
	position: relative;
	top: 0;
	float: left;
	background: #fff;
	padding: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#main .content .kekeList:hover{
	top: -10px;
	box-shadow: 0 9px 40px rgba(0,0,0,0.12);
}
#main .content .kekeList .activityPic{
	line-height: 0;
}
#main .content .kekeList .activityPic img{
	width: 100%;
	border:1px solid #f1f1f1;
}
#main .content .kekeList .kekeCen{
	position: relative;
	padding-top: 10px;
	width: 100%;
	text-align: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#main .content .kekeList .kekeCen {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	text-align: justify;
}
#main .content .kekeList .kekeCen h1{
	line-height: 1.2em;
	font-size: 26px;
}
#main .content .kekeList .kekeCen .info{
	position: relative;
	margin:10px 0;
	color: #666;
}
#main .content .kekeList .kekeCen span.line{
	width: 12px;
	height: 2px;
	display: block;
	background: #cf3767;
	margin:10px 0;
	position: absolute;
	left: 0px;
	top: -20px;
}
#main .content .kekeList .kekeCen p{
	color: #555;
}





@media screen and (max-width: 768px) {
	#main{
		min-height: 500px;
		background: url(../img/texture_bg.png) center bottom;
	}
	#main .title{position: relative; margin-bottom: 0px; height: auto; overflow: hidden;}
	#main .title h1{text-align: center;font-size: 20px;position: relative;margin-top: 40px;z-index: 1; top: 0;}
	#main .title h5{text-align: center;font-size: 28px;position: relative;top: -38px;letter-spacing:8px;color: #eacbd8;text-transform: uppercase;}
	#main .title h4{text-align: center;font-size: 32px;position: relative;top: -30px;letter-spacing:5px;color: #eacbd8;text-transform: uppercase;}

	#main .content{
		width: 100%;
		margin:0 auto;
		margin-top: 0px;
		overflow: hidden;
		text-align: center;
		padding: 0px 20px;
		padding-bottom: 10px;
	}
	#main .content .kekeList{
		width: 100%;
		margin:0 0px 20px 0;
		position: relative;
		top: 0;
		float: none;
		background: #fff;
		padding: 30px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;		
	}
	#main .content .kekeList:hover{
		top: 0px;
		box-shadow: 0 9px 40px rgba(0,0,0,0.12);
	}
	#main .content .kekeList .activityPic{
		line-height: 0;
	}
	#main .content .kekeList .activityPic img{
		width: 100%;
	}
	#main .content .kekeList .kekeCen{
		position: relative;
		padding-top: 10px;
		width: 100%;
		text-align: left;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;		
	}
	#main .content .kekeList .kekeCen {
		font-size: 15px;
		color: #000;
		line-height: 26px;
		text-align: justify;
	}
	#main .content .kekeList .kekeCen h1{
		line-height: 1.2em;
		font-size: 22px;
	}
	#main .content .kekeList .kekeCen .info{
		position: relative;
		margin:10px 0;
		color: #666;
	}
	#main .content .kekeList .kekeCen span.line{
		width: 12px;
		height: 2px;
		display: block;
		background: #cf3767;
		margin:15px 0;
		position: absolute;
		left: -18px;
		top: -2px;
	}
	#main .content .kekeList .kekeCen p{
		color: #555;
	}




}
