@charset "UTF-8";

.header .navbox .item.nav_news a,
.nav_item.nav_news a {
  background-color: var(--color4);
}

.news .section {
  padding-top: 20px;
}
.news .item {
  border-bottom: dashed 1px var(--color4);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news .item:last-child {
  margin-bottom: 0;
}
.news .item a {
  display: inline-block;
}
.news .item .data {
  font-size: 14px;
}
.news .data .new {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background-color: #E45000;
  padding: 0 5px;
  margin-left: 10px;
  display: inline-block;
}
.news .item .txt {
  text-align: justify;
}
.news .item a:hover .txt {
  text-decoration: underline;
}
@media screen and (max-width:768px) {
  .news .item .txt {
    font-size: 14px;
  }
}