body{background:#FFFFFF;font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;color: #3d3e49;font-size: 0.97rem;}
body.toc{background-color:#FFFFFF;}
.sectiontitle { font-size: 1.3rem;
    display: block;
    
    width: 100%;
    
    
     }
.topictitle1 { font-size: 1.3rem;
    display: block;
    
    width: 100%;
    
    
    }
.topictitle2 { margin-top: 1pc; margin-bottom: .45em; color: #000079;font-size: 1.6em; font-style: verdan;}
.topictitle3 { margin-top: 1pc; margin-bottom: .17em; color: #000079;font-size: 1.4em; font-weight: bold;font-style: verdan; }
.topictitle4 { margin-top: .83em; font-size: 1.2em; color: #000079;font-weight: bold; }
.topictitle5 { font-size: 1.17em; font-weight: bold; }
.topictitle6 { font-size: 1.17em; font-style: italic; }
div.parentlink { font-size: 1.0em; font-weight: bold;color: #000079; margin-top: 1em;
}
table{
border:1px solid #999;
width: 100%;
}
thead{
text-align:center;
background-color:#CCCCCC;
border: thin;
}
/*td.cellrowborder{border-color:#990000;}
th.cellrowborder{border-color:#990000;} */
div.tablenoborder{margin:1em 0 1em 0;}
span.figcap{
clear:both;
text-align:left;
font-style:normal;
font-weight:bold;
display:block;

}

span.tablecap{font-weight:bold;}

p.logo{
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;

font-style:italic bold;
font-size:1.8em;
color: #000079;
font-variant: small-caps;
letter-spacing: -0.1em;
}
div.logo{
background-position:right;
background-repeat:no-repeat;
padding:0.1em;
border-bottom: ridge #000079;
margin-bottom:2em;
}

p.footmark{
color: #000079;
}

/* img{


        max-width: 100%;



scalling:uniform
} */

a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    color: #0a59f7;

}

a:visited {
    color: #0a59f7;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.75;
}
body p {
    width: 100%;
    
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: .461rem;
    margin-top: .461rem;
}




p b {
    width: 100%;
    font-size: 0.97rem;
    /* display: block; */
    margin-bottom: 0.7rem;
    width: 100%;
    margin-top: 1.2rem;
    font-weight: 600;
    line-height: 1.75;
}

p[class="title"] b {
    margin-bottom: 0;
    margin-top: 0;

}





ol {
    
    
    padding-left: 18px; /* 去掉默认缩进 */
  }

  
  /* 嵌套 ul 去掉列表符号，与外层 li 对齐 */
  ul li ul {
    list-style: none;
    padding-left: 0;
}

ul li ul li {
    position: relative;
    padding-left: 1.0em; /* 根据横线宽度调整 */
    line-height: 1.6;
    vertical-align: middle;
}

ul li ul li::before {
    content: "-";
    display: inline-block;
    font-size: 1.16rem;
    font-weight: 500;
    margin-right: 0.3em;
    position: absolute;
    left: 0;
    top: -0.2em; /* 调整垂直对齐 */
}


  body ul {
    width: 100%;
    padding-left: 1.2em;
    list-style-type: disc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

li {
    line-height: 1.75;
    
}

img {
    width: auto ;
    display: inline-block ;
    margin-bottom: 0 ;
    height: 23px ;
    /* vertical-align: middle; */
    vertical-align: -.29rem;
}

img[class] {
    display: block;
    height: auto;
    /* max-width: 100%; */
    vertical-align: middle;
    width: 100%;

    overflow-clip-margin: content-box;
    overflow: clip;

    padding: 0;
    border: 0;
    outline: 0;
    
    background: transparent;
    outline-style: none;
}

.p_img {
    width: auto !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    height: 23px !important;
    /* vertical-align: middle; */
    vertical-align: -.29rem;
}
.img_30 {
    max-width: 30%;
    display: block;
}
.img_55 {
    max-width: 55%;
    display: block;
}
.img_50 {
    max-width: 50%;
    display: block;
}
.img_60 {
    max-width: 60%;
    display: block;
}
.img_70 {
    max-width: 70%;
    display: block;
}
.img_80 {
    max-width: 80%;
    display: block;
}
td img {
    width: auto !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    height: 23px !important;
    vertical-align: middle;
}

/* 匹配 td p 内所有具有数字类名的 img 元素 */
td p img[class] {
    display: block !important;
    height: auto !important;
    vertical-align: middle !important;
    width: 100% !important;
    overflow-clip-margin: content-box !important;
    overflow: clip !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    outline-style: none !important;
}


body{
    margin: 0 10px 0 10px;

    
}

/* WebKit浏览器 */
body::-webkit-scrollbar {
    display: none;
}

/* Firefox */
body {
    scrollbar-width: none;
}

/* IE 10+ */
body {
    -ms-overflow-style: none;
}

/* 在需要显示滚动条的设备上重新启用 */
/* @media screen and (min-width: 709px) {
    body::-webkit-scrollbar {
        display: block;
        width: 8px;
    }
    
    body {
        scrollbar-width: auto;
        -ms-overflow-style: auto;
    }
} */



/* WebKit浏览器 */
/* html::-webkit-scrollbar {
    display: none;
} */


html::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

html::-webkit-scrollbar-thumb {
    background: #c7c9c7;
    border-radius: 8px;
    opacity: .69
}


/* 手机版本样式 */
@media screen and (max-width: 768px) {
    html {
        padding: 0px 10px 0px 10px;
    }
}

/* 网页版本样式 */
@media screen and (min-width: 600px) {
    html {
        padding: 0px 38px 0px 38px;
    }
}


p[class="title-link"]::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: #000000;
    margin-right: 5px;
    /* 修改以下属性以实现居中对齐 */
    vertical-align: -0.25rem;
}

p[class="title"] {
    font-size: 1.07rem;
    font-weight: 600;
    /* 添加以下属性以帮助实现垂直居中 */
    line-height: 1.5;
    display: flex;
    align-items: center;
}

   p[class="title"]::before {
       content: "";
       display: inline-block;
       width: 4px;
       height:  1.2em;
       background-color: #000000;
       margin-right: 5px;
       align-self: center; /* 添加此行 */
   }
p[class="title-link"] {
    font-size: 1.07rem;
    font-weight: 600;
    /* 添加以下属性以帮助实现垂直居中 */
    line-height: 1.5;
}

.jiantou_r {
    height: 15px !important;
    width: auto !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    vertical-align: -0.14rem !important;
}


.p_b_0 {
    margin: 0;
}




.cellrowborder-sup p{
    display: flex !important;          /* 使用弹性布局 */
    justify-content: center !important; /* 水平居中（如果需要） */
    margin: 0 !important; 
}







  

