.about {
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
.about .container {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
#soft-refresh-menu li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.about .about-certi {
  border: 1px solid #eee;
  padding: 10px;
}
.about .about-conpany {
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.about .about-conpany img {
  width: 100%;
  height: 190px;
}
.about .about-text {
  text-align: center;
  margin-top: 10px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.about .page {
  text-align: center;
}
.about .information-img {
  width: 100%;
  height: 100%;
}
.about .information-img img {
  width: 100%;
  height: 100%;
}
.about .information-title {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.about .information-title:hover {
  color: #0084e9;
  text-decoration: none;
}
.about .information-time {
  font-size: 12px;
  color: #999999;
  margin-top: 6px;
  line-height: 20px;
}
.about .information-content {
  color: #999999;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
