body{
    font-size: 14px;
    color: #000;
}
.wrap{padding: 20px; max-width: 1200px; margin:0 auto;}
.cytitle{
    text-align: center;
    font-size: 36px;
}
.cytitle strong {
    padding-bottom: 5px;
}

.pd12 span {
    padding-left: 12px
}

.declaration p {
    word-break: break-all;
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
    padding:0 0 10px 0;
}

.declaration strong {
    font-weight: bolder;
}

.declaration {
    font-size: 14px;
}

.declaration ol {
    list-style-type: decimal;
    padding-inline-start: 4em;
}
.declaration ol li{
    margin-bottom: 6px;
}
.declaration li ol {
    list-style-type: none;
    padding-inline-start: 2em;
}

.declaration span,.declaration p,.declaration h4 {
    display: block;
    margin-top: 0;
    margin: 0 0 6px;
}
.declaration h4{
    font-size: 18px;
}
.flexDiv p {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.flexDiv p>em {
    margin-right: 10px;
}

.flexDiv p span i,
.borderBom {
    font-style: normal;
    padding-bottom: 1px;
    border-bottom: 1px solid #666666;
}

.block>span {
    display: inline-block;
    width: 90%;
}

.textIndent {
    text-indent: 2rem;
}

.eleVisibility {
    visibility: hidden
}
h4 { font-weight: bold !important;  }