.hyxwxqy_box {
  padding: 20px 0 60px;
  width: 100%;
  overflow: hidden;
}
.hyxwxqy_box .w .title{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.hyxwxqy_box .date {
  color: #999;
  text-align: center;
}
.hyxwxqy_box .nr_text p{
  margin: 0;
  line-height: 26px;
  font-size: 14px;
  text-indent: 2em;
}
.hyxwxqy_box .nr_text td{
  border: 1px solid #eaeaea;
}
.hyxwxqy_box .nr_text tr p{
  text-indent: 0!important;
}
.hyxwxqy_box .nr_text img{
  display: block;
  margin: 0 auto 15px;
  width: auto;
}
.hyxwxqy_box .nr_text tr td img{
  width: 100%!important;
  margin: 0;
}
.js_img img{
  width: 100%!important;
}
/* 产品中心 */
.text_list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.text_list:last-of-type{
  border-bottom: 0
}
.text_list .text_left{
  width: 60%;
  color: #666;
}
.text_list .text_left h4{
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 5px;
  color: #333;
}
.text_list .text_left>h1{
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.text_list .text_left p{
  text-indent: 0;
}
.text_list .text_left ul li{
  line-height: 26px;
}
.text_list .text_right{
  width: 40%;
}
.text_list .text_right img{
  width: 100%;
  margin: 0;
}
@media(max-width:768px){
  .hyxwxqy_box {
    padding: 0;
    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;
  }
  .text_list {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .text_list .text_left {
    width: 100%;
    color: #666;
  }
  .text_list .text_left>h1 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
  }
  .text_list .text_right {
    width: 100%;
  }
}