[v-cloak] {
  display: none;
}

.bg {
  background: url('/image/bg-6.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%;
}

.imgActive {
  border: 2px solid #cfa167 !important;
}

.imgs {
  border: 2px solid transparent;
  margin-right: 5px;
}

.imgs:last-child {
  margin-right: 0;
}

.news-tab .imgList {
  display: flex;
  position: absolute;
}

.news-tab .imgMain {
  width: 264px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.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;
}

.tabbar .news .news-img {
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
}

.tabbar .news .news-img img {
  max-width: 100%;
  min-width: 50%;
}

.tabbar .news .news-tab {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabbar .news .news-tab>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabbar .news .news-tab>div .icon {
  width: 17px;
  height: 60px;
  margin-right: 10px;
}

.tabbar .news .news-tab>div .icon2 {
  width: 17px;
  height: 60px;
  margin-left: 10px;
  transform: rotate(180deg);
}

.tabbar .news .news-tab>div img {
  width: 62px;
  height: 62px;
  cursor: pointer;
}

.tabbar .news .btn .pre {
  font-size: 0.0729rem;
  margin-bottom: 13px;
}

.tabbar .news .btn .pre a {
  color: #999999;
  text-decoration: none;
}

.tabbar .news .btn .next a {
  color: #333333;
}

.title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #666666;
  text-align: left;
  color: #aaaaaa;
}

.title a {
  text-decoration: none;
  color: #aaaaaa;
}

.news-sketch {
  margin-bottom: 52px;
  box-sizing: border-box;
}

.news-sketch .news-sketch-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.news-sketch .news-sketch-line {
  width: 100%;
  height: 2px;
  background-color: #cfd0d0;
  margin: 32px 0;
}

.news-sketch .news-sketch-text {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.news-sketch .news-sketch-text img {
  max-width: 100%;
}

@media (max-width: 860px) {
  .about .about-main .content {
    width: 100% !important;
  }

  .tabbar {
    border: none;
  }

  .tabbar .news .news-tab {
    margin-bottom: 50px;
  }
}