.body .crumbox {
  background: #081587;
  padding: 0 1.7rem;
  display: flex;
  flex-direction: column;
}
.body .crumbox .crumb {
  height: 0.7rem;
  display: flex;
  align-items: center;
}
.body .crumbox .crumb .icon {
  width: 0.205rem;
  height: 0.184rem;
  background-image: url('../img/newsInfo/home.png');
  background-size: 100% 100%;
  margin-right: 0.08rem;
}
.body .crumbox .crumb > span {
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.19rem;
}
.body .crumbox .crumb a {
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.19rem;
}
.body .crumbox .crumb .space {
  margin: 0 0.05rem;
}
.body .crumbox .title {
  font-family: 'OpenSans-Regular';
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.38rem;
  margin-top: 0.07rem;
}
.body .crumbox .date {
  margin-top: 0.11rem;
  margin-bottom: 0.51rem;
  display: flex;
  align-items: center;
}
.body .crumbox .date > img {
  width: 0.165rem;
  height: 0.155rem;
  margin-right: 0.08rem;
}
.body .crumbox .date > span {
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.23rem;
}
.body .newsText {
  padding: 0 1.7rem;
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  /*.title{*/
  /*    font-family: 'OpenSans-Bold';*/
  /*    font-size: 0.2rem;*/
  /*    color: #000;*/
  /*    line-height: 0.27rem;*/
  /*    margin-top: 0.54rem;*/
  /*    margin-bottom: 0.4rem;*/
  /*    display: flex;*/
  /*    justify-content: center;*/
  /*}*/
  /*>p{*/
  /*    font-family: 'OpenSans-Regular';*/
  /*    font-size: 0.16rem;*/
  /*    color: #666;*/
  /*    line-height: 0.27rem;*/
  /*    margin-bottom: 0.38rem;*/
  /*}*/
  /*>img{*/
  /*    margin-bottom: 0.28rem;*/
  /*}*/
}
.body .newsText strong *,
.body .newsText strong,
.body .newsText b {
  font-weight: bold;
}
.body .newsText img {
    max-width: 100%;
  width: revert-layer;
  height: revert-layer;
}
.body .newsText * {
  font-size: inherit;
  font-family: 'OpenSans-Regular';
}
.body .bottom {
  margin: 0 1.7rem;
  padding-top: 0.37rem;
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #C7C7C7;
}
.body .bottom .prev,
.body .bottom .next {
  font-family: 'OpenSans-Regular';
  font-size: 0.16rem;
  color: #000;
  line-height: 0.22rem;
  cursor: pointer;
}
.body .bottom .prev:hover .text_name,
.body .bottom .next:hover .text_name {
  color: #081587;
}
.body .newsFooter {
  margin: 0 1.7rem;
  display: flex;
  flex-direction: column;
}
.body .newsFooter h3 {
  margin-top: 0.87rem;
  margin-bottom: 0.22rem;
  font-family: 'OpenSans-Bold';
  font-size: 0.28rem;
  color: #000;
  line-height: 0.38rem;
}
.body .newsFooter .footerNews {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
}
.body .newsFooter .footerNews .footerNew {
  width: 7.48rem;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 0.38rem;
  margin-right: 0.83rem;
  cursor: pointer;
}
.body .newsFooter .footerNews .footerNew .date {
  font-family: 'OpenSans-Regular';
  font-size: 0.16rem;
  color: #363636;
  line-height: 0.26rem;
}
.body .newsFooter .footerNews .footerNew .information {
  margin-top: 0.07rem;
  margin-bottom: 0.31rem;
  font-family: 'OpenSans-Regular';
  font-size: 0.2rem;
  color: #000;
  line-height: 0.27rem;
}
.body .newsFooter .footerNews .footerNew:nth-child(2n+2) {
  margin-right: 0;
}
.body .newsFooter .footerNews .footerNew.active,
.body .newsFooter .footerNews .footerNew:hover {
  border-bottom: 1px solid #081587;
}
.body .newsFooter .footerNews .footerNew.active .information,
.body .newsFooter .footerNews .footerNew:hover .information {
  font-family: 'OpenSans-Bold';
}
