.crumbs-box {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.crumbs-box .link-a {
	cursor: pointer;
	font-size: 14px;
	color: #90949E;
	line-height: 19px;
}

.crumbs-box .link-a .active {
	color: #333333;
}

.crumbs-box .icon {
	width: 14px;
	height: 14px;
}

.article-detail {
	background: #fff;
	padding: 40px;
	margin-bottom: 40rpx;
}

.article-detail .biaoti {
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	line-height: 40px;
	text-align: center;
}

.article-detail .time {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 56px;
	margin-top: 20px;
	text-align: center;
}

.article-detail .time .item {
	font-size: 16px;
	color: #90949E;
	line-height: 21px;
}

.article-detail .time .item:first-child {
	margin-right: 10px;
}

.article-detail .txt {
	/*font-size: 14px;*/
	/*color: #595959;*/
	/*line-height: 19px;*/
}
.article-detail .txt p{
	margin:1em auto;
}
@media screen and (max-width: 992px) {
	.crumbs-box {
		width: 100%;
		padding: 16px;
		margin-bottom: 24rpx;
	}

	.article-detail {
		padding: 16px;
	}

	.article-detail .biaoti {
		font-size: 16px;
		line-height: 24px;
	}

	.article-detail .time {
		display: block;
		margin-bottom: 16px;
		margin-top: 8px;
	}

	.article-detail .time .item {
		font-size: 12px;
		line-height: 18px;
	}

	.article-detail .time .item:first-child {
		margin-right: 0px;
	}

	.article-detail .txt img {
		max-width: 100%;
	}
}
