@charset "UTF-8";
.newsInformation-details {
  padding-top: 120px;
  width: 1442px;
  margin: 0 auto;
}
.newsInformation-details .enterAddress {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-radius: 5px;
}
.newsInformation-details .enterAddress .itemAddress {
  position: relative;
  color: #666;
  font-family: "思源黑";
}
.newsInformation-details .enterAddress .itemAddress:hover {
  color: rgb(26, 100, 255);
}
.newsInformation-details .enterAddress .itemAddress:not(:first-child)::before {
  content: "/";
  position: absolute;
  left: -17px;
  padding: 0 5px;
  color: #ccc;
}
@media (max-width: 768px) {
  .newsInformation-details .enterAddress {
    display: flex;
    align-items: center;
    gap: 2vw 0;
    flex-wrap: wrap;
    padding: 10px 15px;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  .newsInformation-details .enterAddress .itemAddress {
    position: relative;
    color: #666;
    font-family: "思源黑";
  }
  .newsInformation-details .enterAddress .itemAddress:hover {
    color: rgb(26, 100, 255);
  }
  .newsInformation-details .enterAddress .itemAddress:not(:first-child)::before {
    content: "/";
    position: initial;
    padding: 0 1.4vw;
  }
}
.newsInformation-details .textTitles {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.newsInformation-details .textTitles h3 {
  font-family: "思源黑";
  text-align: center;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.9019607843);
}
.newsInformation-details .textTitles .specificDate {
  color: rgba(0, 0, 0, 0.6);
  font-family: "思源黑";
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .newsInformation-details .textTitles {
    padding: 5vw 0;
    gap: 4vw;
  }
  .newsInformation-details .textTitles h3 {
    font-size: 6vw;
  }
  .newsInformation-details .textTitles .specificDate {
    margin-bottom: 3vw;
  }
}
.newsInformation-details .textBody {
  padding: 30px 70px 0 70px;
  text-indent: 32px;
}
.newsInformation-details .textBody .document .section {
  padding: 0 0 60px 0;
  border-bottom: 1px solid #e6eaed;
}
.newsInformation-details .textBody .document .section td{
    background: #f5f5f5;
}
.newsInformation-details .textBody p {
  line-height: 30px;
}
.newsInformation-details .textBody p img{
    width: 100%;
    height: 100%;
}
.newsInformation-details .textBody p span {
  color: rgba(0, 0, 0, 0.9019607843);
}
@media (max-width: 768px) {
  .newsInformation-details .textBody {
    padding: 4vw;
    text-indent: 9vw;
  }
  .newsInformation-details .textBody .document .section {
    padding: 0 0 6vw 0;
  }
  .newsInformation-details .textBody p {
    line-height: 7vw;
  }
  .newsInformation-details .textBody p span {
    color: rgba(0, 0, 0, 0.9019607843);
  }
}
.newsInformation-details .chapter {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: flex-end;
  justify-content: space-between;
  padding: 0 70px 130px 70px;
}
.newsInformation-details .chapter .previousArticle {
  font-family: "思源黑";
  color: rgba(0, 0, 0, 0.6);
}
.newsInformation-details .chapter .nextArticle {
  font-family: "思源黑";
  color: rgba(0, 0, 0, 0.6);
}
.newsInformation-details .chapter a {
  font-family: "思源黑";
  color: rgba(0, 0, 0, 0.9);
}
.newsInformation-details .chapter a:hover {
  color: #004CFF;
}
@media (max-width: 768px) {
  .newsInformation-details .chapter {
    margin-top: 3vw;
    padding: 0 5vw 10vw 5vw;
    align-items: normal;
    flex-direction: column;
    gap: 5vw;
  }
}

@media (max-width: 768px) {
  .newsInformation-details {
    width: 100%;
    padding: 5vw;
    padding-top: 20vw;
  }
}

/*# sourceMappingURL=newsInformation-details.css.map */
