/** 上观号页面样式 */

/* 页面基础样式复用 index.css 和 global.css */

/* 上观号页面特定样式 */

.more-home-news {
	margin-top: 20px;
}

.more-home-news .recommend-head {
	height: 44px;
	padding-left: 14px;
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5;
}

.more-home-news .label-icon {
	display: inline-block;
	margin-top: 10px;
	color: #222643;
	font-size: 16px;
}

.apply-join {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	background-color: #fff;
	padding: 10px 0;
	margin: 30px 30px;
	border-radius: 10px;
	cursor: pointer;
}

/* 上观号列表模式：固定题图高度，避免竖图撑高列表项 */
.more-home-news .liebiao-ul .left {
	height: 122px;
	overflow: hidden;
}

.more-home-news .liebiao-ul .left a {
	display: block;
	height: 100%;
}

.more-home-news .liebiao-ul .pic {
	height: 100%;
	object-fit: cover;
}

.video-btn {
	display: none;
}

.banner-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.liebiao-ul .pic {
	width: 100%;
	border: 0;
	border-radius: 5px;
	height: 148px;
	object-fit: cover;
}


/* 响应式调整 */
@media screen and (max-width: 1200px) {
	.banner-section {
		min-height: auto;
	}
}