@font-face {
	font-family: 'xiaozi';
	src: url('../../font/zixiao.ttf') format('opentype');
}
.main-container {
  width: 100vw;
  height: 100vh;
  background: url(../images/news-list-bg.png) no-repeat;
  background-size: cover;
}

.page-container {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/page-container-bg.png) no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.page-container .title-box {
  position: absolute;
  top: 0.36rem;
  left: 0.42rem;
  width: 2.9rem;
  height: 1.55rem;
  color: #fff;
  font-size: 0.5rem;
  padding-top: 0.55rem;
  padding-left: 0.32rem;
  font-family: "xiaozi";
}
.page-container .title-box span{
	position:relative;
	z-index:1;
}

.page-container .title-box > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}

.page-container .title-box a {
  color: #fff;
  text-decoration: none;
}

.page-container .title-box a:hover {
  color: #ff6a13;
}

.page-container .content {
  width: 10rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 2.2rem;
  box-sizing: border-box;
}

.content .news-list {
  width: 9.2rem;
  height: auto;
  padding: 0 0.4rem;
}

.content .news-list .news-item {
  width: 100%;
  height: 2.14rem;
  background: url("../images/news-list-item-bg.png") no-repeat;
  background-size: contain;
  margin-bottom: 0.36rem;
  cursor: pointer;
}

.content .news-list .news-item:hover {
  background: url("../images/news-list-item-active-bg.png");
  background-size: contain;
}

.tabs {
  width: 100%;
}

.tabs a {
  color: inherit;
  text-decoration: none;
}

.tabs .tabs-header {
  width: 100%;
  height: 0.8rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4c4c4c;
  margin-bottom: 0.44rem;
}

.tabs .tabs-header .tabs-nav {
  width: 2.3rem;
  height: 100%;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.28rem;
  font-family: "HYYaKuHei-75J";
  color: #999999;
}

.tabs .tabs-header .tabs-nav.active {
  color: #ff6a13;
  border-bottom: 2px solid #ff6a13;
}

.tabs .tabs-content {
  width: 100%;
  height: calc(100vh - 3.5rem);
}

.tabs .tabs-content .tabs-panel {
  height: 100%;
  display: none;
  padding: 0 0.4rem;
}

.tabs .tabs-content .tabs-panel.active {
  display: block;
}
.news-item {
  width: 100%;
  height: 100%;
}
.news-item a {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.24rem 0.14rem 0.18rem 0.18rem;
}

.news-item .left {
  width: 2.75rem;
  height: 1.69rem;
  margin-right: 0.25rem;
}

.news-item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item .right {
  position: relative;
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-item .right .title {
  color: #fff;
  font-size: 0.36rem;
  font-family: "xiaozi";
  padding: 0 0 0.1rem;
  border-bottom: 1px solid #4c4c4c;
}

.news-item .right .summary {
  color: #845539;
  font-size: 0.2rem;
  font-family: "xiaozi";
  padding: 0.06rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.34rem;
}

.news-item .right .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 0.14rem;
  font-family: "xiaozi";
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-item .right .info .date {
  color: #ababab;
}

.news-item .right .info .more-btn {
  text-decoration: none;
  color: inherit;
}

.list-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.list-swiper .list-swiper-pagination {
  width: 0.01rem !important;
  height: 4.75rem !important;
  position: absolute;
  top: 2.92rem !important;
  left: auto !important;
  right: 0.4rem !important;
}

.list-swiper .list-swiper-pagination.swiper-pagination-progressbar {
  background: #ffffff !important;
}
.list-swiper .list-swiper-pagination .swiper-pagination-progressbar-fill {
  top: -0.01rem !important;
  width: 0.02rem !important;
  background: #ff6a13 !important;
}

.list-swiper .list-swiper-button-prev {
  position: absolute;
  left: 2.82rem;
  top: 2.62rem;
  width: 0.29rem;
  height: 0.25rem;
  background: url(../images/news-list-swiper-prev-btn.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.list-swiper .list-swiper-button-prev:hover {
  /* background: url(../images/news-list-swiper-prev-active-btn.png) no-repeat; */
}

.list-swiper .list-swiper-button-next {
  position: absolute;
  left: 2.82rem;
  top: 7.77rem;
  width: 0.29rem;
  height: 0.25rem;
  background: url(../images/news-list-swiper-next-btn.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.list-swiper .list-swiper-button-next:hover {
  /* background: url(../images/news-list-swiper-next-active-btn.png) no-repeat; */
}

.back-btn {
  position: absolute;
  right: 2.52rem;
  top: 1.56rem;
  width: 0.55rem;
  height: 0.55rem;
  background: url(../images/news-list-back-btn.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}
.back-btn:hover {
  background: url(../images/news-list-back-active-btn.png) no-repeat;
  background-size: cover;
}
