@charset "utf-8";
/*news*/
.news .wrapper {
  margin-bottom: 80px;
}
.news .news_box:first-of-type {
  border-top: 1px solid var(--table_border);
}
.news .news_box {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--table_border);
  line-height: 1.7;
}
.news .news_box .title,
.news .news_box .data {
  margin-bottom: 20px;
}
.news .news_box .data .category {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 30px;
}
@media (min-width: 1367px) {
}
@media (max-width:1024px) {
}
@media (max-width: 768px) {

}
@media screen and (max-width: 480px) {
  .news .wrapper {
    margin-bottom: 60px;
  }
  .news .news_box .data  {
    margin-bottom: 0;
  }
}
