.qgl_system_title {
  padding-top: 15px;
  height: 34px;
  border-bottom: 2px solid #d3d3d3;
  margin-bottom:30px;
}

.qgl_system_title h3 {
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  background: #015293;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.qgl_system_list {
  padding: 17px 0 27px 0;
}

.qgl_system_list li {
  padding: 15px 0;
  line-height: 32px;
}

.qgl_system_list li span {
  display: block;
  float: right;
  font-size: 14px;
  color: #666666;
}

.qgl_system_list li h3 {
  margin-right: 100px;
}

.qgl_system_list li h3 a {
  font-size: 16px;
  font-weight: normal;
  /*text-shadow: 0 0 0.1px #333333;*/
  color: #333333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.qgl_system_list li h3 a:hover {
  color: #015293;
  /*text-shadow: 0 0 0.1px #015293;*/
}

.qgl_system_more {
  padding-bottom: 36px;
}

.qgl_system_more a {
  display: block;
  line-height: 30px;
  width: 100px;
  text-align: center;
  background: #e6e6e6;
  font-size: 16px;
  color: #666666;
  margin:0 auto;
}

.qgl_system_more a:hover {
  background: #015293;
  color: #fff;
}