body,
html,
p,
hr,
h3,
h5 {
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}
.article {
  padding: 0 15px;
  font-size: 16px;
  position: relative;
  color: #3D3D3D;
  max-width: 1200px;
  margin: auto;
}
.article .title {
  font-size: 32px;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}
.article p {
  margin-bottom: 14px;
}
.article .h5_tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.article .p_t2 {
  font-weight: bold;
}
.article .copyright {
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
  color: #666;
}
.p_content i {
  color: #6363c3;
  font-style: normal;
}
a {
  color: blue;
}
.ar {
  direction: rtl;
}
