.news_full_container{
	float: right;
}

.news_full{
	width: 472px;
	padding-bottom: 20px;
}

.news_full img{
	border: 1px solid #000;
}

.news_full_content a:hover{
	background: none;
	color: #000;
}

.news_full_content{
	padding-top: 20px;
	padding-left: 12px;
	padding-right: 12px;
}

.news_full_title{
	color: #710005;
	font-size: 19px;
	font-weight: bold;
}

.news_full_data{
	color: #b2b2b2;
	padding-top: 1px;
}

.news_full_txt{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}

.news_full_txt a,
a.linkred {
  color: #930006 !important;
  font-weight: bold;  
  text-decoration: none;
}
a.linkwhite {
  color: #fff !important;
  font-weight: bold;  
  text-decoration: none;
}
a.linkblack {
  color: #000 !important;
  font-weight: bold;  
  text-decoration: none;
}


.textwhite {
  color: #fff !important;
} 
.textblack {
  color: #000 !important;
} 
.textred {
  color: #930006 !important;
}
