@media screen and (min-width: 750px) {
  body {
    min-width: 1300px;
  }
}
.el-tooltip__popper.is-dark{
  margin-top: 16px;
}
.share-content{
  position: relative;
  display: none !important;
}
.share-content .share-facebook{
  position: absolute;
  top: 0;
  left: -128px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #BBBBBB;
  cursor: pointer;
}
.share-facebook:hover{
  background-color: #000000;
}
.share-content .share-x{
  position: absolute;
  top: 88px;
  left: -128px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #BBBBBB;
  cursor: pointer;
}
.share-x:hover{
  background-color: #000000;
}
.article {
  max-width: 100%;
}
.keep-all {
  word-break: keep-all;
}
.break-all {
  word-break: break-all;
}
.article h1 {
  word-break: keep-all;
}
.article h2 {
  word-break: keep-all;
}
.article h3 {
  word-break: keep-all;
}
.article h4 {
  word-break: keep-all;
}
.article h5 {
  word-break: keep-all;
}
.article h6 {
  word-break: keep-all;
}
.article a{
  word-break: break-all;
}
body {
  margin: 0;
}
.footer {
  width: 100%;
  height: 399px;
  vertical-align: bottom;
}

.container {
  width: 1204px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 80px;
  padding-top: 40px;
  min-height: calc(100vh - 280px);
  max-width: 100%;
}

.title-nav {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
  gap: 8px;
}
.title-nav a {
  text-decoration: none;
  color: #333333;
}
.title-nav a:last-child {
  color: #999999;
}

.content {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.title {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 50px;
  text-align: left;
  font-style: normal;
  margin-top: 40px;
  margin-bottom: 16px;
}
.introduction {
  font-family: OpenSans;
  font-size: 16px;
  color: #555555;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.time {
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.hr {
  color: #eee;
  background-color: #eee;
  height: 1px;
  border: none;
  margin-top: 24px;
  margin-bottom: 40px;
}

.article video {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.article img {
  max-width: 100%;
}
.other-content {
  background-color: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 64px;
}
.other-content a {
  text-decoration: none;
}
.other-content-title {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  margin: auto;
  width: 680px;
  max-width: 100%;
  box-sizing: border-box;
}
.other-news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: auto;
  width: 680px;
  max-width: 100%;
  margin-top: 24px;
  box-sizing: border-box;
}
.other-news-cover {
  width: 100%;
  height: 188px;
  border-radius: 8px;
}
.other-news-title {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  margin-top: 16px;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.other-news-time {
  margin-top: 8px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: justify;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .footer {
    display: none;
  }
  .title {
    margin-top: 16px;
  }
  .container {
    padding: 24px;
    box-sizing: border-box;
  }
  .other-content {
    padding: 24px;
    box-sizing: border-box;
  }
  .other-news-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
  }
  .other-news-cover {
    width: 100%;
    height: 94px;
    margin-top: 0;
  }
  .other-news-title {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    margin-top: 0px;
    text-align: left;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .share-content{
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    display: none !important;
  }
  .share-content img{
    width: 20px;
    height: 20px;
  }
  .share-content .share-facebook{
    position: static;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #BBBBBB;
    cursor: pointer;
  }
  .share-content .share-x{
    position: static;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #BBBBBB;
    cursor: pointer;
  }
}
