
.post-list {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	margin-bottom: 8px !important;
	padding: 12px !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	transition: all 0.2s ease;
}

.post-list:hover {
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	border-color: #ddd;
}

/* 紧凑的容器布局 */
.entry-container {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 0;
}

/* 小头像 */
.author-avatar {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin: 0;
}

.author-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #f8f9fa;
	/* 随机头像优化 */
	background-color: #f0f0f0;
	transition: opacity 0.3s ease;
}

.author-avatar img:hover {
	opacity: 0.8;
}

/* 内容区域 */
.entry-content {
	flex: 1;
	min-width: 0;
}

/* 标题样式 - 单行显示 */
.entry-header {
	margin: 0 0 8px 0;
}

.entry-header h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	/* 单行显示 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.entry-header h3 a {
	color: #333;
	text-decoration: none;
}

.entry-header h3 a:hover {
	color: #007bff;
}


/* 图片显示 - 美化版 */
.entry-summary {
	margin: 8px 0;
}

.tupiansa {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 8px 0;
}

.tupiansa img {
	width: 90px;
	height: 68px;
	border-radius: 6px;
	object-fit: cover;
	border: 1px solid #e9ecef;
	transition: all 0.3s ease;
	cursor: pointer;
}

.tupiansa img:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	border-color: #007bff;
}

/* 元数据区域 */
.entry-meta-items {
	margin: 6px 0 0 0;
}

.entry-meta {
	font-size: 12px;
	color: #666;
	line-height: 1.3;
}

.entry-meta i {
	margin-right: 3px;
}

.entry-meta .meta-viewnums {
	margin-right: 8px;
	color: #666;
	text-decoration: none;
}

.entry-meta time {
	margin-right: 8px;
}

/* 分类标签 */
.item-img-cate {
	background: #007bff;
	color: white;
	padding: 2px 6px;
	border-radius: 10px;
	font-size: 10px;
	font-weight: 500;
	margin-left: 6px;
	display: inline-block;
}

/* meta-vie 样式 */
.meta-vie {
	background: #409eff;
	height: 20px;
	line-height: 20px;
	padding: 0 8px;
	color: #fff;
	font-size: 12px;
	border-radius: 10px;
	display: inline-block;
	margin-right: 6px;
}

/* 作者信息 */
.entry-meta-author {
	font-size: 11px;
	color: #888;
	margin-top: 3px;
}

/* 今日发布样式 */
.today-post {
	color: #f44 !important;
}

.today-posts {
	background-color: #181a1b00 !important;
	color: #343a40 !important;
	border-radius: 5px !important;
	text-align: center !important;
	transition: background-color 0.3s !important;
	font-weight: 900 !important;
	margin: 0 !important;
}

.today-posts m {
	font-size: 2.8rem !important;
	color: red !important;
}

/* 移动端优化 */
@media screen and (max-width: 768px) {
	.today-posts {
		font-size: 1.4rem !important;
		padding: 6px 12px !important;
	}

	.today-posts m {
		font-size: 2.2rem !important;
	}
}

@media screen and (max-width: 580px) {
	.author-avatar {
		display: none;
	}

	.entry-container {
		display: block;
	}

	.post-list {
		padding: 10px !important;
		margin-bottom: 6px !important;
	}

	.entry-header h3 {
		font-size: 15px;
		/* 移动端也保持单行显示 */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/* 移动端图片显示 - 确保显示 */
	.tupiansa {
		display: flex !important;
		flex-wrap: wrap;
		gap: 4px;
		margin: 8px 0;
	}

	.tupiansa img {
		width: calc(33.33% - 3px);
		height: 60px;
		border-radius: 4px;
		object-fit: cover;
		border: 1px solid #e9ecef;
	}

	.entry-meta {
		font-size: 11px;
	}

	/* 强制显示图片区域 */
	.entry-summary.ss {
		display: block !important;
	}

	.tupiansa {
		display: flex !important;
	}
}

/* 去除原有的间距 */
.l-line {
	display: none;
}

/* 列表容器优化 */
.main-content {
	padding: 10px;
}

/* 隐藏所有简介内容 - 完全去除{$v[intro]}显示 */
.entry-summary,
.intro,
.item-excerpt,
.art-intro,
.entry-summary.ss,
.item-content .item-excerpt,
.art-main .art-intro,
.txtCon_one .intro,
.entry-excerpt,
.note,
.excerpt-content,
.post-excerpt,
.content-excerpt,
.article-excerpt,
.summary,
.entry-excerpt,
.post-summary,
.art-summary,
.content-summary {
    display: none !important;
}

/* 强制覆盖所有旧样式 */
.post-list .entry-container,
.post-list.blockimg .entry-container,
.post-list.blockimg:nth-child(even) .entry-container,
.list-left .post-list.blockimg:nth-child(even) .entry-container {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
    position: static !important;
}

/* 覆盖图片相关样式 */
.blockimg .entry-meta.fea-meta {
    position: static !important;
    bottom: auto !important;
    height: auto !important;
    line-height: 1.3 !important;
    margin: 6px 0 0 0 !important;
}

/* 媒体卡片风格 - 兼容其他模板 */
.list-media {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.06);
	border-radius: 6px;
}

.list-media .media-content {
	display: block;
	width: 120px;
	height: 72px;
	background-size: cover;
	background-position: center;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.list-media .list-content {
	flex: 1 1 auto;
	min-width: 0;
}

.list-media .list-title {
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	text-decoration: none;
	display: block;
	margin: 0 0 6px;
}

.list-media .list-title:hover {
	color: #007bff;
}

.list-media .list-footer {
	color: #666;
	font-size: 12px;
	margin: 0;
}

/* 兼容各种列表样式 */
ul.post-list-ul, .guide-listdd ul, .home-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* 图片懒加载样式 */
.lazy-img {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lazy-img.loaded {
    opacity: 1;
}

.post-list {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	margin-bottom: 8px !important;
	padding: 12px !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	transition: all .2s ease
}

.post-list:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	border-color: #ddd
}

.entry-container {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 0
}

.author-avatar {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin: 0
}

.author-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #f8f9fa;
	background-color: #f0f0f0;
	transition: opacity .3s ease
}

.author-avatar img:hover {
	opacity: .8
}

.entry-content {
	flex: 1;
	min-width: 0
}

.entry-header {
	margin: 0 0 8px 0
}

.entry-header h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.entry-header h3 a {
	color: #333;
	text-decoration: none
}

.entry-header h3 a:hover {
	color: #007bff
}

.entry-summary {
	margin: 8px 0
}

.tupiansa {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 8px 0
}

.tupiansa img {
	width: 110px;
	height: 88px;
	border-radius: 6px;
	object-fit: cover;
	border: 1px solid #e9ecef;
	transition: all .3s ease;
	cursor: pointer
}

.tupiansa img:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	border-color: #007bff
}

.entry-meta-items {
	margin: 6px 0 0 0
}

.entry-meta {
	font-size: 12px;
	color: #666;
	line-height: 1.3
}

.entry-meta i {
	margin-right: 3px
}

.entry-meta .meta-viewnums {
	margin-right: 8px;
	color: #666;
	text-decoration: none
}

.entry-meta time {
	margin-right: 8px
}

.item-img-cate {
	background: #007bff;
	color: #fff;
	padding: 2px 6px;
	border-radius: 10px;
	font-size: 10px;
	font-weight: 500;
	margin-left: 6px;
	display: inline-block
}

.meta-vie {
	background: #409eff;
	height: 20px;
	line-height: 20px;
	padding: 0 8px;
	color: #fff;
	font-size: 12px;
	border-radius: 10px;
	display: inline-block;
	margin-right: 6px
}

.entry-meta-author {
	font-size: 11px;
	color: #888;
	margin-top: 3px
}

.today-post {
	color: #f44 !important
}

.today-posts {
	background-color: #181a1b00 !important;
	;
	color: #343a40 !important;
	border-radius: 5px !important;
	text-align: center !important;
	transition: background-color .3s !important;
	font-weight: 900 !important;
	margin: 0 !important
}

.today-posts m {
	font-size: 2.8rem !important;
	color: red !important
}

@media screen and (max-width:768px) {
	.today-posts {
		font-size: 1.4rem !important;
		padding: 6px 12px !important
	}

	.today-posts m {
		font-size: 2.2rem !important
	}
}

@media screen and (max-width:580px) {
	.author-avatar {
		display: none
	}

	.entry-container {
		display: block
	}

	.post-list {
		padding: 10px !important;
		margin-bottom: 6px !important
	}

	.entry-header h3 {
		font-size: 15px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.tupiansa {
		display: flex !important;
		flex-wrap: wrap;
		gap: 4px;
		margin: 8px 0
	}

	.tupiansa img {
		width: calc(30% - 3px);
		height: 60px;
		border-radius: 4px;
		object-fit: cover;
		border: 1px solid #e9ecef
	}

	.entry-meta {
		font-size: 11px
	}

	.entry-summary.ss {
		display: block !important
	}

	.tupiansa {
		display: flex !important
	}
}

.l-line {
	display: none
}

