/* tv25 全站：加宽容器 + 侧栏/选集内边距（与 detail 页一致） */
body .container {
	width: 100% !important;
	max-width: 1600px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
	box-sizing: border-box;
}
.stui-pannel-side .stui-pannel_bd ul.stui-vodlist__text li.bottom-line-dot > a {
	padding-right: 10px;
}
.stui-pannel-side .stui-pannel_bd ul.stui-vodlist__text li.bottom-line-dot .pull-right {
	margin-right: 2px;
}
.col-lg-wide-75 .stui-pannel-box.playlist .stui-pannel_bd.col-pd {
	padding-left: 20px;
	padding-right: 20px;
}

/* 栏目页 type/slide：与原版 carousel 相同横排逻辑（inline-block + nowrap），不用 Flickity，避免整屏空白 */
.tv25-type-strip {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	white-space: nowrap;
	font-size: 0;
}
.tv25-type-strip .list,
.tv25-type-strip [class^="col-"] {
	float: none !important;
	display: inline-block !important;
	vertical-align: top;
	white-space: normal;
	font-size: 14px;
	box-sizing: border-box;
}
