/*样式*/
.tpcontent{font-weight: bold; font-size: 11pt; color: #2b2b2b; font-family: 宋体;}
.cytpstyle{font-size: 9pt; color: #2b2b2b; font-family: 宋体;}
.content{margin:auto;text-align:left;line-height:18px;padding:3px 0 0 0;color:#727272;}
.process{width:162px;height:11px;background:#EDEDED;overflow:hidden;float:left;margin-left:26px !important;margin-left:13px;margin-right:10px;}
.process div{width:160px;height:11px;background:url(/system/resource/images/newsvote/bg.gif) repeat-x;border-left:1px solid #000;border-right:1px solid #000;}
.process .style7{border-left-color:#ff0000;border-right-color:#ff0000;background-position:0 -77px;}

.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;}
}
