.news-container {
	width: 63%;
	margin: 140px auto 50px;
	padding: 30px;
	box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .1);
}

/* 标题 */
.news-title {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 60px;
}

/* tab */
.news-tabs {
	display: flex;
	align-items: center;
	gap: 18px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 18px;
	margin-bottom: 42px;
}

.news-tab {
	padding: 2px 20px;
	border-radius: 12px;
	cursor: pointer;
	color: #000;
	font-size: 14px;
	transition: .3s;
}

.news-tab.active {
	background: #0D3FD4;
	color: #FFF;
}

/* 列表 */
.news-list {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

/* item */
.news-item {
	display: flex;
	background: #fff;
	min-height: 190px;
	padding: 24px 0.58rem 24px 0.6rem;
	border: 1px solid transparent;
	transition: .3s;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 2px 18px 0px rgba(217, 223, 231, 0.6), 0px 0px 0px 0px rgba(217, 223, 231, 0.6);
}

.news-item.active {
	border-color: #0D3FD4;
}

.news-item:hover {
	border-color: #6DA0ED;
}

/* 图片 */
.news-img {
	width: 260px;
	height: 156px;
	flex-shrink: 0;
	overflow: hidden;
}

.news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 内容 */
.news-content {
	padding-top: 6px;
	flex: 1;
	padding-left: 66px;
	padding-right: 20px;
}

.news-name {
	font-size: 18px;
	color: #0D3FD4;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
	font-family: Microsoft YaHei;
	display: block;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	/* 长字符串自动换行，可选 */
}

.news-meta {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.news-date {
	color: #999999;
	font-size: 13px;
	margin-right: 14px;
}

.news-tag {
	padding: 0 4px;
	border-radius: 5px;
	background-color: #DAE3FF;
	display: inline-block;
	margin: 0;

	>span {
		font-size: 13px;
		line-height: 13px;
		display: inline-block;
		color: #0D3FD4;
	}
}

.news-desc {
	color: #666 !important;
	line-height: 22px;
	font-size: 13px;
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	box-sizing: border-box;
}

.news-desc h1,
.news-desc h2,
.news-desc h3,
.news-desc h4,
.news-desc h5,
.news-desc h6,
.news-desc font,
.news-desc p,
.news-desc span,
.news-desc a,
.news-desc div,
.news-desc b {
	color: #666 !important;
	line-height: 22px !important;
	font-size: 13px !important;
	font-weight: normal !important;
	margin: 0 !important;
}

/* 右侧箭头 */
.news-arrow {
	margin-top: 54px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #CECECE;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	flex-shrink: 0;
}

.news-item.active .news-arrow {
	background: #0D3FD4;
}

.news-item:hover .news-arrow {
	background: #0D3FD4;
}

.news-arrow::after {
	content: "";
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

.pagination-wrap {
	margin: 250px auto 70px;
	display: flex;
	justify-content: center;
}

.pagination {
	display: flex;
	align-items: center;
}

.page-btn,
.page-number {
	width: 34px;
	height: 34px;
	border: 1px solid #E5E5E5;
	background: #fff;
	color: #999999;
	font-size: 14px;
	cursor: pointer;
	transition: .2s;
	border-radius: 2px;
	margin-right: 10px;

}

.jump-btn {
	width: 34px;
	height: 34px;
	border: 1px solid #E5E5E5;
	background: #fff;
	color: #999999;
	font-size: 14px;
	cursor: pointer;
	transition: .2s;
	padding: 0;
	border-radius: 2px;
	 white-space: nowrap;
}

.page-number.active {
	background: #127BF2;
	border-color: #127BF2;
	color: #fff;
}
.page-numbers{
	display: flex;
	
}
.page-number {
	margin-left: 10
	
}
.page-btn:hover,
.page-number:hover,
.jump-btn:hover {
	border-color: #127BF2;
	color: #127BF2;
}

.page-number:hover {
	background: #127BF2;
	color: #FFF;
}

.page-total {
	margin-left: 8px;
	margin-right: 18px;
	color: #999999;
	font-size: 14px;
	 white-space: nowrap;
}

.page-input {
	width: 56px;
	height: 34px;
	border: 1px solid #E5E5E5;
	text-align: center;
	color: #999999;
	font-size: 14px;
	outline: none;
	border-radius: 2px;
}

.page-input::-webkit-inner-spin-button,
.page-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.not-available {
	width: 100%;
	font-size: 28px;
	color: #BEBEBE;
	text-align: center;
	padding: 100px 0;
}

.detail-page {
	padding: 58px;
	position: relative;
	display: none;
}

.datail-title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 24px;
	word-break: break-word;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 32px;
	color: #050505;
	line-height: 32px;
}

.create-time {
	margin-top: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
}

.rich-content {
	margin-top: 10px;
}

.detail-back {
	position: absolute;
	top: 15px;
	left: 15px;
	border: 1px solid #BEBEBE;
	padding: 3px 7px;
	border-radius: 4px;
	cursor: pointer;
}

.detail-back:hover {
	border-color: #0D3FD4;
}

.detail-back .back-text {
	color: #BEBEBE;
	font-size: 17px;
	line-height: 17px;
	margin: 0;
}

.detail-back:hover .back-text {
	color: #0D3FD4;
}

#imgList {
	width: 100%;
}

.img-item {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 1200px) {

	.news-container {
		width: 63%;
		padding: 20px;
	}

	.news-item {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
		position: relative;
	}

	.news-img {
		width: 100%;
		height: auto;
	}

	.news-content {
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
		padding-right: 0;
	}

	.news-tabs {
		margin-bottom: 20px;
	}

	.news-name {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.news-desc {
		max-width: 100%;
		font-size: 14px;
		line-height: 24px;
		-webkit-line-clamp: 3;
	}

	.news-arrow {
		display: none;
	}
}

/* @media screen and (max-width: 992px) {
	.news-container {
		margin: 200px auto 0;
	}
} */

@media screen and (max-width: 700px) {
	.news-container {
		width: 95%;
		margin: 20px auto;
		padding: 20px;
	}

	.news-title {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.news-tabs {
		overflow-x: auto;
		white-space: nowrap;
		gap: 10px;
	}

	.news-name {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.news-meta {
		margin-bottom: 10px;
	}
}

/* 手机端 */
@media screen and (max-width: 799px) {
	.news-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;

		-webkit-overflow-scrolling: touch;

		/* 隐藏滚动条 */
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.news-tabs::-webkit-scrollbar {
		display: none;
	}

	.pagination-wrap {
		margin: 50px auto 20px;
	}

	.news-tab {
		flex-shrink: 0;
		white-space: nowrap;
	}

	.page-btn,
	.page-number,
	.page-total,
	.page-input,
	.jump-btn {
		transform: scale(0.6);
		margin:0;
	}
}

@media screen and (min-width: 800px) {
	.news-tabs {
		flex-wrap: wrap;
		overflow: visible;
		white-space: normal;
	}

	.news-tab {
		flex-shrink: 0;
	}
}