.containerBox .header {
  width: 100%;
  /* height: 5rem; */
  background:#fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* position: absolute;
        top: 0; */
  transition: all 0.5s;
  z-index: 100;
  position: fixed;
  top: 0;
}
.containerBox .headerFiexd{
  height: 0.8rem;
}
.containerBox{
  background: #FFFFFF;
}
.containerBox .header .nav {
  max-width: 13.8rem;
  margin: 0 auto;
  height: 0.8rem;
  line-height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.containerBox .header .nav .nav_logo {
  width: 1.93rem;
  height: 0.27rem;
}
.containerBox .header .nav .nav_menu {
  font-size: 0.16rem;
  box-sizing: border-box;
}
.containerBox .header .nav .nav_menu .actselected{
  color:#326CFD;
}
.containerBox .header .nav .nav_menu a {
  display: inline-block;
  padding: 0px 0.19rem 0 0.19rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 0.7rem;
  box-sizing: border-box;
}
.containerBox .header .nav .nav_menu a:hover {
  color: #316cfd;
  /* border-bottom: 3px solid #316cfd; */
  cursor: pointer;
}


/*公共结束*/

.newCenter{
  max-width: 11.4rem;
  margin:0 auto;
  min-height: 600px;
  margin-top: 0.4rem;
}
.newCenter .address{
  display: flex;
}
.newCenter .address a{
  font-size: 0.18rem;
  color:#999999;
}
.content{
  /* text-align: center; */
  z-index: 1;
}
.content .h2Title{
  font-size: 0.24rem;
  margin-top: 0.89rem;
  display: flex;
  justify-content: center;
}
.smalltitle{
  margin-top: 0.18rem;
  display: flex;
  justify-content: center;
}
.smalltitle .time,
.smalltitle .num{
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
}
.smalltitle  .num{
  margin-left: 0.8rem;
}
.bottomcontent{
  margin-top: 0.18rem;
  /* color: #333333;
  line-height: 0.44rem; */
}
.bottomcontent p{
  /* font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.44rem;
  text-align: justify; */

}

