.chain-list {
	max-width: 50rem;
	margin: 2.5rem auto 2.5rem auto;
}

.chain-title {
	font-size: 1.75rem;
	color: #333;
	margin: 0 0 0 0.625rem;
}

.chain-left-img {
	height: 1.125rem;
}

.chain-sub-title {
	font-size: 1.125rem;
	font-weight: bold;
	color: #EB711A;
	margin-top: 0.8rem;
}

.chain-img {
	width: 100%;
	cursor: pointer;
}

.chain-content {
	margin-top: 1rem;
	font-size: 0.875rem;
	color: #333;
	text-indent: 1.75rem;
	line-height: 1.625rem;
	text-align: justify;
}

.chain-content a {
	color: #EB711A;
}

.chain-content img {
	width: 100%;
	text-indent: 0;
}

#zszxContent,#mZszxContent{
	text-indent: 0rem;
}

.chain-href {
	border: 1px solid #e8e8e8;
	font-size: 0.9375rem;
	padding: 0.9375rem;
	display: none;
	cursor: pointer;
}

.chain-href span {
	color: #EB711A;
}

/* 手机端 */

@media ( max-width: 991px) {
	.chain-sub-title {
		font-size: 0.9375rem;
	}
	.chain-content {
		font-size: 0.9375rem;
		color: #666;
		line-height: 1.6875rem;
	}
}

.m-contain {
	height: 10rem;
}