/* 
**头部操作栏 高度.88rem 
**背景色 #f7f7f7
**左右边缘缝隙，各2.7%；
*/


/* header */
.header{
  width: 100%;
  height: .88rem;
  line-height: .88rem;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0 3%;
  font-size: .34rem;
  color: #000;
  background-color: #fff;
}
.back{
  position: absolute;
  top: .25rem;
  left: 2%;
  z-index: 1;
  height: .44rem;
}





.body{
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  padding-top: 1.12rem;  /* .88rem+.15rem */
  padding-bottom: 1.12rem;
  background-color: #f7f7f7;
}



.body>title{
  display: block;
  width: 100%;
  text-align: center;
  font-size: .36rem;
  color: #333;
  margin-bottom: .35rem;
}
.date-box{
  width: 100%;
  font-size: .2rem;
  color: #727272;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: .37rem;
}
.img-count{
  height: .21rem;
  margin-right: .11rem;
}
.img-date{
  height: .25rem;
  margin-left: .69rem;
  margin-right: .12rem;
}
.banner{
  width: 6rem;
  height: 3.41rem;
  margin: 0 auto;
  margin-bottom: .64rem;
}
.news-con{
  width: 100%;
  padding: 0 2%;
  font-size: .26rem;
  color: #333;
  margin-bottom: .9rem;
}
.news-con img{ width: 100% !important; height: auto !important; }
.news-con>dt{
  line-height: 1.8;
}
.news-con>dd{
  margin-bottom: .4rem;
  line-height: 1.6;
}
.body>button{
  display: block;
  width: 3rem;
  height: .62rem;
  line-height: .62rem;
  margin: 0 auto;
  text-align: center;
  background-color: #49A223;
  border-radius: 50px;
  margin-bottom: .7rem;
}
.body>button>a{
  color: #fff;
  font-size: .28rem;
}








