html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'AlibabaPuHui', "Microsoft Yahei", "Myriad Pro", "simsun", "arial", "tahoma";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #666;
  background: none;
}
a:hover{
  text-decoration: none !important;
}
ul,
ol {
  list-style: none;
}
:focus {
  outline: none;
}
.clearfix {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  max-width: 100%;
  display: block;
}
@font-face {
  font-family: 'AlibabaPuHui';
  src: url(../fonts/AlibabaPuHuiTi-3-55-Regular.ttf);
  font-display: swap;
}
.container{
  width: 1400px;
  margin: auto;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*margin: 30px 0;*/
    gap: 10px;
    --pagination-size: 50px;
    font-size: 16px;
}

.pagination li a,
.pagination li span {
    display: block;
    width: var(--pagination-size);
    height: var(--pagination-size);
    line-height: var(--pagination-size);
    text-align: center;
    border-radius: 50%;
    color: #333;
    background-color: #f8f8f8;
}

.pagination li a:hover,
.pagination li.active span {
    background-color: #264a95;
    color: #fff;
}

.ql-editor {
    padding: 0;
}

.wang-editor-content h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0.67em 0;
}

.wang-editor-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0.83em 0;
}

.wang-editor-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 1em 0;
}

.wang-editor-content p {
    margin: 1em 0;
}

.wang-editor-content img,
.wang-editor-content video {
    display: revert;
}

.wang-editor-content ul,
.wang-editor-content ol {
    padding-left: 20px;
    margin: 0;
}

.wang-editor-content ul li,
.wang-editor-content ol li {
    margin-bottom: 5px;
    list-style-position: inside;
}

.wang-editor-content ul li {
    list-style-type: disc;
}

.wang-editor-content ol li {
    list-style-type: decimal;
}
