.news-content {
  padding-top: 1.16rem;
  /* 分页器 */
}
.news-content .caption {
  height: 1.05rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem;
  align-items: center;
}
.news-content .caption h2 {
  font-size: 0.48rem;
  font-family: Fz;
}
.news-content .caption .search {
  position: relative;
  height: 0.9rem;
  width: 0;
}
.news-content .caption .search input {
  display: none;
}
.news-content .caption .search .icon {
  position: absolute;
  top: 0.19rem;
  right: 0;
  display: block;
  width: 0.52rem;
  height: 0.52rem;
}
.news-content .caption .search .close {
  position: absolute;
  top: 0.25rem;
  right: 0.24rem;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  display: none;
}
.news-content .caption.active {
  transition: 0.5s ease 0.5s;
  height: 1.56rem;
}
.news-content .caption.active h2 {
  width: 0;
  overflow: hidden;
}
.news-content .caption.active .search {
  width: 100%;
  transition: 0.5s ease;
}
.news-content .caption.active .search input {
  display: block;
  width: 100%;
  height: 0.9rem;
  background-color: #FFF8E8;
  padding-left: 0.87rem;
  padding-right: 0.2rem;
  line-height: 0.9rem;
  box-sizing: border-box;
  border: none;
}
.news-content .caption.active .search .icon {
  left: 0.3rem;
  right: auto;
}
.news-content .caption.active .search .close {
  display: block;
}
.news-content .swiper {
  width: 100%;
  height: 5.7rem;
  background-color: #f1f1f1;
}
.news-content .swiper .swiper-slide {
  position: relative;
  display: block;
}
.news-content .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-content .swiper .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5rem 0.3rem 0.64rem 0.3rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(28, 10, 4, 0.99) 91%);
  color: #fff;
  font-size: 0.32rem;
  line-height: 0.42rem;
}
.news-content .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-content .swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.64;
  display: block;
  height: 0.1rem;
  width: 0.1rem;
}
.news-content .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: url(../images/icons/side-active-w.png) no-repeat center;
  background-size: 0.28rem;
  width: 0.28rem;
  height: 0.28rem;
  margin-top: -0.02rem;
}
.news-content .news-list {
  margin: 0 0.3rem;
}
.news-content .news-list .item {
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #DAC69C;
  font-size: 0.28rem;
  color: #5E4A23;
}
.news-content .news-list .item img {
  display: block;
  width: 100%;
  height: 4.25rem;
  object-fit: cover;
  background-color: #f1f1f1;
  margin-bottom: 0.24rem;
}
.news-content .news-list .item .date {
  color: #9B8A69;
  margin-bottom: 0.16rem;
}
.news-content .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-content .news-list .item .desc {
  line-height: 0.42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-content .list-paging {
  margin-top: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  color: #5e4a23;
}
.news-content .list-paging * {
  margin: 0 0.05rem;
  display: block;
}
.news-content .list-paging a img {
  height: 0.28rem;
}
.news-content .list-paging a.num {
  margin: 0 0.3rem;
}
.news-content .list-paging input.num {
  width: 0.5rem;
  text-align: center;
  height: 0.5rem;
  background: #fff8e8;
  border: 1px solid #d6c9ad;
  font-size: 0.28rem;
}
.news-content .list-paging button {
  height: 0.5rem;
  background: #fff8e8;
  border: 1px solid #d6c9ad;
  font-size: 0.28rem;
  padding: 0 0.1rem;
  cursor: pointer;
}
.news-content .list-paging .prev img {
  transform: rotate(180deg);
}
.news-content .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%;
}
.news-content #searchContent {
  min-height: 50vh;
  display: none;
}
.news-content .searchResult {
  display: none;
  background-color: #FFF8E8;
}
.news-content .searchResult > p.title {
  border-bottom: 1px solid #DAC69C;
  padding-left: 0.3rem;
  line-height: 0.8rem;
}
.news-content .searchResult .news-list {
  height: 8rem;
  overflow: auto;
  margin-bottom: 0.86rem;
  margin-right: 0.1rem;
  padding-right: 0.2rem;
}
.news-content .searchResult .news-list .item {
  padding: 0.32rem 0;
}
.news-content .searchResult .news-list .item .title {
  margin-bottom: 0.1rem;
}
.news-content .searchResult .news-list .item:last-child {
  border: none;
}
.news-content .searchEmpty {
  display: none;
  font-size: 0.32rem;
  margin: 0.15rem 0.3rem;
  height: 50vh;
  color: #9B8A69;
}
.news-content .searchEmpty span {
  font-weight: bold;
  color: #5E4A23;
}
.newsDetail {
  padding-top: 0.64rem;
  color: #5E4A23;
  margin: 0 0.3rem;
  font-size: 0.32rem;
  line-height: 0.54rem;
}
.newsDetail * {
  max-width: 100%;
  height: auto;
}
.newsDetail img {
  margin-top: 0.36rem;
  margin-bottom: 0.36rem;
  display: block;
  height: auto;
}
.newsDetail .title {
  font-size: 0.56rem;
  color: #9A3312;
  text-align: center;
  font-family: Fz;
}
.newsDetail .date {
  margin: 0.12rem auto 0.24rem auto;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #9B8A69;
  text-align: center;
}
.newsDetail .main {
  text-indent: 0.32rem;
}
