.banner img{
	width: 100%;
	text-align: center;
}
.rczp_content h3{
	font-weight: bold;
	font-size: .32rem;
	text-align: center;
	margin:.86rem 0;
}
.rczp_content .list_item{
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.rczp_content .list_item .item{
	width: 4.1rem;
	float: left;
	margin-right: .34rem;
	position: relative;
	padding-bottom: .4rem;
}
.rczp_content .list_item .item:last-child{
	margin-right: 0;
}
.rczp_content .list_item img{
	width: 4.1rem;
	height: 3rem;
}
.rczp_content .list_item .text{
	width: 70%;
	/*height: .77rem;*/
	
	position: absolute;
	left: 50%;
	margin-left: -35%;
	bottom: 0;
	text-align: center;
	
	box-sizing: border-box;
	
}
.rczp_content .list_item .text a{
	display: block;
	background: #006db8;
	padding: .1rem 0;
	border-radius:0 10px  0 10px;
}
.rczp_content .list_item .text a.active{
	background: #e62129;
}
.rczp_content .list_item .text a{
	color: #fff;
}
.rczp_content .list_item .text h4{
	font-size: .22rem;
	font-weight: bold;
	margin-bottom: .1rem;
}
.rczp_content .list_item .text p{
	font-size: .14rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media screen and (max-width: 768px) {
	.rczp_content .list_item .item{
		width: 100%;
		float: none;
		margin-bottom: 40px;
		padding-bottom: 38px;
	}
	.rczp_content .list_item .item img{
		height: auto;
		width: 100%;
	}
	.rczp_content .list_item .text h4{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.rczp_content .list_item .text p{
		font-size: 14px;
	}
	.rczp_content h3{
		font-size: 16px;
		margin:30px 0;
	}
	.rczp_content .list_item .text a{
		padding:10px 0;
	}
}