.rczl-col {
	font-size: 0.875rem;
	color: #666666;
	padding-right: 4rem;
	max-width: 100%;
}

.rczl-col .rczl-title {
	font-size: 1.25rem;
	color: #333333;
	font-weight: bold;
}

.shyg-title {
	margin-top: 2.125rem;
}

.rcfz-container {
	position: relative;
	min-height: 28.75rem;
}
.rcfz-img-position{
	position: relative;
	height: 17rem;
}
.rcfz-container .rcfz-row {
	position: relative;
	width: 100%;
	min-height: 9rem;
}

.rcfz-container .rcfz-content {
	font-size: 0.875rem;
	color: #666666;
	margin: 0 2.5rem;
	padding: 2.5rem;
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgba(153, 153, 153, 0.35);
	border-radius: 0.2rem;
	line-height: 1.625rem;
	overflow-wrap: break-word;
}

.rczp-container {
	position: relative;
	color: #fff;
}

.rczp-container:last-child {
	margin-top: 1.875rem;
}

.rczp-container .rczp-content {
	position: absolute;
	padding-left: 5rem;
	padding-bottom: 4.375rem;
	bottom: 0;
}

.rczp-content .rczp-title {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.rcfz-img {
	width: 100%;
	height: 22.5rem;
}

.rczp-img {
	width: 100%;
	height: 18.75rem;
}

.rczp-content .btn-to-info {
	margin-top: 2rem;
}

/* 手机端 */
@media ( max-width : 991px) {
	.rczp-container {
		height: 8.4375rem;
		position: relative;
	    width: 100%;
	    overflow: hidden;
	}
}
.m-rcfz-div{
	box-shadow: 0px 0px 3px 0px rgba(153, 153, 153, 0.35);
	border-radius: 0.125rem;
}
.m-rcfz-content{
	padding: 1.25rem 0.9375rem;
	background-color: #fff;
}
.m-rcfz-content p{
	margin-bottom: 0;
}
.m-rczp-img{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -19.5rem;
    height: 8.4375rem;
}
.m-rczp-content{
	position: absolute;
    padding: 1rem 1rem 0 1rem;
    bottom: 25%;
    font-size: 0.875rem;
}
.m-rczp-content p{
	margin-bottom: 0.5rem;
}
.m-rczp-title{
	font-size: 1.25rem;
	color: #fff;
	font-weight: bold;
}
