﻿@charset "utf-8";
.detail-banner {
  padding-top: 28.125%;
  position: relative;
  background: 50% 0 no-repeat;
}
.detail-banner .detail-banner-bd {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.detail-banner .img-banner {
  overflow: hidden;
  width: 100%;
}
.detail-banner .detail-banner-title {
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-shadow: 0rem 5rem 5rem rgba(0, 0, 0, 0.52);
  line-height: 1;
  position: absolute;
  top: 75.7407407407%;
  left: 2.3571428571%;
}
.detail-banner .detail-banner-title h1 {
  font-size: 0.44rem;
  font-weight: bold;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.52);
}
.detail-banner .detail-banner-title h1 + h2 {
  margin-top: 0.1rem;
}
.detail-banner .detail-banner-title h2 {
  font-size: 0.19rem;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.52);
}

@media screen and (max-width: 1023px) {
  .detail-banner {
    background-size: auto 100%;
    height: 5.2rem;
  }
  .detail-banner .detail-banner-bd img {
    height: 100%;
    width: auto !important;
    max-width: inherit !important;
  }
}
.main-bd {
  display: flex;
  margin-top: 0.72rem;
}
.main-bd.wp-detail {
  width: 12.82rem;
}
.main-bd .aside {
  flex: 1;
}
.main-bd .aside ul li {
  color: #5b5b5b;
  position: relative;
}
.main-bd .aside ul li a {
  display: block;
  line-height: 1;
  padding-left: 0rem;
  position: relative;
}
.main-bd .aside ul li a:hover,
.main-bd .aside ul li a.active {
  color: #c3a461 !important;
}
.main-bd .aside ul li .title {
  position: relative;
  padding: 0.22rem 0;
  border-bottom: 0.01rem solid #b9b9b9;
}
.main-bd .aside ul li .title a {
  font-size: 0.16rem;
  color: #000000;
}
.main-bd .aside ul li .title a.main-link {
  line-height: 0.26rem;
}
.main-bd .aside ul li .title a.main-link::before {
  content: '';
  display: block;
  width: 0.27rem;
  height: 0.26rem;
  background: url(../images/icon-star.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-right: 0.12rem;
}
.main-bd .aside ul li .title a.main-link:hover::before {
  background-image: url(../images/icon-star-active.png) !important;
}
.main-bd .aside ul li .title i {
  position: absolute;
  top: 50%;
  right: 0.13rem;
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  transform: translateY(-50%);
}
.main-bd .aside ul li .title i::after,
.main-bd .aside ul li .title i::before {
  display: block;
  content: '';
  width: 0.02rem;
  height: 0.02rem;
  position: absolute;
  background-color: #d9d9d9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.main-bd .aside ul li .title i::after {
  width: 0.12rem;
}
.main-bd .aside ul li .title i::before {
  height: 0.12rem;
}
.main-bd .aside ul li .children {
  padding-left: 0.42rem;
  border-bottom: 0.01rem solid transparent;
  max-height: 0; /* 默认隐藏 */
  overflow: hidden;
  transition: max-height 0 linear; /* 过渡动画 */
}
.main-bd .aside ul li .children a {
  font-size: 0.16rem;
  color: #000000;
}
.main-bd .aside ul li .children a + a {
  margin-top: 0.19rem;
}
.main-bd .aside ul li .children a:first-child {
  margin-top: 0.19rem;
}
.main-bd .aside ul li .children a:last-child {
  margin-bottom: 0.54rem;
}
.main-bd .aside ul li.active .main-link {
  color: #c3a461;
}
.main-bd .aside ul li.active .main-link::before {
  background-image: url(../images/icon-star-active.png) !important;
}
.main-bd .aside ul li.active i::before {
  display: none;
}
.main-bd .aside ul li.active .children {
  max-height: 3000px; /* 展开时的最大高度，根据内容调整 */
  transition: max-height 2s linear; /* 过渡动画 */
}
.main-bd .aside ul li:first-child .title {
  padding-top: 0.03rem;
}
.main-bd .aside ul li:first-child .title i {
  top: 0.04rem;
  transform: translateY(0);
}
.main-bd .article {
  width: 78.0031201248%;
  margin: 0 0 0.92rem 0.57rem;
}
.main-bd .article .article-title {
  line-height: 1;
  padding-bottom: 0.17rem;
  text-align: center;
  margin-top: 0.1rem;
}
.main-bd .article .article-title h1 {
  font-size: 0.28rem;
  color: #000000;
  font-weight: bold;
  border-bottom: 0.01rem solid #ababab;
  padding-bottom: 0.15rem;
}
.main-bd .article .article-title .article-info {
  font-size: 0.14rem;
  color: #535353;
  margin-top: 0.15rem;
}
.main-bd .article .article-title .article-info span {
  background: 0 0 no-repeat;
  background-size: 0.18rem 0.18rem;
}
.main-bd .article .article-title .article-info span + span {
  margin-left: 0.25rem;
}
.main-bd .article .article-content {
  padding: 0.19rem 0 0.78rem;
}

.list .main-bd .article .article-title {
  text-align: left;
}
.list .main-bd .article .article-title h1 {
  color: #5b1111;
}

@media screen and (max-width: 999px) {
  .main-bd {
    margin-top: 0.53rem;
  }
  .main-bd.wp-detail {
    width: calc(100% - 0.6rem);
    padding: 0;
  }
  .main-bd .aside {
    display: none;
  }
  .main-bd .article {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
  .main-bd .article .article-content {
    padding: 0.19rem 0 0.78rem;
  }
}
.shuxiang .main-bd .aside ul li a {
  padding-left: 0.23rem;
}
.shuxiang .main-bd .article .article-content {
  padding-top: 0.08rem;
}
.shuxiang .main-bd .article .article-content .text-list {
  margin-bottom: 0.58rem;
}

.text-list ul li {
  border-bottom: 0.01rem solid #e8e8e8;
  line-height: 0.18rem;
  display: flex;
  justify-content: space-between;
  padding: 0.22rem 0;
  box-sizing: content-box;
}
.text-list ul li a {
  flex: 1;
  font-size: 0.18rem;
  color: #161616;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 0.2rem;
}
.text-list ul li a:hover {
  color: #c3a562;
}
.text-list ul li span {
  width: 1rem;
  text-align: right;
  font-size: 0.14rem;
  color: #7b7b7b;
}

@media screen and (max-width: 1023px) {
  .text-list ul li {
    line-height: 0.18rem;
    padding: 0.2rem 0;
  }
  .text-list ul li a {
    font-size: 0.18rem;
    padding-left: 0.14rem;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .text-list span {
    display: none;
  }
}
.pagination-container {
  text-align: center;
  font-size: 0;
}
.pagination-link {
  display: inline-block;
  width: 0.38rem;
  height: 0.38rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: content-box;
  font-size: 0.16rem;
  color: rgb(56, 56, 56);
  line-height: 0.38rem;
}
.pagination-link + .pagination-link {
  margin-left: 0.1rem;
}
.pagination-link.active {
  background-color: #5f1112;
  color: rgb(255, 255, 255);
}
.pagination-link.first,
.pagination-link.last {
  font-family: cursive;
}
.pagination-link.prev,
.pagination-link.next {
  font-family: cursive;
}