.news{
  width: 100%;
  height: 18.19rem;
  margin: 0 auto;
  position: relative;
  background: url(../image/news/bg.jpg) no-repeat center center;
  background-size: auto 18.19rem;
  box-sizing: border-box;
  padding-top: 6.23rem;
}
.news-title2{
	position: absolute;
  top: 4.26rem;
  left: 50%;
  transform: translateX(-50%);
  height: 1.81rem;
}
.news-box{
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.15rem 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-bb-listav{
  font-weight: bold;
  background: url(../image/news/xz2.png) no-repeat center center;
  background-size: 1.12rem 0.11rem;
  color: #c61c00;
}
.news-scrollbar{
  width: 100%;
  height: 9.9rem;
  overflow-y: auto;
  display: none;
  border-top: 0.01rem solid #d4d4d4;
}
.news-scrollbarAv{
  display: block;
}
.news-scrollbar-li{
  width: 100%;
  height: 1.64rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.01rem solid #d4d4d4;
  color: #323232;
  font-size: 0.3rem;
  cursor: pointer;
  transition: .5s;
}
.news-scrollbar-li:hover{
  background: #f18b93;
  width: 102%;
  transform: translateX(-30px);
}

.news-scrollbar-li span{
  display: inline-block;
  width: 0.88rem !important;
	height: 0.3rem !important;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0;
	color: #fffcf1;
  margin-right: 0.1rem;
  background: url(../image/news/bq.png) no-repeat center center;
  background-size: 100% 100%;
}
.news-scrollbar-li:hover span{
  background: url(../image/news/bq2.png) no-repeat center center;
  background-size: 100% 100%;
}
.news-scrollbar-li-box{
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.news-scrollbar-li:hover .news-slcet{
  color: #fff;
}
.news-scrollbar-li:hover .new-tts{
  color: #fff;
}
.news-scrollbar-li:hover .news-date2{
  color: #fff;
}
.news-bbdata{
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .5s;
}
.new-tts-img{
  width: 1.09rem;
  height: 0.36rem;
  display: none;
}
.news-scrollbar-li:hover .new-tts-img{
  display: block;
}
.news-slcet{
  width: 5.5rem;
  text-align: left;
  /* css文字超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0.25rem;
  color: #000;
  display: inline-block;
  font-size: 0.2rem;
  letter-spacing: 0.01rem;
}
.news-boxb{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
}
.news-date2{
  width: 1.26rem;
  font-size: 0.14rem;
  color: #696969;
  display: inline-block;
}
.new-tts{
  width: 7.51rem;
	font-size: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.22rem;
	letter-spacing: 0;
	color: #7a7a7a;
  /* css超出两行隐藏... */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.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;
}