.main {
	margin: 0 auto;
	max-width: 1920px;
	min-width: 1400px;
	/* min-height: 300px; */
}

a {
	text-decoration: none;
	color: #333333;
}

li {
	list-style: none;
}

body {
	min-width: 1400px;
}

/* 头部 */
body .phoneMain {
	display: none;
}

.more_list {
	width: 1200px;
	margin: 0 auto;
}

.more_list .navigation {
	margin-top: 30px;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.more_list .navigation p {
	margin: 0 25px 0 15px;
	position: relative;
	font-size: 18px;
	color: #9fa0a0;
}

.more_list .navigation span {
	margin: 0 10px;
	display: block;
}

.more_list .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);
}

.more_list .navigation a:nth-child(1) p {
	color: #b00206;
}

.more_list .navigation a:nth-child(1) p::after {
	display: none;
}

.listUl {
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #bfbfbf;
	padding-left: 0;
}

.mr50 {
	margin-right: 50px;
}

.ml50 {
	margin-left: 50px;
}

.overflow,
.oh {
	overflow: hidden;
	zoom: 1;
}

.listUl li {
	margin-bottom: 5px;
	line-height: 24px;
	overflow: hidden;
}

.listUl li:hover {
	color: #b00206;
	font-weight: 700;
}

.fl {
	float: left;
}

.listUl li .tit {
	margin-left: 10px;
	/* 	width: 700px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap; */
}

.listUl li .tit a {
	display: block;
	width: 900px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;

}

.listUl li .tit {
	display: block;
	width: 900px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;

}

.listUl li .tit a:hover {
	font-weight: 700;
}

.fr {
	float: right;
}

#displaypagenum {
	text-align: center;
	margin-bottom: 30px;
}

.lanum {
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0 5px;
	line-height: 20px;
	border: 1px solid #cbcbcb;
	text-decoration: none;
	background-color: #fff;
}

.mt35 {
	margin-top: 35px;
}

.lanum:hover {
	color: #fff;
	border-color: #ae2011;
	background-color: #ae2011;
	text-decoration: none;
}

.lanum.here {
	color: #fff;
	border-color: #e14905;
	background-color: #e14905;
}

/* 导航栏 */
.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;
}

.phone_barbox .bar .cur {
	position: relative;
	font-size: 30.48px;
	color: #b00206;
}

.phone_barbox .bar .cur::after {
	content: '';
	position: absolute;
	width: 36px;
	height: 10px;
	background-color: #b00206;
	border-radius: 20px;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0);
}

/* 导航栏 */
.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: 230px;
	overflow-y: auto;
}

.phone_container .phone_main {
	padding: 0 30px;
	width: 690px;
	overflow-y: auto;
}

/* 文章列表 */
.phone_news_list {
	margin-top: 40px;
}

.phone_news_list li {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	margin-bottom: 40px;
}

.phone_news_list li div {
	max-height: 173px;
}

.phone_news_list li p {
	margin: -10px 0 10px 0;
	/* width: 383px; */
	flex: 1;
	/* max-height: 144px; */
	font-size: 30.48px;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 48px;
}

.phone_news_list li span {
	font-size: 18.63px;
	color: #5f5f5f;
}

.phone_news_list li img {
	width: 237px;
	height: 173px;
	object-fit: cover;
}

.phoneMain .mt35 {
	margin-top: 15px;
}

/* 手机版 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, .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;
}

.phone_main .navigation {
	margin-top: 60px;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.phone_main .navigation p {
	margin: 0 25px 0 15px;
	position: relative;
	font-size: 18px;
	color: #9fa0a0;
}

.phone_main .navigation span {
	margin: 0 10px;
	display: block;
}

.phone_main .navigation p::after {
	position: absolute;
	top: 47%;
	left: -25px;
	transform: translate(0, -50%);
	color: #9fa0a0;
	content: '»';
}

.phone_main .navigation a:nth-child(1) p {
	color: #b00206;
}

.phone_main .navigation a:nth-child(1) p::after {
	display: none;
}

/* 新增 */
.content_img {
	display: none;
}

@media (max-width: 1000px) {
	.navigation {
		margin-bottom: 30px;
	}

	.more_list {
		margin-top: 280px;
		padding: 0 30px;
		width: 690px;
	}

	.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;
	}

	.listUl {
		padding: 0;
		border: none;
	}

	.listUl .fl {
		display: none;
	}

	.content_img,
	.listUl .tit {
		display: block;
	}

	.content_img {
		width: 237px;
		height: 173px;
		object-fit: cover;
	}

	.listUl li {
		display: flex;
		justify-content: space-between;
		/* align-items: center; */
		margin-bottom: 40px;
	}

	.ml50,
	.mr50,
	.mt35 {
		margin: 0;
	}

	.listUl li div {
		display: flex;
		flex-direction: column;
		flex: 1;
		margin-right: 10px;
	}

	.listUl li p {
		max-height: 173px;
	}

	.listUl li .tit {
		margin: -10px 0 10px 0;
		width: auto;
		flex: 1;
		/* max-height: 144px; */
		font-size: 30.48px;
		color: #222222;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		line-height: 48px;
		white-space: normal;
	}

	.listUl li .fr {
		float: left;
		font-size: 18.63px;
		color: #5f5f5f;
	}
}

/* <!-- 12.31新增e --> */
