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

.hyxwxqy_box .w {
  padding: 0px 10px;
  max-width: 1440px;
}

.hyxwxqy_box_a {
  padding: 10px 0px;
  margin-bottom: 20px;
}

.hyxwxqy_box h4 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  line-height: 28px;
}

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

.hyxwxqy_box .nr_text p {
  margin: 0PX 0PX 10PX;
  line-height: 26px;
  color: #666;
}

.hyxwxqy_box .nr_text td {
  border: 1px solid #333;
}

.hyxwxqy_box .nr_text tr p {
  text-indent: 0 !important;
}

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

.hxprod_list {
  margin-top: 60px;
  float: left;
  width: 100%;
  padding-top: 60px;
  border-top: 1px solid #b6bec5;
}

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

.hxprod_list ul li {
  width: 24%;
  float: left;
  overflow: hidden;
}


.hxprod_list ul li img {
  width: 100%;
  display: block;
  margin: auto;
  padding: 0px;
  overflow: hidden;
}

.hxprod_list ul li h2 {
  font-size: 22px;
  margin: 20px 0px 0px;
  transition: all 0.3s;
  font-weight: bold;
  color: #000;
}

.hxprod_list ul li p {
  font-size: 18px;
  color: #666;
  line-height: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hxprod_list ul li span {
  font-size: 30px;
  float: left;
  color: #c1c1c1;
  transition: all 0.6s;
}

.hxprod_list ul li:hover h2 {
  color: #0071af;
  transition: all 0.3s;
}

.hxprod_list ul li:hover p {
  color: #0071af;
  transition: all 0.3s;
}

.hxprod_list ul li:hover span {
  transition: all 0.6s;
  margin-left: 5px;
  color: #0071af;
}

@media(max-width:768px) {
  .hyxwxqy_box {
    padding: 40px 0px;
    width: 100%;
    overflow: hidden;
  }

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