.v-content {
  background-image: url('/static/img/custom/secaibi/news-bg.png');
  background-repeat: round !important;
}
.v-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(164, 162, 159, 0.2);
  border-radius: 10px;
  padding: 0 30px;
  flex-direction: column;
}

.v-news-item {
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 0;
}

.v-article__top {
  height: 90px;
  border-bottom: 1px solid #E6E6E6;
}

.v-article__subtitle {
  color: #2784C6;
}

.v-news-item:last-child {
  border-bottom: none;
}

.v-news-item__circle {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  background: #F28442;
  border-radius: 50%;
  transform: translateY(3px);
}

.v-news-item__intro {
  margin: 0 60px 0 20px;
  width: 960px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .v-wrapper {
    padding: 0 15px !important;
  }
  .v-news-item {
    flex-wrap: wrap;
  }
  .v-news-item__intro {
    flex: 1;
    margin: 0 0 0 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .v-news-item__date {
    width: 100%;
    margin-top: 15px;
    text-align: right;
  }
  .v-news-item__date::before {
    content: '发布时间：';  
  }
  .v-news-item {
    border-bottom: 1px solid #E6E6E6;
    padding: 15px 0;
  }
}

.v-news-item__date {
  color: #2784C6;
}
