/*20260714*/
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
            background-color: #f5f7fa;
            color: #333;
        }

        .header-top {
            background: url("Rectangle 2.png") no-repeat center top;
            background-size: 100% 122px;
            height: 125px;
            line-height: 125px;
            padding: 0;
            position: absolute;
            z-index: 100;
            width: 100%;
            margin: 0;
            box-sizing: border-box;
            top: 0;
            left: 0;
            overflow: hidden;
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:space-between; justify-content:space-between;
            -ms-flex-align:center; align-items:center;
            height: 79px;
            padding: 0 20px;
        }

        .nav-left {
            display: -ms-flexbox; display: flex;
            list-style: none;
            -ms-flex-pack:flex-start; justify-content:flex-start;
            width: 45%;
        }

        .nav-left li {
            margin-right: 74px;
        }

        .nav-left li a {
            color: #333333;
            text-decoration: none;
            font-size: 14px;
            font-family: "Microsoft YaHei", sans-serif;
            position: relative;
        }

        .nav-left li a:hover {
            color: #F59703;
            font-weight: bold;
        }

        .nav-left li a:hover::after {
            content: '';
            position: absolute;
            bottom: -30px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #F59703;
        }

        .nav-left li.active a {
            color: #F59703;
            position: relative;
            font-weight: bold;
        }

        .nav-left li.active a::after {
            content: '';
            position: absolute;
            bottom: -30px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #F59703;
        }

        .nav-center {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
            top: 20px;
        }

        .nav-center .logo {
            width: 80px;
            height: 80px;
        }

        .nav-right {
            display: -ms-flexbox; display: flex;
            list-style: none;
            -ms-flex-align:center; align-items:center;
            -ms-flex-pack:flex-end; justify-content:flex-end;
            width: 45%;
        }

        .nav-right li {
            margin-left: 20px;
        }

        .nav-right li a {
            color: #333333;
            font-size: 14px;
            font-family: "Microsoft YaHei", sans-serif;
            text-decoration: none;
            position: relative;
        }

        .nav-right li a:hover {
            color: #F59703;
            font-weight: bold;
        }

        .nav-right li a:hover::after {
            content: '';
            position: absolute;
            bottom: -30px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #F59703;
        }

        .nav-right li.active a {
            color: #F59703;
            position: relative;
            font-weight: bold;
        }

        .nav-right li.active a::after {
            content: '';
            position: absolute;
            bottom: -30px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #F59703;
        }

        .nav-right .flag {
            margin-top: 66px;
        }

        .banner {
            padding: 30px 20px 50px;
            position: relative;
            overflow: hidden;
            padding-top: 100px;
        }

        .banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url(bannerbg2.jpg) no-repeat center center;
            background-size: 100% 100%;
        }

        .banner-content {
            max-width: 1200px;
            margin: 50px auto 0;
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .banner-content .logo {
            width: 80px;
            height: 80px;
            margin-bottom: 15px;
        }

        .banner-content h1 {
            color: #005EA5;
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 8px;
        }

        .banner-content p {
            color: #333333;
            font-size: 16px;
            margin-bottom: 30px;
        }

        .search-box {
            display: -ms-flexbox; display: flex;
            max-width: 615px;
            width: 100%;
            margin: 0 auto;
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .search-box input {
            -ms-flex:1; flex:1;
            padding: 0 21px;
            border: none;
            outline: none;
            font-size: 13px;
            height: 55px;
        }

        .search-box button {
            background: white;
            border: none;
            width: 126px;
            height: 55px;
            cursor: pointer;
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
            -ms-flex-pack:center; justify-content:center;
            color: white;
            font-size: 13px;
            font-weight: bold;
            border-radius: 0 28px 28px 0;
        }

        .search-box button img {
            width: 90%;
            height: 90%;
            max-width: 100%;
            max-height: 100%;
            margin-right: -8px;
        }

        .hot-search {
            margin-top: 15px;
            color: #333333;
            font-size: 13px;
        }

        .hot-search span {
            margin-right: 15px;
        }

        .hot-search a {
            color: #333333;
            text-decoration: none;
        }

        .hot-search a:hover {
            color: #0066cc;
        }

        .main-content {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
            padding: 0 20px;
        }

        .notice-section {
		    margin-top: 20px;
            background: linear-gradient(264deg, #ecf7ff 0%, #ffffff 71%, #ecf7ff 100%);
            border-radius: 8px;
            padding: 0;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            display: -ms-flexbox; display: flex;
        }

        .notice-header {
            padding: 0;
            display: -ms-flexbox; display: flex;
            -ms-flex-direction:column; flex-direction:column;
            -ms-flex-align:center; align-items:center;
            -ms-flex-pack:center; justify-content:center;
            min-width: 80px;
            border-radius: 8px 0 0 8px;
            position: relative;
            width: 86px;
            height: 116px;
        }

        .notice-header img {
            width: 94%;
            height: auto;
            margin-left: -6px;
            margin-top: 5px;
        }

        .notice-header h2 {
            position: absolute;
            left: 12px;
            top: 63px;
            width: 44px;
            height: 32px;
            opacity: 1;
            font-family: Source Han Sans;
            font-size: 16px;
            font-weight: 500;
            line-height: 120%;
            text-align: center;
            letter-spacing: 0px;
            font-variation-settings: "opsz" auto;
            font-feature-settings: "kern" on;
            color: #FFFFFF;
            margin: 0;
            display: -ms-flexbox; display: flex;
            -ms-flex-direction:column; flex-direction:column;
            -ms-flex-pack:center; justify-content:center;
        }

        .notice-list {
			margin-top:20px;
            -ms-flex:1; flex:1;
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:space-between; justify-content:space-between;
            padding: 20px;
        }

        .notice-item {
            -ms-flex:1; flex:1;
            min-width: 280px;
            display: -ms-flexbox; display: flex;
            -ms-flex-align:flex-start; align-items:flex-start;
            margin-right: 30px;
        }

        .notice-item:last-child {
            margin-right: 0;
        }

        .notice-badge {
            color: #005EA5;
            font-size: 16px;
            font-weight: bold;
            margin-right: 30px;
            display: -ms-flexbox; display: flex;
            -ms-flex-direction:column; flex-direction:column;
            -ms-flex-align:center; align-items:center;
            min-width: 50px;
            position: relative;
        }

        .notice-badge span {
            font-size: 12px;
            font-weight: normal;
            margin-top: 2px;
        }

        .notice-badge::after {
            content: '';
            position: absolute;
            right: -15px;
            top: 0;
            height: 100%;
            width: 1px;
            border-left: 1px solid #DDDDDD;
            opacity: 0.5;
        }

        .notice-badge.no-line::after {
            display: none;
        }

        .notice-content {
            -ms-flex:1; flex:1;
        }

        .notice-content a {
		    margin-top:-5px;
            color: #333;
            text-decoration: none;
            font-size: 14px;
            display: block;
            line-height: 1.6;
        }

        .notice-content a:hover {
            color: #1a73e8;
        }

        .section-title {
            text-align: center;
            margin: 30px 0 25px;
            position: relative;
        }

        .section-title span {
            color: #0066cc;
            font-size: 20px;
            font-weight: bold;
            padding: 0 30px;
            background: #f5f7fa;
            position: relative;
            z-index: 1;
        }

        .section-title::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 40%;
            right: 40%;
            height: 1px;
            background: #005EA5;
        }

        .service-grid {
            display: -ms-grid; display: grid;
            -ms-grid-columns:repeat(4, 1fr); grid-template-columns:repeat(4, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }

        .service-card {
            background: #1D69B7;
            border-radius: 10px;
            padding: 25px;
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:space-between; justify-content:space-between;
            -ms-flex-align:center; align-items:center;
            color: white;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 102, 204, 0.4);
        }

        .service-card .icon {
            background: white;
            border-radius: 50%;
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
            -ms-flex-pack:center; justify-content:center;
            -ms-flex-negative:0; flex-shrink:0;
        }

        .service-card .icon img {
            width: auto;
            height: auto;
        }

        .service-card .content {
            display: -ms-flexbox; display: flex;
            -ms-flex-direction:column; flex-direction:column;
            -ms-flex-pack:space-between; justify-content:space-between;
        }

        .service-card h3 {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 50px;
            line-height: 1.4;
        }

        .service-card h3.mb-29 {
            margin-bottom: 29px;
        }

        .service-card .arrow {
            display: inline-block;
            width: 20%;
            height: auto;
        }

        .international-section {
            display: -ms-grid; display: grid;
            -ms-grid-columns:repeat(2, 1fr); grid-template-columns:repeat(2, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }

        .international-card {
            background: linear-gradient(135deg, #00509e, #0066cc);
            border-radius: 10px;
            padding: 30px;
            text-align: center;
            color: white;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .international-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 102, 204, 0.4);
        }

        .international-card h3 {
            font-size: 18px;
            font-weight: bold;
        }

        .international-card.visa-card {
            background: url(visa.png) no-repeat center center;
            background-size: cover;
        }

        .international-card.consular-card {
            background: url(consular.png) no-repeat center center;
            background-size: cover;
        }

        .bottom-section {
            display: -ms-grid; display: grid;
            -ms-grid-columns:repeat(2, 1fr); grid-template-columns:repeat(2, 1fr);
            gap: 0;
            margin-bottom: 40px;
        }

        .info-card {
            background: linear-gradient(270deg, #d9edfc 0%, #f1f8ff 100%);
            padding: 25px;
            position: relative;
        }

        .info-card h3 {
            color: #0066cc;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 20px;
            padding-left: 15px;
            border-left: 4px solid #ff8c00;
        }

        .destination-card {
            background: url(background-2.png) no-repeat center center;
            background-size: cover;
        }

        .safety-list {
            list-style: none;
        }

        .safety-list li {
            padding: 12px 0;
            border-bottom: 1px dashed #eee;
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
            -ms-flex-pack:space-between; justify-content:space-between;
        }

        .safety-list li:last-child {
            border-bottom: none;
        }

        .safety-list li a {
            color: #333;
            text-decoration: none;
            font-size: 14px;
            -ms-flex:1; flex:1;
            margin-right: 15px;
        }

        .safety-list li a:hover {
            color: #0066cc;
        }

        .safety-list li span {
            color: #999;
            font-size: 12px;
        }

        .safety-list li .icon {
            width: 16px;
            height: 16px;
            margin-right: 8px;
        }

        .country-list {
            list-style: none;
        }

        .country-list ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
            display: -ms-flexbox; display: flex;
            -ms-flex-wrap:wrap; flex-wrap:wrap;
            margin-top: 12px;
        }

        .country-list li {
            display: contents;
        }

        .country-list li a {
            color: #333;
            text-decoration: none;
            font-size: 14px;
            margin-right: 15px;
            margin-bottom: 8px;
            white-space: nowrap;
            display: inline-block;
        }

        .country-list li a:hover {
            color: #0066cc;
        }

        .destination-card {
            position: relative;
            overflow: hidden;
        }

        

        .destination-select {
            display: -ms-flexbox; display: flex;
            margin-bottom: 20px;
        }

        .destination-select select {
            -ms-flex:1; flex:1;
            padding: 10px 15px;
            border: 1px solid #ddd;
            border-radius: 6px;
            margin-right: 10px;
            font-size: 14px;
        }

        .destination-select button {
            background: #0066cc;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 6px;
            cursor: pointer;
        }

        .alphabet-grid {
            display: -ms-grid; display: grid;
            -ms-grid-columns:repeat(13, 1fr); grid-template-columns:repeat(13, 1fr);
            gap: 5px;
        }

        .alphabet-grid a {
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
            -ms-flex-pack:center; justify-content:center;
            height: 35px;
            background: #f5f7fa;
            color: #333;
            text-decoration: none;
            border-radius: 4px;
            font-size: 14px;
            font-weight: bold;
            transition: background 0.3s;
        }

        .alphabet-grid a:hover,
        .alphabet-grid a.active {
            background: #0066cc;
            color: white;
        }

        .footer {
            background: #1a1a2e;
            color: white;
            padding: 0;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .footer-top {
            width: 100%;
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:center; justify-content:center;
            -ms-flex-align:center; align-items:center;
            height: 146px;
            background: #E9F6FF;
            padding: 0;
            margin: 0;
            border-bottom: none;
        }

        .footer-top-content {
            max-width: 1200px;
            width: 100%;
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:space-between; justify-content:space-between;
            -ms-flex-align:center; align-items:center;
            padding: 0 20px;
			padding-left: 35px;
        }

        .footer-selects {
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
        }

        .footer-selects .link-title {
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
            margin-right: 20px;
            font-size: 14px;
            color: #333;
            font-weight: bold;
        }

        .footer-selects .link-title img {
            width: 16px;
            height: 16px;
            margin-right: 8px;
        }

        .footer-selects select {
            padding: 4px 12px;
            margin-right: 15px;
            border: 1px solid #999;
            border-radius: 4px;
            background: white;
            color: #333;
            font-size: 14px;
            height: 28px;
        }

        .footer-qr {
            display: -ms-flexbox; display: flex;
        }

        .footer-qr .qr-item {
            margin-left: 25px;
            text-align: center;
        }

        .footer-qr .qr-item img {
            width: 60px;
            height: 60px;
            margin-bottom: 8px;
        }

        .footer-qr .qr-item span {
            display: block;
            font-size: 12px;
            color: #666;
        }

        .footer-bottom {
            width: 100%;
            height: 70px;
            background: #1D69B7;
            backdrop-filter: blur(10px);
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:center; justify-content:center;
            -ms-flex-align:center; align-items:center;
            padding: 0;
            margin: 0;
        }

        .footer-bottom-content {
            max-width: 1200px;
            width: 100%;
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:space-between; justify-content:space-between;
            -ms-flex-align:center; align-items:center;
            padding: 0 20px;
        }

        .footer-links {
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
        }

        .footer-links a {
            color: white;
            text-decoration: none;
            padding: 0 20px;
            font-size: 13px;
            border-right: 1px solid white;
        }

        .footer-links a:last-child {
            border-right: none;
        }

        .footer-links a:hover {
            color: rgba(255, 255, 255, 0.8);
        }

        .footer-copyright {
            color: white;
            font-size: 12px;
            line-height: 1.8;
        }

        

        html.list-page body {
            overflow-x: hidden;
        }

        html.list-page .page-container {
            background: url(bigbg.png) no-repeat center top;
            background-size: cover;
            min-height: calc(100vh - 400px);
            padding: 20px 0;
            position: relative;
        }

        html.list-page .page-content {
            width: 1200px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 1;
            box-sizing: border-box;
        }

        html.list-page .breadcrumb {
            height: 26px;
            line-height: 26px;
            font-size: 14px;
            color: #333333;
            margin-bottom: 20px;
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
        }

        html.list-page .breadcrumb img {
            width: 16px;
            height: 16px;
            margin-right: 8px;
            vertical-align: middle;
        }

        html.list-page .breadcrumb a {
            color: #333333;
            text-decoration: none;
        }

        html.list-page .breadcrumb a:hover {
            color: #0066cc;
        }

        html.list-page .breadcrumb span {
            margin: 0 8px;
        }

        html.list-page .breadcrumb .current {
            color: #0066cc;
        }

        html.list-page .main-wrapper {
            display: -ms-flexbox; display: flex;
            gap: 20px;
            width: 100%;
        }

        html.list-page .sidebar {
            width: 240px;
            max-width: 240px;
            /*background: #FFFFFF url(left-bg.png) no-repeat left top;*/
            background-size: cover;
            border-radius: 8px;
            position: relative;
             /*box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);*/
			 -ms-flex-negative:0; flex-shrink:0;
            -ms-flex-preferred-size:240px; flex-basis:240px;
            height: auto;
            -ms-flex-item-align:flex-start; align-self:flex-start;
        }

        html.list-page .sidebar-inner {
            padding: 0;
            display: -ms-flexbox; display: flex;
            -ms-flex-direction:column; flex-direction:column;
            gap: 20px;
        }

        html.list-page .sidebar-section {
            background: #FFFFFF;
            border-radius: 8px;
            box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
            padding: 0 15px 15px;
        }

        html.list-page .sidebar-section::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 5px;
            background: #0066cc;
            border-radius: 8px 0 0 8px;
        }

        html.list-page .sidebar-title {
            color: #FFFFFF;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            padding: 12px 0;
            margin: 15px 0 20px;
            display: block;
            width: 100%;
            position: relative;
            z-index: 1;
        }

        html.list-page .sidebar-title::after {
            content: '';
            position: absolute;
            top: 0;
            left: 30px;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, #0c5caf 0%, #1d69b7 100%);
            border-radius: 30px 0 0 30px;
            z-index: -1;
        }

        html.list-page .sidebar-menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        html.list-page .sidebar-menu li {
            position: relative;
        }

        html.list-page .sidebar-menu li::after {
            content: '';
            position: absolute;
            left: 15px;
            right: 6px;
            bottom: 0;
            height: 1px;
            background: #DDDDDD;
        }

        html.list-page .sidebar-menu li:last-child::after {
            display: none;
        }

        html.list-page .sidebar-menu li.active::after {
            background: #1D69B7;
        }
        
        html.list-page .sidebar-menu li.has-submenu.active::after {
            display: none;
        }
        
        html.list-page .sidebar-menu li.guide-section.active::after {
            display: none;
        }

        html.list-page .sidebar-menu li a {
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
            -ms-flex-pack:space-between; justify-content:space-between;
            padding: 12px 13px 12px 25px;
            color: #333333;
            text-decoration: none;
            font-size: 14px;
            background: transparent;
            transition: background 0.3s;
            border-radius: 0;
            position: relative;
        }
        
        html.list-page .sidebar-menu li.active > a {
            color: #1D69B7;
            font-weight: bold;
        }
        
        html.list-page .sidebar-menu .guide-section.active > a {
            font-weight: normal;
        }

        html.list-page .sidebar-menu li .expand-btn {
            width: 24px;
            height: 44px;
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
            position: absolute;
            right: 0;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
        }

        html.list-page .sidebar-menu li .expand-btn .arrow {
            width: 12px;
            height: 12px;
            max-width: 12px;
            max-height: 12px;
            object-fit: contain;
            position: static;
            display: inline-block;
        }

        html.list-page .sidebar-menu li .expand-btn .arrow-selected {
            display: none;
        }

        html.list-page .sidebar-menu li.has-submenu:not(.expanded) .expand-btn .arrow-default {
            display: inline-block;
        }

        html.list-page .sidebar-menu li.has-submenu.active:not(.expanded) .expand-btn .arrow-default {
            display: none;
        }

        html.list-page .sidebar-menu li.has-submenu.active:not(.expanded) .expand-btn .arrow-selected {
            display: inline-block;
        }

        html.list-page .sidebar-menu li.has-submenu:hover:not(.expanded) .expand-btn .arrow-default {
            display: none;
        }

        html.list-page .sidebar-menu li.has-submenu:hover:not(.expanded) .expand-btn .arrow-selected {
            display: inline-block;
        }

        html.list-page .sidebar-menu li.active:not(.has-submenu) .expand-btn .arrow-default {
            display: none;
        }

        html.list-page .sidebar-menu li.active:not(.has-submenu) .expand-btn .arrow-selected {
            display: inline-block;
        }

        html.list-page .sidebar-menu li a:hover {
            color: #1D69B7;
        }

        html.list-page .sidebar-menu > li.active > a {
            color: #1D69B7;
            font-weight: bold;
        }

        html.list-page .sidebar-menu li .expand-btn .caret {
            width: 7px;
            height: 7px;
            border-top: 1px solid #666666;
            border-right: 1px solid #666666;
            transform: rotate(135deg);
            display: none;
            vertical-align: middle;
            transition: border-color 0.3s, transform 0.3s;
        }

        html.list-page .sidebar-menu li.active .expand-btn .caret {
            border-top-color: #1D69B7;
            border-right-color: #1D69B7;
            transform: rotate(-45deg);
        }

        html.list-page .sidebar-menu li.expanded .expand-btn .caret {
            transform: rotate(-45deg);
        }

        html.list-page .sidebar-menu li:hover .expand-btn .caret {
            border-top-color: #1D69B7;
            border-right-color: #1D69B7;
        }

        html.list-page .sidebar-menu li.has-submenu:not(.expanded) .expand-btn .caret {
            display: none;
        }

        html.list-page .sidebar-menu li.has-submenu.expanded .expand-btn .arrow {
            display: none;
        }

        html.list-page .sidebar-menu li.has-submenu.expanded .expand-btn .caret {
            display: inline-block;
            transform: rotate(-45deg);
            border-top-color: #1D69B7;
            border-right-color: #1D69B7;
        }

        html.list-page .sidebar-menu li a .arrow {
            width: 12px;
            height: 12px;
            max-width: 12px;
            max-height: 12px;
            object-fit: contain;
            position: absolute;
            right: 6px;
            top: 50%;
            transform: translateY(-50%);
            display: inline-block;
        }

        html.list-page .sidebar-menu li a .arrow-selected {
            display: none;
        }

        html.list-page .sidebar-menu li.has-submenu:not(.expanded) a .arrow-default {
            display: inline-block;
        }

        html.list-page .sidebar-menu li:not(.has-submenu) a .arrow-default {
            display: inline-block;
        }

        html.list-page .sidebar-menu li.active a .arrow-default {
            display: none;
        }

        html.list-page .sidebar-menu li.active a .arrow-selected {
            display: inline-block;
        }

        html.list-page .sidebar-menu li.has-submenu:hover a .arrow-default {
            display: none;
        }

        html.list-page .sidebar-menu li.has-submenu:hover a .arrow-selected {
            display: inline-block;
        }

        html.list-page .sidebar-menu li:not(.has-submenu):hover a .arrow-default {
            display: none;
        }

        html.list-page .sidebar-menu li:not(.has-submenu):hover a .arrow-selected {
            display: inline-block;
        }

        html.list-page .sidebar-menu li.has-submenu.expanded a .arrow {
            display: none;
        }

        html.list-page .sidebar-menu li a .caret {
            width: 7px;
            height: 7px;
            border-top: 1px solid #666666;
            border-right: 1px solid #666666;
            transform: rotate(135deg);
            display: none;
            vertical-align: middle;
            transition: border-color 0.3s, transform 0.3s;
        }

        html.list-page .sidebar-menu li.has-submenu.expanded a .caret {
            display: inline-block;
            transform: rotate(-45deg);
            border-top-color: #1D69B7;
            border-right-color: #1D69B7;
        }

        html.list-page .sidebar-submenu {
            background: transparent;
            padding: 0;
            margin: 0;
            display: none;
        }

        html.list-page .sidebar-menu li.expanded .sidebar-submenu {
            display: block;
        }

        html.list-page .sidebar-submenu li {
            position: relative;
            list-style: none;
        }

        html.list-page .sidebar-submenu li::after {
            content: '';
            position: absolute;
            left: 30px;
            right: 30px;
            bottom: 0;
            height: 1px;
            background: none;
        }

        html.list-page .sidebar-submenu li:last-child::after {
            display: none;
        }

        html.list-page .sidebar-submenu li.active::after {
            background: #1D69B7;
        }
        
        html.list-page .sidebar-submenu .guide-submenu li.active::after {
            display: none;
        }

        html.list-page .sidebar-submenu li a {
            padding: 10px 20px 10px 53px;
            font-size: 13px;
            color: #666666;
            background: transparent;
            position: relative;
            font-weight: normal;
        }

        html.list-page .sidebar-submenu li a::before {
            content: '';
            position: absolute;
            left: 35px;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background: #1D69B7;
            border: 2px solid #E5F4FF;
            border-radius: 50%;
        }

        html.list-page .sidebar-submenu li a:hover {
            color: #0066cc;
        }

        html.list-page .sidebar-submenu > li.active a {
            color: #1D69B7;
            font-weight: bold;
        }

        html.list-page .guide-section {
            position: relative;
            list-style: none;
        }

        html.list-page .guide-section::after {
            content: '';
            position: absolute;
            left: 30px;
            right: 30px;
            bottom: 0;
            height: 1px;
            background: none;
        }

        html.list-page .guide-section.active::after {
            background: #1D69B7;
        }

        html.list-page .guide-section .expand-btn {
            width: 44px;
            height: 34px;
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
            position: absolute;
            right: 0;
            top: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
        }

        html.list-page .guide-section .expand-btn .arrow {
            width: 12px;
            height: 12px;
            max-width: 12px;
            max-height: 12px;
            object-fit: contain;
            position: static;
            display: inline-block;
        }

        html.list-page .guide-section .expand-btn .arrow-selected {
            display: none;
        }

        html.list-page .guide-section.has-submenu:not(.expanded) .expand-btn .arrow-default {
            display: inline-block;
        }

        html.list-page .guide-section.has-submenu.active:not(.expanded) .expand-btn .arrow-default {
            display: none;
        }

        html.list-page .guide-section.has-submenu.active:not(.expanded) .expand-btn .arrow-selected {
            display: inline-block;
        }

        html.list-page .guide-section.has-submenu:hover:not(.expanded) .expand-btn .arrow-default {
            display: none;
        }

        html.list-page .guide-section.has-submenu:hover:not(.expanded) .expand-btn .arrow-selected {
            display: inline-block;
        }

        html.list-page .guide-section.active:not(.has-submenu) .expand-btn .arrow-default {
            display: none;
        }

        html.list-page .guide-section.active:not(.has-submenu) .expand-btn .arrow-selected {
            display: inline-block;
        }

        html.list-page .guide-section.has-submenu.expanded .expand-btn .arrow {
            display: none;
        }

        html.list-page .guide-section.has-submenu.expanded .expand-btn .caret {
            display: inline-block;
            transform: rotate(-45deg);
            border-top-color: #1D69B7;
            border-right-color: #1D69B7;
        }

        html.list-page .guide-section:not(.has-submenu) a .arrow {
            width: 12px;
            height: 12px;
            max-width: 12px;
            max-height: 12px;
            object-fit: contain;
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            display: inline-block;
        }

        html.list-page .guide-section:not(.has-submenu) a {
            position: relative;
        }

        html.list-page .guide-section .expand-btn .caret {
            width: 7px;
            height: 7px;
            border-top: 1px solid #666666;
            border-right: 1px solid #666666;
            transform: rotate(135deg);
            display: none;
            vertical-align: middle;
            transition: border-color 0.3s, transform 0.3s;
        }

        html.list-page .guide-section.active .expand-btn .caret {
            border-top-color: #1D69B7;
            border-right-color: #1D69B7;
            transform: rotate(-45deg);
        }

        html.list-page .guide-section.expanded .expand-btn .caret {
            transform: rotate(-45deg);
        }

        html.list-page .guide-section:hover .expand-btn .caret {
            border-top-color: #1D69B7;
            border-right-color: #1D69B7;
        }

        html.list-page .guide-section.has-submenu:not(.expanded) .expand-btn .caret {
            display: none;
        }

        html.list-page .guide-section .guide-toggle {
            padding: 10px 44px 10px 53px;
            display: block;
            color: #666666;
            text-decoration: none;
            font-size: 13px;
            background: transparent;
            position: relative;
            font-weight: normal;
            cursor: pointer;
        }

        html.list-page .guide-section .guide-toggle::before {
            content: '';
            position: absolute;
            left: 35px;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background: #1D69B7;
            border: 2px solid #E5F4FF;
            border-radius: 50%;
        }

        html.list-page .guide-section .guide-toggle:hover {
            color: #1D69B7;
        }

        html.list-page .guide-section.active .guide-toggle {
            color: #1D69B7;
            font-weight: bold;
        }

        html.list-page .guide-submenu {
            display: none;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        html.list-page .guide-section.expanded .guide-submenu {
            display: block;
        }

        html.list-page .guide-submenu li {
            padding-left: 50px;
        }

        html.list-page .guide-section .guide-submenu li a {
            display: block;
            padding: 10px 15px;
            margin: 5px 6px 5px 0;
            color: #666666;
            text-decoration: none;
            font-size: 13px;
            background: #ECF5FF;
            border-radius: 4px;
            transition: all 0.3s;
			font-weight: normal;
        }

        html.list-page .guide-section .guide-submenu li a:hover {
            background: #1D69B7;
            color: #FFFFFF;
        }

        html.list-page .guide-section .guide-submenu li.active a {
            background: #1D69B7;
            color: #FFFFFF;
        }

        html.list-page .guide-submenu li a::before {
            display: none;
        }

        html.list-page .guide-submenu li a::after {
            display: none;
        }

        html.list-page .guide-submenu::after {
            content: '';
            background: none;
        }

        html.list-page .guide-submenu li::after {
            display: none;
        }

        html.list-page .guide-submenu li.active::after {
            display: none;
        }

        html.list-page .content-area {
            -ms-flex:1; flex:1;
            min-width: 0;
            background: #FFFFFF url(right-bg.png) no-repeat right top;
            background-size: auto 100%;
            border-radius: 8px;
            box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
            padding: 25px;
            box-sizing: border-box;
        }

        html.list-page .title-wrap {
            position: relative;
            border-bottom: 2px solid #DDDDDD;
            margin-bottom: 30px;
        }

        html.list-page .content-title {
            font-size: 18px;
            line-height: 36px;
            font-weight: bold;
            color: #1D69B7;
            display: inline-block;
            margin: 0;
            position: relative;
        }

        html.list-page .content-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 100%;
            height: 2px;
            background: #1D69B7;
        }

        html.list-page .content-title .tri-title {
            position: absolute;
            left: 50%;
            bottom: -5px;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 3px solid #1D69B7;
        }

        html.list-page .news-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        html.list-page .news-list li {
            padding: 15px 0;
            border-bottom: 1px solid #DDDDDD;
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:space-between; justify-content:space-between;
            -ms-flex-align:center; align-items:center;
        }

        html.list-page .news-list li:last-child {
            border-bottom: none;
        }

        html.list-page .news-list li a {
            color: #333333;
            text-decoration: none;
            font-size: 14px;
            -ms-flex:1; flex:1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-right: 20px;
            transition: color 0.3s;
        }

        html.list-page .news-list li a:hover {
            color: #0066cc;
        }

        html.list-page .news-list li span {
            color: #999999;
            font-size: 12px;
            white-space: nowrap;
        }

        html.list-page .article-wrap {
            margin-bottom: 30px;
        }

        html.list-page .article-title {
            font-size: 22px;
            font-weight: bold;
            color: #1D69B7;
            text-align: center;
            margin-bottom: 20px;
        }

        html.list-page .article-meta {
            text-align: center;
            color: #999999;
            font-size: 12px;
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 1px solid #DDDDDD;
        }

        html.list-page .article-content {
            color: #333333;
            font-size: 14px;
            line-height: 1.8;
        }

        html.list-page .article-content p {
            margin-bottom: 15px;
            text-indent: 2em;
        }

        html.list-page .article-content p:last-child {
            margin-bottom: 0;
        }

        html.list-page .related-news {
            padding-top: 25px;
            border-top: 1px solid #DDDDDD;
        }

        html.list-page .related-header {
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:space-between; justify-content:space-between;
            -ms-flex-align:center; align-items:center;
            margin-bottom: 20px;
        }

        html.list-page .related-title {
            font-size: 18px;
            font-weight: bold;
            color: #1D69B7;
            padding-bottom: 12px;
            border-bottom: 2px solid #1D69B7;
            display: inline-block;
            position: relative;
        }

        html.list-page .related-title .tri-title {
            position: absolute;
            left: 50%;
            bottom: -5px;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 3px solid #1D69B7;
        }

        html.list-page .related-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        html.list-page .related-list li {
            padding: 12px 0;
            border-bottom: 1px dashed #DDDDDD;
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:space-between; justify-content:space-between;
            -ms-flex-align:center; align-items:center;
        }

        html.list-page .related-list li:last-child {
            border-bottom: none;
        }

        html.list-page .related-list li a {
            color: #333333;
            text-decoration: none;
            font-size: 14px;
            -ms-flex:1; flex:1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-right: 20px;
            transition: color 0.3s;
        }

        html.list-page .related-list li a:hover {
            color: #0066cc;
        }

        html.list-page .related-list li span {
            color: #999999;
            font-size: 12px;
            white-space: nowrap;
        }

        html.list-page .view-more {
            color: #1D69B7;
            text-decoration: none;
            font-size: 12px;
            padding: 6px 15px;
            border: 1px solid #1D69B7;
            border-radius: 15px;
            transition: all 0.3s;
           text-indent:0em;
        }

        html.list-page .view-more:hover {
            background: #1D69B7;
            color: #FFFFFF;
        }

        html.list-page .faq-section {
            margin-top: 20px;
        }

        html.list-page .faq-list {
            margin-top: 20px;
        }

        html.list-page .faq-item-new {
            margin-bottom: 12px;
        }

        html.list-page .faq-question-new {
            font-size: 14px;
            font-weight: bold;
            color: #0059B1;
            margin: 0;
            padding: 12px 20px;
            background: #F1F1F1;
            position: relative;
            padding-left: 30px;
            border-radius: 5px;
        }

        html.list-page .faq-question-new::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: #2F7ED5;
            border-radius: 3px 0 0 3px;
        }

        html.list-page .faq-answer-new {
            font-size: 14px;
            color: #333333;
            line-height: 1.7;
            padding: 12px 20px;
            margin-left: -14px;
           
            text-indent: 2em;
        }

        html.list-page .faq-more {
            text-align: center;
            margin-top: 25px;
        }

        html.list-page .faq-more-btn {
            color: #1D69B7;
            text-decoration: none;
            font-size: 12px;
            display: inline-flex;
            -ms-flex-align:center; align-items:center;
            gap: 5px;
        }

        html.list-page .faq-more-btn img {
            width: 14px;
            height: auto;
            vertical-align: middle;
        }

        html.list-page .accordion-section {
            margin-top: 20px;
        }

        html.list-page .accordion-list {
            margin-top: 20px;
        }

        html.list-page .accordion-item {
            margin-bottom: 10px;
            background: #F1F1F1;
            border-radius: 5px;
            position: relative;
        }

        html.list-page .accordion-header {
            display: -ms-flexbox; display: flex;
            -ms-flex-align:flex-start; align-items:flex-start;
            -ms-flex-pack:space-between; justify-content:space-between;
            width: 100%;
            padding: 12px 20px;
            padding-left: 30px;
            position: relative;
            cursor: pointer;
        }

        html.list-page .accordion-header::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: #2F7ED5;
            border-radius: 3px 0 0 3px;
        }

        html.list-page .accordion-question {
            font-size: 14px;
            font-weight: normal;
            color: #0059B1;
            margin: 0;
            -ms-flex:1; flex:1;
        }

        html.list-page .accordion-header.active .accordion-question {
            font-weight: bold;
        }

        html.list-page .accordion-icon {
            width: 18px;
            height: auto;
            cursor: pointer;
            -ms-flex-negative:0; flex-shrink:0;
        }

        html.list-page .accordion-answer {
            display: none;
            padding: 12px 0;
            font-size: 14px;
            color: #333333;
            line-height: 1.7;
            border-top: 1px solid #E8E8E8;
            text-indent: 2em;
        }

        html.list-page .accordion-answer p {
            margin: 0px 2px 10px 3px;
        }

        html.list-page .accordion-answer p:last-child {
            margin-bottom: 0;
        }

        html.list-page .intro-card {
            background: url('jjbg.png') no-repeat center center;
            background-size: cover;
            border-radius: 5px;
            padding: 20px;
            margin-top: 15px;
        }

        html.list-page .intro-content {
            font-size: 14px;
            color: #333333;
            line-height: 1.7;
            margin-bottom: 15px;
            text-indent: 2em;
        }

        html.list-page .intro-links {
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:flex-end; justify-content:flex-end;
            gap: 15px;
        }

        html.list-page .intro-btn {
            font-size: 14px;
            color: #1D69B7;
            text-decoration: underline;
        }

        html.list-page .visa-content {
            margin-top: 15px;
        }

        html.list-page .table-tabs {
            display: -ms-flexbox; display: flex;
            gap: 10px;
            margin-bottom: 30px;
            -ms-flex-wrap:wrap; flex-wrap:wrap;
            position: relative;
        }

        html.list-page .table-tabs .tab {
            display: inline-block;
            padding: 10px 20px;
            background: #F5F7FA;
            color: #666666;
            text-decoration: none;
            font-size: 13px;
            border-radius: 5px;
            transition: all 0.3s;
            border: 1px solid transparent;
            position: relative;
        }

        html.list-page .table-tabs .tab:hover {
            background: #E8F4FD;
            color: #0066cc;
            border-color: #B8D8F5;
        }

        html.list-page .table-tabs .tab.active {
            background: #1D69B7;
            color: #FFFFFF;
            border-color: #1D69B7;
            font-weight: bold;
        }

        html.list-page .table-tabs .tab.active::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -4px;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 3px solid #1D69B7;
        }

        html.list-page .country-columns {
            display: -ms-flexbox; display: flex;
            gap: 30px;
            padding: 0 20px;
        }

        html.list-page .country-column {
            -ms-flex:1; flex:1;
        }

        html.list-page .country-group {
            margin-bottom: 20px;
        }

        html.list-page .country-letter {
            display: block;
            background: #EDF7FF;
            color: #1D69B7;
            font-weight: bold;
            padding: 4px 12px;
            margin-bottom: 10px;
            font-size: 13px;
            background: linear-gradient(270deg, #edf7ff00 0%, #edf7ff 100%);
        }

        html.list-page .country-group ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        html.list-page .country-group li {
            padding: 8px 0;
            border-bottom: 1px solid #E8E8E8;
        }

        html.list-page .country-group li:last-child {
            border-bottom: none;
        }

        html.list-page .country-group a {
            font-size: 14px;
            color: #333333;
            text-decoration: none;
        }

        html.list-page .destination-content {
            margin-top: 30px;
        }

        html.list-page .destination-grid {
            display: -ms-grid; display: grid;
            -ms-grid-columns:repeat(4, 1fr); grid-template-columns:repeat(4, 1fr);
            gap: 20px;
        }

        html.list-page .destination-item {
            background: url('ljddbg.png') no-repeat;
            background-size: 100% 100%;
            padding: 20px;
            text-align: center;
            text-decoration: none;
            color: #333333;
            
            transition: all 0.3s;
        }

        html.list-page .destination-item:hover {
            color: #1D69B7;
            background-color: rgba(237, 247, 255, 0.5);
        }

        html.list-page .country-search-box {
            display: -ms-flexbox; display: flex;
            gap: 4px;
            padding: 4px 8px;
            
            border-radius: 5px;
            margin-bottom: 10px;
            -ms-flex-align:center; align-items:center;
            width: 100%;
            box-sizing: border-box;
        }

        html.list-page .search-label {
            font-size: 12px;
            color: #666666;
            padding: 8px 15px;
        }

        html.list-page .search-select {
            -ms-flex:1; flex:1;
            padding: 4px 4px;
            border: 1px solid #DDDDDD;
            border-radius: 4px;
            font-size: 12px;
            color: #666666;
            background: #FFFFFF;
            height: 24px;
            max-width: 75px;
            min-width: 50px;
        }

        html.list-page .search-btn {
            padding: 0;
            background: #1D69B7;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            width: 24px;
            height: 24px;
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
            -ms-flex-pack:center; justify-content:center;
        }

        html.list-page .search-btn img {
            width: 16px;
            height: auto;
        }

        html.list-page .sidebar-news-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        html.list-page .sidebar-news-list li {
            padding: 10px 15px;
            border-bottom: 1px solid #EEEEEE;
            font-size: 13px;
            line-height: 1.5;
        }

        html.list-page .sidebar-news-list li:last-child {
            border-bottom: none;
        }

        html.list-page .sidebar-news-list li a {
            color: #333333;
            text-decoration: none;
            display: block;
        }

        html.list-page .sidebar-news-list li a:hover {
            color: #1D69B7;
            text-decoration: underline;
        }

        html.list-page .news-date {
            display: block;
            color: #999999;
            font-size: 12px;
            margin-top: 5px;
        }

        html.list-page .sidebar-title img {
            width: 18px;
            height: auto;
        }

        html.list-page .sidebar-section-title {
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
            gap: 8px;
            padding: 12px 20px;
            color: #0059B1;
            font-size: 15px;
            font-weight: bold;
            margin: 0;
            border-radius: 5px 5px 0 0;
        }

        html.list-page .sidebar-section-title img {
            height: 1em;
            width: auto;
        }

        html.list-page .country-detail {
            padding: 20px;
            max-height: 1000px;
            overflow: hidden;
            position: relative;
        }

        html.list-page .country-detail.expanded {
            max-height: none;
            overflow: visible;
        }

        html.list-page .show-more-btn {
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:center; justify-content:center;
            -ms-flex-align:center; align-items:center;
            gap: 5px;
            margin: 20px auto 0;
            padding: 10px 20px;
            background: none;
            color: #0059B1;
            border: none;
            cursor: pointer;
            font-size: 14px;
            line-height: 180%;
            width: auto;
        }

        html.list-page .show-more-btn img {
            width: 14px;
            height: 14px;
            transition: transform 0.3s;
        }

        html.list-page .show-more-btn.expanded img {
            transform: rotate(180deg);
        }

        html.list-page .country-header {
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
            gap: 20px;
            margin-bottom: 20px;
        }

        html.list-page .country-flag img {
            width: 100px;
            height: 60px;
            border: 1px solid #EEEEEE;
           
        }

        html.list-page .country-name h2 {
            font-size: 22px;
            color: #1D69B7;
            margin: 0;
        }

        html.list-page .country-tabs {
            display: -ms-flexbox; display: flex;
            gap: 8px;
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 2px solid #DDDDDD;
        }

        html.list-page .country-tab {
            display: inline-block;
            padding: 10px 20px;
            color: #666666;
            text-decoration: none;
            font-size: 14px;
            border-radius: 5px 5px 0 0;
            transition: all 0.3s;
            position: relative;
        }

        html.list-page .country-tab:hover {
            color: #1D69B7;
        }

        html.list-page .country-tab.active {
            background: #1D69B7;
            color: #FFFFFF;
            font-weight: bold;
        }

        html.list-page .country-info {
            font-size: 14px;
            line-height: 1.8;
            color: #333333;
        }

        html.list-page .info-item {
            margin-bottom: 15px;
        }

        html.list-page .info-label {
            color: #1D69B7;
            font-weight: bold;
        }

        html.list-page .info-content {
            color: #333333;
        }

        html.list-page .country-section {
            margin-bottom: 30px;
        }

        html.list-page .country-section h3.section-title {
            font-size: 18px;
            font-weight: bold;
            color: #0066cc;
            margin-bottom: 20px;
            position: relative;
            padding-left: 10px;
            text-align: left;
        }

        html.list-page .country-section h3.section-title::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 4px;
            height: 18px;
            background-color: #F59703;
        }

        html.list-page .country-section p {
            font-size: 14px;
            line-height: 1.8;
            color: #333333;
            margin-bottom: 15px;
            text-indent: 2em;
        }

        html.list-page .country-section ul {
            font-size: 14px;
            line-height: 1.8;
            color: #333333;
            padding-left: 20px;
            margin-bottom: 15px;
        }

        html.list-page .country-section ul li {
            margin-bottom: 10px;
            list-style-type: disc;
        }

        html.list-page .country-header {
            padding-bottom: 20px;
            border-bottom: 1px solid #EEEEEE;
            margin-bottom: 20px;
        }

        html.list-page .country-header h2.country-name {
            font-size: 22px;
            font-weight: bold;
            color: #333333;
            margin-bottom: 15px;
        }

        html.list-page .country-basic {
            display: -ms-flexbox; display: flex;
            -ms-flex-wrap:wrap; flex-wrap:wrap;
            gap: 20px;
        }

        html.list-page .basic-item {
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
        }

        html.list-page .basic-item .label {
            color: #666666;
            font-size: 14px;
            margin-right: 8px;
        }

        html.list-page .basic-item .value {
            color: #333333;
            font-size: 14px;
            font-weight: bold;
        }

        html.list-page .video-grid {
            display: -ms-grid; display: grid;
            -ms-grid-columns: 1fr 1fr 1fr;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 20px;
        }

        html.list-page .video-item {
            background: #FFFFFF;
            border: 1px solid #EEEEEE;
            border-radius: 5px;
            overflow: hidden;
            transition: all 0.3s;
        }

        html.list-page .video-item:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border-color: #0066cc;
        }

        html.list-page .video-thumb {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            background: #F5F7FA;
            overflow: hidden;
        }

        html.list-page .video-thumb img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        html.list-page .play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 48px;
            height: 48px;
            background: rgba(0, 0, 0, 0.6);
            border-radius: 50%;
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
            -ms-flex-pack:center; justify-content:center;
            cursor: pointer;
            transition: all 0.3s;
        }

        html.list-page .play-btn:hover {
            background: rgba(0, 102, 204, 0.8);
            transform: translate(-50%, -50%) scale(1.1);
        }

        html.list-page .play-btn img {
            width: 20px;
            height: 20px;
            object-fit: contain;
            position: relative;
            left: 2px;
        }

        html.list-page .video-title {
            padding: 12px 15px;
            font-size: 14px;
            color: #333333;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        html.list-page .pagination {
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:center; justify-content:center;
            -ms-flex-align:center; align-items:center;
            margin-top: 30px;
            gap: 5px;
        }

        html.list-page .pagination a,
        html.list-page .pagination span {
            display: inline-flex;
            -ms-flex-align:center; align-items:center;
            -ms-flex-pack:center; justify-content:center;
            width: 32px;
            height: 32px;
            border: 1px solid #E8E8E8;
            border-radius: 4px;
            color: #666666;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s;
        }

        html.list-page .pagination a:hover {
            background: #E8F4FD;
            border-color: #0066cc;
            color: #0066cc;
        }

        html.list-page .pagination .current {
            background: #0066cc;
            color: white;
            border-color: #0066cc;
        }

        html.list-page .pagination .prev,
        html.list-page .pagination .next {
            width: auto;
            padding: 0 10px;
        }

        html.list-page .pagination .disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        html.list-page .pagination.page-jump {
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:center; justify-content:center;
            -ms-flex-align:center; align-items:center;
            margin-top: 15px;
            gap: 8px;
        }

        html.list-page .pagination.page-jump .txt {
            font-size: 13px;
            color: #666666;
        }

        html.list-page .pagination.page-jump input[type="text"] {
            width: 50px;
            height: 28px;
            border: 1px solid #E8E8E8;
            border-radius: 4px;
            text-align: center;
            font-size: 13px;
            padding: 0;
        }

        html.list-page .pagination.page-jump input[type="button"] {
            height: 28px;
            padding: 0 15px;
            background: #0066cc;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 13px;
        }

        html.list-page .pagination.page-jump input[type="button"]:hover {
            background: #1D69B7;
        }

        html.table-page body {
            overflow-x: hidden;
        }

        html.table-page .page-container {
            padding: 20px 0;
        }

        html.table-page .page-content {
            width: 1200px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 1;
            box-sizing: border-box;
            padding-top: 20px;
            padding-bottom: 40px;
        }

        html.table-page .breadcrumb {
            display: -ms-flexbox; display: flex;
            -ms-flex-align:center; align-items:center;
            margin-bottom: 20px;
            font-size: 12px;
            color: #666666;
        }

        html.table-page .breadcrumb img {
            width: 14px;
            height: auto;
            margin-right: 8px;
        }

        html.table-page .breadcrumb a {
            color: #0066cc;
            text-decoration: none;
            margin: 0 8px;
        }

        html.table-page .breadcrumb a:hover {
            text-decoration: underline;
        }

        html.table-page .breadcrumb span {
            margin: 0 8px;
        }

        html.table-page .breadcrumb .current {
            color: #333333;
        }

        html.table-page .main-wrapper {
            display: -ms-flexbox; display: flex;
            gap: 20px;
        }

        html.table-page .content-area {
            -ms-flex:1; flex:1;
            min-width: 0;
            background: #FFFFFF;
            border-radius: 8px;
            box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
            padding: 25px;
            box-sizing: border-box;
        }

        html.table-page .table-section {
            margin-bottom: 30px;
        }

        html.table-page .table-section:last-child {
            margin-bottom: 0;
        }

        html.table-page .table-title-wrap {
            border-bottom: 2px solid #DDDDDD;
            padding-bottom: 0;
            position: relative;
            margin-bottom: 30px;
        }

        html.table-page .table-title {
            font-size: 18px;
            font-weight: bold;
            color: #1D69B7;
            display: inline-block;
            position: relative;
            padding-bottom: 10px;
            margin-bottom: -2px;
        }

        html.table-page .table-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #1D69B7;
        }

        html.table-page .table-title::before {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -8px;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #1D69B7;
        }

        html.table-page .table-tabs {
            display: -ms-flexbox; display: flex;
            gap: 10px;
            margin-bottom: 30px;
            -ms-flex-wrap:wrap; flex-wrap:wrap;
            position: relative;
        }

        html.table-page .table-tabs .tab {
            display: inline-block;
            padding: 10px 20px;
            background: #F5F7FA;
            color: #666666;
            text-decoration: none;
            font-size: 13px;
            border-radius: 5px;
            transition: all 0.3s;
            border: 1px solid transparent;
            position: relative;
        }

        html.table-page .table-tabs .tab:hover {
            background: #E8F4FD;
            color: #0066cc;
            border-color: #B8D8F5;
        }

        html.table-page .table-tabs .tab.active {
            background: #1D69B7;
            color: #FFFFFF;
            border-color: #1D69B7;
            font-weight: bold;
        }

        html.table-page .table-tabs .tab.active::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -4px;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 3px solid #1D69B7;
        }

        html.table-page .table-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        html.table-page .table-list li {
            padding: 15px 0;
            border-bottom: 1px solid #DDDDDD;
            display: -ms-flexbox; display: flex;
            -ms-flex-pack:space-between; justify-content:space-between;
            -ms-flex-align:center; align-items:center;
        }

        html.table-page .table-list li:last-child {
            border-bottom: none;
        }

        html.table-page .table-list li a {
            color: #333333;
            text-decoration: none;
            font-size: 14px;
            -ms-flex:1; flex:1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-right: 20px;
            transition: color 0.3s;
        }

        html.table-page .table-list li a:hover {
            color: #0066cc;
            text-decoration: underline;
        }

        html.table-page .table-list li span {
            color: #999999;
            font-size: 12px;
            white-space: nowrap;
        }

        html.table-page .table-section {
            margin-bottom: 30px;
        }

        html.table-page .table-section:last-child {
            margin-bottom: 0;
        }

        html.table-page .title-wrap {
            position: relative;
            border-bottom: 2px solid #DDDDDD;
            margin-bottom: 30px;
        }

        html.table-page .title-wrap h2 {
            font-size: 18px;
            line-height: 36px;
            font-weight: bold;
            color: #1D69B7;
            display: inline-block;
            margin: 0;
            position: relative;
        }

        html.table-page .title-wrap h2::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 100%;
            height: 2px;
            background: #1D69B7;
        }

        html.table-page .title-wrap .tri-title {
            position: absolute;
            left: 50%;
            bottom: -5px;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 3px solid #1D69B7;
        }


