html,
body,
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.icon {
  display: inline-block;
}
div {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.content .comIntroduction {
  background: #f4f4f4;
}
.content .main-title {
  font-size: 30px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #000000;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
.content .main-title .hrIcon {
  width: 100px;
  height: 1px;
  background-color: #000000;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-pointer:hover {
  color: #1276FF;
}
.cursor-pointer.cursor-pointer-this {
  color: #1276FF;
}
.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.theServiceBox {
  background: #f4f4f4;
}
.theServiceBox .theService {
  padding: 38px 15%;
}
.theServiceBox .theService li {
  margin-top: 20px;
}
.theServiceBox .theService li .f1 {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
}
.newDetail {
  background: white;
  padding: 44px 42px 33px;
  margin: 45px 0;
}
.newDetail .title {
  font-size: 26px;
  color: #222;
  font-weight: 400;
  line-height: 1.5em;
  overflow: hidden;
  margin-bottom: 13px;
}
.newDetail .info {
  overflow: hidden;
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 21px;
  margin-bottom: 25px;
}
.newDetail .text {
  color: rgba(34, 34, 34, 0.9);
  font-size: 14px;
  line-height: 1.95em;
  overflow: hidden;
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 31px;
  margin-bottom: 25px;
}
.newDetail .text img {
  width: 100%;
  margin: 10px 0;
}
.newDetail .botl .btn {
  width: 127px;
  height: 36px;
  overflow: hidden;
  text-align: center;
  background-color: #0055a2;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
