body {
	background: #ffffff;
}
.column{
	width:47.5%;
	border: 1px solid #d7d7d7;
	padding: 10px;
	box-shadow:0 0 6px #ebebeb;
	margin-bottom:50px;
}
.activityBg{
	margin-top:107px;
	background-color: #ffffff;
	background-image: url(../image/activity_banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 488px;
	position: relative;
}
.activityContent{
	display: flex;
	margin: 50px auto;
	flex-wrap: wrap;
}
.activityLeft{
	margin-right: 50px;
}
.activityTitle{
	position: relative;
	font-size: 24px;
	line-height:38px;
	color: #000000;
	margin-bottom:5px;
}
.column span{
 position: absolute;
 right: 0px;
 font-size: 12px;
 line-height: 32px;
 color: #a5a5a5;
 bottom: 0px;
}
.activityImg img{display: block;width:100%;}
.column .text{background:#f7f7f7;padding:10px;}
.column p{
	font-size: 13px;
	line-height:19px;height:38px;
	overflow:hidden;display:-webkit-box; text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical; white-space:normal;
}