.content {
  background-color: #f9f8f8;
}



.top {
  width: 100%;
  padding-top: .8rem !important;
}

.details {
  height: 100vh;
  background-color: #e7e7e7;
}

.footer {
  background-color: #333;
  color: white;
  text-align: center;
  width: 100%;
}

.bottom {
  width: 100%;
}

.newsbody {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 1rem;
  margin-top: .7rem;
}

.news-list-pc {
  background-color: white;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  margin-right: .2rem;
  margin-bottom: .3rem;
  padding: .2rem 0;
  position: relative;
}

.news-detail {
  padding: .6rem .6rem .3rem .6rem;
}

.newstabs {
  border-bottom: 1px solid #e3e3e3;
}

.newstop {
  width: 8.45rem;
  display: flex;
  flex-grow: 1;
  list-style: none;
  margin: 0;
  padding: 0 .4rem;
  text-align: center;
}

.newstop li {
  /* float: c; */
  /* padding: 0 50px; */
  width: 1.3rem;
  line-height: .5rem;
  position: relative;
  color: #333;
  font-size: .14rem;
}
.newstop li a{
  font-size: .14rem;
}
.newstop li img {
  position: absolute;
  width: 1.1rem;
  bottom: -28%;
  left: 9%;
  opacity: 1;
}

.active-li {
  color: #b3a265;
}





.newsList {
  list-style: none;
  padding: 0;
}

.newsList[type1] .type{
  color: #aa6240;
  border-color: #aa6240;
}
.newsList[type2] .type{
  color: #a28c6f;
  border-color: #a28c6f;
}
.newsList[type3] .type{
  color: #60845b;
  border-color: #60845b;
}
.newsList[type4] .type{
  color: #5c7c8d;
  border-color: #5c7c8d;
}

.newsList .news-pc[b] .type{
  color: #ffc73e;
	border-color: #ffc73e;
	font-weight: 700;
}
.newsList .news-pc[b] .newsName{
	font-weight: 700;
}

.newsList li {
  overflow: hidden;
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  font-size: .14rem;
  /* font-weight: 550; */
  color: #363636;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;

}

.newshead {
  display: flex;
}

.news-pc {
  display: flex;
  justify-content: space-between;
  width: 8.55rem;
  padding: 0 .4rem;
}

.tabs {
  padding: .3rem 1rem;
  display: flex;
  align-items: center;
  position: absolute;
  top: -0.75rem;
  left: -11%;
}
.tabs a{
  display: flex;
  align-items: center;
  font-size: .14rem;
}
.tabs a img{
  width: .22rem;
}
.tabs-item {
  color: #7a7a8b;
  cursor: default;
  font-size: .14rem;
}

.type {
  color: #b3a265;
  border: 1px solid #b3a265;
  margin-right: .12rem;
  font-size: .12rem;
  line-height: .18rem;
  border: 1px solid currentColor;
  vertical-align: top;
  margin-top: .32rem;
  width: .5rem;
  text-align: center;
  border-radius: .02rem;
  height: .18rem;
}

.download-info {
  /* width: 400px; */
}

.downcode-a {
  position: relative;
  display: flex;
  padding: .3rem;
  width: 3rem;
  height: 1.5rem;
  background-image: url("../img/news/down-qr-bg.png");
}

.downcode2 {
  width: .95rem;
  height: .95rem;
}
.down-message{
  color: #fff;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content:  space-around;
}

.down-message div:nth-child(1) {
  font-size: 0.2rem !important;
}
.down-message div:nth-child(2) {
  font-size: 0.14rem !important;
}
.down-message div:nth-child(3) {
  font-size: 0.14rem !important;
}

.downcode-b {
  display: grid;
  grid-template-columns: 1.5rem 1.5rem;
  grid-template-rows: 1.18rem 1.18rem;
}

.downcode-b-item {
  box-sizing: border-box;
  width: 1.48rem;
  height: 1.3rem;
  cursor: pointer;
  border: 2px solid #f9f8f8;
}
.downcode-b-item img{
  width: 1.48rem;
  height: 1.2rem;
  padding-bottom: .1rem;

}
.downcode-b-item span{
  font-size: 12px;
  padding-top: 5px;
  transform: scale(0.9);
  font-weight: 700;
}
.not-display-none,.not-display-black{
  display: block;

}
.new-title {
  height: 100vh;
  background-color: #f2f2f2;
  height: 100vh;
  width: 100vw;
  background-color: #f2f2f2;
  /* 保留背景色作为后备选项 */
  background-image: url('../img/news/background.jpg');
  /* 添加背景图片 */
  background-size: cover;
  /* 使背景图片覆盖整个div */
  background-position: center;
  /* 背景图片居中显示 */
  background-repeat: no-repeat;
  /* 防止背景图片重复 */
  background-attachment: scroll;
  /* 背景图片固定，可选 */

  position: relative;
}

.index-news-content {
  width: 85vw;
  height: 4.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  justify-content: space-between;
  align-items: stretch;
}


.newstabs-index {
  font-family: 'KARIBUNARROW';
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  padding: .27rem 0 .13rem .2rem;
}

.news-type {
  width: .8rem;
  height: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .24rem;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.news-type:hover {
  color: #CAAE6B;
}

.news-type-active {
  color: #CAAE6B;
}

.news-type .active-downline {
  display: none;
}

.news-type.news-type-active .active-downline {
  display: block;
  position: absolute;
  bottom: -0.28rem;
  width: 1.27rem;
}

.more-news {
  width: 1.2rem;
  height: .4rem;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: .24rem;
}

.more-news:hover div {
  color: #CAAE6B;
}

.more-news div {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #d3d3d3;
  user-select: none;
}

.index-newstop {
  width: 340px;
  display: flex;
  flex-grow: 1;
  list-style: none;
  margin: 0;
  color: #caced3;
}

.index-newstop li {
  float: left;
  width: 107px;
  line-height: 50px;
  position: relative;
}

.index-newstop li:hover {
  color: black;
}

.index-newstop li img {
  position: absolute;
  width: 110px;
  bottom: -28%;
  left: -30%;
}

.index-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;

  margin-left: .16rem;
  padding: 0 .65rem .58rem .72rem;
  border-radius: 7px;

  background: rgba(0, 0, 0, 0.45);
}

.index-newsList {
  margin: 0.2rem 0 0 0;
  list-style: none;
  padding-inline-start: 0;
}

.index-newsList li {
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  font-size: .14rem;
  color: #caced3;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
  cursor: pointer;
}


.index-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.index-news[b] .index-type {
  font-weight: 700;
  color: #ffc73e;
  border-color: #ffc73e;
}
.index-news[b] .newsName {
  font-weight: 700;
}
  

.index-news .newsName {
  width: 0;
  font-size: .22rem;
  flex: 1;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出部分 */
}

.index-news .date {
  font-size: .22rem;
}

.index-news:hover {
  color: white;
}

.index-tabs {
  padding: 30px 100px;
}

.index-type {
  color: #b3a265;
  border: 1px solid #b3a265;
  margin-right: .2rem;
  font-size: .22rem;
  border-radius: 2px;
  line-height: 1;
  padding: .08rem .08rem;
  flex-shrink: 0;
}
.index-type[type1]{
  color: #aa6240;
  border-color: #aa6240;
}
.index-type[type2]{
  color: #a28c6f;
  border-color: #a28c6f;
}
.index-type[type3]{
  color: #60845b;
  border-color: #60845b;
}
.index-type[type4]{
  color: #5c7c8d;
  border-color: #5c7c8d;
}


.qrcode2 {
  width: 1.27rem;
  height: 1.47rem;
  position: absolute;
  top: .88rem;
  left: .1rem;
  z-index: 2;
}

.qrcode-pop {
  display: none;
}

.wxCode2 {
  position: absolute;
  height: 105px;
  width: 105px;
  top: 117px;
  left: 21px;
  z-index: 20;
}

.gzh.downcode-b-item:hover+.qrcode-pop {
  display: block;
  /* 鼠标悬浮时显示二维码图片 */
}

.qrcode2-box {
  position: relative;
}

.none-newsList {
  display: none;
}

.active-news {
  display: block;
}




/* 新闻轮播图样式 */
.new-swiper-outbox {
  width: 5.83rem !important;
  height: 4.29rem !important;
}

.new-swiper-outbox::after {
  content: "";
  z-index: -1;
  top: 0;
  position: absolute;
  width: 5.83rem !important;
  height: 4.29rem !important;
  background: #686d54;
  border-radius: 7px;
  transform-origin: center center;
  transform: rotate(-2deg);
}

.news-swiper {
  width: 5.83rem !important;
  height: 4.29rem !important;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  background: #000;
}

/* .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
} */

.swiper-pagination-bullet {
  width: 46px !important;
  height: 3px !important;
  background-color: #797979 !important;
  opacity: 1;
  margin: 0 4px;
  border-radius: 12px !important;
}

.swiper-pagination-bullet-active {
  width: 46px !important;
  height: 3px !important;
  background-color: #fff !important;
  border-radius: 12px !important;
}

.news-swiper-slide {
  background-color: #333;
}

/* .swiper-container {
  height: 300px !important;
  padding-bottom: 30px !important;
} */

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  background: rgba(37, 50, 75, 0.8);
  width: .54rem !important;
  height: .54rem !important;
  border-radius: 50%;
  --swiper-navigation-size: 16px;
}

.swiper-img {
  width: 5.83rem;
  height: 4.29rem;
  object-fit: fill;
}









.close {
  width: .35rem;
  height: .35rem;
  margin-left: .1rem;
  cursor: pointer;
}



.page-button {
  display: flex;
  /*width: 250px;*/
  justify-content: center;
  margin-top: 10px;
}

.page-button-box {
  position: relative;
  margin: 0 20px;
}

.page-button-box img {
  width: 100px;
}

.before-1 {
  position: absolute;
  display: none;
}

.page-button-box:active .before-1 {
  display: block;
}


.dreamer-pagination {
  /*background-color: red;*/
}

.dreamer-ul {
  display: flex;
  list-style-type: none;
}

.dreamer-ul li:not(:has(a[title="上一页"])):not(:has(a[title="下一页"])) {
  display: none;
}

.dreamer-ul li {
  background-color: #cdcccc;
  color: white;
  width: 100px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  margin: 0 10px;
}

.dreamer-ul li a {
  color: white;
}

.dreamer-ul li:active {
  background-color: #c2ac82;

}