﻿/*公用变量*/
/*公用样式函数*/
.centerMargin {
  margin-top: 42px;
  margin-bottom: 58px;
}
.centerMargin .comPro {
  font-weight: bold;
  font-size: 20px;
  color: #666;
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-bottom: solid 1px #c7c7c7;
}
.centerMargin .comProList {
  width: 100%;
}
.centerMargin .comProList li {
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
  background: url(../images/leftArrow.png) 970px center no-repeat;
}
.centerMargin .comProList li a {
  display: block;
  width: 945px;
  color: #666;
  height: 42px;
  line-height: 42px;
  text-indent: 20px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.centerMargin .comProList li a:hover {
  color: #19aa4b;
}
/*# sourceMappingURL=helpCenter.css.map */