/*样式*/
.jjy TABLE{border-collapse:collapse; border:1px solid #bbb;margin: 0 auto !important; min-width:1024px;    float: none !important;} 
.jjy TABLE TD{ border:1px solid #bbb; padding:0px 5px;     white-space: pre-wrap;       text-indent: 0 !important;} 

.jjy TABLE TD P {
    text-indent: 0px !important;
    margin: 0px; font-size: 16px;}

.jjy P,.jjy P a,.jjy P span,.jjy P a span,.jjy P span a,.jjy a{
word-break:break-all
;}

.jjy video {
    max-width: 85%;
    height: auto;
    margin: 0 auto;
    display: block;}
.jjy .px50{
    display: inline !important;
    vertical-align: baseline;}

/*一般用于手机端文章中img的大小*/
.jjy .vsbcontent_img img,.jjy img{
    display: block;
    margin: 0 auto;
    max-width: 90% !important;
    height: auto !important;}
.linkss{
    display:flex;
    
    justify-content:flex-end;}
.drop-box{
    position:relative;}
.linkss>div:nth-of-type(2){
margin-left:70px
;}
.drop-btn{
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 34px 8px 14px;
    font-size: 18px;
    color: #004499;
    cursor: pointer;
        width: 200px;
    position: relative;
    font-family:"Microsoft YaHei",sans-serif;}
.drop-btn::after{
    content:"▼";
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    font-size:12px;
    color:#333;}
/* 向上弹出时，箭头翻转 */
.drop-box.reverse .drop-btn::after{
    content:"▲";}
.drop-panel{
    display:none;
    position:absolute;
    right:0;
    top:100%;
    background:#fff;
    min-width:100%;
    max-height: 70vh; /* 最大高度，超出出现滚动 */
    overflow-y:auto;  /* 内容多内部滚动，不溢出页面 */
    box-shadow:0 2px 10px rgba(0,0,0,0.15);
    padding:12px 0;
    z-index:999;}
/* reverse类：向上弹出，定位改到上面 */
.drop-box.reverse .drop-panel{
    top:auto;
    bottom:100%;}
.drop-panel.show{
    display:block;}
.drop-panel a{
    display:block;
    padding:10px 22px;
    font-size:18px;
    color:#555;
    text-decoration:none;}
.drop-panel a:hover{
    background:#f3f3f3;
    color:#004499;}

@media only screen and (max-width: 1040px) {
.linkss>div:nth-of-type(2){
margin-left:0
;}
.drop-btn {
    width: 100%;}
.linkss {
    display: flex;
    justify-content: space-around;
            gap: revert-layer;}
.drop-panel {
    min-width: auto;}
}
