﻿.content {
  min-height: 395px;
  width: 1400px;
  margin: 0 auto;
  padding-top: 18px;
}
.content-top {
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  color: rgba(0, 0, 0, 0.851);
  margin-bottom: 16px;
}
.content-article {
  border-top: 1px solid rgba(223, 238, 255, 1);
  padding-top: 39px;
}
.article-title {
  margin: 0 auto;
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}
.article-dec {
  font-family: PingFang SC;
  font-size: 20px;
  color: #9e9e9e;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-subtitle {
  margin: 0 auto;
  font-family: Source Han Sans CN;
  font-size: 30px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}
.article-time,
.article-author {
  margin-right: 30px;
}
.article p {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: normal;
  line-height: 48px;
  /* text-indent: 2em; */
  text-align: justify; /* 浏览器可能不支持 */
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.85);
}
.article {
  padding: 30px 0;
}

@media (max-width: 768px) {
  .content {
    width: 100%;
    padding: 23px 10px 0px 10px;
  }
  .article-title{
    width: 100%;
    height: auto;
    font-size: 24px;
  }
  .article-dec{
    font-size: 14px;
  }
  .article-subtitle{
    width: 100%;
    font-size: 18px;
  }
  .article-time, .article-author
  {
    margin-right: 10px;
  }
  .article p
  {
    width: 100% !important;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
  }
  .article img{
    max-width: 80% !important;
    height: auto;
  }
  .article video{
    max-width: 80% !important;
    height: auto;
  }
}
