.tableFrameP{
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 12pt;
    /* max-width: 1200px; */
}
/* 备注字样 */
.tableRightTextTip{
    position: absolute;
    display: block;
    top: 26px;
    right: 1px;
    width: 0%;
    padding: 0 2.6%;
    height: 100%;
    transform:translate(-15%,50%);/*平移*/
    /* background-color: #fff; */
    z-index: 100;
    /*换行方式-只对中文起作用 pre-wrap 强行换行*/
    white-space:pre-wrap;
    /*只对英文起作用，以字母作为换行依据*/
    word-break:break-all;
}
table.ysTable{
    width: 100%;
    display: block;
    position: relative;
    /* overflow: hidden; */
    border-collapse:collapse;
    background-color: #ffffff;
}
table.ysTable > tbody {
    width: 100%;
    display: block;
    position: relative;
}
table.ysTable > tbody > .title{

}
table.ysTable > tbody > tr{
    width: 100%;
    /* height:5.65pt; */
    position: relative;
    display: block;
    display: flex;
     /*间距居中-或其他 flex-start=右对象_默认,flex-end=右对象,space-between=间距相等不保留两边边缘,space-around=则保留两边边缘,center=铺满*/
    justify-content:space-between;
    /*边距居中-或其他 stretch=两边占满_默认, flex-start=对齐起点,flex-end=对齐末端,center=各种宽度居中,baseline=以文字基线对齐 */ 
    align-items:stretch;

}
table.ysTable > tbody > .title > td{
    background-color: #aeaaaa;
    font-weight:bold;
    /* width: 100%; */
    /* display: block; */
    position: relative;
    overflow: auto;
}
table.ysTable > tbody > tr > td{
    overflow: auto;
    width: 100%;
    display: block;
    /* width: 25%; */
    /* display: table; */
    position: relative;
    /* border-bottom-color:#000000;
    border-bottom-style:solid;
    border-bottom-width:0.75pt;
    border-left-color:#000000;
    border-left-style:solid;
    border-left-width:0.75pt;
    border-right-color:#000000;
    border-right-style:solid;
    border-right-width:0.75pt;
    border-top-color:#000000;
    border-top-style:solid;
    border-top-width:0.75pt;
    padding-left:5.03pt;
    padding-right:5.03pt;
    vertical-align:top; */

    border-bottom-color:#000000;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-left-color:#000000;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:#000000;
    border-right-style:solid;
    border-right-width:1px;
    border-top-color:#000000;
    border-top-style:solid;
    border-top-width:1px;
    /* padding-left:3px;
    padding-right:3px; */
    padding: 6px 5px;
    vertical-align:top;
    /*换行方式-只对中文起作用 pre-wrap 强行换行*/
    white-space:pre-wrap;
    /*只对英文起作用，以字母作为换行依据*/
    word-break:break-all;
    text-align: center;
    font-size: 12pt;
}
table.ysTable > tbody > tr > td >a{
    color: #000000;
}
table.ysTable > tbody > tr > td > p{

}
table.ysTable > tbody > tr > td > p > span{

}