/*.header .menu_con {*/
  /*background: rgba(0, 0, 0, 1);*/
/*}*/

ul li,
ol li{
    list-style: none;
}

.container{
  color: #444;
  font-size:15px;
  /*margin-bottom:60px;*/
}
h2,h3{
  margin-top:20px;
  margin-bottom:20px;
}
h2.title{
    margin-top:60px;
    font-size:25px;
    color: #222;
    text-align: center;
}
h3{
    font-size:18px;
    color: #000;
    text-indent: 2em;
}

.contract_title{
    text-indent: 2em;
}

.contract_title,
.contract ol li,
.contract ul li{
  line-height:32px;
}
.contract ol,.contract ol li{
  margin-left:20px;
  padding:0;
}

.contract p{
  text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/
  line-height:30px;
  margin-bottom:0;
}
b.consent{
  font-weight:500;
  color: #000;
  line-height:32px;
}