[v-cloak] {
  display: none;
}
/* .bg {
  background: url('/image/bg-7.png') no-repeat !important;
  background-size: cover !important;
} */
.tabbar {
  /*border: solid 0.0677rem #dddddd;*/
  width: 6.25rem;
  /*padding: 0.1563rem 0.2083rem 0.3594rem 0.2083rem;*/
  background: #fff;
  box-sizing: border-box;
}
.tabbar .news {
  width: 100%;
}
.tabbar .news img{
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.tabbar .news .news-title {
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.tabbar .news .news-time {
  text-align: center;
  font-size: 14px;
  color: #666672;
  margin: 24px 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.tabbar .news .news-html {
  margin-bottom: 40px;
}
.tabbar .news .btn .pre {
  font-size: 14px;
  margin-bottom: 13px;
}
.tabbar .news .btn .pre a {
  color: #999999;
  text-decoration: none;
}
.tabbar .news .btn .next a {
  color: #333333;
}
@media (max-width:768px) {
    .tabbar .news {
        padding: 0 10px;
        box-sizing: border-box;
    }
}
