/* 全局字体设置 */
/*body {*/
/*    font-family: 'SimSun', '宋体', 'STSong', serif !important;*/
/*}*/
.text-ellipsis-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 限制为2行 */
    overflow: hidden;
}

.text-ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为2行 */
    overflow: hidden;
}

.text-ellipsis-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制为3行 */
    overflow: hidden;
}

.flex {
    display: flex;
}

.flex-align-center {
    align-items: center;
}


.flex-space-between {
    justify-content: space-between;
}
.flex-row-end {
    justify-content: flex-end;
}

a h5:hover,
a .intro:hover,
a.more:hover,
a.section-more:hover {
    text-decoration: underline !important;
    color: #1D2088;
}

img {
    max-width: 100%;
}

.news-img {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-color: #fafafa;
    transition: 0.3s;
}

.news-img:hover {
    /* opacity: 0.8; */
    background-size: 110% 110%;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* transform: scale(1.05); */
}

.news-img.pt-1 {
    padding-top: 40% !important;
}

.news-img.pt-2 {
    padding-top: 60% !important;
}

.news-img.pt-3 {
    padding-top: 80% !important;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.layui-font-white {
    color: white !important;
}

/* 统一的内外边距工具类 */
/* 内边距 - Padding */
.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 4px !important;
}

.p-2 {
    padding: 8px !important;
}

.p-3 {
    padding: 12px !important;
}

.p-4 {
    padding: 16px !important;
}

.p-5 {
    padding: 20px !important;
}

.p-6 {
    padding: 24px !important;
}

.p-8 {
    padding: 32px !important;
}

.p-10 {
    padding: 40px !important;
}

/* 内边距 - 上下 */
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.py-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.py-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* 内边距 - 左右 */
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.px-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.px-8 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.px-10 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

/* 内边距 - 单独方向 */
.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 4px !important;
}

.pt-2 {
    padding-top: 8px !important;
}

.pt-3 {
    padding-top: 12px !important;
}

.pt-4 {
    padding-top: 16px !important;
}

.pt-5 {
    padding-top: 20px !important;
}

.pt-6 {
    padding-top: 24px !important;
}

.pt-8 {
    padding-top: 32px !important;
}

.pt-10 {
    padding-top: 40px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 4px !important;
}

.pb-2 {
    padding-bottom: 8px !important;
}

.pb-3 {
    padding-bottom: 12px !important;
}

.pb-4 {
    padding-bottom: 16px !important;
}

.pb-5 {
    padding-bottom: 20px !important;
}

.pb-6 {
    padding-bottom: 24px !important;
}

.pb-8 {
    padding-bottom: 32px !important;
}

.pb-10 {
    padding-bottom: 40px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 4px !important;
}

.pl-2 {
    padding-left: 8px !important;
}

.pl-3 {
    padding-left: 12px !important;
}

.pl-4 {
    padding-left: 16px !important;
}

.pl-5 {
    padding-left: 20px !important;
}

.pl-6 {
    padding-left: 24px !important;
}

.pl-8 {
    padding-left: 32px !important;
}

.pl-10 {
    padding-left: 40px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 4px !important;
}

.pr-2 {
    padding-right: 8px !important;
}

.pr-3 {
    padding-right: 12px !important;
}

.pr-4 {
    padding-right: 16px !important;
}

.pr-5 {
    padding-right: 20px !important;
}

.pr-6 {
    padding-right: 24px !important;
}

.pr-8 {
    padding-right: 32px !important;
}

.pr-10 {
    padding-right: 40px !important;
}

/* 外边距 - Margin */
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 4px !important;
}

.m-2 {
    margin: 8px !important;
}

.m-3 {
    margin: 12px !important;
}

.m-4 {
    margin: 16px !important;
}

.m-5 {
    margin: 20px !important;
}

.m-6 {
    margin: 24px !important;
}

.m-8 {
    margin: 32px !important;
}

.m-10 {
    margin: 40px !important;
}

.m-auto {
    margin: auto !important;
}

/* 外边距 - 上下 */
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.my-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.my-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.my-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.my-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

/* 外边距 - 左右 */
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.mx-3 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.mx-4 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.mx-5 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mx-6 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}

.mx-8 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}

.mx-10 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 外边距 - 单独方向 */
.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 4px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.mt-3 {
    margin-top: 12px !important;
}

.mt-4 {
    margin-top: 16px !important;
}

.mt-5 {
    margin-top: 20px !important;
}

.mt-6 {
    margin-top: 24px !important;
}

.mt-8 {
    margin-top: 32px !important;
}

.mt-10 {
    margin-top: 40px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 4px !important;
}

.mb-2 {
    margin-bottom: 8px !important;
}

.mb-3 {
    margin-bottom: 12px !important;
}

.mb-4 {
    margin-bottom: 16px !important;
}

.mb-5 {
    margin-bottom: 20px !important;
}

.mb-6 {
    margin-bottom: 24px !important;
}

.mb-8 {
    margin-bottom: 32px !important;
}

.mb-10 {
    margin-bottom: 40px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 4px !important;
}

.ml-2 {
    margin-left: 8px !important;
}

.ml-3 {
    margin-left: 12px !important;
}

.ml-4 {
    margin-left: 16px !important;
}

.ml-5 {
    margin-left: 20px !important;
}

.ml-6 {
    margin-left: 24px !important;
}

.ml-8 {
    margin-left: 32px !important;
}

.ml-10 {
    margin-left: 40px !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 4px !important;
}

.mr-2 {
    margin-right: 8px !important;
}

.mr-3 {
    margin-right: 12px !important;
}

.mr-4 {
    margin-right: 16px !important;
}

.mr-5 {
    margin-right: 20px !important;
}

.mr-6 {
    margin-right: 24px !important;
}

.mr-8 {
    margin-right: 32px !important;
}

.mr-10 {
    margin-right: 40px !important;
}

.mr-auto {
    margin-right: auto !important;
}

/* news-title 链接样式 */
.news-title {
    color: inherit;
    text-decoration: none;
    /* display: block; */
}

.news-title:hover {
    color: #0058FF;
    text-decoration: none;
}

.news-title h5 {
    margin: 0;
    color: inherit;
}

/* 确保各种列表中的 news-title 链接样式继承 */
.gzdt-list .gzdt-item .news-title,
.anjy-news-box .news-title,
.tzgg-list .news-item .news-title,
.indexnews-list .news-item .news-title {
    color: inherit;
    text-decoration: none;
    display: block;
}

.gzdt-list .gzdt-item:hover .news-title,
.anjy-news-box:hover .news-title,
.tzgg-list .news-item:hover .news-title,
.indexnews-list .news-item:hover .news-title {
    color: #0058FF;
    text-decoration: none;
}

.gzdt-list .gzdt-item .news-title h5,
.anjy-news-box .news-title h5,
.tzgg-list .news-item .news-title h5,
.indexnews-list .news-item .news-title h5 {
    margin: 0;
    color: inherit;
}

.bg-white {
    background-color: #FFFFFF;
}

.site-header {
    /*overflow: hidden;*/
    position: relative;
    background-image: url('../images/site_header_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 8px 0;
    position: sticky;
    top: 0;
    z-index: 1001;
}

@media screen and (min-width: 768px) {
    .site-header {
        padding: 32px 0;
        position: relative;
    }
}

/*.site-header::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*}*/

.site-header-logo {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .site-header-logo {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.site-header-logo img {
    /*height: 35px;*/
    max-width: 90%;
    margin-bottom: 0;
    transition: transform 0.3s ease;
}

.site-header-logo:hover img {
    transform: scale(1.05);
}

@media (min-width: 992px) {
    .site-header-logo {
        padding-top: 0;
        padding-bottom: 0;
    }

    .site-header-logo img {
        max-width: none;
        height: 80px;
        margin-bottom: 0;
    }
}

.site-header-right-mobile {
    display: flex;
    align-items: center;
    justify-content: right;
    flex: 1;
    padding-right: 0;
}

@media screen and (min-width: 768px) {
    .site-header-right-mobile {
        padding-right: 16px;
    }
}

.site-header-menu-button {
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.site-header-menu-button:hover {
    background-color: #1D2088;
    color: #FFFFFF;
}

.site-header-right {
    /*margin-left: 94px;*/
    /*text-align: right;*/
    flex: 1;
}

.site-header-search-tools {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
    padding-right: 12px;
}

.site-top-link {
    margin-left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.site-top-link-icon {
    width: 22px;
    height: auto;
    display: block;
}

.site-top-link:hover {
    transform: translateY(-2px);
}

.site-top-link-popup {
    position: absolute;
    z-index: 9999;
    top: calc(100% + 8px);
    left: 50%;
    min-width: 120px;
    transform: translateX(-50%) translateY(-10px);
    padding: 4px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.site-top-link-popup::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFFFFF;
}

.site-top-link img {
    width: 22px;
    display: block;
}

.site-top-link:hover .site-top-link-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.site-top-link-popup>img {
    width: 180px;
    /* height: 180px; */
    display: block;
    object-fit: contain;
    border-radius: 8px;
}

/* 搜索框样式 */
.site-header-search {
    margin-left: 0;
}

.search-container {
    display: inline-flex;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    padding: 6px 12px 6px 16px;
    transition: all 0.3s ease;
}

.search-container:focus-within {
    background-color: #FFFFFF;
    border-color: #1D2088;
    box-shadow: 0 0 12px rgba(54, 98, 236, 0.15);
}

.search-input {
    border: none;
    background: transparent;
    padding: 4px 8px;
    font-size: 14px;
    outline: none;
    color: #333;
    width: 200px;
    transition: width 0.3s ease;
}

.search-input:focus {
    width: 240px;
}

.search-input::placeholder {
    color: #999;
    transition: color 0.3s ease;
}

.search-input:focus::placeholder {
    color: #ccc;
}

.search-btn {
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #1D2088;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.search-btn:hover {
    background-color: #2a52d9;
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(54, 98, 236, 0.3);
}

.search-btn:active {
    transform: scale(0.95);
}

.search-btn img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

@media (min-width: 992px) {
    .site-header-search {
        margin-left: 8px;
    }

    .search-input {
        width: 140px;
    }

    .search-input:focus {
        width: 180px;
    }
}

/* 自定义导航样式 - 手机 */
#mobile-nav-box {
    display: none;
}

.mobile-nav .nav-item {
    border-top: 1px solid #f7f7f7;
}

.mobile-nav .nav-item>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 0 16px;
    font-weight: bold;
}

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

.mobile-nav .dropdown-menu {
    padding: 0 16px;
}

.mobile-nav .dropdown-menu li {
    background-color: #f7f7f7;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 2px;
    margin-bottom: 8px;
}


/* 自定义导航样式 - PC */
.pc-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    /* background-color: #1D2088; */
    align-items: center;
}

.pc-nav .nav-item {
    position: relative;
    /*padding: 8px 4px;*/
}

.pc-nav .nav-item>a {
    display: block;
    padding: 16px;
    color: #FFFFFF;
    /*border-radius: 6px;*/
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.pc-nav .nav-item:hover>a {
    /*color: #1D2088;*/
    background-color: rgba(255, 255, 255, 0.2);
}

.pc-nav .nav-item:hover>a::before {
    width: 60%;
}

.pc-nav .nav-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #666;
    transition: all 0.3s ease;
}

.pc-nav .nav-item.has-dropdown:hover .nav-arrow {
    border-top-color: #1D2088;
    transform: translateY(-50%) rotate(180deg);
}

.pc-nav .dropdown-menu {
    text-align: center;
    position: absolute;
    top: calc(100% + 0px);
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    min-width: 140px;
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.pc-nav .nav-item.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.pc-nav .dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 2px 8px;
    white-space: nowrap;
}

.pc-nav .dropdown-menu li a:hover {
    color: #fff;
    background-color: #1D2088;
    font-weight: 600;
}

/* 站点导航容器 */
.site-header-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #1D2088;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-header-nav .layui-container {
    display: flex;
}

/* 移动端适配 */
@media (max-width: 991px) {
    .site-header-nav {
        display: none;
    }

    .site-header {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    }
}

/* 板块 头 */
.section-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 12px;
    position: relative;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 4px;
    background-color: #1D2088;
}

.section-header .section-title {
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 400;
    font-size: 20px;
}

.section-header .section-title:first-child {
    margin-left: 0;
}

.section-header .section-title.layui-this {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.section-header .section-more {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin-left: auto;
}

.news-tab-body .tab-item {
    display: none;
}


/* 二级页面 banner */
.page-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background: linear-gradient(270deg, #1C8E42 0%, #195DA7 100%);
}

.page-banner .page-name-box {
    padding: 52px 0 119px 0;
}

.page-banner .page-name {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 76px;
    position: relative;
}

.page-banner .page-name::after {
    position: absolute;
    width: 550px;
    height: 51px;
    top: 35px;
    left: 0;
    font-size: 36px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.2);
}

.site-footer {
    background-color: #FFFFFF;
    padding-top: 32px;
}

.site-footer-line {
    border-top: 2px solid #1D2088;
}

.site-footer-body {
    padding-top: 0px;
    padding-bottom: 16px;
}

@media (min-width: 768px) {
    .site-footer-body {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.site-footer .shiyedanwei {
    width: 80px;
}

.footer-title-box {
    padding-bottom: 12px;
    border-bottom: 1px solid #878C9F;
    max-width: 160px;
    margin-bottom: 28px;
}


.footer-title-box h2 {
    font-size: 18px;
}

.footer-logo {
    width: 100%;
    max-width: 298px;
    margin-bottom: 36px;
}

.mobile-qr {
    width: 80px;
    border: 4px solid #FFFFFF;
    border-radius: 4px;
}

.footer-ksrk {
    max-width: 160px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .footer-ksrk {
        max-width: 100%;
    }
}

.footer-ksrk dd {
    margin-bottom: 18px;
}

.footer-ksrk dd a {
    font-size: 16px;
    color: #878C9F;
}

.footer-ksrk dd a:hover {
    text-decoration: underline;
}

.site-end {
    background-color: rgba(0, 0, 0, 0.04);
    padding: 8px 0;
}

.site-end p {
    color: rgba(0, 0, 0, 0.851);
    font-size: 14px;
    display: inline-block;
    margin-bottom: 4px;
}

.site-end p a {
    color: rgba(0, 0, 0, 0.851);
}

.site-end p a:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .site-end p {
        margin-bottom: 0;
        color: rgba(0, 0, 0, 0.851);
        padding: 0 16px;
    }

    .site-end p a {
        color: rgba(0, 0, 0, 0.851);
    }
}


.navbar-brand {
    padding: 29px 15px;
    height: auto;
}

nav.navbar.bootsnav {
    border: none;
    /* margin-bottom: 150px; */
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav {
    float: left;
}

nav.navbar.bootsnav ul.nav>li {
    position: relative;
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400;
}

.nav>li:after {
    content: "";
    width: 0;
    height: 5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.nav>li:hover:after {
    width: 100%;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: "+";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 35%;
    right: 10%;
    transition: all 0.4s ease 0s;
    border: none;
}

nav.navbar.bootsnav ul.nav>li.dropdown.on>a.dropdown-toggle:after {
    content: "\f105";
    transform: rotate(90deg);
}

.dropdown-menu.multi-dropdown {
    position: absolute;
    left: -100% !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}

@media only screen and (max-width:990px) {

    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav>li.dropdown.on>a.dropdown-toggle:after {
        content: " ";
    }

    .dropdown-menu.multi-dropdown {
        left: 0 !important;
    }

    nav.navbar.bootsnav ul.nav>li:hover {
        background: transparent;
    }

    nav.navbar.bootsnav ul.nav>li>a {
        margin: 0;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        left: 0;
    }

    nav.navbar.bootsnav ul.nav>li>a {
        color: #333333;
    }
}

.page-left-nav .nav {
    display: flex;
    flex-direction: row;
}

@media (max-width: 992px) {
    .page-left-nav .nav {
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-bottom: 20px;
    }
}

.page-left-nav .nav .nav-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 133px;
    height: 57px;
    background-color: #F8F8F8;
    font-size: 14px;
    color: #333333;
    position: relative;
    padding-left: 12px;
    border-right: 2px solid #EEEEEE;
    transition: 0.5;
    flex-shrink: 0;
    margin-right: 0;
    padding-right: 0;
}

.page-left-nav .nav .nav-item::before {
    margin-right: 18px;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 8px;
    background: linear-gradient(to right, #B9D0FF, #395FEE);
    opacity: 0.2;
    transition: 0.5;
}

.page-left-nav .nav .nav-item:hover,
.page-left-nav .nav .nav-item.active {
    color: #0058FF;
    background-color: #FFFFFF;
    border-right: 2px solid #0058FF;
}

.page-left-nav .nav .nav-item:hover::before,
.page-left-nav .nav .nav-item.active::before {
    opacity: 1;
}

@media (max-width: 992px) {
    .page-left-nav .nav .nav-item {
        width: auto;
        height: 30px;
        font-size: 12px;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 10px;
    }

    .page-left-nav .nav .nav-item::before {
        margin-right: 10px;
    }
}


.site-banner {
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.site-banner::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 98, 236, 0.8);
}

.bannerSwiper .swiper-wrapper .swiper-slide {
    position: relative;
}

.banenr-name {
    position: absolute;
    z-index: 2;
    right: 32px;
    top: 32px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .site-banner {
        height: 160px;
    }

    .banenr-name {
        font-size: 36px;
    }
}

/* 页面栏目导航 */
.c-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
}

.c-nav-list {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c-nav-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 16px;
    padding-right: 16px;
}

.c-nav-item h2 {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    line-height: 56px;
}

.c-nav-item h2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 0;
    background: #FFFFFF;
    transition: all 0.4s ease 0s;
}

.c-nav-item:hover h2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: #FFFFFF;
}

.c-nav-item::after {
    display: inline-block;
    position: absolute;
    top: calc(50% - 8px);
    right: 0px;
    content: '';
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.4);
}

.c-nav-item:last-child::after {
    display: none;
}

.c-nav-item.isActive {
    position: relative;
}

.c-nav-item.isActive::before {
    position: absolute;
    top: -0;
    left: 0;
    content: '';
    width: 80px;
    height: 4px;
    background: #FFFFFF;
}

/* 文章列表样式
样式1 文字标题卡片 */
.news-style1-item {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 16px;
}

.news-style1-item:hover {
    border: 1px solid #1D2088;
    box-shadow: 0 4px 10px rgba(54, 98, 236, 0.2);
    transition: 0.3s ease;
}

.news-style1-item .news-img {
    padding-top: 70%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-style1-item h5 {
    color: rgba(0, 0, 0, 0.85);
    font-size: 18px;
    font-weight: 400;
}

.news-style1-item:hover h5 {
    color: #1D2088;
    text-align: none;
}

.news-style1-item .intro,
.news-style1-item .date {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    margin-top: 8px;
}

/* 垂直导航样式 */
.c-nav-vertical {
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    /* border: 1px solid #e0e0e0; */
    padding: 8px;
    /* position: sticky; */
    /* top: 200px; */
    /* z-index: 1000; */
}

.c-nav-item-vertical {
    position: relative;
    margin: 0;
    transition: all 0.3s ease;
}

.c-nav-item-vertical a {
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    border-radius: 4px;
    margin: 2px 0;
    text-align: center;
    transition: all 0.3s ease;
}

.c-nav-item-vertical h2 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 0;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.c-nav-item-vertical:hover a {
    background-color: #1D2088;
    transition: all 0.3s ease;
}

.c-nav-item-vertical:hover h2 {
    color: #fff;
    transition: all 0.3s ease;
    /*font-weight: 600;*/
}

.c-nav-item-vertical.isActive a {
    background-color: #1D2088;
}

.c-nav-item-vertical.isActive h2 {
    color: #FFFFFF;
    font-weight: 500;
}

/* 文章列表样式
样式2 图文横排列表 */
.news-style2-item {
    display: block;
    padding: 32px;
    border-bottom: 1px dashed #DDDDDD;
    transition: all 0.3s ease;
    /*padding: 24px 0;*/
}
.news-style2-item:hover{
    background-color: #EFF5FF;
}

.news-style2-item:last-child {
    border-bottom: none;
}

.news-style2-item .news-img {
    position: relative;
    padding-top: 60%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.news-style2-item:hover .news-img{
    background-color: #EFF5FF;
    background-size: 105% 105%;
}

.news-style2-item .news-img .news-sign {
    padding: 4px 12px;
    background: #1D2088;
    border-radius: 0px 0px 16px 0px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.news-style2-item h5 {
    color: rgba(0, 0, 0, 0.85);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    /* display: flex; */
    /* align-items: center; */
}

.news-style2-item h5 .news-sign {
    display: inline-block;
    padding: 4px 12px;
    background: #1D2088;
    border-radius: 0px 0px 12px 0px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    margin-right: 8px;
}

.news-style2-item .intro {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 1.8;
    margin-top: 8px;
}

.news-style2-item .date {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
.news-style2-item .date .layui-icon{
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    margin-right: 4px;
}


.news-style2-item .more {
    color: #1D2088;
    font-size: 14px;
    padding: 8px 16px;
    border: 1px dashed #ddd;
    transition: all 0.3s ease;
}
.news-style2-item:hover .more{
    background-color: #1D2088;
    border: 1px solid #1D2088;
    color: #ffffff;
}

/* 移动端优化 */
@media (max-width: 768px) {
    .news-style2-item .news-img {
        padding-top: 60%;
    }

    .news-style2-item h5 {
        font-size: 16px;
    }

    .news-style2-item .intro {
        font-size: 14px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-style2-item .date,
    .news-style2-item .more {
        font-size: 12px;
    }
}


/* 文章列表样式
样式3 仅标题日期横排列表 */
.news-style3-item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    padding: 16px 0;
}

.news-style3-item:last-child {
    border-bottom: none;
}

.news-style3-item h5 {
    color: rgba(0, 0, 0, 0.85);
    font-size: 20px;
    font-weight: 400;
    max-width: calc(100% - 100px);
}

.news-style3-item h5 .news-sign {
    display: inline-block;
    padding: 2px 12px;
    background: #FF6832;
    border-radius: 0px 0px 12px 0px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    margin-right: 8px;
}

.news-style3-item .date {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    margin-left: auto;
}


/* 文章列表样式
样式4 无图一行2列列表 */
.news-style4-item {
    border-bottom: 1px dashed #DDDDDD;
    transition: all 0.3s ease;
    /* padding: 24px 0; */
    padding-top: 8px;
    padding-bottom: 8px;
}

.news-style4-item h5 {
    color: rgba(0, 0, 0, 0.85);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.news-style4-item h5 .news-sign {
    display: inline-block;
    padding: 4px 12px;
    background: #1D2088;
    border-radius: 0px 0px 12px 0px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    margin-right: 8px;
}

.news-style4-item .intro {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 1.8;
    margin-top: 8px;
}

.news-style4-item .date {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.news-style4-item .more {
    color: #1D2088;
    font-size: 14px;
}

.news-style4-item .more:hover {
    color: #1D2088;
}

/* 移动端优化 */
@media (max-width: 768px) {
    .news-style4-item .news-img {
        padding-top: 60%;
    }

    .news-style4-item h5 {
        font-size: 16px;
    }

    .news-style4-item .intro {
        font-size: 14px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-style4-item .date,
    .news-style4-item .more {
        font-size: 12px;
    }
}



/* 文章列表样式
热门新闻 123456789的排行模式 */
.news-hot-item {
    padding: 16px 0;
    border-bottom: 1px dashed #DDDDDD;
    display: flex;
    align-items: center;
}

.news-hot-item-num {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #BBBBBB;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    flex-shrink: 0;
    margin-right: 16px;
}

.news-hot-item:nth-child(1) .news-hot-item-num {
    background: #C63A3A;
}

.news-hot-item:nth-child(2) .news-hot-item-num {
    background: #3A88C6;
}

.news-hot-item:nth-child(3) .news-hot-item-num {
    background: #59C63A;
}

.news-hot-item h5 {
    font-size: 16px;
    color: #333333;
}

/* 分页样式 */
.pager {
    margin: 32px 0;
}

.pager .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.pager .pagination li {
    display: inline-block;
}

.pager .pagination li span,
.pager .pagination li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    /*padding: 0 12px;*/
    font-size: 14px;
    color: #333333;
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pager .pagination li a:hover {
    color: #1D2088;
    border-color: #1D2088;
    background-color: #f5f8ff;
}

.pager .pagination li.active span,
.pager .pagination li.active a {
    color: #FFFFFF;
    background-color: #1D2088;
    border-color: #1D2088;
}

.pager .pagination li.disabled span,
.pager .pagination li.disabled a {
    color: #cccccc;
    background-color: #f5f5f5;
    border-color: #e0e0e0;
    cursor: not-allowed;
}

/* 加载更多按钮样式 */
.btn-loadmore {
    display: inline-block;
    padding: 12px 32px;
    background-color: #FFFFFF;
    color: #1D2088;
    border: 1px solid #1D2088;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-loadmore:hover {
    background-color: #1D2088;
    color: #FFFFFF;
    border-color: #1D2088;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(54, 98, 236, 0.3);
}

.btn-loadmore:active {
    transform: translateY(0);
}

/* 暂无数据/暂无更多数据样式 */
.loadmore {
    padding: 32px 0;
    text-align: center;
}

.loadmore .loadmore-tips {
    display: inline-block;
    padding: 12px 24px;
    color: #999999;
    font-size: 14px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.loadmore.loadmore-line {
    border-top: 1px solid #e0e0e0;
}

/* 移动端适配 */
@media (max-width: 767px) {
    .pager {
        margin: 20px 0;
    }

    .pager .pagination {
        gap: 4px;
        overflow-x: auto;
        padding: 4px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .pager .pagination::-webkit-scrollbar {
        height: 4px;
    }

    .pager .pagination::-webkit-scrollbar-thumb {
        background-color: #ddd;
        border-radius: 2px;
    }

    .pager .pagination li span,
    .pager .pagination li a {
        min-width: 32px;
        height: 32px;
        padding: 0 8px;
        font-size: 12px;
        border-width: 1px;
        flex-shrink: 0;
    }

    .btn-loadmore {
        padding: 10px 24px;
        font-size: 13px;
    }

    .loadmore .loadmore-tips {
        padding: 10px 20px;
        font-size: 13px;
    }
}

.layui-text img{
    display: inline-block !important;
}


/*----------------------------------*/
.site-footer-tools {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    height: 80px;
}

.site-footer-tools-item {
    /*margin: 0 10px;*/
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}
.site-footer-tools-item:hover {
    transform: translateY(-2px);
}

.site-footer-tools-item__popup {
    position: absolute;
    z-index: 9999;
    bottom: calc(100% + 8px);
    left: 50%;
    min-width: 120px;
    transform: translateX(-50%) translateY(-10px);
    padding: 4px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.site-footer-tools-item img {
    width: 32px;
    display: block;
}

.site-footer-tools-item:hover .site-footer-tools-item__popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.site-footer-tools-item__popup>img {
    width: 200px;
    /* height: 180px; */
    display: block;
    object-fit: contain;
    border-radius: 8px;
}