.news-archive--desktop {
	padding-top: 85px;
	background: #fff;
}

.news-archive--desktop .news-archive__banner {
	margin: 0;
	line-height: 0;
}

.news-archive--desktop .news-archive__banner img {
	display: block;
	width: 100%;
	height: auto;
}

.news-archive--desktop .news-archive__tabs {
	margin: 0 auto;
	text-align: center;
}

.news-archive--desktop .news-archive__tabs .tab_items {
	display: block;
	text-align: center;
}

.news-archive--desktop .news-archive__tabs a {
	display: inline;
	padding: 7px 30px;
	border-radius: 30px;
	color: #555;
	font-size: 16px;
	line-height: 1.3;
}

.news-archive--desktop .news-archive__tabs a:hover,
.news-archive--desktop .news-archive__tabs a.on {
	background: #2fc7a0;
	color: #fff;
}

.news-archive--desktop .news-archive__grid {
	max-width: 1320px;
	min-width: 0;
	margin: 39px auto 0;
	padding: 0;
}

.news-archive--desktop #HomeNewsList {
	display: block;
	width: 100%;
	margin: 0;
}

.news-archive--desktop #ConNewsList {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: 40px;
	width: 100%;
	margin: 0;
}

.news-archive--desktop .items {
	position: relative;
	min-width: 0;
	height: 340px;
	margin: 0;
}

.news-archive--desktop .items .back {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 266px;
	background: #2fc7a0;
	opacity: 0;
	transition: opacity .35s ease;
}

.news-archive--desktop .items .box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	color: #373737;
}

.news-archive--desktop .items .img {
	position: relative;
	height: 225px;
	margin: 0 20px;
	overflow: hidden;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: background-size .5s ease;
}

.news-archive--desktop .items .link {
	position: absolute;
	inset: 0;
	opacity: 0;
	background: rgba(0, 0, 0, .4) url('../../news/images/detail-icon.png') center / 62px no-repeat;
	transition: opacity .35s ease;
}

.news-archive--desktop .items .link--video {
	background-image: url('../../news/images/videobtn.png');
}

.news-archive--desktop .items .tit {
	margin: 20px 20px 0;
	overflow: hidden;
	color: inherit;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-archive--desktop .items .time {
	display: block;
	margin: 15px 20px 0;
	color: #b9b9b9;
	font-size: 18px;
}

.news-archive--desktop .items:hover .back,
.news-archive--desktop .items:focus-within .back {
	opacity: 1;
}

.news-archive--desktop .items:hover .img,
.news-archive--desktop .items:focus-within .img {
	background-size: 110%;
}

.news-archive--desktop .items:hover .link,
.news-archive--desktop .items:focus-within .link {
	opacity: 1;
}

.news-archive--desktop .items:hover .tit,
.news-archive--desktop .items:hover .time,
.news-archive--desktop .items:focus-within .tit,
.news-archive--desktop .items:focus-within .time {
	color: #fff;
}


.news-archive--desktop #HomeNewsList .link_more_btn {
	height: 80px;
	margin-top: 40px;
	color: #888;
	font-size: 16px;
	line-height: 80px;
	text-align: center;
}

@media screen and (max-width: 1366px) {
	.news-archive--desktop .news-archive__grid {
		max-width: 1200px;
	}
}

.news-video-modal {
	position: fixed;
	z-index: 100001;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	background: rgba(0, 0, 0, .72);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .2s ease, visibility .2s ease;
}

.news-video-modal.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.news-video-modal__dialog {
	position: relative;
	width: min(100%, 960px);
	background: #000;
	box-shadow: 0 12px 40px rgba(0, 0, 0, .35);
}

.news-video-modal__content {
	aspect-ratio: 16 / 9;
}

.news-video-modal__content iframe,
.news-video-modal__content video {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.news-video-modal__close {
	position: absolute;
	z-index: 1;
	top: -16px;
	right: -16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #00c5a1;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}
