.hotNewsListView > a{
	position: relative;
	display: block;
    width: 100%;
}
.hotNewsListView .thumbnail {
	width: 8.7rem;
}
.hotNewsListView .hotNewsSubject {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.hotNewsListView {
	width: 100%;
}

.hotNewsSubjectContainer{
	width: calc(100% - 2.6rem);
}

.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
}

.indexLabel {
    font-size: 1rem;
    text-align: center;
    width: 2rem;
    background-color: #eacc3e;
    padding-right: 0 !important;
    margin-right: .5rem;
}

.hotNewsListView div.align-middle.media-object {
   /*  background-color: rgb(255, 255, 255);
    border: solid #dfdfdd;
    border-width: 0 .1rem .1rem 0;
    padding: .5rem .3rem .5rem .5rem; */
}
.hotNewsListViewContainer{
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: solid #dfdfdd;
    border-width: 0 .1rem .1rem 0;
    margin-bottom: .5rem;
    padding: 1rem .5rem 0 1rem;
}

@media screen and (max-width: 39.9375em) {
}
