.view-page html, .view-page body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    display: block !important;
    justify-content: flex-start !important;
}
.view-page .page-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}
.view-page .box_1 {
    width: 100%;
    height: 380px;
    background: url(/images/banner.png) center top no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.view-page .top-bar {
    width: 100%;
    height: 40px;
    background: rgba(68, 133, 217, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-page .top-bar-text {
    color: #000;
    font-size: 14px;
    text-align: left;
    padding-left: 160px;
}
.view-page .logo-area {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 60px;
    margin-top: -160px;
}
.view-page .logo {
    width: 476px;
    height: auto;
}
.view-page .nav-section {
    width: 100%;
    background-color: #006aff;
    position: sticky;
    top: 0;
    z-index: 100;
}
.view-page .nav-container {
    max-width: 1400px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 50px;
}
.view-page .nav-wrapper {
    display: flex;
    align-items: center;
    gap: 78px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.view-page .nav-item {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    padding: 28px 0;
    transition: all 0.3s ease;
    position: relative;
}
.view-page .nav-item a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.view-page .nav-item:hover {
    font-weight: bold;
}
.view-page .nav-item:hover::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}
.view-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;
}
.view-page .search-input-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 13px;
    gap: 10px;
}
.view-page .search-icon {
    width: 18px;
    height: 22px;
}
.view-page .search-text {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}
.view-page .search-input {
    flex: 1;
    height: 100%;
    color: #fff;
    font-size: 14px;
    outline: none;
    border: none;
    background: transparent;
}
.view-page .search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.view-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;
}
.view-page .search-btn:hover {
    background-color: #1529a8;
}

.view-page .section_2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

.view-page .article-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 40px 50px;
    margin: 30px auto 50px auto;
    max-width: 1500px;
    box-sizing: border-box;
    width: 100%;
}
.article-container table{margin-left: auto;margin-right: auto;width: auto; border-collapse: collapse; }
.article-container th,.article-container td {border: 1px solid #ccc;padding: 8px 10px;}
.view-page .article-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 20px 0;
    text-align: center;
}
.view-page .article-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}
.view-page .meta-date {
    color: #666;
    font-size: 14px;
}
.view-page .meta-separator {
    color: #999;
    font-size: 14px;
}
.view-page .meta-views {
    color: #999;
    font-size: 14px;
}
.view-page .article-divider {
    height: 1px;
    background: linear-gradient(90deg, #0066ff 0%, #e0e0e0 50%, transparent 100%);
    margin-bottom: 30px;
}
.view-page .article-content p {
    color: #555;
    font-size: 15px;
    line-height: 1.9;
    margin: 0 0 20px 0;
    text-align: justify;
}
element.style {
    margin: 0px;
    padding: 0px;
    color: rgb(0, 102, 204);
    text-decoration-line: none;
    font-size: 16px!important;
    line-height: 20px!important;;
}
.view-page .article-image {
    margin-top: 30px;
    text-align: center;
}
.view-page .article-image img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.view-page .text_8 {
    font-size: 16px;
    margin: 30px 0 0 0;
    display: block;
    text-align: left;
    background: none;
    border: none;
    padding: 0;
}
.view-page .text_8 a {
    color: #666;
    text-decoration: none;
}
.view-page .text_8 a:hover {
    color: #0066ff;
}
.view-page .article-actions {
    margin-top: 40px;
    text-align: center;
}
.view-page .btn-close {
    background-color: #006aff;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.view-page .btn-close:hover {
    background-color: #0056cc;
}
