.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 .title {
  margin-top: 0.67rem;
  font-family: 'Microsoft YaHei-Bold';
  font-size: 0.33rem;
  color: #333333;
  line-height: 0.44rem;
  font-weight: 900;
}
.pageBody .bodyItem .subTitle {
  margin-top: 0.31rem;
  font-family: 'Microsoft YaHei-Bold';
  font-size: 0.16rem;
  color: #999;
  line-height: 0.21rem;
  display: flex;
}
.pageBody .bodyItem .subTitle .pageView {
  margin-left: 0.72rem;
}
.pageBody .bodyItem .line {
  margin-top: 0.19rem;
  width: 100%;
  border: 1px solid #DCDCDC;
}
.pageBody .bodyItem > img {
  margin-top: 0.31rem;
  width: 15.5rem;
  height: 10.06rem;
}
.pageBody .bodyItem .content {
  margin-top: 0.31rem;
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.16rem;
  color: #333;
  line-height: 0.32rem;
  text-indent: 2em;
}
.pageBody .bodyItem .content img{
    width: revert-layer;
    height: auto;
}
.pageBody .bodyItem .content strong *{
    font-weight: bold;
}
.pageBody .bodyItem .bottom {
  width: 100%;
  padding: 0.36rem 0;
  margin-top: 0.31rem;
  margin-bottom: 1.12rem;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  justify-content: space-between;
}
.pageBody .bodyItem .bottom .prev,
.pageBody .bodyItem .bottom .next {
  display: flex;
  align-items: center;
}
.pageBody .bodyItem .bottom .prev .icon,
.pageBody .bodyItem .bottom .next .icon {
  width: 0.1rem;
  height: 0.17rem;
  background-size: 100% 100%;
}
.pageBody .bodyItem .bottom .prev .bottomLine,
.pageBody .bodyItem .bottom .next .bottomLine {
  height: 0.18rem;
  border-left: 1px solid #7B7B7B;
  margin: 0 0.21rem;
}
.pageBody .bodyItem .bottom .prev .bottomText,
.pageBody .bodyItem .bottom .next .bottomText {
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.16rem;
  line-height: 0.21rem;
}
.pageBody .bodyItem .bottom .prev .icon {
  background-image: url('../img/newsInfo/prev.png');
}
.pageBody .bodyItem .bottom .prev .bottomText {
  color: #7D3D20;
}
.pageBody .bodyItem .bottom .next .icon {
  background-image: url('../img/newsInfo/next.png');
}
.pageBody .bodyItem .bottom .next .bottomText {
  color: #333;
}
.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%;
}
