.hotNewsListView, .hotGalleryListView{
	border-bottom: 1px solid #e0e0e0;
}

.hotNewsListView:first-child  {
	border-top: 1px solid #e0e0e0;
}

.contentDivider {
	height: .5rem;
	width: 100%;
	background-color: #e9cb4b;
	position: relative;
	margin-bottom: 1rem;
	z-index: -1;
}

.contentDivider:before {
	content: "";
    width: 30%;
    border-top: .4rem solid rgb(244, 244, 242);
    border-right: .5rem solid transparent;
    position: absolute;
    min-width: 11rem;
    top: -.05rem
}
.hotNewsListView .indexLabel {
	min-height:4.4rem;
	}

/* .hotGalleryListView{padding:0.5rem 0} */
.hotNewsListView .bctDate{color:#9a9a9a}
.hotNewsListView .line2Truncate, .hotGalleryListView:not(:first-child) .line2Truncate{color:black}


