




main .news .article .news-img-wrap {

  background: #fff;
	max-width: 500px;
}

 main .news .more {
  font-weight: bold;
  font-size: 16px;
	 text-decoration: none !important; }
	 
	 
.news-img-wrap .outer img {margin-bottom: 2px;}

main .news .article .news-img-wrap img {width: 100%; height: auto;}

main .news .news-list-view h3 a {
  color: #000;
  font-size: 2rem;
	text-decoration: none;
}


main .news .article .news-img-wrap a {
  display: block;

  float: left;

  padding: 0px;

  border: 0px solid #ddd;

  background: #fff;

}


main .news-single .teaser-text {
  font-weight: bold;
	font-size: 1.4rem;}



main .news-single  h1 {
  border-bottom: 0px solid #B1B1B1;
}

main .news-single .article .news-img-wrap {
  
	width: 500px;}

.news-backlink-wrap a {text-decoration: none; color:#fff !important;}
.news-backlink-wrap {
  list-style:none;
  background:#005C45;
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  width: 200px;
  padding:10px;
  white-space:normal;
  word-break: break-word;
}

.news-backlink-wrap:hover {background:#216096; }
