:root {
  box-sizing: border-box;
}
*,::before,::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
}

a {
  color: inherit;
  text-decoration: none;
}
img {
  border: none;
  max-width: 100%;
}
li {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.center-block-1200 {
  width: 1200px;
  margin: 0 auto;
}

/* user style */
.header {
  height: 346px;
  background: url(dwpgjsqjyjd-202305-banner.jpg) center center;
  background-size: cover;
}
.main {
  min-height: 500px;
  padding: 30px 0;
}
.bza {
  width: 892px;
  height: 269px;
  background-image: url(dwpgjsqjyjd-202305-bza.png);
  margin-top: -27px;
}
.boxshadow {
  box-shadow: 0 0 3px 1px #cccccc;
}
.bza p {
  line-height: 36px;
  font-size: 18px;
  text-align: justify;
  padding-top: 33px;
  padding-left: 32px;
  padding-right: 32px;
  text-indent: 2rem;
}
.bza span {
  width: 77px;
  height: 70px;
  float: left;
}

.item img {
  width: 295px;
  height: 200px;
  border-radius: 10px;
}
.item p {
  margin-top: 10px;
  white-space: nowrap;
  width: 295px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item + .item {
  margin-left: 6px;
}
.section {
  margin-top: 21px;
}
