html,
body {
	background: #e5e5e5;
}
.about_banner_text {
	width: 100%;
	height: 305px;
	color: #fff;
	position: relative;
	top: 50%;
}
.about_banner_text p:nth-child(1) {
	padding-top: 200px;
	position: relative;
	font-family: 'pingfang';
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	line-height: 40px; /* 74.074% */
	text-transform: uppercase;
}

.ProcessBox {
	width: 80%;
	background: #fff;
	margin: 20px auto;
	padding: 0 40px;
	overflow-x: auto;
}
.ProcessBox ul {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.ProcessBox ul li {
	position: relative;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	white-space: nowrap;
}
.ProcessBox ul li a {
	padding: 10px;
	font-family: 'MicroSoft YaHei';
	font-size: 16px;
	color: #000;
}
.curr1 a {
	color: #1b3f0a !important;
	font-weight: bold;
}
.curr1::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	top: 111%;
	background: #64b93d;
	/* left: 50%;
  margin-left: -32px; */
}

.list_box2 {
	width: 80%;
	background: #fff;
	margin: 20px auto;
	padding: 40px;
}
.list_box3 {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.list_content {
	margin-bottom: 120px;
}
.list_content_item {
	border: 1px solid #e7e7e7;
	background: #f7f9fa;
	padding: 10px;
	margin-bottom: 20px;
}

.list_content_item a {
	display: flex;
}
.list_date {
	width: 95px;
	height: 95px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.list_r {
	color: #00683d;
	text-align: center;
	font-family: DIN;
	font-size: 41px;
	font-style: normal;
	font-weight: 700;
}
.list_n {
	color: #474747;
	text-align: center;
	font-family: DIN;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
}
.item_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 90%;
}

.list_content_item_title {
	position: relative;
	color: #1f1f1f;
	font-weight: bold;
	font-size: 24px;
	padding: 0px 10px 0px 23px;
	line-height: 1.5;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.list_content_item_text {
	position: relative;
	color: #454545;
	font-size: 14px;
	padding: 0px 10px 0px 23px;
	margin: 10px 0 0 0;
	line-height: 1.5;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.pageBox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pageNav {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_item {
	color: #00492b;
	font-family: 'pingfang';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	display: flex;
	margin-right: 15px;
}
.page_item p {
	padding: 0 10px;
}
.pageBox span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	background: #fbfffd;
}
.pageNav {
	display: flex;
	align-items: center;
}

.pageNav li a {
	margin: 0 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 32px;
	height: 32px;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	background: #fbfffd;
	color: #00492b;
}
.page_active {
	background-color: #00683d !important;
	color: #fff !important;
}
.pageGo {
	color: #00492b;
	font-family: 'pingfang';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	display: flex;
	margin-left: 15px;
	align-items: center;
}
.page_input {
	display: flex;
	width: 56px;
	height: 32px;
	padding: 0px 8px;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	background: #fbfffd;
	margin: 0 8px;
	text-align: center;
}
.list_content1 {
	width: calc(100% - 80px);
	background: #fff;
	padding: 40px;
	margin-top: 40px;
}

.list_container {
	width: 80%;
	margin: -20px auto;
	padding: 36px;
	margin-top: 126px;
}
.content_title_box {
	position: relative;
	/* height: 108px; */
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}
.content_title_box2 {
	position: relative;
	min-height: 80px;
	border-bottom: 1px solid #f0f0f0;
}
.list_title {
	width: 100%;
	color: #0c1432;
	font-family: 'PingFang';
	font-size: 30px;
	font-weight: bold;
	/* overflow: hidden; */
	text-align: center;
	/* -webkit-line-clamp: 2; */
	/* text-overflow: ellipsis; */
	/* display: -webkit-box; */
	/* -webkit-box-orient: vertical; */
}
.content_title {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.reading_box {
	margin-top: 20px;
	display: flex;
	align-items: center;
	color: #1f1f1f;
	font-family: PingFang SC;
	font-size: 17px;
	font-style: normal;
	justify-content: space-between;
	font-weight: 400;
	line-height: 100%; /* 17px */
}
.reading_num {
	font-size: 18px;
	color: #686868;
}
.reading_date {
	margin-left: 30px;
}
.eing {
	display: inline-block;
}
.list_content1_item {
	margin-top: 40px;
	min-height: 500px;
	line-height: 2;
}
.list_content1_item p {
	margin-bottom: 20px;
	font-size: 18px;
}
.list_content1_item p img{
	max-width: 100%;
	height: auto !important;
}
.content_skip {
	display: flex;
}
.content_skip div {
	padding: 0 15px;
}
.popBox,
.wbBtn,
.qqBtn {
	cursor: pointer;
}
.popBox:hover .pop,
.pop:hover .pop {
	display: block;
}
.pop {
	top: -68%;
	left: -4%;
	position: absolute;
	width: 100px;
	height: 125px;
	display: none;
}
.list_footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 40px;
	height: 88px;
	margin: 40px 0;
	background-color: #f7f9fa;
}
.list_footer div {
	display: flex;
	background-color: #f7f9fa;
	text-align: center;
	width: 49%;
}
.list_footer_item2 {
	display: flex;
	flex-direction: row-reverse;
}
.list_footer a {
	width: 100%;
	line-height: 1.5;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #000;
	display: flex;
	align-items: center;
}
.list_footer_item1 a {
	text-align: left;
}
.list_footer_item2 a {
	text-align: left;
	justify-content: end;
}
.list_footer span {
	width: 13%;
}

.list_footer a span {
	width: 210px;
    padding-right: 20px;
	color: #000;
	font-family: 'pingfang';
	font-size: 18px;
	font-weight: 400;
	margin-right: 30px;
	text-align: right;
	white-space: nowrap;
}
.list_footer a p {
	color: #000;
	font-family: 'pingfang';
	font-size: 18px;
	font-style: normal;
	/* font-weight: 600; */
	line-height: 100%;
}
.list_content_item:hover {
	background: #f4fcf9;
}
@media screen and (max-width: 1200px) {
	.list_title {
		font-size: 25px;
	}
	.list_footer a p,
	.list_footer a span {
		font-size: 14px;
	}
}
@media screen and (max-width: 1000px) {
	.list_title {
		font-size: 24px;
	}
	.list_content1_item p {
		/* display: flex;
		justify-content: center; */
	}
	.list_footer a {
		justify-content: left;
	}
	.list_footer div {
		
		padding: 20px;
		margin-top: 20px;
		width: 100%;
	}
	.list_footer {
		width: 100%;
		justify-content: center;
		background-color: #ffffff;
		height: auto;
		padding: 0;
		margin: 20px 0;
		padding-bottom: 20px;
	}
	.reading_num {
		font-size: 16px;
	}
}
@media screen and (max-width: 800px) {
	.list_container {
		margin: 126px 0 0 0;
		padding: 30px;
	}
	.list_title {
		font-size: 22px;
	}
	.content_title_box {
		/* height: 85px; */
		padding-bottom: 20px;
	}
	.list_content_item_title {
		font-size: 19px;
	}
	.reading_box {
		margin-top: 10px;
		font-size: 15px;
	}

	.list_footer a span {
		width: auto;
		font-size: 15px;
		padding-right: 0;
	}
	.list_banner_text p:nth-child(1) {
		font-size: 30px;
	}
	.list_date {
		width: 120px;
		height: 120px;
	}
	.list_r {
		font-size: 40px;
	}
	.detail_box_date {
		width: 80px;
		height: 80px;
		background: #00683d;
		border-radius: 5px;
		color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.detail_box_date p:nth-child(1) {
		font-size: 26px;
		margin-bottom: 1px;
	}
	.detail_box_date p:nth-child(2) {
		margin-top: 1px;
		font-size: 14px;
	}
	.detail_box_title_text {
		margin-left: 20px;
		width: calc(100% - 70px);
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.detail_box_title_text p:nth-child(1) {
		font-size: 24px;
	}
	.detail_box_title_text p:nth-child(2) {
		margin-top: 3px;
		font-size: 14px;
		line-height: 16px;
		color: #202020;
		padding-left: 26px;
		background: url(../img/list/detail_icon.png) no-repeat;
		background-size: 18px 16px;
		background-position: 0 center;
	}
	.detail_content p {
		font-size: 13px;
		color: #626262;
		line-height: 2;
		margin: 20px 0;
	}
	.detail_list_related {
		width: 100%;
		margin-top: 40px;
		min-height: 500px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.detail_list_related_swiper {
		width: 100%;
	}
	.about_banner_text p:nth-child(1) {
		font-size: 30px;
	}
}
@media screen and (max-width: 700px) {
	.content_title {
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	.list_container {
		margin: 126px 0 0 0;
		padding: 20px;
	}
	.list_content1 {
		width: 100%;
		padding: 20px 0 20px 0;
	}
	.content_title_box {
		margin: 0 20px;
	}
	.list_content1_item {
		margin: 10px 20px 0 20px;
	}
	.content_skip {
		top: 60px;
		right: -10px;
		padding-bottom: 10px;
	}
	.content_skip svg {
		width: 30px;
	}
	.list_title {
		width: 100%;
		font-size: 20px;
	}
	.reading_box {
		margin-top: 10px;
		font-size: 12px;
		display: flex;
		flex-direction: column;
		align-items: center;
		/* height: 200px; */
		/* padding-bottom: 20px; */
	}
	.list_banner_text p:nth-child(1) {
		font-size: 25px;
	}

	.list_banner_text p:nth-child(2) {
		font-size: 12px;
	}
	.home_list_title_text div:nth-child(1) {
		font-size: 24px;
	}
	.list_content_item_bottom {
		flex-direction: column;
	}
	.list_content_item_bottom p {
		margin-right: 0;
	}
	.detail_box_date {
		width: 50px;
		height: 50px;
		background: #00683d;
		border-radius: 5px;
		color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.detail_box_date p:nth-child(1) {
		font-size: 18px;
	}
	.detail_box_date p:nth-child(2) {
		font-size: 12px;
	}
	.detail_box_title_text p:nth-child(1) {
		font-size: 18px;
	}
	.detail_box_title_text p:nth-child(2) {
		font-size: 12px;
	}
	.detail_content {
		margin-top: 10px;
	}
	.detail_content p {
		font-size: 12px;
	}
	.detail_list_related_btns {
		width: 80px;
		height: 80px;
		margin-bottom: 10px;
	}
	.detail_list_related {
		width: 100%;
		margin-top: 40px;
		min-height: 500px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: end;
	}
	.detail_list_related_swiper {
		height: 380px;
	}
	.detail_list_related {
		padding-bottom: 50px;
		margin-top: 0;
		min-height: 0;
	}
}
@media screen and (max-width: 621px) {
	/* .list_footer a {
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
  } */
	.list_footer a p,
	.list_footer a span {
		font-size: 12px;
	}
}
@media screen and (max-width: 500px) {
	.about_banner_text p:nth-child(1) {
		font-size: 24px;
		padding-top: 160px;
	}
	.Press_banner {
		height: 310px;
	}
	.list_container {
		margin: 126px 0 0 0;
		padding: 0;
	}
	.ProcessBox ul {
		height: 60px;
	}
	.curr1::after {
		top: 103%;
	}
	.ProcessBox ul li a {
		font-size: 14px;
	}
	.list_date {
		margin-top: 10px;
		width: 100%;
		height: 25px;
		flex-direction: row-reverse;
	}
	.list_r {
		font-size: 12px;
		font-weight: 400;
	}
	.item_box {
		width: 100%;
	}
	.list_n::after {
		content: '-';
	}
	.list_content_item a {
		flex-direction: column-reverse;
		justify-content: center;
	}
	.list_content_item {
		padding: 15px;
	}
	.list_content_item_title {
		font-size: 16px;
	}
	.list_box2 {
		padding: 20px 0;
		width: 100%;
	}
	.list_box3 {
		width: 90%;
		margin: 0 auto;
	}
	.list_content_item_title {
		padding: 0;
	}
	.list_banner {
		height: 245px;
	}
	.list_content_item_text {
		padding: 0;
	}
	.list_banner_text p:nth-child(1) {
		padding-top: 160px;
	}
	.list_banner {
		background-size: cover; /* 背景图尺寸，cover 表示裁剪并覆盖整个容器 */
		background-position: center; /* 图片在容器中的位置 */
		background-clip: content-box; /* 裁剪的区域，content-box 表示裁剪到内容框的边缘 */
	}
	.ProcessBox ul {
		justify-content: space-between;
	}
	.reading_date {
		margin-left: 5px;
	}
	.reading_num {
		font-size: 12px;
	}
}
