.container {
  /*width: 19.2rem;*/
  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 .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.64rem;
}
.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.87rem 0 1.03rem 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%;
}
