body {
  background-image: linear-gradient(180deg, #D5D1FF 0.31%, #EAEDFF 74.99%, rgba(240, 246, 255, 0) 99.69%);
  background-repeat: no-repeat;
  padding-top: 0.67rem;
}
.head-box {
  font-size: 0.3rem;
  height: 0.67rem;
  background-color: var(--white-color);
  padding: 0 0.90rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.head-box .head-main {
  width: 100%;
}

.head-box .logo {
  margin-right: 1.8rem;
}

.head-box .logo img {
  height: 0.4rem;
  width: auto;
}

.head-box .head-nav-box {
  margin-left: auto;
}

.head-box .head-nav-li {
  display: block;
  margin-left: 0.2rem;
  font-size: 0.2rem;
}

.banner-box {
  height: 4.5rem;
  background-size: cover;
}

.b-desc01 {
  font-size: 0.64rem;
  margin-top: 1.7rem;
  margin-bottom: 0.4rem;
}

.content-box {
  height: 8rem;
  background-size: cover;
  padding: 0 0.9rem;
}

.content-box .c-left {
  width: 6rem;
  margin-right: 1rem;
}

.content-box .c-right {
  flex: 1;
}

.content-box .b-desc01 {
  margin-top: 0;
  line-height: 0.7rem;
}

.content-box .c-desc {
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  line-height: 0.4rem;
}

.content-box .c-desc {

}

.content-box .a-btn {
  background-color: var(--white-color);
  width: 2rem;
  height: 0.66rem;
  line-height: 0.66rem;
  display: inline-block;
  color: var(--primary-color);
}

.content-box .a-btn:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.content-box .c-right img {
  width: 100%;
  height: auto;
}

.footer-box {
  height: 4rem;
  background-size: cover;
  padding: 0 0.9rem;
  font-size: var(--size-03);
  color: var(--desc-color);
  line-height: 0.4rem;
}

.footer-box .f-list {
  align-items: flex-start;
  margin-top: 0.5rem;
}

.copyright {
  bottom: 0.1rem;
}

.f-list {
  flex: 1;
}

.f-li {
  margin-right: 0.7rem;
}

.f-li h3 {
  font-weight: bold;
}

.f-li a {
  font-size: var(--size-03);
  color: var(--desc-color);
}
.f-li a:hover {
  color: var(--primary-color);
}

.f-contact {
  width: 4rem;
}

.contact-li {
  margin-right: 0.3rem;
}

.contact-li img {
  width: 1.06rem;
  height: auto;
}

.f-logo {
  width: 0.6rem;
  height: auto;
}


.article-box {
  background: var(--color-background);
  padding: 0.4rem 1rem 2rem 1rem;
  min-height: 6rem;
}

.article-left {
  width: 5rem;
  border-right: 1px solid var(--border-color);
  height: 10rem;
}

.article-box h1{
  font-size: var(--size-07);
  padding-bottom: 0.1rem;
  border-bottom: 1px solid var(--border-color);
  line-height: 0.5rem;
}

.article-detail {
  max-width: 16rem;
  margin: 0 auto;
}

.article-detail h1 {
  font-size: var(--size-08);
}

.article-detail .a-date {
  line-height: 0.4rem;
}

.article-detail .a-desc {
  background: var(--color-background-soft);
  padding: 0.1rem;
  font-size: var(--size-05);
}

.a-content p,.a-content h1,.a-content h2,.a-content h3,.a-content h4,.a-content h5,.a-content h6{
  margin: 0.2rem 0
}

.article-left-nav-li {
  display: block;
  line-height: 0.5rem;
}

.article-page a, .article-page span{
  transition: all 0.3s;
  display: inline-block;
  margin-right: 0.07rem;
  border: 1px solid var(--border-color);
  padding: 0 0.14rem;
  line-height: 0.35rem;
  font-size: var(--size-05)
}

.article-page a:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.article-page .page-act {
  font-weight: bold !important;
  color: var(--primary-color) !important;
  background: var(--vt-c-white-soft) !important;
  border-color: var(--vt-c-white-soft) !important;
}

.article-list ul {
  margin: 0;
  padding: 0
}

.article-list ul li {
  transition: all 0.5s;
  margin-bottom: 0.2rem;
  padding: 0.2rem;
}

.article-list ul li:hover {
  transform: scale(1.01);
}

.article-list ul li a{
  font-weight: bold;
  font-size: var(--size-05);
}

.article-list ul li p{
  font-size: var(--size-03);
  color: var(--desc-color);
  line-height: 0.23rem;
}

.article-list ul li div{
  font-size: var(--size-02);
  color: var(--desc-color);
}

.article-list ul li div span {
  margin-right: 0.2rem;
}