﻿.pWelfare{
	padding-left: 20px;
	box-sizing: border-box;
}
.pWelfare .swiper-container {
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.pWelfare .swiper-container img{
	width: 100%;
	height: auto;
}
.pWelfare .content-slide {
	padding: 20px;
	color: #fff;
}
.pWelfare .pagination {
	background-color: rgba(0,0,0,.0);
	position: absolute;
	z-index: 9000;
	left: 0;
	bottom: 0px;
	height: 30px;
	width: 100%;
	text-align: right;
	padding-right: 10px;
	line-height: 28px;
}
.pWelfare .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #c5c5c5;
	margin-right: 2px;
	cursor: pointer;
}
.pWelfare .swiper-active-switch {
	background: #fff;
}
.pWelfare .titP{
	width: 100%;
	background-color: rgba(0,0,0,.5);
	font-size: 14px;
	padding-left: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
}
.pWelfare .tit{
	text-align: left;
	width: 350px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}