@charset "UTF-8";
.press-release {
  padding-top: 50px;
}

.press-release-Box-List {
  gap: 10px;
}

.press-release-Box img {
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .press-release-Box img {
    width: 100% !important;
      display: block;
      height: 100% !important;
  }
}

.press-release-Box-List p {
  color: var(--Grey-Deep, #4d4d4d);
  text-align: justify;
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.6px;
  margin-top: 10px;
}

.press-release-Box-List iframe {
  width: 80%;
  margin: 0 auto;
  display: block;
  height: 300px;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans HK";
}

ul {
  list-style: none;
}

em,
i {
  font-style: normal;
}

.contentSource {
  word-wrap: break-word;
  flex-shrink: 0;
}

.contentSource span {
  display: inline-block;
  word-break: keep-all;
}

.contentSource a {
  color: var(--White, #fff);
  white-space: normal;
  /* 允许文本换行 */
  word-wrap: break-word;
  /* 允许长单词换行 */
  word-break: break-all;
  /* 在任何字符间换行 */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: underline;
}

.press-release-content .sourceFooter {
  margin-top: 30px;
}
.press-release-content .sourceFooter > div {
  padding: 20px;
}
.press-release-content .sourceFooter > div > div {
  gap: 15px;
}
.press-release-content .pubilc-title h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left !important;
}
.press-release-content .pubilc-title h2::after {
  content: none;
}
.press-release-content .sourceFooter {
  background: var(--Grand-Light-Blue, #6096c5);
}
.press-release-content .sourceFooter > div > div {
  margin-top: 32px;
}
.press-release-content .sourceFooter p {
  color: var(--White, #fff);
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.press-release-content .sourceFooter .keywords {
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.press-release-content .new-public-button {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  letter-spacing: 0;
  padding: 4px 15px;
}

@media screen and (min-width: 992px) {
  .press-release-Box-List {
    gap: 15px;
  }
  .press-release-Box-List p {
    margin-top: 15px;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 4px;
  }
  .press-release-Box-List iframe {
    height: 400px;
  }
  .press-release-content .pubilc-title h2 {
    color: var(--Brand-Blue, #005bab);
    text-align: justify;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.4px;
  }
  .press-release-content .sourceFooter > div {
    max-width: 800px;
    padding: 30px 0;
  }
  .press-release-content .sourceFooter > div > div {
    margin-top: 0px;
  }
  .press-release-content .sourceFooter > div p {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .press-release-content .sourceFooter .new-public-button {
    margin: inherit;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: center;
    padding: 14px 20px;
  }
}