p {
  font-size: 16px;
  line-height: 24px;
}
.breadcrumb_sec{
  margin-top: 70px;
  background: #F0F6FA;
  padding: 14px 0;
  color:rgba(0,0,0,0.5);
}
table{
  margin: 28px auto;
  border-left: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
}
table th,
table td{
  padding: 6px 8px !important;
  border-right: 1px solid #D8D8D8 !important;
  border-bottom: 1px solid #D8D8D8 !important;
}
a
a:hover,
a:active{
  color: #00A6FD !important;
}
.agree_title{
  padding:58px 0 28px;
  margin-bottom: 28px;
  text-align:center;
  border-bottom: 1px solid #D8D8D8;
}

.title_menu li:not(:last-child){
  margin-bottom: 20px;
}
.title_menu li a:hover{
  text-decoration: underline;
}
.content_menu li:not(:last-child){
  margin-bottom: 38px;
}
.content_menu .content_title{
  margin-bottom: 28px;
}
.content{
  padding-bottom: 56px;
}

.point_menu li{
  line-height: 22px;
  padding-left: 10px;
  margin-top:20px;
  position: relative;
}
.point_menu li::before{
  content: '';
  display: inline-block;
  position: absolute;
  top:10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
}
.mo_title{
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}