.navbar1 {
    background-color: #005aa0;
    padding: 0 20px;}

.nav-list {
    list-style: none;
    display: flex;
    position: relative;
    width: 1360px;
    margin: 0 auto;}

.nav-item {
    flex: 1;
    text-align: center;}

.nav-item {
    position: relative;}

.nav-item > a {
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    transition: all 0.3s ease;
    white-space: nowrap;}

.nav-item > a:hover {
    background-color: #014981;}

/* 下拉菜单样式 */
.dropdown-menu1 {
    position: absolute;
    top: 100%;
    left: 50%; /* 先定位到父元素中间 */
    transform: translateX(-50%) translateY(10px); /* 再向左移动自身宽度的一半 */
    background-color: #005aa0;
    min-width: 100%; /* 宽度与父元素相同 */
    width: max-content; /* 宽度根据内容自动调整，但不小于父元素宽度 */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding-left: 0;
    text-align: center; /* 二级菜单文本居中 */
    z-index: 9999;}

.dropdown-menu1 li {
    border-bottom: 1px solid #014981;}

.dropdown-menu1 li:last-child {
    border-bottom: none;}

.dropdown-menu1 a {
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    color: #fff;}

.dropdown-menu1 a:hover {
    background-color: #014981;}

/* 鼠标悬停时显示下拉菜单 */
.has-dropdown1:hover .dropdown-menu1 {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);}
.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;}

