/* 中间内容 */
.center-box {
	width: 1183px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.center-top {
	padding: 20px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #C7C7C7;
}

.site-line {
	width: 3px;
	height: 20px;
	background-color: #0091E7;
	margin-right: 10px;
}

.site-text span {
	display: inline-flex;
	color: #333;
	font-size: 15px;
	align-items: center;
	cursor: default;
}

.site-text span a {
	color: #333;
}

.site {
	font-weight: 600;
}

.site-text i {
	font-size: 12px;
	margin: 0 5px;
}

.centerBox {
	display: flex;
	justify-content: space-between;
}

.centerBox-left {
	width: 225px;
	height: 100%;
	margin-top: 20px;
}

.left-topbox {
	color: #fff;
	font-size: 23px;
	text-align: center;
	padding: 15px 0;
	background-color: #0091E7;
	cursor: default;
}

.centerBox-right {
	width: 915px;
	height: 100%;
	margin-top: 25px;
}

.right-top {
	padding: 10px 0;
	border-bottom: 1px solid #C7C7C7;
}

.right-text {
	font-size: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #0091E7;
}

.right-article {
	width: 100%;
	border: 1px solid #C7C7C7;
	margin-top: 48px;
}

.article-top {
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #C7C7C7;
}

.article-top span {
	font-size: 20px;
	font-weight: 600;
}

.article-top p {
	font-size: 12px;
	margin-top: 15px;
	color: #737373;
}

.article-content {
	padding: 30px 15px 40px;
	/*display: flex;*/
	flex-direction: column;
	/*align-items: center;*/
	justify-content: center;
}

.article-content p {
	font-size: 20px;
	font-weight: 600;
}

.article-content span {
	font-size: 15px;
	text-indent: 2em;
	margin-bottom: 40px;
}

.article-content img {
	max-width: 80%;
}

/*.article-content img:not(:last-child) {*/
/*	margin-bottom: 50px;*/
/*}*/

.article-fenye {
	font-size: 15px;
	margin-top: 25px;
}

.next {
	margin-top: 15px;
}

.prev span a, .next span a {
	color: #2499E8;
}