.header.is-active,
.header.is-default,
.header:not(.is-active):hover {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.relative {
	position: relative;
}

.swiper {
	width: 100%;
	overflow: hidden;
	margin: auto;
	height: 100%;
}
.mySwiper {
	background: url('../imgs/news/industry-button.png') 50% 50% no-repeat;
	background-size: cover;
}
.mySwiper .swiper-slide {
	background-size: cover;
	height: 670px;
	width: 100% !important;
}

.mySwiper .swiper-slide .location‌ {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
}

.mySwiper .swiper-slide .location‌txt {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
}

.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	border-radius: 16px;
}

.mySwiper .swiper-pagination {
	text-align: left;
}

.mySwiper > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 1440px;
	bottom: 24px;
	left: calc((100% - 1440px) / 2);
}

.mySwiper .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.8);
}

.mySwiper .swiper-pagination-bullet-active {
	background: #095fc1;
	width: 40px;
	border-radius: 4px;
}

.slide-left {
	width: 660px;
}

.slide-left .tag {
	width: 80px;
	height: 32px;
	background: rgba(9, 95, 193, 0.1);
	border-radius: 4px 4px 4px 4px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #095fc1;
	line-height: 32px;
}

.slide-left .title {
	font-weight: 500;
	font-size: 32px;
	color: #07021b;
	margin-top: 24px;
}

.slide-left .subtitle {
	font-weight: 400;
	font-size: 16px;
	color: #505764;
	margin-top: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.slide-left .info {
	display: flex;
	gap: 32px;
	margin-top: 24px;
}

.slide-left .info .iconfont {
	font-size: 12px;
}

.slide-left .info .time {
	font-weight: 400;
	font-size: 12px;
	color: #505764;
	display: flex;
	align-items: center;
	gap: 3px;
}

.slide-left .info .view {
	font-weight: 400;
	font-size: 12px;
	color: #505764;
	display: flex;
	align-items: center;
	gap: 3px;
}

.news-container {
	background: #f7f8fb;
}

.news-container .tabs {
	background: #fff;
	display: flex;
	align-items: end;
	justify-content: center;
	gap: 320px;
	height: 64px;
}

.news-container .tabs .tab-item {
	font-weight: 400;
	font-size: 20px;
	color: #505764;
	position: relative;
	cursor: pointer;
}

.news-container .tabs .active {
	font-weight: 500;
	font-size: 20px;
	color: #095fc1;
}

.news-container .tabs .tab-item::after {
	width: 80px;
	content: '';
	display: block;
	border-bottom: 4px solid transparent;
	text-align: center;
	margin: 0 auto;
	margin-top: 14px;
	border-radius: 2px;
}

.news-container .tabs .active::after {
	width: 80px;
	content: '';
	display: block;
	border-bottom: 4px solid #095fc1;
	text-align: center;
	margin: 0 auto;
	margin-top: 14px;
	border-radius: 2px;
}

.news-container .tabs .tab-item:nth-child(1)::before {
	border-right: 1px solid #dcdfe6;
	content: '';
	width: 2px;
	height: 26px;
	position: absolute;
	left: 240px;
}

.newsList {
	display: flex;
	gap: 24px;
	background: #f7f8fb;
	padding-bottom: 70px;
}
.newsList-left-body {
	width: 1036px;
}
.newsList .news-item {
	width: 1036px;
	height: 204px;
	background: #ffffff;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #dcdfe6;
	display: flex;
	padding: 24px;
	gap: 24px;
	margin-top: 24px;
}

.newsList .news-item .news-item-img {
	width: 288px;
	height: 156px;
}

.newsList .news-item .news-item-img img {
	width: 288px;
	height: 156px;
	border-radius: 8px;
}

.news-item-content {
	width: 676px;
}

.news-item-content .new-title {
	font-weight: 400;
	font-size: 20px;
	color: #07021b;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.news-item-content .news-desc {
	font-weight: 400;
	font-size: 14px;
	color: #505764;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.news-item-content .news-info {
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
}

.news-item-content .news-info .label {
	display: flex;
	gap: 35px;
}

.news-item-content .news-info .label .news-time {
	display: flex;
	align-items: center;
	gap: 3px;
	font-weight: 400;
	font-size: 12px;
	color: #505764;
}

.news-item-content .news-info .label .news-time .iconfont {
	font-size: 12px;
}

.news-item-content .news-info .label .news-view {
	display: flex;
	align-items: center;
	gap: 3px;
	font-weight: 400;
	font-size: 12px;
	color: #505764;
}

.news-item-content .news-info .label .news-view .iconfont {
	font-size: 12px;
}

.badge {
	width: 64px;
	height: 24px;
	background: rgba(9, 95, 193, 0.1);
	border-radius: 4px 4px 4px 4px;
	text-align: center;
	line-height: 24px;
	font-weight: 400;
	font-size: 12px;
	color: #095fc1;
}

.newsList-right {
	width: 380px;
	height: 864px;
	background: #ffffff;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #dcdfe6;
	margin-top: 24px;
	padding: 24px;
}

.newsList-right .item {
	border-bottom: 1px solid #ebeef5;
	padding-bottom: 24px;
}

.newsList-right .title {
	display: flex;
	gap: 3px;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
}

.newsList-right .item-img {
	margin-top: 24px;
	position: relative;
	border-radius: 8px;
}
.newsList-right .item-img img {
	border-radius: 8px;
}

.newsList-right .item-img .label {
	position: absolute;
	width: 54px;
	height: 24px;
	background: #095fc1;
	border-radius: 8px 0px 8px 0px;
	left: 0px;
	top: 0px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
	line-height: 24px;
}

.newsList-right .item .title {
	font-weight: 500;
	font-size: 14px;
	color: #07021b;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.newsList-right .info {
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
}

.newsList-right .info .time {
	display: flex;
	align-items: center;
	gap: 3px;
	font-weight: 400;
	font-size: 12px;
	color: #505764;
	width: 85px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsList-right .info .time .iconfont {
	font-size: 12px;
}

.newsList-right .info .view {
	display: flex;
	align-items: center;
	gap: 3px;
	font-weight: 400;
	font-size: 12px;
	color: #505764;
}

.newsList-right .info .view .iconfont {
	font-size: 12px;
}

.newsList-right .list .list-item {
	display: flex;
	align-items: center;
	gap: 16px;
}

.newsList-right .list .list-item .item-img {
	width: 120px;
	height: 84px;
}

.newsList-right .list .list-item .item-img img {
	width: 120px;
	height: 84px;
}

.newsList-right .list .list-item .list-item-content {
	width: 196px;
}

.newsList-right .list .list-item .list-item-content .title {
	font-weight: 500;
	font-size: 14px;
	color: #07021b;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.newsList-right .list .list-item .list-item-content .info {
	margin-top: 26px;
}

.pagination {
	display: flex;
	align-items: center;
	margin-top: 40px;
	justify-content: center;
}

.pagination__jump {
	display: flex;
	align-items: center;
}

.items-per-page {
	display: flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	text-align: left;
	font-size: 14px;
	padding: 4px 12px;
	gap: 6px;
	min-height: 24px;
	line-height: 24px;
	border-radius: 4px;
	background-color: #fff;
	transition: 0.3s;
	transform: translateZ(0);
	box-shadow: 0 0 0 1px #dcdfe6 inset;
	margin-left: 16px;
	margin-right: 16px;
	outline: none;
	border: none;
	background: none;
	width: 128px;
}

.pagination__goto {
	margin-right: 16px;
}

#items-per-page,#items-per-page2 {
	width: 128px;
}

.input__wrapper {
	display: inline-flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	padding: 1px 11px;
	background-color: fff;
	background-image: none;
	border-radius: 4px;
	cursor: text;
	transition: 0.3s;
	transform: translateZ(0);
	box-shadow: 0 0 0 1px #dcdfe6 inset;
}

.pagination__editor {
	width: 56px;
}

.input__inner {
	width: 100%;
	flex-grow: 1;
	color: #606266;
	font-size: inherit;
	height: 24px;
	line-height: 24px;
	padding: 0;
	outline: none;
	border: none;
	background: none;
	box-sizing: border-box;
}

input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
}

input[type='number'] {
	-moz-appearance: textfield;
}

.btn-prev {
	margin: 0 4px;
	color: #a8abb2;
	background-color: #f5f7fa;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	min-width: 32px;
	height: 32px;
	line-height: 32px;
	color: #303133;
	padding: 0 4px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}

.btn-prev:disabled {
	color: #c0c4cc;
	background-color: #f5f7fa;
	cursor: not-allowed;
}

.btn-next {
	margin: 0 4px;
	color: #a8abb2;
	background-color: #f5f7fa;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	min-width: 32px;
	height: 32px;
	line-height: 32px;
	color: #303133;
	padding: 0 4px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}

.btn-next:disabled {
	color: #c0c4cc;
	background-color: #f5f7fa;
	cursor: not-allowed;
}

.page-numbers {
	user-select: none;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.page-number.active {
	background-color: #e8f5ff;
	border: 1px solid #409eff;
	color: #409eff;
}

.page-number {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	color: #303133;
	padding: 0 4px;
	border: 1px solid #e2e5ea;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	margin: 0 4px;
}
.news-content {
	display: none;
}
.news-content:nth-child(1) {
	display: block;
}
