.hyxwxqy_box {
  padding: 80px 0px 100px;
  width: 100%;
  overflow: hidden;
}

.hyxwxqy_box h4 {
  font-size: 22px;
  /* color: #000; */
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 25px;
  line-height: 30px;
  margin-top: 0;
}

.hyxwxqy_box .date {
  color: #999;
  text-align: center;
}

.hyxwxqy_box .nr_text h2 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  width: 100%;
  float: left;
}

.hyxwxqy_box .nr_text p {
  margin: 1px 0px;
  line-height: 26px;
  color: #000;
  width: 100%;
  float: left;
  overflow: hidden;
  font-weight: 300;
}

.hyxwxqy_box .nr_text p strong {
  display: block;
  margin-top: 15px;
}

.hyxwxqy_box .nr_text img {
  display: block;
  margin: 0 auto 15px;
  width: auto;
}

.hyxwxqy_box .cpximg {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.hyxwxqy_box .cpximg img {
  max-width: 54% !important;
}

.hyxwxqy_box .nr_text tr td img {
  width: 100%;
  margin: 0;
}

.js_img img {
  width: 100% !important;
}

.hxprod_list {
  margin-top: 30px;
}

.hxprod_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hxprod_list h3 {
  font-size: 22px;
  margin: 40px 0 30px;
  border-top: 1px solid #d7d7d7;
  padding: 16px 0px;
  font-weight: bold;
  border-bottom: 1px solid #d7d7d7;
}

.hxprod_list ul li {
  width: 24%;
  float: left;
  background: #fff;
  padding: 32px 15px 10px;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
  margin-bottom: 32px;
  box-shadow: -1px 1px 3rem -9px rgb(111 111 111 / 35%);
}

.hxprod_list ul li:hover {
  background-color: #003fa8;
  transition: all 0.5s;
}

.hxprod_list ul li img {
  width: 90%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  margin: auto;
  padding: 0px;
  overflow: hidden;
}

.hxprod_list ul li img:hover {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.6s;
}

.hxprod_list ul li p {
  font-size: 16px;
  color: #333;
  margin: 0;
  text-align: center;
  transition: all 0.6s;
  padding: 15px 0;
  font-weight: bold;
}

.hxprod_list ul li:hover p {
  color: #fff;
}

/* ²úÆ·Í¼Æ¬ */

.cpimg {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
  align-items: center;
  margin: 30px 0px;
}

.cpimg .left {
  width: 50%;
  float: left;
  border-right: 1px solid #d7d7d7;
}

.cpimg .right {
  width: 40%;
  float: right;
}

.cpimg .right h3 {
  font-size: 16px;
  float: left;
  width: 100%;
  margin: 0;
  line-height: 30px;
  font-weight: 300;
}

.cpimg .right a {
  width: 240px;
  line-height: 39px;
  text-align: center;
  color: #fff;
  background-color: #003fa8;
  transition: all 0.5s;
  float: left;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  margin-top: 24px;
}

.cpimg .right a:hover {
  background-color: #4c79c5;
  color: #fff;
  transition: all 0.5s;
}


@media(max-width:980px) {

  .hyxwxqy_box {
    padding: 50px 0px 100px;
    width: 100%;
    overflow: hidden;
  }

  .hyxwxqy_box .nr_text img {
    display: block;
    margin: 0 auto 15px;
    width: 100% !important;
  }

  .hyxwxqy_box .nr_text td {
    width: 100% !important;
    display: block;
  }

  .hyxwxqy_box .cpximg img {
    max-width: 80% !important;
  }


  .cpimg {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    float: left;
    align-items: center;
    margin: 30px 0px;
  }

  .cpimg .left {
    width: 100%;
    float: left;
    border-right: none;
  }

  .cpimg .right {
    width: 100%;
    float: right;
  }

  .hxprod_list ul li {
    width: 100%;
    float: left;
    background: #fff;
    padding: 32px 15px 10px;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    margin-bottom: 32px;
    box-shadow: -1px 1px 3rem -9px rgb(111 111 111 / 35%);
  }

}