.g-about-list {
  width: 280px;
  float: left;
}

.g-about-list li {
  margin-bottom: 2px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f2f2f2;
}

.g-about-list li a {
  font-size: 18px;
  color: #333;
  display: block;
}

.g-about-list li.m-hover {
  background: #00d96d;
}

.g-about-list li.m-hover a {
  color: #fff;
  display: block;
}



.g-about-font {
  float: right;
  overflow: hidden;
  width: 885px;
  height: 685px;
}

.g-about-font .u-aboutico {
  height: 50px;
  line-height: 50px;
  color: #2e2e2e;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 5px;
}

.g-about-info {
  line-height: 32px;
  color: #666;
}

.g-about-info p {
  line-height: 32px;
  color: #666;
  text-indent: 24px;
  margin-bottom: 12px;
  overflow: hidden;
}