.news-contain .news-title {
  padding-top: 30px;
  font-size: 24px;
  color: #117ed1;
}

.news-contain .news-list {
  margin-top: 20px;
}

.news-contain .news-item {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.news-contain .news-item .time {
  flex: 0 0 86px;
  padding-right: 16px;
  border-right: 1px solid #eee;
}

.news-contain .news-item .time p {
  text-align: right;
  padding: 0;
}

.news-contain .news-item .time .month,
.news-contain .news-item .time .year {
  font-size: 16px;
}

.news-contain .news-item .time .date {
  font-size: 18px;
  font-weight: bold;
  color: #117ed1;
  padding: 6px 0;
}

.news-contain .news-item .content {
  padding-left: 16px;
  flex: 1;
  width: calc(100% - 118px);
}

.news-contain .news-item .content .title {
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  cursor: pointer;
  display: inline-block;
}

.news-contain .news-item .content .summary {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  margin-top: 8px;
}

.news-contain .news-item .content .content-date {
  display: none;
}

.news-page {
  text-align: right;
  margin-top: 20px;
}

.news-detail-tabs {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #666;
}

.news-detail-tabs span {
  cursor: pointer;
}

.news-detail-tabs .arrow-right {
  width: 16px;
  margin: 0 16px;
}

.news-detail-tabs .arrow-right img {
  width: 100%;
}

.news-detail-tabs .desc {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.news-detail-contain {
  padding: 60px 120px;
}

.news-detail-contain .news-detail .title {
  text-align: center;
  padding: 0 0 24px;
  display: block;
  max-width: 90%;
  margin: 0 auto;
}

.news-detail-contain .news-detail .time {
  font-size: 16px;
  padding-bottom: 16px;
  color: #999;
  border-bottom: 1px solid #eee;
}

.news-detail-contain .news-detail .content {
  padding-top: 16px;
  word-wrap: break-word;
}

.news-detail-contain .news-detail .content img {
  /* max-width: 100%; */
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
/* quill注入的样式 */
.news-detail-contain .news-detail .content .ql-align-center {
  text-align: center;
}
.news-detail-contain .news-detail .content .ql-align-right {
  text-align: right;
}
.news-detail-contain .news-detail .content .ql-align-justify {
  text-align: justify;
}

/* .news-detail-contain .news-detail .content p {
  all: unset;
} */

@media screen and (max-width: 750px) {
  .news-contain .news-list {
    margin-top: 0;
  }
  .news-contain .news-title,
  .news-contain .news-item .time {
    display: none;
  }
  .news-contain .news-item .content {
    padding: 0;
  }
  .news-contain .news-item .content .content-date {
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
  }
  .news-detail-contain {
    padding: 20px 0;
  }
}
