.list-group {
	margin-bottom: 0;
	border-radius:0;
}
.list-group-item {
	background-color: transparent;
	border: 0;
   
}
.news .list-group h3 {
  font-size:1.2rem;
    text-transform:uppercase;
}
.news .list-group h3 a {
  color:inherit;
  text-decoration:none;
}
.news .list-group .lead p {
	font-size: 0.8rem;
}
.news-list-item > div {
  display:flex;
  flex-direction:column;
   
}
.news-list-item .extra {
  display:none!important;
}
.news-single .extra {
    font-size:0.8rem;
}
.news-list-item .btn-read-more, .btn-back {
	color: #fff;
	background-color: #365872;
	border-radius: 0;
	border: 0;
	font-size: 0.8rem;
	padding: 2px 10px;
}
.news-list-item .borbot {
border-bottom:1px solid #365872;
}

.list-group li:last-child .row {
	margin-bottom: 0 !important;
}
.ceblock > .frame > div.news-single {
	padding: initial;
}
.news-single .article > .row {
	padding: 20px;
}
.news-single .article .headerdetail {
	background-color: #365872;
}
.news-single .news-text-wrap p:last-child {
	margin-bottom: 0;
}