.article_left {
	position: relative;
	top: 0;
	width: 330px;
	min-width: 230px;
	height: 100%;
	margin: 0;
	background-color: #f4f4f4;
}
.article_left li {
	height: 80px;
	line-height: 80px;
	padding: 0 50px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #ccc;
	position: relative;
	box-sizing: border-box;
}
.article_left li:last-of-type {
	border-bottom: none;
}
.article_left li:hover {
	background-color: #fff;
}
.article_left li:first-of-type {
	height: 40px;
}
.article_left li:first-of-type:hover {
	background-color: #f4f4f4;
}
.article_left .active {
	background-color: #fff;
}
.article_left .active:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	border-left: 8px solid #ab191a;
}
.article_right {
	flex: 1;
	padding: 50px 0;
	margin-left: 60px;
	color: #333;
}

.article_header {
	text-align: center;
}
.article_main_desc {
	padding-top: 30px;
	row-gap: 10px;
	color: #888;
}

.article_main {
	margin: 15px 0 26px;
	text-indent: 2em;
	padding: 20px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	line-height: 36px;
}

.yjw_main_box {
	display: flex;
	font-size: 16px;
	padding: 0 140px;
	box-sizing: border-box;
}

.yjw_main_box a {
	color: #333;
	text-decoration: none;
}
@media screen and (max-width: 1400px){
	.article_left {
	    width: auto !important;
	}
}

@media screen and (max-width: 1200px) {
	.yjw_main_box {
		padding: 0 60px 0 30px;
	}
	.article_left,
	.orz_header_ft {
		display: none;
	}
}
@media screen and (max-width: 576px) {
	.yjw_main_box {
		padding: 0 30px 0;
	}
	.article_right {
		margin-left: 0;
		color: #333;
		width: 100%;
	}
	.article_right *{
		max-width: 100% !important;
	}
	.article_main {
		line-height: 36px;
	}
	main {
		padding-top: 80px;
	}
}
.article_desc_item,
.article_main_desc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.share_lk {
	margin-left: 20px;
}
.article_desc_item span {
	margin-right: 20px;
}
/* .article_main p {
	margin: 30px 0;
} */
.article_main img {
	display: block;
	/* width: 100%; */
	max-width: 900px;
	/* max-height: 700px; */
	margin: 0 auto !important;
	object-fit: cover;
}

.article_desc_item {
	display: flex;
	align-items: center;
}

.fz_selector a {
	padding: 5px 8px;
	border: 1px solid #e6e6e6;
}
.article_footer {
	row-gap: 10px;
}
.article_tools_item,
.article_tools_item a {
	display: flex;
	align-items: center;
}
.article_tools_item img {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

.article_main_title {
	font-size: 0.4rem;
	font-weight: bold;
}
@media screen and (max-width: 576px) {
	.article_main_title {
		font-size: 18px;
		font-weight: bold;
	}
	.share_lk {
		margin-left: 10px;
	}
}

.article_footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.article_footer_item a {
	color: #666666;
}
.article_footer_item {
	display: flex;
	flex-direction: column;
}
.article_footer .mx-3 {
	margin: 0 0.25rem;
}
.top-slogan {
	display: none;
}
.mx-2 {
	margin: 0 0.1rem;
}
