.pro_c .agent_con .ppq {
  width: 97%;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  padding-top: 10px;
}

.pro_c .agent_con .p_conter {
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}

.pro_c .agent_con .right_conten {
  margin: 0 auto;
  width: 97%;
  padding-top: 10px;
  line-height: 26px;
  font-size: 14px;
  color: #666666;
  white-space: pre-line;
  text-align: Justify;
  text-justify: inter-ideograph;
}

.pro_c .agent_con .right_conten img {
  max-width: 100%;
  height: auto;
}

.pro_c .agent_con .right_conten table {
  max-width: 100%;
  height: auto;
}

.pro_c .agent_con .new_view_too {
  padding: 20px;
  font-size: 14px;
}

.pro_c .agent_con .new_view_too a {
  width: 46%;
  color: #666666;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #fff;

}

.pro_c .agent_con .new_view_too a:first-child {
  float: left;
}

.pro_c .agent_con .new_view_too a:nth-child(2) {
  float: right;
}

.pro_c .agent_con .new_view_too a:hover {
  color: #E64710;
  border-bottom: 1px solid #E64710;

}