.subtitle {
	font-family: MicrosoftYaHei;
	font-size: .2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0.6px;
	color: #3a3a3a;
}

.detail-content {
	font-size: 20.8px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0.5px;
	color: #3a3a3a;
}

.content {
	font-family: "MicrosoftYaHei";
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.4px;
	color: #3a3a3a;
}

.detail-content p {
	text-indent: 2em;
	font-size: .16rem;
}

.detail-content p.detail-title {
	text-align: center;
	font-size: .2rem;
	font-weight: bold;

}

.detail-top {
	margin: .2rem 0;
}

.detail-top p {
	font-size: .18rem;
	text-align: center;
	line-height: 2;
}

.subtitle a {
	color: #3a3a3a;
}

@media screen and (min-width:768px) {
	.col-md-4 img {
		width: 100%;
		height: 154px;
	}

	.row {
		margin-bottom: 80px;
	}

	.title {
		text-align: center;
		width: 100%;
		font-size: .28rem;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.banner {
		text-align: center; 
	}

	.hm_content {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 768px) {
	.title {
		text-align: center;
		width: 100%;
		font-size: .26rem;
		line-height: .8rem;
	}

	.subtitle {
		font-family: MicrosoftYaHei;
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 2;
		color: #3a3a3a;
	}

	.content {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0.4px;
		color: #3a3a3a;
	}

	.col-md-4 img {
		width: 100%;
		height: 154px;
	}

	.row {
		margin-bottom: 40px;
	}

	.banner {
		text-align: center;
		margin-bottom: 50px;
	}

	.banner img {
		width: 80%;
	}

	.detail-content {
		padding: .1rem;
		line-height: 1.5;
		color: #3a3a3a;
		font-size: .18rem;
	}

}
