.story__content-main h2 {
    color: #b7223b;
    font-weight: bold;
}

.blog-lst {
    display: block;
    margin: 30px auto;
    position: relative;
    background: #ffffff;
    border:none;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
    width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.blog-lst:first-child{ margin-top: 0;}

.blog-lst__dat-tim {
    display: flex;
	align-items: center;
    font-size: 14px;
    padding: 0px;
    line-height: normal;
	color: #555;
}

.blog-lst__ttl-1 {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.7;
    color: #c33d34;
}

.blog-lst__inr-lnk {
    color: #ce4f0e;
}

.blog-lst__ttl-lnk {
    margin-bottom: 10px;
}

.story__post-icn {
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
}

.blog_scl-icn .vj_icn {
    color: #3c3e40;
    font-size: 16px;
    height: 44px;
}

.blog_scl-icn {
    margin: 0;
    top: 0px;
    right: 5px;
    float: right;
	height: 38px;
}



.blog_scl-icn .ss-lk {
    width: 30px;
    height: 30px;
	background-color: #fff;
}

.blog_scl-icn .ss-lk .ndtv-icon{
	width: 15px;
    height: 15px;}

.blog-lst-hdr {
    padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	background: #fbfbfb;
	padding: 0px 20px;
	height: 38px;
}

.blog-lst__dat-tim .ndtv-icon{ width: 18px; height: 18px; margin-right: 10px;}

.blog-lst-hdr:before, .blog-lst-hdr:after {
    clear: both;
    content: '';
    display: block;
}

.blog-lst__feed {
    padding: 20px;
    font-size: 16px;
}

.blog-lst__feed ul {
    list-style:circle;
    padding-left: 20px;
}

.blog-lst__feed li {
    margin-bottom: 5px;
}

.blog-lst__feed .nfeed img{ margin-top: 10px;}

.blog-lst-img {
    max-width: 100%;
}
a.photo_anchor {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}
h2.lB_insdHdng {
    font-size: 24px;
    line-height: 1.2;
    margin: 20px 0px;
}
