#activity_content{
	width: 960px;
	margin-left: 120px;
}

#activity_content ul{
	list-style: none;
}

#activity_content .activity_left{
	position: relative;
}

#activity_content .activity_left img{
	position: relative;
}

#activity_content .activity_left .activity_title_name{
	position:absolute;
	display:block;
	color:white;
	font-size:52px;
	left:76px;
	top:130px;
	text-shadow: 5px 5px 5px #D5CECC;
}


#activity_content .activity_right{
	width: 607px;
	height: 273px;
	position: relative;
	background-color: #F9f7f7;
}

#activity_content .activity_right h3{
	color: red;
	font-size:23px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 41px;
	margin-top: 33px;
	margin-bottom: 15px;
}

#activity_content .activity_right p{
	margin-left: 41px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 20px;
	width: 522px;
	height: 140px;
	max-height: 522px;
	overflow: hidden;
	text-align: justify;
}

#activity_content .activity_right a{
	display:inline-block;
	text-align: center;
	font-size: 18px;
	color: white;
	font-weight: bold;
	letter-spacing: 4px;
	width:  140px;
	height: 38px;
	line-height: 38px;
	text-decoration: none;
	background-color: red;
	position: absolute;
	
	bottom: 12px;
}

.exchange_position_left{
	float: left;
}

.exchange_position_left a{
	left: 43px;
}

.exchange_position_right a{
	right: 43px;
}
.exchange_position_right{
	float: right;
}

#activity_content li{
	margin-bottom: 100px;
}

.clear_float{
	clear: both;
}
