@charset "UTF-8";

.content {
	width: 1200px;
	margin: 30px auto 56px;
}

.title {
	font-size: 19px;
	margin-bottom: 20px;
	margin-left: 128px;
}

.activity {
	width: 853px;
	overflow: hidden;
	margin: 0 auto 33px;
}

.actTitle {
	height: 80px;
	width: 100%;
	background: #ff9000;
}

.actTitle img.photo {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 14px 0 0 37px;
}

.actTitle dl {
	width: 180px;
	float: left;
	margin: 22px 0 0 14px;
}

.actTitle dl dt,.actTitle dl dd {
	display: block;
}

.comment {
	float: right;
	margin-right: 40px;
	margin-top: 45px;
	cursor: pointer;
}

.comment span {
	display: block;
	float: left;
	background: url("../images/comment.png") no-repeat left;
	padding-left: 16px;
	margin-right: 10px;
}

.comment i {
	font-style: normal;
}

.zan {
	float: right;
	margin-right: 40px;
	margin-top: 45px;
	cursor: pointer;
}

.zan span {
	display: block;
	float: left;
	background: url("../images/zan.png") no-repeat left;
	padding-left: 16px;
	margin-right: 10px;
}

.zan i {
	font-style: normal;
}

.actCon {
	overflow: hidden;
	border: 1px solid #9d9d9d;
}

.actCon .actDetail {
	width: 444px;
	overflow: hidden;
	margin: 17px 0 29px 46px;
}

.actDetail a {
	display: block;
	font-size: 21px;
	text-decoration: underline;
	margin-bottom: 20px;
}

.actDetail p {
	font-size: 16px;
	text-indent: 32px;
}

.actCon img {
	display: block;
	float: left;
	width: 299px;
	height: 199px;
	margin-left: 32px;
	margin-top: 15px;
	margin-bottom: 37px;
}

.actCon img.videoImg {
	width: 299px;
	height: 199px;
	margin-left: 10px;
}

.actCon span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 5px;
}
/*page*/
.pagination {
	margin: 60px;
	text-align: center;
}

.pagination a {
	text-decoration: none;
	border: 1px solid #717172;
	color: #333333;
}

.pagination a,.pagination span {
	display: inline-block;
	padding: 3px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pagination a:hover,.pagination a.current {
	background: #ff791f;
	color: #fff;
	border: 1px solid #ff791f;
}