#indexhgroup {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
}
#indexhgroup .mainlabel {
	font-size: 1.6em;
	font-weight: 500;
	display: block;
}
#indexhgroup .sublabel {
	font-size: 0.6em;
	font-weight: 400;
	display: block;
	margin-top: 1.2em;
}

[data-qprimary="hashtag"] #indexhgroup .mainlabel {
	font-size: 1.0em;
}
[data-qprimary="hashtag"] #indexhgroup .mainlabel i {
	opacity: 0.4;
	margin-right: 0.1em;
}

/**/
#articles {
	background-color: transparent;
	margin: 0 -0.6em;
}
#articles li {
	width: 50%;
	margin-bottom: 1.2em;
	position: relative;
	z-index: 0;
	padding: 0 0.6em;
}
#articles li a.im {
	display: block;
	position: relative;
	z-index: 0;
}
#articles li a.im::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 68%;
	top: 0;
	left: 0;
}
#articles li a.im img {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	border-radius: 0.2em;
}
#articles li a.im:hover > img {
	animation-name: brightOver;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
#articles li .info-wrap {
	padding-top: 1em;
}
#articles li .date {
	font-size: 0.9em;
	line-height: 1em;
	margin-bottom: 0.7em;
	opacity: 0.7;
	display: block;
}
#articles li .title {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 500;
}
#articles li .title > a {
	display: block;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
	#articles li .title > a::after {
		content: "more";
		font-size: 0.6em;
		text-transform: uppercase;
		font-family: var(--font-g3);
		font-weight: 300;
		line-height: 1em;
		display: block;
		margin-top: 1.5em;
		background-image: url(/share/im/nv_arrow02.svg);
		background-position: left 3.4em bottom;
		background-size: auto 0.6em;
	}
	#articles li .title > a:hover::after {
		opacity: 0.5;
	}
#articles li .content-wrap {
	overflow: hidden;
	width: 100%;
}
#articles li .content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 0.78em;
	line-height: 1.7em;
	opacity: 0.68;
}
@media only screen and (min-width:640px) {
	#articles li {
		width: 33.33%;
	}
}

#control {
	display: none;
	margin-top: 1rem;
	margin-bottom: 3rem;
}
#control[data-enable="true"] {
	display: block;
}
