.newsPhotoContainer .sideListview .captionContainer {
	height: auto;
	margin: 0;
	width: 100%;
}

.newsPhotoContainer .sideListview .captionContainer .captionLabel span {
	padding-left: 0;
	color: black;
	font-weight: bolder;
	
}

.newsPhotoContainer .shrink.sideListview {
	width: 45%;
	align-items: start;
}

.newsPhotoContainer .sideListview>.photoListItem {
	width: 49%;
	padding-bottom: 0.8rem;
}

.newsPhotoContainer .sideListview .shareBtnContainer {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #007795;
	padding: 0.1rem 0.25rem;
	border-top-left-radius: 0.4rem;
}

a.shareBtn {
	width: 1rem;
    height: 1rem;
    display: inline-block;
}

a.shareBtn.icoShare {
	width: 1.1rem;
    height: 1.1rem;
}

a.icoShareBlueWhite {
    background-image: url(../../../img/icons22/SVG/icon_share3.svg);
    vertical-align: middle;
}

.newsPhotoContainer {
	align-items: start;
	margin-top: 0.3rem;
	padding-bottom: 0.8rem;
	border-bottom:solid 1px #e0e0e0;
}

.newsPhotoContainer .sideListview .captionContainer .captionLabel {
	padding-top: .6rem;
	color: black;
    font-size: 1.0625rem;
    line-height: normal;
    margin-bottom: 0.5rem;
}

.photoListItem:nth-child(3) .captionContainer .captionLabel,
	.photoListItem:nth-child(4) .captionContainer .captionLabel {
	padding-bottom: 0;
}

.v22 .firstImg .captionContainer{
	background: transparent;
}

.newsPhotoContainer .firstImg{
	margin-top: 0.9375rem;
	padding: 0.9375rem;
    background: #f0f0f0;
}

.moreLinkContainer {
	margin-top: 1rem;
    margin-bottom: 4rem;
}

.simplified {
    position: relative;
}
.firstImg .bctDate{
	color: black;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0.8rem;
    right: 0.8rem;
    padding: 0.5rem .6rem;
    border-radius: 10px;
    font-weight: bolder;
    font-size: .9rem;
}
.firstImg .deptlabel{
	font-size: .95rem;
    color: #007795;
    font-weight: bolder;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3rem;
}

.firstImg .subjectLink{
}

.firstImg .subjectLink h5{
	color: black;
    font-weight: bolder;
    padding-top: 1.5rem;
    margin-bottom: 0.3rem;
}

.captionContainer .render_timeago_css{
    color: #777777;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: bolder;
    padding-left: 0.2rem
}


@media screen and (max-width: 39.9375em) {
	.newsPhotoContainer .shrink.sideListview {
		width: calc(100% - 1.25rem);
	}
	.newsPhotoContainer .sideListview>.photoListItem {
		width: 100%;
		justify-content: space-between; 
		align-items: center;
		padding: .5rem 0;
	}
	.photoListItem .thumbnailContainer, .sideListview .photoListItem .captionContainer {
		width: 49%;
	}
	.newsPhotoContainer .sideListview .captionContainer .captionLabel {
    	margin-bottom: 0.7rem;
	}
}