@charset "utf-8";

.sports-news {
	background: #fff;
	padding: 52px 0 36px;
	font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", sans-serif;
}

.sports-news__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.sports-news__head {
	position: relative;
	text-align: center;
	margin-bottom: 18px;
}

.sports-news__title {
	margin: 0;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #111;
}

.sports-news__subtitle {
	margin: 6px 0 0;
	font-size: 11px;
	color: #666;
	letter-spacing: 0.06em;
}

.sports-news__head-more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #555;
	text-decoration: none;
}

.sports-news__head-more::after {
	content: " \2192";
}

.sports-news__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.sports-news-card {
	background: #fff;
	border: 1px solid #f0f3f8;
	border-radius: 2px;
	padding: 18px 22px;
}

.sports-news-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.sports-news-card__title {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #0150b2;
	letter-spacing: 0.02em;
}

.sports-news-card__title span {
	margin-left: 8px;
	font-size: 16px;
	font-weight: 700;
	color: #0150b2;
}

.sports-news-card__more {
	font-size: 12px;
	color: #0150b2;
	text-decoration: none;
	white-space: nowrap;
}

.sports-news-card__more::after {
	content: " \2192";
}

.sports-news-card__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 兼容 CMS 输出 <li> 结构 */
.sports-news-card__list > li {
	margin: 0;
	padding: 0;
	border: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 7px 0;
}

.sports-news-card__list > li::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #135fc5;
	flex: 0 0 auto;
}

.sports-news-card__list > li > a {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	line-height: 1.45;
}

.sports-news-card__list > li > a:hover {
	color: #0150b2;
}

.sports-news-card__list > li > span,
.sports-news-card__list > li > time {
	flex: 0 0 auto;
	margin-left: 10px;
	font-size: 16px;
	color: #444;
	white-space: nowrap;
}

/* 兼容 CMS 输出 table/tr/td */
.sports-news-card__list table {
	width: 100%;
	border-collapse: collapse;
}

.sports-news-card__list td {
	padding: 7px 0;
	font-size: 16px;
	line-height: 1.45;
	color: #333;
}

.sports-news-card__list td a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: 100%;
	color: inherit;
	text-decoration: none;
}

.sports-news-card__list td a::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #135fc5;
	flex: 0 0 auto;
}

.sports-news-card__list td a:hover {
	color: #0150b2;
}

@media (max-width: 1200px) {
	.sports-news__title {
		font-size: 28px;
	}

	.sports-news-card__title {
		font-size: 17px;
	}

	.sports-news-card__title span {
		font-size: 15px;
	}

	.sports-news-card__list > li > a,
	.sports-news-card__list > li > span,
	.sports-news-card__list > li > time,
	.sports-news-card__list td {
		font-size: 15px;
	}
}

@media (max-width: 860px) {
	.sports-news__grid {
		grid-template-columns: 1fr;
	}

	.sports-news__head-more {
		position: static;
		transform: none;
		display: inline-block;
		margin-top: 8px;
	}
}
