.xwzx-top{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.xwzx-top p{
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}
.xwzx-top-right p{
  text-align: right;
}
.zbindex-p{
  font-size: 16px;
  color: #333;
  margin-top: 25px;
  /* 首行缩进 */
  text-indent: 2em;
}
.xwzx-nav{
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0;
}
.jz-tilte{
  /* display: flex;
  align-items: flex-start; */
  font-size: 20px;
}
.jz-tilte p{
  display: inline-block;
  font-size: 20px;
  width: 1147px;
  color: blue;
  /* 比blue轻一点的颜色 */
   color: rgb(30, 64, 255);
   color: #0018BA;
  font-weight: 700;
}
#wen{
  display: inline-block;
  width: 30px;
  height: 30px;
  /* float: left; */
  background-color: #FF6440;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
  transform: translateY(-25px);
}
.wen1{
    transform: translateY(0px) !important;
}
.jzhd{
  margin-top: 30px !important
  ;
  width: 1160px !important;
  padding: 15px 20px;
  padding-bottom: 30px;
  border-radius: 10px;
  background-color: #F6FAFF;
}
.jzhd span{
  font-size: 18px;
  font-weight: 700;
}
.jzhd p{
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  line-height: 24px;
   /* 首行缩进 */
  text-indent: 2em;
}
.jz-foot{
  background-color: #E7E7E7;
  padding: 20px 30px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 30px;
}
.jz-foot p{
  font-size: 16px;
  color: #000;
  margin-top: 10px;
  line-height: 24px;
}
/*  jzhd第一个p的margin-top: 0px; */
.jzhd p:nth-of-type(1){
  margin-top: 3px !important;
}
.jz-foot-left p:nth-of-type(1){
  margin-top: 3px !important;
}
.jz-foot-right p:nth-of-type(1){
  margin-top: 3px !important;
}