.activity-banner{
	background-color: #f2f2f2;
}

.activity-banner img{
	width: 100%;
}

.tit-content{
	background-color: #fff;
	height: 80px;
	box-shadow: 0 0 10px #ccc;
	position: relative;
	top: -20px;
}

.tit{
	line-height: 80px;
    margin-left: 50px;
    font-size: 22px;
    font-weight: bold;
}

.activity-content{
	padding-top: 30px;
	background-color: #f2f2f2;
	padding-bottom: 50px;
}

.activity-list{
	margin: 15px;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	height: 385px;
}

.activity-list img{
	width: 100%;
	height: 200px;
}

.activity-detail{
	padding: 15px;
	height: 183px;
}

.activity-tit{
	font-size: 16px;
    font-weight: bold;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.activity-abstract{
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
	height: 60px;
}

.activity-more .right{
	margin: 0;
	line-height: 26px;
	font-size: 12px;
	color: #888;
}

.activity-more button{
	border: 1px solid #F99615;
	background-color: #fff;
}

.activity-more button a{
	color: #F99615;
}

.activityImg{
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.navigation{
	text-align: center;
}

.Previous,
.Next,
.current{
	color: #F99615 !important;	
}

@media screen and (max-width: 768px) {
	.activity-banner{
		height: 200px;
	}

	.activity-banner img{
		height: 150px;
	}

	.tit-content{
		height: 60px;
	}

	.tit{
		line-height: 60px;
		margin-left: 30px;
	}

	.activity-content{
		padding-top: 10px;
	}
}

@media only screen
and (min-device-width : 767px)
and (max-device-width : 1025px){
	.activity-list{
		margin: 5px;
	}
}
