.bossgoo-news {
	--brand: #005b9f;
	--brand-dark: #004a82;
	--brand-light: #f0f7ff;
	background: #fcfcfc;
}

.bossgoo-news .page-wrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 24px;
}

.bossgoo-news .page-banner {
	position: relative;
	height: 320px;
	background: url("https://ronnaso.com/en/static/upload/image/20260415/1776241415867256.jpg") center/cover no-repeat;
	overflow: hidden;
}

.bossgoo-news .banner-mask {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.bossgoo-news .banner-inner {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bossgoo-news .banner-title {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
}

.bossgoo-news .breadcrumb {
	background: #fff;
	border-bottom: 1px solid #f3f4f6;
}

.bossgoo-news .breadcrumb-inner {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	color: #6b7280;
}

.bossgoo-news .breadcrumb a {
	color: #6b7280;
	transition: color 0.3s ease;
}

.bossgoo-news .breadcrumb a:hover,
.bossgoo-news .breadcrumb span {
	color: var(--brand);
}

.bossgoo-news .page-main {
	padding: 48px 0;
}

.bossgoo-news .content-layout {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.bossgoo-news .main-content {
	width: 75%;
}

.bossgoo-news .side {
	width: 25%;
}

.bossgoo-news .news-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

.bossgoo-news .news-item {
	display: flex;
	background: #fff;
	border: 1px solid #f3f4f6;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.bossgoo-news .news-item:hover {
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}

.bossgoo-news .news-img {
	width: 33.333%;
	display: block;
	padding: 15px 0 15px 15px;
	overflow: hidden;
}

.bossgoo-news .news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.bossgoo-news .news-item:hover .news-img img {
	transform: scale(1.05);
}

.bossgoo-news .news-info {
	width: 66.667%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
}

.bossgoo-news .news-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 52px;
	margin-bottom: 12px;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 600;
	color: var(--brand);
	transition: color 0.3s ease;
}

.bossgoo-news .news-title:hover {
	color: var(--brand-dark);
}

.bossgoo-news .news-date {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 1.5;
	color: #9ca3af;
}

.bossgoo-news .news-date span {
	font-size: 12px;
	line-height: 1;
}

.bossgoo-news .news-desc {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.65;
	color: #6b7280;
}

.bossgoo-news .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 56px;
}

.bossgoo-news .pagination a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5e7eb;
	border-radius: 2px;
	font-size: 16px;
	color: #6b7280;
	transition: all 0.3s ease;
}

.bossgoo-news .pagination a:hover,
.bossgoo-news .pagination a.active {
	border-color: var(--brand);
	background: var(--brand);
	color: #fff;
}

.bossgoo-news .pagination span {
	font-size: 16px;
	color: #9ca3af;
}

.bossgoo-news .side-card {
	position: sticky;
	top: 24px;
	padding: 0 24px 24px;
	background: #fff;
	border: 1px solid #f3f4f6;
}

.bossgoo-news .side-card>div {
	margin: 0 -24px 16px;
	padding: 12px 16px;
	background: var(--brand);
	border-bottom: 1px solid #f3f4f6;
	font-size: 22px;
	line-height: 1.45;
	font-weight: 600;
	color: #fff;
}

.bossgoo-news .side-card ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bossgoo-news .side-card a {
	display: block;
	padding: 12px 16px;
	border-left: 4px solid transparent;
	border-radius: 2px;
	font-size: 16px;
	color: #666;
	transition: all 0.3s ease;
}

.bossgoo-news .side-card a:hover,
.bossgoo-news .side-card a.active {
	background: var(--brand-light);
	border-left-color: var(--brand);
	color: var(--brand);
}

@media only screen and (max-width: 1040px) {
	.bossgoo-news .page-wrap {
		padding: 0 0.32rem;
	}

	.bossgoo-news .page-banner {
		height: 4.2rem;
	}

	.bossgoo-news .banner-title {
		font-size: 0.72rem;
	}

	.bossgoo-news .breadcrumb-inner {
		padding-top: 0.24rem;
		padding-bottom: 0.24rem;
		font-size: 0.28rem;
	}

	.bossgoo-news .page-main {
		padding: 0.8rem 0;
	}

	.bossgoo-news .content-layout {
		flex-direction: column;
		gap: 0.6rem;
	}

	.bossgoo-news .main-content {
		width: 100%;
	}

	.bossgoo-news .side {
		display: none;
	}

	.bossgoo-news .news-list {
		gap: 0.48rem;
	}

	.bossgoo-news .news-item {
		flex-direction: column;
	}

	.bossgoo-news .news-img {
		width: 100%;
		height: 3.8rem;
		padding: 0.3rem 0.3rem 0;
	}

	.bossgoo-news .news-info {
		width: 100%;
		padding: 0.4rem;
	}

	.bossgoo-news .news-title {
		height: auto;
		margin-bottom: 0.24rem;
		font-size: 0.34rem;
		line-height: 1.45;
	}

	.bossgoo-news .news-date {
		gap: 0.16rem;
		margin-bottom: 0.24rem;
		font-size: 0.24rem;
	}

	.bossgoo-news .news-date span {
		font-size: 0.24rem;
	}

	.bossgoo-news .news-desc {
		font-size: 0.28rem;
		line-height: 1.6;
	}

	.bossgoo-news .pagination {
		gap: 0.16rem;
		margin-top: 0.8rem;
	}

	.bossgoo-news .pagination a {
		width: 0.8rem;
		height: 0.8rem;
		font-size: 0.28rem;
	}

	.bossgoo-news .pagination span {
		font-size: 0.28rem;
	}
}