body {
  background: url(/expert/web/static/history/background_v.jpg) repeat-y center top / 100% auto;
  font-size: 16rem;
}
.web-footer {
  background: transparent !important;
}
.page {
  width: 1200rem;
  margin: auto;
  margin-bottom: 126rem;
  color: #5e4a23;
  min-height: calc(100vh - 497rem - 126rem);
}
.page.content {
  padding-top: 70rem;
  min-height: calc(100vh - 497rem - 126rem - 70rem);
  width: 900rem;
}
.page .search-num {
  margin-top: 32rem;
  border-bottom: 1rem solid #dac69c;
  padding-bottom: 8rem;
  font-size: 16rem;
  line-height: 22rem;
  display: none;
}
.page .empty {
  font-size: 16rem;
  line-height: 22rem;
  display: none;
  margin-top: 16rem;
}
.page .empty span {
  font-size: 18rem;
  font-weight: bold;
}
@keyframes moreIconBreathe {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(3rem);
  }
}
.sub-title {
  margin: auto;
  width: 980rem;
  color: #fff;
  text-align: center;
  margin-top: -236rem;
}
.sub-title p {
  line-height: 22rem;
}
.subpages {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 436rem;
  margin-top: 56rem;
  color: #fff;
  margin-bottom: 88rem;
}
.subpages .item {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(/expert/web/static/reserve/bg1.jpg) no-repeat center center / 100% 100%;
  padding: 0 30rem;
  text-align: justify;
}
.subpages .item:nth-child(2) {
  background-image: url(/expert/web/static/reserve/bg2.jpg);
}
.subpages .item:nth-child(3) {
  background-image: url(/expert/web/static/reserve/bg3.jpg);
}
.subpages .item:nth-child(4) {
  background-image: url(/expert/web/static/reserve/bg4.jpg);
}
.subpages .item .title {
  font-size: 24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Fz;
  margin-top: 56rem;
  margin-bottom: 30rem;
}
.subpages .item .desc {
  line-height: 26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*第几行裁剪*/
  -webkit-line-clamp: 8;
  margin-bottom: 24rem;
}
.subpages .item a {
  color: #9A3312;
  display: flex;
  width: 120rem;
  height: 32rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #d6c9ad;
  background: #fff8e8;
  border-radius: 20rem;
}
.subpages .item a img {
  height: 19rem;
  display: block;
  margin-left: 5rem;
}
.subpages .item a:hover img {
  animation: moreIconBreathe 0.3s ease infinite alternate forwards;
}
.news-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16rem;
  color: #5e4a23;
  padding: 32rem 0;
  border-bottom: 1rem dashed #DAC69C;
  cursor: pointer;
}
.news-list .item .thumb {
  width: 360rem;
  height: 244rem;
  display: block;
  background-color: #f4e2c2;
}
.news-list .item .info {
  width: 610rem;
  margin-right: 80rem;
  margin-left: 30rem;
  height: 244rem;
}
.news-list .item .info .title {
  margin: 10rem 0 12rem 0;
  font-size: 24rem;
}
.news-list .item .info .tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 22rem;
}
.news-list .item .info .tags p {
  line-height: 30rem;
  padding: 0 10rem;
  margin-right: 10rem;
  color: #fff;
  background-color: #996724;
}
.news-list .item .info .tags p:nth-child(2n) {
  background-color: #978766;
}
.news-list .item .info .desc {
  line-height: 28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 51rem;
}
.news-list .item .info .more {
  color: #9a3312;
  padding-right: 15rem;
  background: url('/expert/web/icon/more.png') no-repeat right center;
}
.news-list .item .date {
  width: 115rem;
  font-family: DINAlternate-Bold;
  color: #5e4a23;
  text-align: center;
  border-left: 1rem solid #dac69c;
}
.news-list .item .date .day {
  font-weight: Bold;
  font-size: 32rem;
  line-height: 28rem;
}
.news-list .item .date .year {
  font-size: 16rem;
  margin-top: 8rem;
}
.page-title {
  margin-bottom: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 108rem;
}
.page-title h2.f36 {
  font-size: 36rem;
  color: #5E4A23;
  cursor: pointer;
}
.page-title h2.f36.active {
  color: #9A3312;
}
.page-time {
  font-size: 16rem;
  text-align: center;
  color: #9b8a69ff;
}
.content .page-time,
.content .page-title {
  margin-bottom: 26rem;
}
.img-inline {
  display: inline-block;
  margin: 16rem 0;
  font-size: 0;
}
.img-inline img {
  max-width: 100%;
}
.img-inline .imgName {
  font-size: 16rem;
}
.img-inline--1 {
  max-width: calc(50% - 40rem);
}
.img-inline--1 img {
  height: 553rem;
}
.img-inline--1 + .img-inline--1 {
  margin-left: 80rem;
}
.img-inline--2 {
  max-width: calc(50% - 20rem);
}
.img-inline--2 img {
  height: 574rem;
}
.img-inline--2 + .img-inline--2 {
  margin-left: 40rem;
}
.search {
  justify-content: center;
  padding-bottom: 18rem;
}
.search .clean {
  width: 18rem;
  height: 18rem;
  display: block;
  position: absolute;
  right: 5rem;
  top: 10rem;
  background: #9D8C6A;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.8;
  display: none;
}
.search .clean:hover {
  opacity: 1;
}
.search .clean::before,
.search .clean::after {
  content: '';
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.search .clean::before {
  width: 10rem;
}
.search .clean::after {
  height: 10rem;
}
.content {
  font-family: "PingFang SC";
  font-size: 16rem;
  line-height: 26rem;
}
.content p {
  text-indent: 32rem;
}
.content p.tr {
  text-indent: 0;
  text-align: right;
}
.content p.tc,
.content p.imgName {
  text-indent: 0;
  text-align: center;
}
.content p.tips {
  font-weight: bold;
  text-indent: 0;
  font-size: 18rem;
  line-height: 28rem;
  margin-top: 32rem;
  margin-bottom: 16rem;
}
.content p.imgName {
  color: #9B8A69;
}
.content h4 {
  text-align: center;
  font-size: 18rem;
  line-height: 28rem;
  margin-top: 32rem;
  margin-bottom: 8rem;
  font-family: auto;
  color: #5E4A23;
  font-weight: bold;
}
.content > img {
  max-width: 100%;
  margin: 16rem auto;
}
.content table {
  width: 100%;
  text-align: center;
  border-top: 1px solid #9B8A69;
  border-collapse: collapse;
}
.content table th,
.content table td {
  border-bottom: 1px solid #9B8A69;
  height: 80rem;
  padding: 0 20rem;
  font-weight: normal;
}
.content .catalogue,
.content .catalogue .list {
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  margin-top: 4rem;
}
.content .page-title {
  margin-top: 79rem;
}
