body{
	background-color:#f4f4f4;
}
.wrap{
	width:1200px;
	margin:0 auto;
}
.activity-list{
	padding-top: 32px;	
}
.activity-list .activity-list-item{
	width: 584px;
	margin-bottom: 32px;
	background: #fff;
	border-radius: 8px;
    overflow: hidden;	
}
.activity-list .activity-list-item.odd{
	float:left;
}
.activity-list .activity-list-item.even{
	float:right;
}
.activity-list .activity-list-item:nth-child(odd)
{
	float:left;
}
.activity-list .activity-list-item:nth-child(even)
{
	float:right;
}
.activity-list-item .img-con{
	width: 100%;
	height: 260px;
	position: relative;
}
.activity-list-item .img-con .covers{
	position: absolute;
	top: 0;
	width: 100%;
	height: 260px;
	background-color: rgba(0,0,0,0.5);
}
.activity-list-item .img-con img{
	width: 100%;
	height: 100%;
}

.activity-list-item .activity-des{	
	box-sizing: border-box;
    -moz-box-sizing: border-box;/* Firefox */
    -webkit-box-sizing: border-box;/* Safari and Chrome */
	height: 70px;
/*	border-bottom: 1px solid #E5E5E5;*/
	position: relative;
	padding-left: 15px;	
    padding-top: 15px;
}
.activity-list-item .activity-des .tle{
	color: #3d464d;
	font-size: 16px;
}
.activity-list-item .activity-des .date{
	color: #898d90;
	font-size: 12px;
}
.activity-list-item .activity-des .states{
	position: absolute;
	right: 0;
	top: -250px;
	width: 71px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
}


.activity-list-item .activity-des .state{	
	position: absolute;
	right: 0;
	top: 26px;
	width: 90px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 28px;	
}
.activity-list-item .activity-des .state span{	
	color: #fff;
	font-size: 14px;
	position: relative;
    left: 4px;
}
.activity-list-item .activity-des .state.underway{	
	background-image: url(https://lbdj.oss-cn-beijing.aliyuncs.com/resource/website/img/activity/underway-icon.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.activity-list-item .activity-des .state.over{	
	background-image: url(https://lbdj.oss-cn-beijing.aliyuncs.com/resource/website/img/activity/over-icon.png);
}
.activity-list-item .activity-amount{	
	box-sizing: border-box;
    -moz-box-sizing: border-box;/* Firefox */
    -webkit-box-sizing: border-box;/* Safari and Chrome */
	height: 40px;
	line-height: 40px;
	position: relative;
	padding-left: 15px;	
}
.activity-list-item .activity-amount .before{	
	float: left;	
}
.activity-list-item .activity-amount .before i{
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(https://lbdj.oss-cn-beijing.aliyuncs.com/resource/website/img/activity/clock.png);
	position: relative;
	top: 2px;
}
.activity-list-item .activity-amount .before span{
	color: #898d90;
	font-size: 12px;	
}
.activity-list-item .activity-amount .view-num{	
	float: right;	
	margin-right: 15px;
}
.activity-list-item .activity-amount .view-num i{	
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(https://lbdj.oss-cn-beijing.aliyuncs.com/resource/website/img/activity/clock.png);
	position: relative;
	top: 2px;
}
.activity-list-item .activity-amount .view-num span{
	color: #898d90;
	font-size: 12px;	
}

/*翻页样式*/	
.lb-pagination{
	color: #333;
	display: inline-block;
}
.lb-pagination a {
	display: block;
	float: left;
	border: 1px solid #ddd;
	margin-left: -1px;
	font-family: Arial;
	padding: 0 12px;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	position: relative;
	cursor: pointer;
}
.lb-pagination li{
	float: left;
}	
.lb-pagination-first a{
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.lb-pagination-last a{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}

.lb-pagination-first a,
.lb-pagination-last a{
	color: #3683c4;
	border: 1px solid #ddd;
}	
.lb-pagination .current a {
	background-color: #ea3524;
	border-color: #ea3524;
	color: #FFF;
}
.lb-pagination .omit{
	width: 20px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.lb-pagination-first.default a,
.lb-pagination-last.default a,	
.lb-pagination-prev.default a,
.lb-pagination-next.default a{
	color: #bbb;
	cursor: text;	
	border-color: #e7e7e7;
}

