@charset "utf-8";
/* CSS Document */
.activity-list{
	height:auto;
	overflow:hidden;
	margin:20px auto 50px auto;
	text-align:center;
}

.activity-list .item{
	display:inline-block;
	vertical-align: middle;
	width:582px;
	height:auto;
	overflow:hidden;
	margin:8px 8px 15px 8px;
	transition-duration:0.2s;
}

.activity-list .item .pic{
	width:160px;
	height:120px;
	float:left;
}
.activity-list .item .pic img{
	width:160px;
	height:120px;
}
.activity-list .item .info{
	width:402px;
	height:120px;
	float:right;
}
.activity-list .item .info a.title{
	display:block;
	width:100%;
	height:24px;
	font:16px/24px 'microsoft yahei';
	color:#3b729a;
	margin-bottom:5px;
	text-align:left;
	overflow:hidden;
}
.activity-list .item .info span{
	display:block;
	width:100%;
	height:26px;
	font:15px/24px 'microsoft yahei';
	color:#666;
	text-align:left;
	overflow:hidden;
}
.activity-list .item .info a.but{
	display:block;
	float:left;
	padding:0 18px;
	background-color:#c40f23;
	height:32px;
	font:14px/32px 'microsoft yahei';
	color:#fff;
	margin-top:6px;
	text-align:left;
	transition-duration:0.2s;
}
.activity-list .item .info a:hover.but{
	background-color:#f5142d;
}