.tabUlPreWrap .active
{
	color:#F39C8C !important;
}
.articleDetail h2:not(.linkedTitle) {
 color:#000 !important;
 text-align: left;
 padding-bottom: 8px;
}
.articleDetail img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
iframe {
	margin: 16px auto 16px auto;
	text-align: center;
	display: block;
}
.forCollections {
	min-height: 320px;
}
.tabUlPreWrap {
	margin: 0 auto 16px auto;
}
.tabUlPreWrap a {
	font-size:15px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-right: 16px;
}
.tabUlPreWrap li:last-child a {
	margin-right: 0;
}
.toTag ul {
	width: max-content;
	margin:0 auto;
	padding-left: 0;
}
.toTag ul li {
	list-style: none;
	display: inline-flex;
	margin-bottom: 8px;
	align-items: center;
	margin-right: 10px;
}
.toTag ul li a
{
	color:#000;
}
.toTag ul li:before {
	content: '';
	display: block;
	width: 17px;
	min-width: 17px;
	height: 14px;
	margin-right: 8px;
	background-image: url(/img/ui/heartSmall.svg);
	background-repeat: no-repeat;
	background-position: left center;
}
