.hyxwxqy_box {
  padding: 20px 0 60px;
  width: 100%;
  overflow: hidden;
}
.hyxwxqy_box h4 {
  font-size: 16px;
  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: 0;
  line-height: 30px;
  font-size: 14px;
  text-indent: 2em;
}
.hyxwxqy_box .nr_text td{
  border: 1px solid #e6e6e6;
}
.hyxwxqy_box .nr_text tr p{
  text-indent: 0!important;
}
.hyxwxqy_box .nr_text img{
  display: block;
  margin: 0 auto 15px;
}
@media(max-width:768px){
  .hyxwxqy_box {
    padding: 0;
    width: 96%;
    overflow: hidden;
    margin: auto;
  }
  .hyxwxqy_box .nr_text img{
    display: block;
    margin: 0 auto 15px;
    width: 100%!important;
  }
  .hyxwxqy_box .nr_text td {
    border: 1px solid #e6e6e6;
    width: 48%!important;
    float: left;
    margin: 5px 1%;
  }
}