/* 内容
	*--------------------------------------------- */
	.contentx {
		flex: 1;
		text-align: left;
	}
	.title {
		background-color: #fff;
		padding: 10px 0;
		height: 46px;
		line-height: 46px;
		font-size: 20px;
		color: #0071bc;
		margin-bottom: 20px;
	}
	.vertical1 {
		padding-left: 8px;
		background-color: #0071bc;
		margin-right: 4px;
	}
	.vertical2 {
		padding-left: 2px;
		background-color: #0071bc;
		margin-right: 12px;
	}
	/* 内容 - 内容 */
	.success-example + .success-example {
		margin-top: 20px;
	}
	.example-img {
		float: left;
		margin-right: 20px;
	}
	.example-des {
		display: flex;
		flex-direction: column;
	}
	.example-title {
		font-size: 18px;
		font-weight: 500;
		color: #666;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.example-title>a {
		color: #666;
	}
	.example-time {
		font-size: 14px;
		font-weight: 400;
		color: #666;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.example-p {
		font-size: 14px;
		font-weight: 400;
		color: #666;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.example-btn {
		font-size: 14px;
		font-weight: 400;
		color: #0071BC;
		line-height: 20px;
		cursor: pointer;
	}
	.example-btn>a {
		color: #0071BC;
	}