/* 内容 */
.training-container {
	margin-top: 30px;
}

.training-container img {
	width: 100%;
	height: 100%;
}

.training-container>div {
	height: 368px;
	margin-bottom: 30px;
}

.service-content-item-box {
	display: flex;
	margin-top: 54px;
}

.service-item-img {
	width: 250px;
	position: relative;
}

.service-item-img img {
	width: 200px;
	height: calc(217px * 200 / 206);
	position: absolute;
	top: 52px;
	left: -25px;
}

.service-item-content {
	flex: 1;
	padding: 0;
}

.service-item-content img {
	max-width: 100%;
	height: auto;
}

.service-item-title {
	position: absolute;
	background: #ffffff;
	top: -30px;
	left: 172px;
	width: 63px;
	height: 80px;
	font-size: 45rem;
	font-family: PingFangSC-Medium;
	line-height: 67px;
	color: #05607E;
	opacity: 1;
	text-align: right;
}

.service-item-border {
	width: 218px;
	height: 240px;
	border: 3px solid #05607E;
	opacity: 1;
}

.service-item-content-title {
	font-size: 28rem;
	font-family: PingFangSC-Regular;
	line-height: 37px;
	color: #05607E;
	opacity: 1;
	margin-bottom: 17px;
}

.service-item-content-detail {
	font-size: 16rem;
	font-family: PingFangSC-Regular;
	line-height: 26px;
	color: #454545;
	opacity: 1;
	text-indent: 35px
}



@media (max-width: 1200px) {
	.service-item-border {
		width: 195px;
		height: 225px;
		border: 3px solid #05607E;
		opacity: 1;
	}

	.service-item-title {
		position: absolute;
		background: #ffffff;
		top: -30px;
		left: 150px;
		width: 63px;
		height: 80px;
		font-size: 45rem;
		font-family: PingFangSC-Medium;
		line-height: 67px;
		color: #05607E;
		opacity: 1;
		text-align: right;
	}

	.service-item-img {
		width: 235px;
		position: relative;
	}
	
	.service-item-img img {
		width: 180px;
		height: calc(217px * 180 / 206);
		position: absolute;
		top: 52px;
		left: -25px;
	}
}


@media (max-width: 992px) {
	.service-item-img img {
		width: 190px;
		height: calc(217px * 190 / 206);
		position: absolute;
		top: 52px;
		left: -15px;
	}
}

@media (max-width: 750px) {

	.service-content-item-box {
		display: block;
		margin-top: 54px;
	}

	.service-item-img {
		width: 235px;
		position: relative;
		margin-bottom: 50px;
	}

	.service-item-img {
		width: 235px;
		position: relative;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	.service-item-title {
		position: absolute;
		background: #ffffff;
		top: -30px;
		left: 119px;
		width: 148px;
		height: 66px;
		font-size: 35rem;
		font-family: PingFangSC-Medium;
		line-height: 67px;
		color: #05607E;
		opacity: 1;
		text-align: center;
	}

	.service-item-content-detail {
		font-size: 20rem;
		font-family: PingFangSC-Regular;
		line-height: 26px;
		color: #454545;
		opacity: 1;
		text-indent: 35px;
		padding: 0 20px;
		padding-bottom: 10px;
	}
}
