.private-page {
  background-color: #f3f6fb;
  padding-bottom: 50px;
}
.private .bread-crumb {
  font-size: 12px;
  color: #999;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 14px;
}
.private .bread-crumb .CurrChnlCls {
  line-height: 1;
  height: 16px;
}
.private-content {
  -webkit-box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
          box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  color: #4c4c4c;
  text-indent: 2em;
  line-height: 26px;
  padding: 0 50px;
  padding-top: 20px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.private-content .bold {
  font-weight: bold;
  color: #333;
}
.private-content .subtit {
  font-weight: bold;
  margin: 20px 0;
  color: #333;
  margin-top: 50px;
}
.private-content p,
.private-content ul {
  margin-bottom: 20px;
}
.private-content p + ul {
  margin-top: -20px;
}
.private-tit {
  font-weight: bold;
  font-size: 22px;
  color: #304155;
  margin-left: -5px;
  text-indent: 0;
  line-height: 1;
  position: relative;
  padding: 30px 0 25px;
}
.private-tit:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 24px;
  background-color: #ff2f17;
  left: -15px;
  top: 30px;
}
