/* 门户布局，叠在 DUX style.css 之上 */

:root {
	--tb--bdbg: #fff;
	--portal-radius: 8px;
}
body {
	background: #fff;
}

.header {
	height: auto !important;
	padding: 0;
	overflow: visible;
}
.header .container {
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header .topbar {
	order: 0;
	position: static;
	width: 100%;
	height: auto;
	line-height: 28px;
	text-align: right;
	font-size: 12px;
	margin-bottom: 6px;
}
.header .logo-row {
	order: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	gap: 12px;
	overflow: hidden;
}
.header .logo,
.header .logo a {
	width: auto !important;
	height: 64px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
	line-height: 64px;
	flex: 0 0 auto;
}
body.portal-home.nav_fixed .header {
	position: relative;
}
.header .logo img {
	max-height: 64px;
	height: 64px;
	width: auto;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}
.header .logo-banner {
	margin-left: auto;
	width: 1020px;
	height: 64px;
	flex: 0 0 1020px;
	max-width: 1020px;
}
.header .logo-row.is-banner-off .logo-banner {
	display: none !important;
}
.header .logo-banner img {
	display: block;
	width: 1020px;
	max-width: none;
	height: 64px;
	object-fit: cover;
	object-position: right center;
}
.header .brand {
	display: none;
}
.header .site-search-form {
	order: 2;
	float: none;
	position: static;
	flex: 1;
	max-width: 520px;
	margin: 0 20px 0 auto;
	display: flex;
	border: 2px solid var(--tb--main);
	height: 40px;
}
.header .site-search-form .search-input {
	flex: 1;
	height: 36px;
	border: 0;
	padding: 0 12px;
}
.header .site-search-form .search-btn {
	width: 48px;
	height: 36px;
	border: 0;
	background: var(--tb--main);
	color: #fff;
}
.header .sitedark,
.header .m-icon-user {
	order: 3;
	position: static;
	float: none;
	margin-left: 10px;
}
.header .site-navbar {
	order: 4;
	float: none;
	position: static;
	margin: 10px -15px -8px;
	width: calc(100% + 30px);
	background: var(--tb--main);
	height: auto;
	line-height: 42px;
	display: flex;
	flex-wrap: nowrap;
	overflow: visible;
}
.header .site-navbar > li {
	float: none;
	flex: 0 0 auto;
}
.header .site-navbar > li > a {
	color: #fff;
	padding: 0 12px;
	height: 42px;
	line-height: 42px;
}
.header .site-navbar > li > a:hover,
.header .site-navbar > li.current-menu-item > a {
	background: rgba(0, 0, 0, 0.12);
	color: #fff;
}

.portal-guide {
	background: #fff;
	border-bottom: 1px solid var(--tb--line);
	padding: 12px 0;
}
.portal-guide-inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px 24px;
}
.portal-guide-col h3 {
	font-size: 14px;
	margin: 0 0 6px;
	color: var(--tb--main);
}
.portal-guide-col ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
}
.portal-guide-col li a {
	font-size: 12px;
	color: #666;
}
.portal-guide-col li a:hover {
	color: var(--tb--main);
}

body.portal-home {
	background: #fff;
}
body.portal-home .portal-hero-wrap,
body.portal-home .container.portal-hero,
body.portal-home .portal-floors {
	margin-bottom: 12px;
}

.portal-hero {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr) 240px;
	gap: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	align-items: stretch;
}
.portal-grid,
.portal-focus,
.portal-aside {
	height: var(--portal-hero-h, 220px);
	min-height: 0;
	overflow: hidden;
}
.portal-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 6px;
	background: #FBFBFB;
	padding: 8px;
	box-sizing: border-box;
	border-radius: var(--portal-radius);
}
.portal-grid-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 6px 0;
	font-size: 12px;
	color: #333;
}
.portal-grid-ico {
	width: 36px;
	height: 36px;
	border-radius: var(--portal-radius);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin-bottom: 4px;
}
.portal-grid-ico-img {
	background: transparent;
	padding: 0;
	overflow: hidden;
	border-radius: var(--portal-radius);
}
.portal-grid-ico-img img {
	width: 36px;
	height: 36px;
	object-fit: contain;
	display: block;
}
.portal-focus {
	background: transparent;
	position: relative;
	border-radius: var(--portal-radius);
	overflow: hidden;
}
.portal-focus #focusslide {
	height: 100%;
	margin: 0;
	border-radius: var(--portal-radius);
	overflow: hidden;
}
.portal-focus .swiper-container,
.portal-focus .swiper-wrapper,
.portal-focus .swiper-slide {
	height: 100%;
}
.portal-focus .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.portal-aside {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.portal-tags {
	background: #FBFBFB;
	padding: 12px;
	box-sizing: border-box;
	flex: 1 1 auto;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border-radius: var(--portal-radius);
}
.portal-tags h3 {
	font-size: 14px;
	margin: 0 0 8px;
	flex: 0 0 auto;
}
.portal-tags .items {
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
}
.portal-tags .items a {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 2px 8px;
	background: var(--tb--tint);
	font-size: 12px;
	color: #666;
}
.portal-tags-empty {
	font-size: 12px;
	color: #999;
}

body.portal-home.site-layout-2 .content-wrap,
body.portal-home.site-layout-3 .content-wrap {
	float: right;
	width: calc(100% - 236px);
	max-width: none;
	margin: 0;
	padding: 0;
}
body.portal-home.site-layout-2 .sidebar,
body.portal-home.site-layout-3 .sidebar {
	float: left;
	width: 220px;
	margin: 0 16px 0 0;
}
/* 门户首页关掉侧栏随动后的固定定位，避免滚到楼层区出现第二份广告/热门 */
body.portal-home .sidebar .widget.-roll-top,
body.portal-home .sidebar .widget.-roll-bottom {
	position: static !important;
	top: auto !important;
	width: auto !important;
}
body.portal-home > section.container {
	overflow: hidden;
}
body.portal-home.site-layout-2 .content-wrap .content,
body.portal-home.site-layout-3 .content-wrap .content {
	float: none;
	width: 100%;
	margin: 0;
}
body.portal-home .content {
	background: #fff;
	padding: 12px 16px;
	width: 100%;
	box-sizing: border-box;
	border-radius: var(--portal-radius);
}
body.portal-home .excerpts-title {
	display: none;
}
body.portal-home .excerpt {
	padding: 8px 0;
	border-bottom: 1px solid var(--tb--line);
}
body.portal-home .excerpt .focus,
body.portal-home .excerpt .note,
body.portal-home .excerpt .meta .author,
body.portal-home .excerpt .meta .pv,
body.portal-home .excerpt .meta .pc,
body.portal-home .excerpt .post-like {
	display: none;
}
body.portal-home .excerpt header {
	margin: 0;
	display: flex;
	align-items: baseline;
	gap: 6px;
}
body.portal-home .excerpt h2 {
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	flex: 1;
}
body.portal-home .portal-cat {
	color: #e53935;
	font-size: 13px;
	flex-shrink: 0;
}
body.portal-home .widget-tops {
	display: none;
}

/* 微分类：5 篇带图，撑满内容区，高度对齐侧栏热门文章 */
body.portal-home .portal-minicat {
	width: 100%;
	margin: 0 0 12px;
	background: #fff;
	box-sizing: border-box;
}
body.portal-home .portal-minicat-hd {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
}
body.portal-home .portal-minicat-hd .red {
	color: #e53935;
}
body.portal-home .portal-minicat-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
}
body.portal-home .portal-minicat-item {
	display: block;
	position: relative;
	overflow: hidden;
	background: #FBFBFB;
	border-radius: var(--portal-radius);
}
body.portal-home .portal-minicat-item img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	display: block;
	border-radius: var(--portal-radius) var(--portal-radius) 0 0;
}
body.portal-home .portal-minicat-item span {
	display: block;
	padding: 8px 4px 10px;
	font-size: 13px;
	line-height: 1.4;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.portal-home .sidebar .widget {
	border-radius: var(--portal-radius);
	overflow: hidden;
}
body.portal-home .sidebar .widget_ui_orbui .item,
body.portal-home .sidebar .widget_ui_orbui img {
	border-radius: var(--portal-radius);
}

.portal-twin-ads {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 12px 0;
	background: transparent;
	padding: 0;
	overflow: hidden;
}
.portal-twin-ads img {
	width: 100%;
	height: auto;
	border-radius: var(--portal-radius);
}

.portal-floor {
	background: #fff;
	margin: 0 0 4px;
	padding: 12px 16px 16px;
	border-radius: var(--portal-radius);
}
.portal-floor-hd {
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--tb--line);
	padding-bottom: 8px;
	margin-bottom: 12px;
}
.portal-floor-hd h3 {
	font-size: 20px;
	color: #e53935;
	margin: 0;
	white-space: nowrap;
}
.portal-floor-hd h3 a {
	color: #e53935;
}
.portal-floor-tags {
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	font-size: 12px;
}
.portal-floor-tags a {
	color: #888;
}
.portal-floor-more {
	color: var(--tb--main) !important;
}
.portal-floor-bd {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) 220px;
	gap: 12px;
	align-items: stretch;
}
.portal-floor-left,
.portal-floor-mid,
.portal-floor-right {
	height: 240px;
	overflow: hidden;
}
.portal-floor-slider {
	position: relative;
	height: 240px;
	overflow: hidden;
	background: #000;
	border-radius: var(--portal-radius);
}
.portal-floor-slider .slide {
	position: absolute;
	inset: 0;
	opacity: 0;
}
.portal-floor-slider .slide.on {
	opacity: 1;
	z-index: 1;
}
.portal-floor-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.portal-floor-slider span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 8px;
	color: #fff;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.45);
}
.portal-floor-headline {
	margin: 0 0 8px;
	font-size: 18px;
}
.portal-floor-headline a {
	color: #e53935;
}
.portal-floor-news {
	height: 240px;
	display: flex;
	flex-direction: column;
}
.portal-floor-news li {
	flex: 1;
	min-height: 0;
	border-bottom: 1px dashed #e6e6e6;
	padding: 4px 0;
	box-sizing: border-box;
}
.portal-floor-news li:last-child {
	border-bottom: 0;
}
.portal-floor-news a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	color: #333;
}
.portal-floor-news strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 6px;
}
.portal-floor-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}
.portal-floor-meta em {
	flex: 1;
	min-width: 0;
	font-style: normal;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.portal-floor-meta time {
	flex: 0 0 auto;
	font-size: 12px;
	color: #999;
	white-space: nowrap;
}
.portal-floor-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px 16px;
	margin-bottom: 10px;
}
.portal-floor-list a {
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.portal-floor-thumbs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}
.portal-floor-thumbs a,
.portal-floor-grid a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--portal-radius);
	height: 100%;
}
.portal-floor-thumbs img,
.portal-floor-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.portal-floor-thumbs span,
.portal-floor-grid span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 4px 6px;
	color: #fff;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.45);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.portal-floor-right {
	display: flex;
	flex-direction: column;
}
.portal-floor-right h4 {
	font-size: 14px;
	margin: 0 0 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid var(--tb--line);
	flex: 0 0 auto;
}
.portal-floor-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 8px;
	flex: 1;
	min-height: 0;
}
.portal-floor-grid img {
	height: 100%;
}

/* 全站关闭搜索 */
.header .site-search-form,
.header .navto-search,
.site-search,
.widget_search,
.widget_ui_search {
	display: none !important;
}

.header .site-navbar {
	overflow: visible;
}
.header .site-navbar > li {
	position: relative;
}
.header .site-navbar .sub-menu {
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	min-width: 140px;
	background: #fff;
	border: 1px solid var(--tb--line);
	padding: 6px 0;
	z-index: 40;
	float: none;
}
.header .site-navbar > li:hover > .sub-menu {
	display: block;
}
.header .site-navbar .sub-menu a {
	color: #333;
	height: 36px;
	line-height: 36px;
	padding: 0 14px;
	display: block;
}
.header .site-navbar .sub-menu a:hover {
	background: #f5f7fa;
	color: var(--tb--main);
}

.portal-cat-hero {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 10px;
	align-items: stretch;
	width: 100%;
	margin: 12px 0;
}
.portal-cat-hero-side {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 10px;
	min-height: 280px;
}
.portal-cat-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--portal-radius);
	background: #FBFBFB;
	min-height: 0;
}
.portal-cat-card-lg {
	min-height: 280px;
}
.portal-cat-card img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.portal-cat-card span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 12px 12px;
	background: #2b2f36;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.portal-cat-card-sm span {
	font-size: 13px;
	padding: 8px 10px 10px;
}
.portal-cat-banner {
	width: 100%;
	margin: 0 0 12px;
	border-radius: var(--portal-radius);
	overflow: hidden;
}
.portal-cat-banner img {
	display: block;
	width: 100%;
	height: auto;
}

body.portal-cat .content,
body.portal-single .content {
	background: #fff;
}
body.portal-cat .excerpts-title {
	margin: 0 0 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--tb--line);
}
body.portal-cat .excerpts-title h3 {
	font-size: 18px;
	margin: 0;
}

body.portal-home .portal-ads-full {
	clear: both;
	float: none;
	display: block;
	width: 100%;
	margin: 12px 0 !important;
	padding: 0;
	box-sizing: border-box;
}
body.portal-home .portal-ads-full img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: var(--portal-radius);
}

.widget_ui_tags .items,
.portal-tags .items {
	overflow: visible;
	white-space: normal;
}
.widget_ui_tags .items a,
.portal-tags .items a {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 4px 10px;
	border-radius: var(--portal-radius);
	font-size: 13px;
	white-space: nowrap;
}
.widget_ui_tags .items a:nth-child(6n+1),
.portal-tags .items a:nth-child(6n+1) {
	background: #e3f2fd;
	color: #1565c0;
}
.widget_ui_tags .items a:nth-child(6n+2),
.portal-tags .items a:nth-child(6n+2) {
	background: #e8f5e9;
	color: #2e7d32;
}
.widget_ui_tags .items a:nth-child(6n+3),
.portal-tags .items a:nth-child(6n+3) {
	background: #fff3e0;
	color: #ef6c00;
}
.widget_ui_tags .items a:nth-child(6n+4),
.portal-tags .items a:nth-child(6n+4) {
	background: #fce4ec;
	color: #c2185b;
}
.widget_ui_tags .items a:nth-child(6n+5),
.portal-tags .items a:nth-child(6n+5) {
	background: #f3e5f5;
	color: #7b1fa2;
}
.widget_ui_tags .items a:nth-child(6n),
.portal-tags .items a:nth-child(6n) {
	background: #e0f7fa;
	color: #00838f;
}
.widget_ui_tags .items a:hover,
.portal-tags .items a:hover {
	opacity: 0.85;
}

.portal-side-hot .thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--portal-radius);
}

/* 平板：介于桌面与手机之间（保留蓝条导航，不用汉堡） */
@media (max-width: 1024px) {
	.m-icon-nav {
		display: none !important;
	}
	.header .site-navbar {
		display: flex !important;
		height: auto !important;
		font-size: 14px !important;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.header .site-navbar > li {
		display: block !important;
	}
	.header .logo,
	.header .logo a {
		width: auto !important;
		height: 48px !important;
		flex: 0 0 auto;
		overflow: visible !important;
		font-size: 0;
		line-height: 0;
	}
	.header .logo img {
		width: auto !important;
		height: 48px;
		max-height: 48px;
		max-width: none;
		object-fit: contain;
	}
	.header .logo-banner {
		height: 48px;
		flex-basis: 1020px;
	}
	.header .logo-banner img {
		width: 1020px;
		height: 48px;
		max-width: none;
		object-fit: cover;
	}

	.portal-guide-inner {
		grid-template-columns: 1fr 1fr;
	}

	.portal-hero {
		grid-template-columns: 180px minmax(0, 1fr);
	}
	.portal-aside {
		display: none;
	}
	.portal-grid,
	.portal-focus {
		height: var(--portal-hero-h, 200px);
	}
	.portal-focus #focusslide {
		height: 100%;
	}

	body.portal-home .portal-minicat-item:nth-child(n + 5) {
		display: none;
	}
	body.portal-home .portal-minicat-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	body.portal-home.site-layout-2 .content-wrap,
	body.portal-home.site-layout-3 .content-wrap,
	body.portal-home.site-layout-2 .sidebar,
	body.portal-home.site-layout-3 .sidebar,
	body.portal-cat .content-wrap,
	body.portal-cat .sidebar,
	body.portal-single .content-wrap,
	body.portal-single .sidebar {
		float: none;
		width: 100%;
		margin: 0 0 12px;
	}

	body.portal-home .sidebar .widget_ui_orbui {
		display: none !important;
	}

	.portal-floor-bd {
		grid-template-columns: 200px minmax(0, 1fr);
	}
	.portal-floor-right {
		display: none;
	}
	.portal-floor-left,
	.portal-floor-mid,
	.portal-floor-news {
		height: 200px;
	}
	.portal-twin-ads {
		grid-template-columns: 1fr;
		margin-left: 16px !important;
		margin-right: 16px !important;
		width: auto !important;
		padding-left: 0;
		padding-right: 0;
		box-sizing: border-box;
	}
	.container.portal-hero {
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}

	.portal-cat-hero,
	.portal-cat-banner {
		margin-left: 16px;
		margin-right: 16px;
		width: auto;
		box-sizing: border-box;
	}
	.portal-cat-hero-side {
		min-height: 200px;
	}
	.portal-cat-card-lg {
		min-height: 200px;
	}
}

/* 手机：汉堡侧栏 + 精简模块 */
@media (max-width: 767px) {
	.header .topbar,
	.header .sitedark,
	.header .m-icon-user,
	.header .site-navbar {
		display: none !important;
	}
	.m-icon-nav {
		display: block !important;
	}
	.header .container {
		padding-left: 48px;
		padding-top: 6px;
		padding-bottom: 6px;
		min-height: 50px;
	}
	.header .logo,
	.header .logo a {
		width: auto !important;
		height: 36px !important;
		flex: 0 0 auto;
		overflow: visible !important;
		font-size: 0;
		line-height: 0;
	}
	.header .logo img {
		width: auto !important;
		height: 36px;
		max-height: 36px;
		max-width: calc(100vw - 80px);
		object-fit: contain;
	}

	.portal-guide,
	.portal-grid,
	.portal-aside,
	body.portal-home .sidebar,
	.portal-floor-left,
	.portal-floor-right,
	.portal-floor-tags a:not(.portal-floor-more),
	.portal-cat-hero-side,
	.portal-side-hot {
		display: none !important;
	}

	.portal-hero {
		grid-template-columns: 1fr;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.portal-focus {
		height: 180px;
	}
	.portal-focus #focusslide {
		height: 180px;
	}

	body.portal-home .portal-minicat-list {
		grid-template-columns: 1fr 1fr;
	}
	body.portal-home .portal-minicat-item img {
		height: 100px;
	}

	body.portal-home.site-layout-2 .content-wrap,
	body.portal-home.site-layout-3 .content-wrap {
		width: 100%;
		float: none;
	}

	.portal-floor-bd {
		grid-template-columns: 1fr;
	}
	.portal-floor-mid,
	.portal-floor-news {
		height: auto;
	}
	.portal-floor-news li {
		flex: none;
		padding: 8px 0;
	}
	.portal-floor-news strong {
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.portal-cat-hero {
		grid-template-columns: 1fr;
	}
	.portal-cat-card-lg {
		min-height: 180px;
	}

	body.portal-cat .excerpt .focus,
	body.portal-cat .sidebar,
	body.portal-single .sidebar > .widget:not(.widget_ui_tags) {
		display: none !important;
	}
}
