/*��ܽ�*/

.details-left div.activity-summary {
	width: 100%;
	float: left;
	height: auto;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
}
div.activity-summary #activitySummary {
    float: left;
    width: 888px;
}
div.activity-summary .summary-content {
	width: 840px;
	height: auto;
	float: left;
	margin: 12px 0 28px 25px;
}

div.activity-summary .summary-content p {
	white-space: pre-wrap;
	word-wrap: break-word;
	font-size: 14px;
	color: #222;
}
div.activity-summary .details-title {
	width: 870px;
	height: 40px;
	float: left;
	margin-left: 10px;
}
div.activity-summary .details-title b {
	width: 6px;
	height: 18px;
	float: left;
	margin-top: 11px;
	margin-right: 11px;
	background: #1cb177;
}

div.activity-summary .details-title h3 {
	font-size: 18px;
	color: #222;
	float: left;
	line-height: 40px;
}

div.activity-summary .details-title a {
	float: right;
	line-height: 40px;
	color: #19a26d;
}