#txtedit {
    font-family: "宋体", "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 2em;
    color: #333;
}

#txtedit p {
    text-indent: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

#txtedit hr {
    height: 1px;
    border: none;
    border-top: 1px dotted #ccc;
}

#txtedit ul {
    margin-left: 20px;
    list-style-type: disc;
}

#txtedit ol {
    margin-left: 20px;
}

#txtedit li {
    list-style-type: inherit;
}

#txtedit em {
    font-style: italic;
}

#txtedit a {
    color: #3B639F;
}

#txtedit h1 {
    font-size: 26px;
    margin: .5em 0;
}

#txtedit h2 {
    font-size: 22px;
    margin: .5em 0;
}

#txtedit h3 {
    font-size: 18px;
    margin: .5em 0;
}

#txtedit h4 {
    font-size: 16px;
    margin: .5em 0;
}

#txtedit h5 {
    font-size: 14px;
    margin: .5em 0;
}

#txtedit h6 {
    font-size: 12px;
    margin: .5em 0;
}


/*----------一下为图文编辑器默认样式-------------*/
/*20220610修改*/
#txtedit table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    border-spacing: 0;
    border-color: gray;
    line-height: 1.5em;
     margin: 0 auto;
}

#txtedit tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    border-collapse: collapse;
}

#txtedit tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

#txtedit td,
#txtedit th {
    padding: 5px 10px;
    border: 1px solid #DDD;
    display: table-cell;
}

#txtedit p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#txtedit td p {
    margin: 0px;
    padding: 0px;
}

#txtedit .contact .list-paddingleft-2 {
    padding-left: 20px;
}

#txtedit .contact ol,
#txtedit .contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#txtedit .contact ul,
#txtedit .contact menu,
#txtedit .contact dir {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

#txtedit .contact li {
    clear: both;
    display: list-item;
    text-align: -webkit-match-parent;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    #txtedit p iframe {
        width: 350px !important;
        height: 220px !important;
    }
}

@media screen and (max-width: 2400px) and (min-width: 768px) {
    #txtedit p iframe {
        width: 690px !important;
        height: 420px !important;
    }
}