
.news-cont .n-tt {
  border-left: 10px solid #DDD;
  margin-bottom: 28px;
  padding-left: 20px;
}
.n-tt h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}
.news-item .date {
  font-size: 15px;
  line-height: 22px;
}
.news-item .cate {
  margin-bottom: 48px;
}
.news-item .cate span {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
  border:1px solid #B4B4B4;
  min-width: 120px;
  border-radius: 3px;
  color:#B4B4B4;
  font-size: 14px;
  line-height: 20px;
  padding:2px;
  text-align: center;
}
.news-item .cate span:last-child {
  margin-right: 0;
}
.news-cont .post-content a {
  text-decoration: underline;
}


@media (max-width: 992px) {
}

@media (max-width: 767px) {
  .news-cont .n-tt {
    border-left: 6px solid #DDD;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .n-tt h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
  }
}