.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url('../img/newsCenter/page_bg.jpg');
  background-size: 100% 100%;
}
.pageBody .bodyItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.85rem;
}
.pageBody .bodyItem .crumbs {
  width: 100%;
  margin-top: 1.69rem;
  display: flex;
  align-items: center;
  font-family: 'Microsoft YaHei-Regular';
}
.pageBody .bodyItem .crumbs .icon {
  width: 0.1rem;
  height: 0.1rem;
  background-image: url('../img/aboutJinniu/space1.png');
  background-size: 100% 100%;
  margin-right: 0.05rem;
}
.pageBody .bodyItem .crumbs .icon.home {
  width: 0.18rem;
  height: 0.18rem;
  background-image: url('../img/aboutJinniu/home.png');
}
.pageBody .bodyItem .crumbs .text {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.21rem;
  font-weight: 400;
  margin-right: 0.05rem;
}
.pageBody .bodyItem .crumbs .text.last {
  color: #894425;
}
.pageBody .bodyItem .content {
  width: 100%;
  display: flex;
  margin-top: 0.76rem;
}
.pageBody .bodyItem .content .leftSwiper {
  width: 7.75rem;
  height: 5.44rem;
  margin-right: 0.4rem;
  position: relative;
}
.pageBody .bodyItem .content .leftSwiper .newsCenterSwiper {
  width: 100%;
  height: 100%;
}
.pageBody .bodyItem .content .leftSwiper .newsCenterSwiper .slideItem {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.pageBody .bodyItem .content .leftSwiper .newsCenterSwiper .slideItem .newText {
  position: absolute;
  width: 100%;
  height: 0.76rem;
  left: 0;
  bottom: 0;
}
.pageBody .bodyItem .content .leftSwiper .newsCenterSwiper .slideItem .newText .bg,
.pageBody .bodyItem .content .leftSwiper .newsCenterSwiper .slideItem .newText .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pageBody .bodyItem .content .leftSwiper .newsCenterSwiper .slideItem .newText .bg {
  z-index: 1;
  opacity: 0.63;
  background-color: #242424;
}
.pageBody .bodyItem .content .leftSwiper .newsCenterSwiper .slideItem .newText .txt {
  z-index: 2;
  display: flex;
  align-items: center;
  padding-left: 0.34rem;
  font-size: 0.23rem;
  color: #FFFFFF;
}
.pageBody .bodyItem .content .leftSwiper .news-center-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 3;
  height: 0.76rem;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-right: 0.33rem;
}
.pageBody .bodyItem .content .leftSwiper .news-center-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0 0 0.17rem;
  background: #DBC2AE;
  opacity: 1;
}
.pageBody .bodyItem .content .leftSwiper .news-center-pagination .swiper-pagination-bullet-active {
  background: #FDF5EF;
}
.pageBody .bodyItem .content .newList {
  width: 7.1rem;
}
.pageBody .bodyItem .content .newList .newItem {
  /* height: 1.5rem; */
  margin-top: 0.29rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #D5D5D5;
}
.pageBody .bodyItem .content .newList .newItem .icon {
  width: 0.085rem;
  height: 0.085rem;
  background-color: #E8C57B;
  transform: rotate(45deg);
  margin-left: 0.04rem;
  margin-right: 0.11rem;
}
.pageBody .bodyItem .content .newList .newItem .newTitle {
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.27rem;
  flex: 1;
}
.pageBody .bodyItem .content .newList .newItem .date {
  margin-left: 0.73rem;
  margin-right: 0.09rem;
  color: #999;
}
.pageBody .bodyItem .content .newList .newItem:first-child {
  margin-top: 0;
}
.pageBody .bodyItem .newInfoItem:hover {
  box-shadow: 0rem 0.03rem 0.08rem 0.01rem rgba(97, 93, 93, 0.22) !important;
}
.pageBody .bodyItem .newInfos {
  width: 100%;
  margin-top: 0.55rem;
}
.pageBody .bodyItem .newInfos .newInfoItem {
  display: flex;
  padding: 0.2rem;
  background-color: #fff;
  margin-top: 0.2rem;
  transition: 0.3s;
}
.pageBody .bodyItem .newInfos .newInfoItem img {
  width: 3.1rem;
  height: 2.3rem;
}
.pageBody .bodyItem .newInfos .newInfoItem .info {
  margin-left: 0.31rem;
}
.pageBody .bodyItem .newInfos .newInfoItem .info .title {
  margin-top: 0.42rem;
  font-family: 'Microsoft YaHei-Bold';
  font-size: 0.2rem;
  color: #333;
  line-height: 0.27rem;
}
.pageBody .bodyItem .newInfos .newInfoItem .info .text {
  width: 8.58rem;
  margin-top: 0.31rem;
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.16rem;
  color: #999;
  line-height: 0.26rem;
}
.pageBody .bodyItem .newInfos .newInfoItem .info .more {
  margin-top: 0.43rem;
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.16rem;
  color: #666;
  line-height: 0.21rem;
  display: flex;
  align-items: center;
}
.pageBody .bodyItem .newInfos .newInfoItem .info .more > div {
  margin-right: 0.08rem;
}
.pageBody .bodyItem .newInfos .newInfoItem .dates {
  margin-top: 0.19rem;
  margin-left: 1.22rem;
  flex: 1;
  height: 1.92rem;
  border-left: 1px solid #E8E8E8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pageBody .bodyItem .newInfos .newInfoItem .dates .day {
  /* margin-left: 0.66rem; */
  font-family: 'Microsoft YaHei-Bold';
  font-size: 0.58rem;
  color: #666;
  line-height: 0.78rem;
}
.pageBody .bodyItem .newInfos .newInfoItem .dates .month {
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.2rem;
  color: #666;
  line-height: 0.22rem;
}
.pageBody .bodyItem .newInfos .newInfoItem:first-child {
  margin-top: 0;
}
.pageBody .bodyItem .newInfos .newInfoItem.active {
  box-shadow: 0px 3px 8px 1px rgba(97, 93, 93, 0.22);
}
.pageBody .bodyItem .newInfos .newInfoItem.active .title,
.pageBody .bodyItem .newInfos .newInfoItem.active .more,
.pageBody .bodyItem .newInfos .newInfoItem.active .day,
.pageBody .bodyItem .newInfos .newInfoItem.active .month {
  color: #843200;
}
.pageBody .bodyItem .pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0.86rem 0;
}
.pageBody .bodyItem .pagination .prev,
.pageBody .bodyItem .pagination .next {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
}
.pageBody .bodyItem .pagination .prev > img,
.pageBody .bodyItem .pagination .next > img {
  width: 0.05rem;
  height: 0.1rem;
}
.pageBody .bodyItem .pagination .pageList {
  display: flex;
}
.pageBody .bodyItem .pagination .pageList > div {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.14rem;
  color: #7D7D7D;
}
.pageBody .bodyItem .pagination .pageList .active {
  background-color: #A56838;
  border: 1px solid #A56838;
  color: #fff;
}
.pageBody .bodyItem .pagination .pageList .point {
  border: none;
  margin-top: -0.04rem;
}
.logo {
  position: absolute;
  top: 0.4rem;
  right: 0.85rem;
  width: 1.8rem;
  height: 0.69rem;
  background-image: url('../img/index/logo.png');
  background-size: 100% 100%;
}
