.banner {
  width: 100%;
  height: 5.54rem;
  display: block;
  object-fit: cover;
  margin-top: 1.16rem;
}
.page {
  margin: 0 0.26rem;
  margin-top: calc(4.12rem - 5.54rem);
  position: relative;
  z-index: 10;
}
.page.content {
  padding-top: 1.16rem;
  margin: 0;
}
.page-desc {
  background-color: #fefaf3;
  padding: 0.32rem 0.28rem 0.2rem 0.28rem;
  font-size: 0.32rem;
  line-height: 0.5rem;
  position: relative;
}
.page-desc h2 {
  color: #9a3312;
  font-size: 0.48rem;
  margin-bottom: 0.16rem;
  text-align: center;
  font-family: Fz;
}
.page-desc p {
  color: #5e4a23;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page-desc .more {
  position: absolute;
  right: 0.32rem;
  bottom: 0.2rem;
  background-color: #fefaf3;
  padding-left: 0.2rem;
  color: rgba(94, 74, 35, 0.5);
}
.page-desc.open p {
  display: block;
}
.page-desc.open .more {
  position: static;
  text-align: right;
}
.page-title {
  text-align: center;
  font-family: Fz;
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.page-title h2 {
  font-size: 0.4rem;
  color: #9B8A69;
  padding-bottom: 0.15rem;
}
.page-title h2.active {
  font-size: 0.44rem;
  color: #9A3312;
  border-bottom: 1px solid #9A3312;
}
.page .subpage {
  padding-top: 0.16rem;
}
.page .subpage a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.16rem;
  text-align: center;
  height: 1.46rem;
  width: 100%;
  background: url(../images/reserve/bg1.png) no-repeat center center / 100% 100%;
}
.page .subpage a:nth-child(2) {
  background-image: url(../images/reserve/bg2.png);
}
.page .subpage a:nth-child(3) {
  background-image: url(../images/reserve/bg3.png);
}
.page .subpage a:nth-child(4) {
  background-image: url(../images/reserve/bg4.png);
}
.page .subpage a p {
  font-size: 0.44rem;
  color: #FFF9EE;
  font-family: Fz;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .subpage a p::before,
.page .subpage a p::after {
  content: '';
  width: 0.45rem;
  height: 0.25rem;
  background: url(../images/hook.png) no-repeat center center / 100% 100%;
  margin: 0 0.05rem;
}
.page .subpage a p::before {
  transform: rotate(90deg);
}
.page .subpage a p::after {
  transform: rotate(-90deg);
}
.page .caption {
  height: 1.05rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page .caption h2 {
  font-size: 0.48rem;
  font-family: Fz;
}
.page .caption .search {
  position: relative;
  height: 0.9rem;
  width: 0;
}
.page .caption .search input {
  display: none;
}
.page .caption .search .icon {
  position: absolute;
  top: 0.19rem;
  right: 0;
  display: block;
  width: 0.52rem;
  height: 0.52rem;
}
.page .caption .search .close {
  position: absolute;
  top: 0.25rem;
  right: 0.24rem;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  display: none;
}
.page .caption.active {
  transition: 0.5s ease 0.5s;
  height: 1.56rem;
}
.page .caption.active h2 {
  width: 0;
  overflow: hidden;
}
.page .caption.active .search {
  width: 100%;
  transition: 0.5s ease;
}
.page .caption.active .search input {
  display: block;
  width: 100%;
  height: 0.9rem;
  background-color: #FFFCF4;
  padding-left: 0.87rem;
  padding-right: 0.2rem;
  line-height: 0.9rem;
  box-sizing: border-box;
  border: none;
}
.page .caption.active .search .icon {
  left: 0.3rem;
  right: auto;
}
.page .caption.active .search .close {
  display: block;
}
.page #searchContent {
  display: none;
}
.page .searchResult {
  display: none;
  background-color: #FFFCF4;
}
.page .searchResult > p.title {
  border-bottom: 1px solid #DAC69C;
  padding-left: 0.3rem;
  line-height: 0.8rem;
  font-size: 0.28rem;
}
.page .searchResult .news-list {
  max-height: 8rem;
  overflow: auto;
  margin-bottom: 0.86rem;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.page .searchResult .news-list .item {
  padding: 0.32rem 0;
}
.page .searchResult .news-list .item .title {
  margin-bottom: 0.1rem;
}
.page .searchResult .news-list .item:last-child {
  border: none;
}
.page .searchEmpty {
  display: none;
  font-size: 0.32rem;
  margin: 0.15rem 0.3rem;
  height: 50vh;
  color: #9B8A69;
}
.page .searchEmpty span {
  font-weight: bold;
  color: #5E4A23;
}
#defaultContent .news-list .item:first-child {
  padding-top: 0;
}
.news-list .item {
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #DAC69C;
  font-size: 0.28rem;
  color: #5E4A23;
}
.news-list .item img {
  display: block;
  width: 100%;
  height: 4.25rem;
  object-fit: cover;
  background-color: #f1f1f1;
  margin-bottom: 0.24rem;
}
.news-list .item .date {
  color: #9B8A69;
  margin-bottom: 0.16rem;
}
.news-list .item .title {
  font-size: 0.32rem;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.news-list .item .desc {
  line-height: 0.42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 分页器 */
.list-paging {
  margin-top: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  color: #5e4a23;
}
.list-paging * {
  margin: 0 0.05rem;
  display: block;
}
.list-paging a img {
  height: 0.28rem;
}
.list-paging a.num {
  margin: 0 0.3rem;
}
.list-paging input.num {
  width: 0.5rem;
  text-align: center;
  height: 0.5rem;
  background: #FFFCF4;
  border: 1px solid #d6c9ad;
  font-size: 0.28rem;
}
.list-paging button {
  height: 0.5rem;
  background: #FFFCF4;
  border: 1px solid #d6c9ad;
  font-size: 0.28rem;
  padding: 0 0.1rem;
  cursor: pointer;
}
.list-paging .prev img {
  transform: rotate(180deg);
}
.list-paging .cur {
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  background: url("../images/icons/page_cur_bg.png") no-repeat center;
  background-size: 100% 100%;
}
.content {
  font-family: "PingFang SC";
  font-size: 0.32rem;
  line-height: 0.54rem;
  margin: 0 0.3rem;
}
.content p {
  text-indent: 0.64rem;
}
.content p.tr,
.content p.tl {
  text-indent: 0;
  text-align: right;
}
.content p.tl {
  text-align: left;
}
.content p.tc,
.content p.imgName {
  text-indent: 0;
  text-align: center;
}
.content p.imgName {
  color: #9B8A69;
}
.content p.tips {
  font-weight: bold;
  text-indent: 0;
  font-size: 0.26rem;
  line-height: 0.54rem;
  margin-top: 0.4rem;
  margin-bottom: 0.25rem;
}
.content h4 {
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.54rem;
  margin-top: 0.4rem;
  margin-bottom: 0.24rem;
  font-family: auto;
  color: #5E4A23;
  font-weight: bold;
}
.content img {
  max-width: 100%;
  margin: 0.32rem auto;
}
.content table {
  width: 280%;
  text-align: center;
  border-collapse: collapse;
}
.content table th,
.content table td {
  border: 1px solid #9B8A69;
  height: 1.2rem;
  padding: 0 0.2rem;
  font-weight: normal;
}
.content .catalogue,
.content .catalogue .list {
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  margin-top: 0.4rem;
}
.content .page-title {
  margin-top: 0.64rem;
  margin-bottom: 0.4rem;
}
.content .table-wrap {
  width: 100%;
  overflow: auto;
}
