.fontstyle1074265{ font-size: 9pt; font-family: 宋体 ;}

.tsinghua-nav {
    background: #0c5f67;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}
        
        /* 第一级导航 */
        .nav-primary {
            display: flex;
            list-style: none;
            padding: 0 20px;}
        
        .nav-primary > li {
            position: relative;
            width: 20%;
            text-align: center;}
        
        .nav-primary > li > a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            line-height: 50px;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;}
        
    .nav-primary > li > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: #29a7b3;}
        
        /* 第二级下拉菜单 */
.nav-secondary {
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: white;
    list-style: none;
    width: 150%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 999999999999;
    transform: translateX(-50%);}
        
        .nav-primary > li:hover .nav-secondary {
            display: block;}
        
        .nav-secondary li {
            position: relative;
            border-bottom: 1px solid #f0f0f0;}
        
        .nav-secondary li:last-child {
            border-bottom: none;}
        
        .nav-secondary a {
            display: block;
            color: #333;
            text-decoration: none;
            padding: 0 10px;
            line-height: 40px;
            transition: all 0.2s ease;    font-size: 14px;}
        
        .nav-secondary a:hover {
            background-color: #f8f8f8;
            color: #0c5f67;}
        
        /* 第三级下拉菜单 */
        .nav-tertiary {
            position: absolute;
            top: 0;
            left: 100%;
            background-color: white;
            list-style: none;
            min-width: 100%;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
            border-radius: 0 4px 4px 4px;
            display:none;z-index: 999999999999;}
        
        .nav-secondary li:hover .nav-tertiary {
            display:block;}
        
        .nav-tertiary a {
            font-size: 14px;}
        
        /* 指示箭头 */
        .nav-secondary li.has-children > a::after {
            content: ">";
            font-family: '\5b8b\4f53';
            float: right;
            font-size: 12px;
            color: #999;
            transition: transform 0.3s ease;}
        .nav-secondary li.has-children:hover > a::after {
            color: #0c5f67;
            transform: translateX(3px);}
        
        /* 活动状态 */
        .nav-primary > li.active > a {
            border-bottom-color: #0c5f67;
            background-color: rgba(255, 255, 255, 0.05);}
.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;}

