.detail-txt {
    min-height: 500px;
    font-size: 1rem;
    word-break: break-all;
    word-break: break-word
}

.detail-txt ul {
    margin: 0.2em 0;
    padding: 0;
    overflow: visible
}

.detail-txt ul > li > ul > li{
    list-style-type:"\2d\20"
}

.detail-txt ul > li {
    list-style: disc;
    margin-left: 1.74em;
}

.detail-txt ol > li {
    list-style: decimal;
    margin-left: 1.54em
}

.detail-txt ol > li, .detail-txt ul > li {
    line-height: 2;
    box-sizing: border-box
}

.detail-txt ol > li:before, .detail-txt ul > li:before {
    content: ''
}

.detail-txt ol > li:before {
    margin-left: 0.2em
}

.detail-txt ol > li::marker, .detail-txt ul > li::marker {
    display: inline-block;
}


.detail-txt img {
    max-width: 100%;
    height: auto !important;
    margin: .5em 0
}

.detail-txt img:first-child {
    margin-top: 0
}

.detail-txt table {
    max-width: 100%;
    border-collapse: collapse;
    margin: 0 0 .3em 0
}

.detail-txt table td, .detail-txt table th {
    border: 1px solid #ccc;
    padding: .3em .5em;
    line-height: 1.8em
}

.detail-txt blockquote {
    border-left: 2px solid #ccc;
    margin-left: 1.5rem;
    padding-left: 1rem
}

.detail-txt figure {
    display: table;
    margin: 1rem auto
}

.detail-txt figure figcaption {
    color: #999;
    display: block;
    margin-top: .25rem;
    text-align: center
}

.detail-txt hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0 0
}

.detail-txt code {
    background-color: #e8e8e8;
    border-radius: 3px;
    padding: .1rem .2rem
}

.detail-txt h1, .detail-txt h2, .detail-txt h3, .detail-txt h4, .detail-txt h5, .detail-txt h6 {
    font-weight: normal;
    margin: 0;
    line-height: 1.8em
}

.detail-txt h1 {
    font-size: 3em
}

.detail-txt h2 {
    font-size: 2em
}

.detail-txt h3 {
    font-size: 1.5em
}

.detail-txt h4 {
    font-size: 1.17em
}

.detail-txt h5 {
    font-size: 1em
}

.detail-txt h6 {
    font-size: .85em
}

.detail-txt p {
    margin: 0;
    line-height: 1.8em
}

.detail-txt a {
    color: #0f4a85;
    font-weight: bold
}

.detail-txt a:hover {
    color: #0056b3;
    text-decoration: underline
}