body {
	/* width: 100%; */
	margin: 0 auto;
}

ul, li {
	list-style: none;
}

img {
	max-width: 100%;
}

.news-top {
	width: 100%;
	height: 360px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	padding-top: 174px;
}

.news-top-title {
	text-align: center;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 72px;
	letter-spacing: 1px;
}

.news-one {
	width: 100%;
	background: #FFFFFF;
}

.news-content {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0px;
}

.news-tab {
	width: 100%;
	padding-bottom: 33px;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 56px;
}

.news-tab ul {
	display: flex;
	align-items: center;
}

.news-tab ul li {
	position: relative;
}

.news-tab ul li {
	font-size: 24px;
	color: #A6A6A6;
	line-height: 24px;
	margin-right: 32px;
	cursor: pointer;
}

.news-tab ul .news-tab-on {
	font-size: 32px;
	color: #333333;
	line-height: 32px;
	font-weight: 500;
}

.news-tab ul .loactive::after {
	content: "";
	width: 84px;
	height: 4px;
	background: #2F88FF;
	font-weight: 500;
	position: absolute;
	left: calc(50% - 45px);
	top: 60px;
}

.news-body {
	/* min-height: 500px; */
	width: 1200px;
	margin: 0 auto;
}

.news-body ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.news-body ul li {
	width: 379px;
	height: 351px;
	background: #FFFFFF;
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 12px;
	cursor: pointer;
	transition: transform 0.5s, height 0.5s;
}

.news-body ul li:hover {
	transform: translateY(-4%);
	transition: transform 0.5s;
}

.news-bodyNo {
	transform: translateY(0%);
	transition: transform 0.5s;
}

.news-body-li-image {
	width: 379px;
	height: 228px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.news-body-li-content {
	padding: 16px 30px 36px 30px;
}

.news-time {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.news-time img {
	width: 14px;
	height: 14px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-size: initial;
}

.news-time div {
	font-size: 14px;
	color: #A6A6A6;
	line-height: 14px;
}

.news-title {
	width: 320px;
	height: 52px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-page {
	display: flex;
	justify-content: end;
	margin-top: 20px;
}

.page-item {
	margin: 0 4px;
}

.page-link {
	background-color: #EEEEEE;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	font-size: 14px;
	color: #666666;
}

.page-link:hover {
	background: #FF4612;
	color: #FFFFFF;
}

.page-item:first-child .page-link {
	border-radius: 6px;
}

.page-item:last-child .page-link {
	border-radius: 6px;
}