.news{
  width: 19.2rem;
  height: 10.8rem;
  margin: 0 auto;
  position: relative;
  background: url(../image/news.jpg) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 1.3rem;
  text-align: center;
  font-size: 0;
}
.news-title2{
  height: 1.11rem;
}
.news-nav{
  width: 12.3rem;
  height: 0.19rem;
  font-size: 0.19rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #812e1b;
  margin: 0 auto;
  text-align: left;
  margin-top: -0.2rem;
  display: flex;
  justify-content: start;
  align-items: center;
}
.news-nav a{
  font-size: 0.19rem;
  color: #812e1b;
}
.news-box{
  width: 11rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.55rem 0 0 0;
}
.news-box-box{
  width: 5.35rem;
  height: 0.26rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0.2rem;
}
.news-bb-list{
  width: 1.12rem;
  height: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.26rem;
  color: #88201c;
  cursor: pointer;
  letter-spacing: 0.02rem;
}
.news-scrollbar{
  width: 100%;
  height: 4.7rem;
  overflow-y: auto;
  display: none;
  margin-top: 0.2rem;
}
.news-scrollbarAv{
  display: block;
}
.news-scrollbar-li{
  width: 100%;
  height: 0.76rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* 虚线下划线 */
  border-bottom: 0.01rem dashed #d4d4d4;
  color: #812e1b;
  font-size: 0.24rem;
  cursor: pointer;
}
.news-scrollbar-li-img{
  width: 0.1rem;
}
.news-scrollbar-li-box{
  width: 2rem;
  font-size: 0.24rem;
  text-align: center;
}
.news-scrollbar-li-date{
  width: 0.8rem;
	font-size: 0.24rem;
  text-align: center;
}
.news-scrollbar-li-title{
  width: 10rem;
  text-align: left;
	font-size: 0.24rem;
	letter-spacing: 0;
  /* css文字超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pagination-container {
  width: 11rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.2rem;
  padding-top: 0.2rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.08rem;
}

.pagination button {
  background-color: white;
  border: 0.01rem solid #cba48e;
  color: #cba48e;
  padding: 0 0.05rem;
  height: 0.3rem;
  line-height: 0.3rem;
  cursor: pointer;
  border-radius: 0.08rem;
  transition: all 0.3s;
  font-weight: 500;
  min-width: 0.46rem;
  font-size: 0.16rem;
}

.pagination button:hover:not(.disabled, .active) {
  background-color: #cba48e;
  border-color: #cba48e;
  color: white;
}

.pagination button.active {
  background-color: #cba48e;
  color: white;
  border: 0.01rem solid #cba48e;
  font-weight: 600;
  /* transform: scale(1.05); */
}

.pagination button.disabled {
  color: #adb5bd;
  cursor: not-allowed;
  background-color: #f8f9fa;
  border-color: #dee2e6 !important;
}

.page-info {
  color: #495057;
  font-size: 0.16rem;
  font-weight: 500;
  margin-left: 0.2rem;
  color: #9f5f3b;
}