html,
body,
ol,
ul,
li,
dl,
dt,
dd,
i,
a,
p,
em,
div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

input[type="text"],
input[type="search"] {
  outline: none; /* 取消获取焦点后的边框 */
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

html,
body {
  height: 100%;
}

@media (max-width: 992px) {
  .article-head img{
    width: 30px !important;
    height: 30px !important;
  }
  .article-head h1 {
    font-size: 16px !important;
    line-height: normal !important;
  }
  .article-des img{
    width: 100px !important;
    height: auto;
  }
  .flex-start{
    display: flex;
    flex-wrap: wrap;
  }
}

.down-load-a {
  color: #0b57d0;
  text-decoration: underline;
}

.content {
  padding-top: 68px;
  margin: 0 auto;
}

.center section {
  border-bottom: 1px solid rgb(218, 220, 224);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0 30px;
}
.center section:last-child {
  border-bottom: none;
}
.self-start {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}
.box-left {
  /* max-width: 800px; */
  width: 100%;
}
.box-right {
  display: inline-block;
  min-width: 192px;
  padding-top: 6px;
  text-align: right;
}
.box-right button {
  cursor: pointer;
  background: #0b57d0;
  color: #fff;
  font-size: 14px;
  border: none;
  padding: 14px 26px;
  border-radius: 30px;
}
.article-head {
  align-items: center;
  color: inherit;
  display: flex;
  margin-bottom: 16px;
}
.article-head img {
  border-radius: 8px;
  height: 60px;
  margin-right: 16px;
  width: 60px;
}
.article-head h1 {
  flex: 1;
  width: 100%;
  font-family: "Google Sans";
  font-size: 22px;
  font-weight: 700;
  line-height: 41px;
  margin: initial;
}
.article-tag {
  display: flex;
  align-items: center;
  font-family: "Google Sans";
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.87);
}
.article-tag a {
  background-color: #eff2ef;
  color: initial;
  cursor: pointer;
  font-family: "Google Sans";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 8px;
  margin-right: 8px;
  padding: 8px 12px;
  text-decoration: none;
}
.article-content {
  margin-bottom: 24px;
  /* white-space: pre-wrap; */
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-title {
  align-items: center;
  color: #041e49;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.section-title h2 {
  font-family: "Google Sans";
  font-size: 20px;
}

.article-des img {
  float: left;
  width: 100%;
  max-width: 286px;
  padding: 10px;
  border: 1px solid rgb(218, 220, 224);
  height: auto;
  margin: 0 20px 0 0;
}
.article-lf-box {
  margin-right: 20px;
  flex: 1;
  height: auto;
}
.article-des {
  width: 100%;
  height: auto;
  max-height: 300px;
  mask: linear-gradient(rgb(255, 255, 255) 85%, transparent);
  overflow: hidden;
}
.article-des p {
  line-height: 1.6;
  font-size: 17px;
  max-height: 500px;
  position: relative;
  /* overflow: hidden; */
  color: #1e1e1e;
}
.advertisement {
  width: 300px;
  height: 600px;
  border: 1px solid rgb(218, 220, 224);
}
.table-box {
  width: 100%;
  height: auto;
}
.advertisement-small {
  width: 300px;
  height: 300px;
  border: 1px solid rgb(218, 220, 224);
}
.more {
  display: block;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
  text-align: right;
}
.details {
  flex: 1;
  width: 100%;
  margin-right: 20px;
  font-family: "Google Sans";
  margin-bottom: 16px;
}

.details ul {
  column-gap: 20px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, min-content);
  margin: 0;
  padding: 0 12px 0 0;
}
.details ul li {
  color: #444746;
  line-height: 24px;
  list-style: none;
  margin-bottom: 24px;
}
.details ul .bb {
  grid-area: auto / 1 / auto / 2;
  min-width: 0;
}
.details ul .yy {
  grid-area: auto / 2 / auto / 3;
}
.details ul .kz {
  grid-area: auto / 2 / auto / 3;
}
.details ul .ys {
  grid-area: auto / 3 / auto / 3;
}
.details ul .ft {
  grid-area: auto / 3 / auto / 3;
}
.des-title {
  align-items: center;
  display: flex;
  font-weight: 500;
}
.des-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.privacy {
}
.privacy .privacy-head {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
  color: #444746;
}
.privacy .privacy-des {
  margin-bottom: 28px;
}
.privacy .privacy-des h2 {
  font-family: "Google Sans";
  font-weight: 500;
  margin-top: 0;
  font-size: 16px;
}
.privacy .privacy-des ul {
  list-style: disc;
  padding-left: 16px;
}
.privacy .privacy-des ul li {
  margin-bottom: 8px;
}
.zc-p {
  font-family: "Google Sans";
  color: #444746;
  margin-bottom: 24px;
  margin-top: 0;
}
.zc-p a {
  color: #444746;
  text-decoration: underline;
}
.relevant {
}
.relevant ul {
  column-gap: 21px;
  display: grid;
  flex-shrink: 0;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.relevant ul li {
  margin-bottom: 24px;
}
.relevant-box {
  max-width: 280.25px;
  background-color: #eff2ef;
  border-radius: 20px;
  box-sizing: border-box;
  color: initial;
  display: flex;
  flex-direction: column;
  position: relative;
}
.relevant-box:hover {
  background-color: #e3e3e3;
}
.relevant-a {
  border-radius: 20px;
  height: 100%;
  position: absolute;
  width: 100%;
}
.relevant-content {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.relevant-content img {
  aspect-ratio: 1.5714285714;
  border-radius: 12px;
  width: 100%;
}
.relevant-content .relevant-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: "Google Sans";
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
  font-weight: 500;
  margin: 12px 0 0;
  min-height: 1.5rem;
}
.relevant-content span {
  margin-top: 4px;
  align-items: center;
  color: #001d35;
  display: flex;
}
.relevant-des {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "Google Sans";
  margin: 8px 0 0;
}
.table-lf-box {
  flex: 1;
  margin-bottom: 16px;
  margin-right: 20px;
}
.load-table {
  width: 100%;
  border-collapse: collapse;
}
.load-table .load-head {
  background: #f1f3f4;
}
.load-table .load-head th {
  height: 50px;
  border-top: 1px solid rgb(218, 220, 224);
  border-bottom: 1px solid rgb(218, 220, 224);
  border-right: 1px solid rgb(218, 220, 224);
}
.load-table-tr td {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid rgb(218, 220, 224);
  border-right: 1px solid rgb(218, 220, 224);
}
.load-table .load-head th:last-child,
.load-table-tr td:last-child {
  border-right: none;
}
