/* 主图 */
.main-adv {
	width: 100%;
	background: url(../img/组的撒的1%203.png) center center round;
	background-size: cover;
}

/* 主体 */
.news-wrap {
	padding: 35px 358px;
	display: flex;
	flex-direction: column;
}

/* 路径导航 */
.news-wrap>.breadcrumb {
	background: #fff;
	font-size: 14px;
	color: #c4996f;
}

.news-wrap>.breadcrumb>li>a {
	color: #c4996f;
}

.news-wrap>.breadcrumb>li+li::before {
	color: #c4996f;
	content: "\003E";
}

.news-wrap>.news-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.news-wrap>.news-box>.news-title {
	font-size: 32px;
	font-weight: bold;
	color: #666;
}

.news-wrap>.news-box>.news-title>span {
	padding: 0 20px;
}

.news-wrap>.news-box>.news-releasetime {
	padding: 40px 0;
	color: #bebebe;
	font-size: 20px;
}

.news-wrap>.news-box>.news-content {
	color: #828282;
	line-height: 42px;
/* 	font-size: 24px; */
	text-align: justify;
	width: 100%;
}

.img {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 120px;
}

.img>p {
	margin-top: 25px;
	font-size: 23px;
	color: #a9a3a5;
}

.news-content>p>.img {
	padding: 20px 358px;
	width: 80%;
}

.news-wrap>.news-box>.short-line {
	width: 50px;
	border-bottom: 11px solid #c39a6c;
	margin-bottom: 35px;
}

.news-wrap>.art-wrap>.art-content {
	width: 100%;
	font-size: 24px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #808080;
	line-height: 41px;
	align-self: flex-start;
}

.news-wrap>.art-wrap>img {
	width: 40px;
	height: 14px;
	margin: 64px 0 56px 0;
}

.news-wrap>.art-wrap>.art-list {
	align-self: flex-start;
	font-size: 23px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(128, 128, 128, 1);
	line-height: 50px;
}

.news-wrap>.art-wrap>.art-list>.art-item {
	margin-left: 27px;
}

.news-wrap>.art-wrap>.art-list>.art-item>a {
	color: rgba(128, 128, 128, 1);
}

@media only screen and (max-width: 1366px) {
	.news-wrap {
		padding: 35px 258px;
		display: flex;
		flex-direction: column;
	}

	.img {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 40px 120px;
	}

	.news-wrap>.art-wrap>.art-content {
		font-size: 17px;
		line-height: 29px;
	}

	.news-wrap>.art-wrap>img {
		width: 28px;
		height: 10px;
		margin: 30px 0;
	}

	.news-wrap>.art-wrap>.art-list {
		font-size: 16px;
		line-height: 36px;
	}

	.news-wrap>.art-wrap>.art-list>.art-item {
		margin-left: 17px;
	}

	.qr>img {
		height: 258px;
		width: 258px;
	}

	.select-art>img {
		width: 100%;
	}


}

@media only screen and (max-width: 800px) {
	.main-adv {
		height: 200px;
	}

	.news-wrap {
		padding: 20px;
	}

	.news-wrap>.breadcrumb {
		font-size: 14px;
	}

	.news-wrap>.news-box>.news-title {
		font-size: 24px;
	}

	.news-wrap>.news-box>.news-releasetime {
		padding: 20px 0;
		color: #bebebe;
		font-size: 20px;
	}

	.news-wrap>.news-box>.news-content {
		font-size: 18px;
	}

	.news-content>p>.img {
		padding: 20px 0;
	}

	.news-content>.img>p {
		font-size: 16px;
	}

	.qr>img {
		height: 258px;
		width: 258px;
	}

	.select-art>img {
		width: 100%;
	}

	/* 文章 */


	.news-wrap>.art-wrap>.art-content {
		width: 100%;
		height: auto;
		font-size: 18px;
	}

	.news-wrap>.art-wrap>.art-list {
		font-size: 16px;
	}
}