.new-info {
  padding: 20px;
  width: 60%;
  margin: auto;
}

.head-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

.post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
}

.post-item:last-child {
  border-bottom: none;
}

.post-tag {
  display: inline-block;
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 5px;
  line-height: normal;
}

.post-date {
  font-size: 12px;
  color: #999;
  line-height: normal;
}

.top .post-title,
.news-list .post-title {
  font-size: 18px;
  color: #333;
  margin: 0;
  transition: color 0.3s;
  margin-top: 0.25rem;
  line-height: unset;
}
.top .post-title {
  font-size: 1vw;
}
.post-item a {
  text-decoration: none;
  color: inherit;
}

.new-info a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
}

.new-info a:hover {
  color: #333;
}

.post-attr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cate-news {
  background: #9FD9F6;
}
.cate-event {
  background: #F5B2B2;
}
.cate-session {
  background: #F5B090;
}

@media (max-width: 767px){
  .new-info {
    width: 80%;
  }
  .top .post-title {
    font-size: 3.5vw;
  }
  .post-tag {
    font-size: 3.5vw;
    padding: 2px 10px;
  }  
}
