.pro_c .tjo {
  font-size: 22px;
  text-align: center;
  padding-top: 10px;
}

.pro_c .agent_con {
  width: 96%;
  margin: 0 auto;
  padding-top: 10px;
}

.pro_c .agent_con ul {
  width: 100%;
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
}

.pro_c .agent_con ul li {
  width: 30.5%;
  height: 240px;
  margin-left: 2%;
  margin-bottom: 20px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}

.pro_c .agent_con ul li .news_img {
  width: 200px;
  height: 170px;
  line-height: 167px;
  text-align: center;
  margin: 0 auto;
  margin-top: 8px;
}

.pro_c .agent_con ul li .news_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.pro_c .agent_con ul li p {
  width: 210px;
  height: 40px;
  line-height: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #515151;
  letter-spacing: 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 12px;
  margin-left: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pro_c .agent_con ul li:hover {
  background: #D8D8D8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}