.tab_content {
  display: none;
  padding: 0;
  padding-top: 0px;
  height: 380px;
  clear: both;
  overflow: hidden;
  background: none;
  padding-top: 9px;
}
.bordertest {
  height: 280px;
}
.scroll1 {
  height: 280px;
  overflow-y: scroll;
}
#all_content {
  text-align: left;
}
ul.newsList {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1.4px solid #e5e5e5;
  padding: 13px 0;
  margin-bottom: 0;
}
ul.newsList li {
  margin: 0 12px 0 0;
  display: flex;
  justify-content: space-between;
}
ul.newsList li div.tag {
	
}
ul.newsList li:nth-child(1) {
  flex-basis: 130px;
  font-size: 15px;
}
ul.newsList li:nth-child(2) {
  color: #fff;
  font-size: 10px;
  padding: 0;
  text-align: center;
}
div.tag {
  background-color: #3f80ef;
  padding: 6px 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  width: 80px;
  height: 28px;
  line-height: 1.15;
}