.template-item-text {
	line-height: 40px !important;
}
.template p {
	letter-spacing: 0px!important;
}
.plain-card-text {
	line-height: 32px !important;
	margin-top: 38px !important;
}

.cooperation {
	background: #FAFDFF;
	box-shadow: 0px 0px 10px 0px rgba(106, 168, 255, 0.5);
	margin-bottom: 80px;
}
.cooperation-content {
	padding: 36px;
	flex: 1;
}

/* .cooperation-content p {
	margin-bottom: 20px;
} */

.cooperation-content-text {
	line-height: 36px !important;
}

.cooperation img {
	width: 600px;
	height: 100%;
}
/* 平板 */
@media screen and (min-width: 500px) and (max-width: 1024px) {
	.cooperation img {
		width: 70vw;
	}
}
/* 手机 */
@media screen and (min-width: 310px) and (max-width: 500px) {
	.cooperation img {
		width: 90vw;
	}
}
