.bossgoo-index-news105 {
	padding: 96px 0;
	border-bottom: 1px solid #f1f5f9;
	background-color: #fff;
	background-image: linear-gradient(to right, rgba(5, 79, 178, .04) 1px, transparent 1px), linear-gradient(to bottom, rgba(5, 79, 178, .04) 1px, transparent 1px);
	background-size: 30px 30px;
	color: #0f172a;
	/* font-family: Arial, Helvetica, sans-serif; */
}

.bossgoo-index-news105 .wrap {
	max-width: 1560px;
	padding: 0 16px;
}

.bossgoo-index-news105 .module-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 64px;
}

.bossgoo-index-news105 .module-title {
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.bossgoo-index-news105 .all-link {
	flex: 0 0 auto;
	padding: 12px 24px;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	color: #334155;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: border-color .3s ease, color .3s ease, background-color .3s ease;
}

.bossgoo-index-news105 .all-link:hover {
	border-color: #054fb2;
	background: #fff;
	color: #054fb2;
}

.bossgoo-index-news105 .news-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.bossgoo-index-news105 .news-card {
	display: flex;
	gap: 24px;
	padding: 16px;
	border: 1px solid #e2e8f0;
	border-radius: 4px;
	background: #fff;
	transition: box-shadow .3s ease, transform .3s ease;
}

.bossgoo-index-news105 .news-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(15, 23, 42, .1);
}

.bossgoo-index-news105 .news-img {
	flex: 0 0 40%;
	align-self: flex-start;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: 4px;
	background: #f8fafc;
}

.bossgoo-index-news105 .news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.bossgoo-index-news105 .news-card:hover .news-img img {
	transform: scale(1.05);
}

.bossgoo-index-news105 .news-info {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	min-width: 0;
	padding: 4px 0;
}

.bossgoo-index-news105 time {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 4px;
	background: rgba(5, 79, 178, .1);
	color: var(--themeColor);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.bossgoo-index-news105 .news-title {
	display: -webkit-box;
	margin-top: 12px;
	color: #0f172a;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
	transition: color .3s ease;
}

.bossgoo-index-news105 .news-title:hover,
.bossgoo-index-news105 .more-link:hover {
	color: #023880;
}

.bossgoo-index-news105 .news-desc {
	margin-top: 8px;
	color: #64748b;
	font-size: 14px;
	line-height: 1.65;
}

.bossgoo-index-news105 .more-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 16px;
	color: var(--themeColor);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .6px;
	text-transform: uppercase;
	transition: color .3s ease;
}

.bossgoo-index-news105 .more-link span {
	font-size: 15px;
	transition: transform .3s ease;
}

.bossgoo-index-news105 .more-link:hover span {
	transform: translateX(3px);
}

@media only screen and (max-width: 1040px) {
	.bossgoo-index-news105 {
		padding: 1.2rem 0;
		background-size: .5rem .5rem;
	}

	.bossgoo-index-news105 .wrap {
		padding: 0 .2rem;
	}

	.bossgoo-index-news105 .module-head {
		align-items: flex-start;
		gap: .3rem;
		margin-bottom: .6rem;
	}

	.bossgoo-index-news105 .module-title {
		font-size: .6rem;
		line-height: 1.05;
	}

	.bossgoo-index-news105 .all-link {
		padding: .2rem .24rem;
		font-size: .22rem;
		letter-spacing: .02rem;
	}

	.bossgoo-index-news105 .news-grid {
		grid-template-columns: 1fr;
		gap: .28rem;
	}

	.bossgoo-index-news105 .news-card {
		gap: .24rem;
		padding: .2rem;
		border-radius: .08rem;
	}

	.bossgoo-index-news105 .news-img {
		border-radius: .08rem;
	}

	.bossgoo-index-news105 .news-info {
		padding: .04rem 0;
	}

	.bossgoo-index-news105 time {
		padding: .08rem .12rem;
		border-radius: .06rem;
		font-size: .22rem;
	}

	.bossgoo-index-news105 .news-title {
		margin-top: .2rem;
		font-size: .28rem;
		line-height: .38rem;
	}

	.bossgoo-index-news105 .news-desc {
		margin-top: .12rem;
		font-size: .24rem;
		line-height: .36rem;
	}

	.bossgoo-index-news105 .more-link {
		gap: .1rem;
		margin-top: .24rem;
		font-size: .22rem;
		letter-spacing: .01rem;
	}

	.bossgoo-index-news105 .more-link span {
		font-size: .3rem;
	}

	.bossgoo-index-news105 .news-card:hover {
		transform: none;
		box-shadow: none;
	}
}