.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 .newList {
  margin-top: 0.8rem;
  width: 100%;
}
.pageBody .bodyItem .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 .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 .newList .newItem .newTitle {
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.27rem;
  flex: 1;
}
.pageBody .bodyItem .newList .newItem .newTitle .text {
  width: 5.2rem;
}
.pageBody .bodyItem .newList .newItem .date {
  margin-left: 0.73rem;
  margin-right: 0.09rem;
  color: #999;
}
.pageBody .bodyItem .newList .newItem:first-child {
  margin-top: 0;
}
.pageBody .bodyItem .pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0.98rem 0 1.21rem 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%;
}
