.show-con {
	background-color: #f9f9f9;
	border-top: 1px solid #e6e6e6;
	/* margin-top: 50px; */
	margin-bottom: -50px;
	padding: 30px 0 100px;
}

.news-detail-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 20px;
}

.news-detail-container1 {
	max-width: 1100px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 50px 50px 100px;
	margin-top: 20px;
}

.vdoclass {
	width: 100%;
	height: auto;
	max-height: 600px;
	object-fit: cover;
}

.main-content {
	display: flex;
	justify-content: space-between;
}

.left-column {
	width: 66%;
}

.right-column {
	width: 24%;
}

/* 左边内容样式 */
.title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.publish-date {
	color: #6f6e74;
	margin-bottom: 3rem;
}

.cover-container {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 1.5rem;
	background: #f5f5f5;
	border-radius: 2px;
	overflow: hidden;
}

.cover-container img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-container {
	position: relative;
	overflow: hidden;
}

.lead-container {
	position: relative;
	padding: 1px 10px;
	margin: 10px 0 1rem;
	background: #f8f8f8;
	border-left: 3px solid #6f6e74;
}

.lead-text {
	color: #6f6e74;
	line-height: 1.6;
}

.content {
	line-height: 40px;
	margin-bottom: 2rem;
	margin-top: 4rem;
}

.content>>>img {
	max-width: 100% !important;
	height: auto !important;
	margin: 1rem 0;
	border-radius: 4px;
}

.content p {
	color: #333;
	font-size: 18px;
	margin-bottom: 15px;
}

.info-row {
	display: flex;
	justify-content: space-between;
	color: #9a9a9a;
	margin: 2rem 0 0;
	padding: 1rem 0;
}

.action-row {
	display: flex;
	gap: 2rem;
}

.views,
.likes {
	display: flex;
	align-items: center;
	gap: 0.2rem;
	transition: color 0.3s;
}

.likes {
	color: #000;
	cursor: pointer;
}

.views .iconfont,
.likes .iconfont {
	font-size: 22px;
	margin-right: 5px;
	color: #6f6e73;
}

.likes.liked .iconfont {
	color: #ff4d4f;
}

.likes.liked {
	color: #ff4d4f;
}

.likes:hover,
.likes .iconfont:hover {
	color: #ff4d4f;
}

.keywords-row {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
	border-top: 1px solid #eee;
	padding-top: 2rem;
}

.action-row .view {
	color: #000;
}

.label {
	font-size: 20px;
}

.keywords {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.keyword {
	color: #ff4d4f;
	cursor: pointer;
	text-decoration: none;
}

.keyword:hover {
	text-decoration: underline;
}

.author {
	padding-left: 10px;
}

.author a {
	color: #3253a2;
	cursor: pointer;
	text-decoration: none;
}

.author a:hover {
	color: #ff4d4f;
	cursor: pointer;
	text-decoration: none;
}

/* 右边推荐样式 */
.recommend-title {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	margin-top: 0.4rem;
}

.recommend-item {
	background: #fff;
	/* border-radius: 4px; */
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
}

.recommend-cover {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 1rem;
	/* border-radius: 4px; */
	overflow: hidden;
	background: #f5f5f5;
}

.recommend-cover img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.recommend-item:hover img {
	transform: scale(1.05);
}

.recommend-item-title {
	font-size: 1rem;
	color: #333;
	margin-bottom: 0.5rem;
	padding: 0 1rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.recommend-item:hover .recommend-item-title {
	color: #ff4d4f;
}

.recommend-date {
	font-size: 0.875rem;
	color: #6f6e73;
	padding: 0 1rem;
}

/* 骨架屏加载动画 */
.lazy-img {
	opacity: 0;
	transition: opacity 0.3s;
}

.lazy-img.loaded {
	opacity: 1;
}

/* 图文播放图标 */
.play-icon {
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-30%, -50%);
	width: 60px;
	height: 60px;
	color: white;
	opacity: 0.9;
	transition: opacity 0.3s;
}

.content img {
	max-width: 100%;
	height: auto;
}
.video-wrapper{position: relative;}
.video-wrapper video {
	background: rgba(0, 0, 0, 0.03);
	height: auto;
	min-height: 20rem;
	max-height: 40rem;
}
.video-tagss {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	z-index: 2;
}
.tag-1 {
	background-color: #ff4d4f;
}

.tag-3 {
	background-color: #1890ff;
}

.tag-2 {
	background-color: #52c41a;
}
.mt-toplive {
	margin-top: 100px;
}

.container-pl {
	max-width: 1400px;
	margin: 0 auto;
}

/* 评论发布区样式 */
.comment-publish {
	padding-bottom: 20px;
	margin-top: 100px;
}

.comment-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.comment-title {
	display: flex;
	align-items: center;
}

.comment-title .label-pl{
	color: #333;
	font-size: 20px;
	margin-right: 10px;
}

.comment-tip {
	color: #999999;
	font-size: 12px;
}

.comment-count {
	color: #999999;
	font-size: 14px;
}

.comment-count span {
	color: #ff0000;
}

.comment-textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #cecccc;
	border-radius: 2px;
	background-color: #ffffff;
	resize: vertical;
	min-height: 120px;
	font-size: 14px;
	line-height: 1.5;
}

.comment-textarea:focus {
	outline: none;
	border-color: #379be9;
}

.comment-submit {
	height: 50px;
	background-color: #efefef;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 30px;
	margin-top: -3px;
}

.submit-btnpl {
	background-color: #379be9;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	padding: 8px 20px;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.submit-btnpl:hover {
	background-color: #2a87d1;
}

.submit-btnpl:disabled {
	background-color: #7caed5;
	cursor: not-allowed;
}

/* 评论列表区样式 */
.comment-list {
	border-radius: 4px;
	padding: 20px;
}

.comment-item {
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
}

.comment-item:last-child {
	border-bottom: none;
}

.comment-user {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.user-avatara {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #efefef;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-weight: bold;
}

.user-avatara img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.user-name {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

.comment-time {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.comment-content {
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 50px;
}

.comment-actions {
	display: flex;
	align-items: center;
	padding-left: 50px;
}

.action-btn {
	color: #999;
	font-size: 12px;
	margin-right: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.action-btn:hover {
	color: #ff4d4f;
}

.action-btn i {
	margin-right: 2px;
	font-size: 15px;
}
.action-btn.liked {
    color: #ff4d4f;
}

.load-more {
	text-align: center;
	padding: 15px 0;
}

.load-more-btn {
	color: #999;
	background: none;
	border: none;
	font-size: 14px;
	cursor: pointer;
}

.load-more-btn:hover {
	text-decoration: underline;
}

/* 回复框样式 */
.reply-box {
	margin-top: 15px;
	padding-left: 50px;
}

.reply-textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #cecccc;
	border-radius: 4px;
	background-color: #ffffff;
	resize: vertical;
	min-height: 80px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.reply-actions {
	display: flex;
	justify-content: flex-end;
}

.reply-btn {
	background-color: #379be9;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	padding: 5px 15px;
	font-size: 12px;
	cursor: pointer;
	margin-left: 10px;
}

.reply-btn.cancel {
	background-color: #999;
}

/* 回复列表样式 */
.reply-list {
	margin-top: 10px;
	padding-left: 50px;
}

.reply-item {
	padding: 10px 0;
	border-top: 1px dashed #ddd;
}

/* 提示消息样式 */
.message-pl {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translatex(-50%);
	padding: 10px 20px;
	background-color: #4caf50;
	color: white;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.3s;
}

.message-pl.error {
	background-color: #f44336;
}

.message-pl.show {
	opacity: 1;
}

/* 响应式布局 */
@media (max-width: 1024px) {
	.main-content {
		flex-direction: column;
	}

	.left-column,
	.right-column {
		width: 100%;
	}

	.right-column {
		margin-top: 3rem;
		display: none;
	}

	.info-row {
		flex-direction: column;
	}

	.action-row {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.title {
		font-size: 1.5rem;
	}

	.lead-container {
		margin: 1rem 0;
	}

	.show-con {
		padding-top: 0;
		padding-bottom: 0;
	}

	.video-wrapper video {
		max-height: 20rem;
	}

	.news-detail-container1 {
		padding: 30px 20px 50px;
		margin: 0;
	}

	/* 评论样式star */
	.comment-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.comment-count {
		margin-top: 10px;
	}

	.comment-content,
	.comment-actions,
	.reply-box,
	.reply-list {
		padding-left: 0;
	}

	.user-avatara {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	/* 评论样式end */
}

/* 骨架屏加载动画 */
.lazy-img {
	opacity: 0;
	transition: opacity 0.3s;
}

.lazy-img.loaded {
	opacity: 1;
}