/*笑话*/
.itemjoke a {
	display: block;
	margin-bottom: 3px;
}
/*搞笑动图*/
.itemgif>a>div {
	width: 150px;
	height: 200px;
	float: left;
	margin: 5px;
}

.itemgif>a>div>img {
	width: 150px;
	height: 150px;
}

.itemgif>a>div>p {
	width: 150px;
	height: 50px;
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	word-wrap: break-word;
}

/*风景图集*/
.itemscenery>a>div {
	position: relative;
	width: 94%;
	margin-left: 3%;
}

.itemscenery>a>div>img:first-child {
	max-width: 100%;
	height: auto
}

.itemscenery>a>div>p {
	width: 100%;
	height: 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.itemscenery>a>div>img:last-child {
	position: absolute;
	left: 5px;
	top: 5px;
}

/*swiper*/
.swiper-container {
	width: 650px;
	height: 430px;
	margin-left: 10px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.swiper-slide>a {
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-slide>a>p {
	position: absolute;
	width: 100%;
	height: 56px;
	bottom: 0px;
	color: #fff;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.2);
	margin: 0px;
	padding: 5px;
	text-align: left;
	word-wrap: break-word;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}