
body{ background: #fff !important}
.newstext h2 { font-size: 22px; font-weight: bold;  color: #333;}
.newstext .lead { color: #646464; font-size: 16px; font-weight: 500}
.share {
    background: #e9fafc
}

.info { color: #646464}
.body img { margin:0.5rem 0 }
.body p {
    margin-bottom: 1rem !important;
}



/* sidebar */

.sidebar .title span {padding: 1px 12px ; font-size: 18px; font-weight: bold; position: relative;}
.sidebar .title span::after  {position: absolute;top: 6px;left: 0;background: #ffb81c;content: ' ';width: 4px;height: 100%;border-radius: 8px 0 8px 0;z-index: 1;}
.sidebar .title span::before {position: absolute;top: -5px;left: 0;background: #385e9d;content: ' ';width: 4px;height: 100%;border-radius: 8px 0 8px 0;z-index: 1;}
.sidebar .title i { background: #385e9d; color: #fff;width: 25px; height: 25px; display: flex; justify-content: center; align-items: center; font-size: 20px; border-radius: 4px 0 4px 0
}
.sidebar ul li h4 { font-size: 14px; line-height: 1.5 }
.sidebar ul li { background: #f1f1f1; border-bottom:1px solid #dee2e6 !important}
.sidebar ul li .number span { background: #fff; color: #385e9d; font-weight: bold; border-radius: 8px 0 8px 0; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center
}