
body {
	background-color: #f9f9f9 !important;
}
.box-tab {
	width: 1684px;
	height: 114px;
	margin: 0 auto 40px auto;
}
.box-tab ul {
	display: flex;
	justify-content: center;
	height: 100%;
}
.box-tab ul li {
	width: 120px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #595858;
	position: relative;
}
.box-tab ul li.active::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #83cbc5;
}

/* #region new */
.new {
	background: #f9f9f9;
}
.new .nbody {
	width: 1684px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 20px;
}
.new .nbody::after {
	content: "";
	flex: auto;
}
.new .nbody .item {
	display: flex;
	width: 548px;
	height: 660px;
	background: #fff;
	box-sizing: border-box;
	padding: 22px 24px 15px 24px;
	margin-bottom: 60px;
}
.new .item .img {
	width: 500px;
	height: 500px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 4px;
}
.new .item .img img {
	width: 100%;
}
.new .item .title {
	height: 84px;
	line-height: 42px;
	font-size: 30px;
	color: #333;
	margin-bottom: 4px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new .item .r2 {
	font-size: 22px;
	color: #999;
}
/* #endregion */

#laypage-new {
	display: flex;
	justify-content: center;
	zoom: 1.25;
	margin-bottom: 50px;
}


.new-detail {
	width: 1684px;
	margin: 60px auto 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 142px 60px 142px;
}
.new-detail .title {
	padding: 57px 0 60px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.new-detail .title h1 {
	font-size: 30px;
	line-height: 42px;
	color: #333;
	display: inline;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative
}
.new-detail .title h1::after {
	content: " ";
	position: absolute;
	height: 2px;
	background-color: #585858;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 66%;
}
.new-detail .title .date {
	font-size: 24px;
	line-height: 34px;
	color: #666;
}
.new-detail .body {
	font-size: 24px;
	line-height: 40px;
	color: #333;
	word-break: normal;
	word-wrap: break-word;
}
.new-detail .body img {
	max-width: 100%;
}
.new-detail .body section,
.new-detail .body p {
	max-width: 100%;
}
.new-detail .body iframe {
	width: 100%;
	border: none;
	height: auto !important;
}

.new-page {
	width: 1684px;
	margin: 60px auto;
	height: 60px;
	display: flex;
	justify-content: space-between;
}
.new-page .prev,
.new-page .next {
	display: flex;
	align-items: center;
	font-size: 30px;
	line-height: 42px;
	color: #666;
}
.new-page .prev a,
.new-page .next a {
	color: #666;
	display: flex;
	align-items: center;
}
.new-page .prev img {
	margin-right: 15px;
}
.new-page .next img {
	margin-left: 15px;
}
