.article_nr {
	width: 1440px;
	height: auto;
	margin: 0 auto 30px;
}

.position {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #d0d0d0;
}

.article_content {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.article_left {
	float: left;
	width: 1100px;
}

.article_nra {
	width: 1040px;
	height: auto;
	margin-top: 30px;
}

.article_title {
	width: 100%;
	text-align: center;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.article_time {
	width: 100%;
	height: 40px;
	margin-top: 15px;
	line-height: 40px;
	color: #888;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #d1d1d1;
}

.relevarticle {
	width: 1020px;
	height: auto;
	margin: 20px 0;
	padding: 10px;
	background: #f8f8f8;
}

.relevarticle span {
	font-size: 16px;
	margin-bottom: 10px;

}


.relevarticle_title {
	font-size: 14px;
}

.relevarticle_detail {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.article_wz {
	margin-top: 20px;
	line-height: 22px;
	font-size: 16px;
}

.article_wz p {
	text-align: left;
	margin-top: 20px;
}


/* .article_wz img {
	width: 85%;
} */

.article_page {
	margin: 20px 0;
}

.article_right {
	width: 327px;
	height: auto;
	margin-top: 30px;
}

.art_right_title {
	width: 287px;
	height: 50px;
	background: #3260c2;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	padding: 0 20px;
	font-size: 20px;
}

.recommended_news {
	width: 307px;
	padding: 10px;
	height: auto;
	background-color: #f7f7f7;
}

.recommended_news ul li {
	border-bottom: 1px solid #d0d0d0;
	line-height: 30px;
}

.recommended_news ul li:last-child {
	border: none;
}

/* 兼容1366分辨率 */
@media only screen and (max-width: 1366px) {
	.article_nr {
		width: 1100px;
	}

	.article_right {
		width: 288px;
	}

	.art_right_title {
		width: 248px;
	}

	.recommended_news {
		width: 268px;
	}

	.article_right_img {
		width: 288px;
	}

	.article_left {
		width: 742px;
	}

	.article_nra {
		width: 742px;
	}

	.relevarticle {
		width: 722px;
	}


}