.news_box .info time {
  margin-bottom: 0px;
  white-space: nowrap;
}

.news_box .info .tags {
  margin-bottom: 0px;
}

.news_box .img{
  margin-bottom: 16px;
}

.news_box .info{
  display: flex;
  gap:10px;
  align-items: center;
}

.section_news .news_list{
  gap:36px;
}

.section_news .news_list>li{
  width: calc((100% - 36px*2 ) / 3 );
}

@media screen and (max-width: 1400px) {

  .news_box .info time {
    margin-bottom: 0px;
    white-space: nowrap;
  }

  .news_box .info .tags {
    margin-bottom: 0px;
  }

  .news_box .info time {
    font-size: 1vw;
  }

  .news_box .info .tags {
    gap: 7px;
    width: 100%;
  }

  .news_box .info .tags>li {
    min-width: 0px;
    width: 50%;
    max-width: 104px;
    font-size: 0.9vw;
  }

  .section_news .news_list{
    gap:30px 20px;
  }

  .section_news .news_list>li {
    width: calc((100% - 20px * 2) / 3);
  }
}
@media screen and (max-width: 1279px) {
    
  .news_box .info time {
    font-size: 1.4rem;
  }
  
  .news_box .info .tags>li {
    font-size: 1.4rem;
    max-width: 110px;
  }

  .section_news .news_list{
    gap:30px 5%;
  }
  
  .section_news .news_list>li {
    width: calc((100% - 5%) / 2);
  }
}

@media screen and (max-width: 768px) {
  .news_box .img {
    margin-bottom: 0;
  }

  .news_box .info {
    display:block;
    gap: 10px;
    align-items: center;
  }

  .news_box .info .tags {
    gap: 9px;
    margin-bottom: 16px;
  }

  .section_news .news_list{
    gap:20px 20px;
  }
  
  .section_news .news_list>li {
    width: calc((100% - 20px) / 2);
  }
  
  .news_box .info time {
    font-size: 1.4rem;
  }

  .news_box .info .tags>li {
    min-width: 106px;
    height: 20px;
    line-height: 18px;
    font-size: 1.2rem;
  }

  .news_box .msg {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 500px) {
  .news_box .info time {
    font-size: 1.2rem;
  }

  .news_box .info .tags{
    gap:3px;
  }

  .news_box .info .tags>li {
    min-width: 65px;
    height: 20px;
    line-height: 18px;
    font-size: 2.7vw;
  }

  .news_box .msg {
    font-size: 1.4rem;
    line-height: 1.6;
  }

}
