.ClearFix{
  clear: both;  
}
.container.full_news{
	margin-top: 20px;
}
.container.full_news:after{
    content: " ";
    clear: both;
}
.container.full_news div{
	margin: 10px 0px;
}
.data_full_news{
	font-size: 14px;
    color: #888888;
    background: url(../news/images/calendar.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0px 40%;
    padding-left: 30px;
    margin: 10px 0px 20px 0px !important;
}
.title_full_news{
	font-size: 40px;
	line-height: 50px;
}
.text_full_news{
	margin-bottom: 60px !important;
}
.text_full_news a{
	color: orange;
}
.text_full_news img{
	float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 50%;
}
.text_full_news img:after{
    content: " ";
    clear: both;
}
@media (max-width: 998px){
  .text_full_news {
    margin-bottom: 60px !important;
    font-size: 14px;
  }
  .title_full_news {
    font-size: 18px;
    line-height: 25px;
}

}
@media (max-width: 768px){
.text_full_news img {
    max-width: 100%;
}
}
@media (min-width: 576px){
    .container.full_news{
        padding: 0px;
    }
}

.NewsListNew.container > .news_container{
    margin: 0 -10px;
}
.title_news{
    margin-top: 45px;
    font-size: 22px;
}