.news_list li{
  margin-top: 1.5em ;
}
.date{
  font-weight: bold;
}
.txt{
  padding-left: 20px;
  text-indent: -20px;
}
.ind_non{
  padding-left: 20px;
  text-indent: 0!important;
}
.txt a{
  position: relative;  
  padding-left: 20px;
  color: #333;
  margin-top: 0.5em ;
}
.txt a::before{
  transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e30934;
  border-right: 2px solid #e30934;
}