.tdjs {
	padding: 20px 0;
}

.tdjs p {
	line-height: 26px;
	margin: 20px 0;
}

.tdjs p:first-of-type {
	font-size: 24px;
	color: #0f539e;
	font-weight: bold;
	display: inline-block;
}

.tdjs .p1 {
	color: #0f539e;
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
	margin: 0;
	position: relative;
}

.tdjs .p1::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: -20px;
	background: #0f539e;
}

.tdjs .p2 {
	color: #555;
}

.tdjs img {
	margin: 20px 0;
}

/* 自适应媒体查询 */

@media (max-width: 767px) {
	.tdjs {
		padding: 0;
	}

	.tdjs p:first-of-type {
		font-size: 16px;
	}

	.tdjs .p2 {
		font-size: 12px;
	}
	
	.tdjs p {
		line-height: 26px;
		margin: 5px 0;
	}
	
	.tdjs .p1{
		font-size: 12px;
	}
	
	.tdjs .p1::before {
		content: '';
		position: absolute;
		width: 5px;
		height: 100%;
		top: 0;
		bottom: 0;
		left: -10px;
		background: #0f539e;
	}
}
