.zhengce-page html, .zhengce-page body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    display: block !important;
    justify-content: flex-start !important;
}
.zhengce-page .page-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}
.zhengce-page .box_1 {
    width: 100%;
    height: 380px;
    background: url(/images/banner.png) center top no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.zhengce-page .top-bar {
    width: 100%;
    height: 40px;
    background: rgba(68, 133, 217, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.zhengce-page .top-bar-text {
    color: #000;
    font-size: 14px;
    text-align: left;
    padding-left: 160px;
}
.zhengce-page .logo-area {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 60px;
    margin-top: -160px;
}
.zhengce-page .logo {
    width: 476px;
    height: auto;
}
.zhengce-page .nav-section {
    width: 100%;
    background-color: #006aff;
    position: sticky;
    top: 0;
    z-index: 100;
}
.zhengce-page .nav-container {
    max-width: 1400px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 50px;
}
.zhengce-page .nav-wrapper {
    display: flex;
    align-items: center;
    gap: 78px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.zhengce-page .nav-item {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    padding: 28px 0;
    transition: all 0.3s ease;
    position: relative;
}
.zhengce-page .nav-item a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.zhengce-page .nav-item:hover {
    font-weight: bold;
}
.zhengce-page .nav-item:hover::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}
.zhengce-page .search-box {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px 0 0 8px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 1);
    width: 280px;
    margin-left: auto;
}
.zhengce-page .search-input-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 13px;
    gap: 10px;
}
.zhengce-page .search-icon {
    width: 18px;
    height: 22px;
}
.zhengce-page .search-text {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}
.zhengce-page .search-input {
    flex: 1;
    height: 100%;
    color: #fff;
    font-size: 14px;
    outline: none;
    border: none;
    background: transparent;
}
.zhengce-page .search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.zhengce-page .search-btn {
    background-color: #1e3bc0;
    height: 40px;
    width: 80px;
    border: 1px solid #fff;
    border-left: none;
    border-radius: 0 8px 8px 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.zhengce-page .search-btn:hover {
    background-color: #1529a8;
}
.zhengce-page .section_2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}
.zhengce-page .section_4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
}
.zhengce-page .sidebar-menu {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 106, 255, 0.1);
    border: 1px solid rgba(0, 106, 255, 0.1);
    padding: 10px 0;
}
.zhengce-page .sidebar-title {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 106, 255, 0.1);
}
.zhengce-page .sidebar-title .text_9 {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}
.zhengce-page .sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.zhengce-page .sidebar-nav .sidebar-item {
    display: block;
    padding: 14px 10px;
    color: #333;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.zhengce-page .sidebar-nav .sidebar-item:last-child {
    border-bottom: none;
}
.zhengce-page .sidebar-nav .sidebar-item:hover {
    color: #0066ff;
    background: rgba(0, 106, 255, 0.05);
    padding-left: 20px;
}
.zhengce-page .sidebar-nav .sidebar-item.active {
    color: #0066ff;
    font-weight: 600;
    background: rgba(0, 106, 255, 0.08);
    padding-left: 10px;
}
.zhengce-page .sidebar-nav a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.zhengce-page .block_1 {
    width: 220px;
    flex-shrink: 0;
}
.zhengce-page .block_13 {
    width: 40px;
}
.zhengce-page .news-container {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    min-height: 400px;
}
.zhengce-page .section-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #0066ff;
}
.zhengce-page .news-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.zhengce-page .news-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
}
.zhengce-page .news-list .content-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.zhengce-page .news-list .content-item:last-child {
    border-bottom: none;
}
.zhengce-page .news-list .content-item:hover {
    background: #f8f9fa;
}
.zhengce-page .news-list .content-item:hover .item-title {
    color: #0066ff;
}
.zhengce-page .news-list .item-title {
    color: #333;
    font-size: 15px;
    transition: color 0.3s ease;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zhengce-page .news-list .item-date {
    color: #999;
    font-size: 13px;
    margin-left: 15px;
    white-space: nowrap;
}
.zhengce-page .pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
}
.zhengce-page .page-btn, .zhengce-page .page-num {
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #666;
    background: #fff;
}
.zhengce-page .page-btn:hover, .zhengce-page .page-num:hover {
    background: #0066ff;
    color: #fff;
    border-color: #0066ff;
}
.zhengce-page .page-num.active {
    background: #0066ff;
    color: #fff;
    border-color: #0066ff;
}
.zhengce-page .page-ellipsis {
    padding: 8px 10px;
    color: #999;
}
.zhengce-page .page-jump {
    margin-left: 15px;
    color: #666;
    font-size: 14px;
}
.zhengce-page .page-input {
    width: 50px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 10px;
    text-align: center;
    outline: none;
}
.zhengce-page .page-input:focus {
    border-color: #0066ff;
}
.zhengce-page .text_8 {
    font-size: 16px;
    margin: 30px 0 0 0;
    display: block;
    text-align: left;
    background: none;
    border: none;
    padding: 0;
}
.zhengce-page .text_8 a {
    color: #666;
    text-decoration: none;
}
.zhengce-page .text_8 a:hover {
    color: #0066ff;
}
