.clearfix:after{
    content:"";
    height:0;
    line-height:0;
    display:block;
    visibility:hidden;
    clear:both;
}
.clearfix{
  display: block;
    zoom:1;
}
.news_li{
  padding: 10px;
  border-bottom: 1px solid #a6a8a8;
}
.news_date{
  float:left; width:15%;
  height: auto;
  background: #0073b2;
}
.news_year{
  display:block;
  font-size: 16px; 
  color: #fff; 
  text-align: center;
  margin-bottom:30px;
}
.news_day{
  display:block;
  font-size: 22px; 
  color: #fff; 
  text-align: center; 
  margin-top:30px;
  margin-bottom:10px;
  font-weight: bold;
}
.news_data{
  width:85%;
  float: right;
}
.news_title{
  font-size: 18px; 
  color: #777;
  font-weight: bold; 
  padding-left: 15px;
}
.news_des{
  color: #777; 
  padding-left: 15px;
  margin-top: 10px;
}
.news_name{
	text-align: center;
}
.add_time{
	text-align: center;
	color: #777777;
}
.news_content{
	margin-top:30px; 
}