.main {
	margin: 0 auto;
	max-width: 1920px;
	min-width: 1400px;
	/* min-height: 300px; */
}

.media-wrapper {
	display: flex;
	justify-content: center;
}

a {
	text-decoration: none;
	color: #333333;
}

li {
	list-style: none;
}

body {
	min-width: 1400px;
	margin: 0;
}

/* 头部 */
body .phoneMain {
	display: none;
}

.content_box {
	margin: 0 auto;
	width: 1400px;
}

.content_box .navigation {
	margin-top: 60px;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.content_box .navigation p {
	margin: 0 25px 0 15px;
	position: relative;
	font-size: 18px;
	color: #9fa0a0;
}

.content_box .navigation span {
	margin: 0 10px;
	display: block;
}

.content_box .navigation p::after {
	position: absolute;
	top: 50%;
	left: -25px;
	transform: translate(0, -50%);
	color: #9fa0a0;
	content: "";
	width: 9px;
	height: 6px;
	background: url(../images/bar_arrow.png);
}

.content_box .navigation a:nth-child(1) p {
	color: #b00206;
}

.content_box .navigation a:nth-child(1) p::after {
	display: none;
}

/* 正文部分 */
.con_article {
	margin: 0 auto;
	width: 995px;
	min-height: 200px;
}

.con_article a {
	color: rgb(24, 144, 255);
}

.con_article h1 {
	margin: 35px auto 40px;
	font-size: 36px;
	color: #b00206;
	font-weight: 700;
	text-align: center;
}

.con_article .source {
	padding-bottom: 15px;
	display: flex;
	justify-content: center;
	border-bottom: 4px solid #e2e2e2;
}

.con_article .source p {
	margin: 0 50px 0 0;
	font-size: 18px;
	color: #9fa0a0;
}

.con_article .source p:nth-child(3) {
	margin-right: 0;
}

.con_article .article_detail {
	margin-top: 50px;
	font-size: 20px;
	color: #222;
	line-height: 40px;
}

.con_article .article_detail .video {
	width: 100%;
	height: 500px;
}

.con_article .article_detail img {
	max-width: 100%;
	/* width: 100%;
	height: auto; */
}

.con_article video {
	width: 100%;
	max-height: 800px;
}

/* 导航栏 */
.phone_barbox {
	width: 100%;
	display: flex;
}

.phone_barbox .bar {
	flex: 1;
	margin: 30px 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.phone_barbox .bar li {
	font-size: 23.71px;
	position: relative;
	font-size: 30.48px;
	color: #b00206;
}

/* 手机版 12.31新增 */
body {
	max-width: 750px;
	margin: 0;
	-webkit-text-size-adjust: 100% !important;
}

@media (max-width: 1000px) {
	.main {
		display: none;
	}

	body .phoneMain {
		display: flex;
	}

	body {
		min-width: auto;
	}
}

@media (min-width: 1000px) {
	body {
		max-width: none;
	}
}

/* 手机版首页 */
.phone_header {
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: 20;
	background-color: #fff;
	padding-bottom: 30px;
}

.phone_header .header {
	margin: 0 auto;
	padding: 0 30px;
	width: 690px;
	height: 147px;
	display: flex;
	justify-content: space-between;
	background-color: #b00206;
}

.phone_header .phone_logo {
	margin-top: 55px;
}

.phone_header .phone_search {
	margin-top: 30px;
}

.phone_search_top {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
}

.phone_search_top span {
	margin-left: 20px;
	position: relative;
	font-size: 18px;
	color: #ffffff;
}

.phone_search_top span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translate(0, -50%);
	width: 2px;
	height: 16px;
	background: #fff;
}

.phone_search_top span:first-child::after {
	display: none;
}

.phone_search_bottom {
	position: relative;
	width: 364px;
	height: 48px;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
}

.phone_search_bottom input {
	border: none;
	padding: 0 0 0 20px;
	height: 100%;
	width: 290px;
	outline: none;
}

.phone_search_bottom div {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
	width: 18px;
	height: 21px;
	background: url(../images/phone_search.png);
}

.phone_container {
	margin-top: 250px;
	overflow-y: auto;
}

.phone_container .phone_main {
	margin-bottom: 20px;
	padding: 0 30px;
	width: 690px;
	overflow-y: auto;
}

/* 文章详情页 */
.phone_container .phone_main .content_box {
	width: auto;
}

.phone_container .phone_main .content_box .con_article {
	width: auto;
}

.phone_container .phone_main .content_box .navigation {
	margin-top: 30px;
}

/* 手机版 12.31新增   end*/
/* <!-- 12.31新增s --> */
.szb {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
}

.szb .szb_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 521px;
	height: 485px;
	background: #fff;
	border-radius: 20px;
}

.szb .szb_box span {
	margin: 60px auto 40px;
	font-size: 46px;
	color: #b00206;
	font-weight: 700;
}

.szb .szb_box a div {
	margin-bottom: 30px;
	text-align: center;
	width: 399px;
	height: 62px;
	line-height: 62px;
	font-size: 33.87px;
	color: #fff;
	background-color: #a3a3a3;
	border-radius: 10px;
}

.szb>div>a:nth-child(2)>div {
	background-color: #b00206;
}

.szb .szb_box .closePop {
	margin-top: 40px;
	width: 51px;
	height: 51px;
	background: url(../images/close.png);
	cursor: pointer;
}

.con_article .editor {
	text-align: right;
	font-size: 16px;
	margin-top: 3em;
	margin-bottom: 3em;
	color: #999;
}

/* <!-- 12.31新增e --> */

@media (max-width: 1000px) {
	.footer {
		margin: 30px auto 0;
		max-width: 750px;
		min-width: 750px;
	}

	.footer .footer_box {
		margin: 50px auto 0;
		max-width: 750px;
		width: 750px;
		min-width: 750px;
	}

	.content_box {
		margin-bottom: 20px;
		padding: 0 30px;
		width: 690px;
		margin-top: 275px;
	}

	.con_article {
		width: auto;
	}

	.con_article .article_detail {
		font-size: 30px
	}

	.con_article h1 {
		font-size: 40px
	}

	.con_article .article_detail p {
		line-height: 50px;
		margin: 5px 0px;
	}
}
