.titlestyle2425{ font-size: 9pt; color: #222222; text-decoration: none ;}

        /* 导航容器 - 全新class名 */
        .main-navigation {
            width: 100%;
            height: 40px;
            background: linear-gradient(to bottom, #4a90e2 0%, #e0f0ff 100%);
            display: flex;
            align-items: center;
            
            position: relative;
            overflow: hidden;}

        /* 顶部装饰线 */
        .main-navigation::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 20px;
            
            opacity: 0.7;}

        /* 导航菜单列表 */
        .nav-menu-list {
            list-style: none;
            display: flex;
            gap: 120px;}

        /* 导航菜单项 */
        .nav-menu-item {
            font-size: 28px;
            font-weight: 500;
            color: #2c3e50;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;}

        /* 导航分隔线 */
        .nav-menu-split {
            color: #2c3e50;
            font-size: 16px;
            user-select: none;}

        /* 鼠标悬停效果 */
        .nav-menu-item:hover {
            color: #1a73e8;
            transform: translateY(-2px);}

        /* 响应式适配 */
        @media (max-width: 768px) {
            .main-navigation {
                height: 80px;
                padding: 0 20px;}
            .nav-menu-item {
                font-size: 18px;}
            .nav-menu-split {
                font-size: 18px;}
            .nav-menu-list {
                gap: 20px;}
        }
.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;}

