/*sun 0911 关于所有table的左右中结构调整。未来要理出去一份独立css*/
/*表格id统一控制*/
#subTable,#decTableForm,#tradeRecordList,#netValueDcQuery,#bonusDcQuery,#netValueDcQuery,#articlesList,
#tradeRedeemForm,#spShare,#spContract,#spAnnounceList,#articlesList,#othersfundlistdiv,#redeemOtherShareListdiv,
#transMoneyShareListdiv,#transOtherShareListdiv,#fundBonusList,#interpolation_withdraw,#recordList,#withdrawList,
#withdrawlisttable,#redeemDc,#trans,#withdraw,#specialRedeemShareList,#fundQuery,
#privatefundQuery{margin-top: 15px;}
#listDiv{margin-top: 20px;}
/*弹出表格框*/
#dividedetailList{padding:20px;}

/*专户----持仓明细*/
#spShare th:first-child,#spShare td:first-child{text-align: left;}
#spShare .bankname{text-align: left;width: 16%;}
#spShare .currentshare,
#spShare .enableshares,
#spShare .todayincome,
#spShare .accumincome{text-align: right;}



/*#tradeRecordList th,#dcTradeRecordList th{ padding-left:10px; padding-right: 10px; }*/
/*#tradeRecordList td,#dcTradeRecordList td{ padding-left:10px; padding-right: 10px; }*/

#signedDisclosureList td{ padding-left:10px; padding-right: 10px;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
    max-width: 200px; /* 设置最大宽度以限制文本的显示长度 */
    cursor: default; /* 鼠标样式 */
}
#signedDisclosureList th{ padding-left:10px; padding-right: 10px;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
    max-width: 200px; /* 设置最大宽度以限制文本的显示长度 */
    cursor: default; /* 鼠标样式 */
}

#myfixtrade th{ padding:14px 10px; }
#myfixtrade td{ padding:14px 10px; }

#dsUnconfirmedTable th{padding-left:5px;padding-right:5px;}
#dsUnconfirmedTable td{padding-left:5px;padding-right:5px;}
#dsUnconfirmedTable th:first-child{padding-left: 20px;}
#dsUnconfirmedTable td:first-child{padding-left: 20px;}
#dsUnconfirmedTable th:last-child{padding-right: 20px;}
#dsUnconfirmedTable td:last-child{padding-right: 20px;}

#dcShareQueryTable th{padding-left:5px;padding-right:5px;}
#dcShareQueryTable td{padding-left:5px;padding-right:5px;}
#dcShareQueryTable th:first-child{padding-left: 20px;}
#dcShareQueryTable td:first-child{padding-left: 20px;}
#dcShareQueryTable th:last-child{padding-right: 20px;}
#dcShareQueryTable td:last-child{padding-right: 20px;}


/*03-05 new*/
/*基金交易赎回*/
#redeemShareListdiv{margin-top: 15px;}
/*基金交易转换*/
#transShareListdiv{margin-top: 15px;}