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

html {
    font-size: 17px;
}

.details table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
}

.details table td {
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #d3dfe9;
    padding: .8rem 1rem;
}

.rightEn,.imgMoble,.menu-toggle{ display: none!important;}


.details table p {
    margin-bottom: 0 !important;
    padding: .8rem 1rem;
}


@media (max-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 12px;
    }
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2?t=1775274769719') format('woff2'),
        url('../font/iconfont.woff?t=1775274769719') format('woff'),
        url('../font/iconfont.ttf?t=1775274769719') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 1rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Microsoft Yahei", sans-serif;
    color: #333;
    min-width: 1300px;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
li {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.container,
.standard-wrap {
    width: 71rem;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .container {
        width: 95%;
    }
}

.boxBg {
    background: url('../images/bodyBg.png') bottom center no-repeat;
    padding-bottom: 2.5rem;
    background-size: 100%;
}

.row {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.25rem;
}

.w66 {
    width: calc(72% - 2rem);
}

.w33 {
    width: calc(30% - 2rem);
}

.box-div{ display:flex; justify-content: space-between;}

.w34 {
    width: calc(50.5% - 1rem);
}

.w32 {
    width: calc(70.5% - 1rem);
}

.enDiv{ width:68%;}

.banner123{ margin-bottom:20px;}

@media (max-width: 768px) {

    .w66,
    .w33 {
        width: 100%;
    }
}

.navbox {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
}

.lang-switch {
    position: absolute;
    top: 0;
    right: 0;
    background: #a00;
    color: #fff;
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    z-index: 99;
}

.top-bar {
    background: #fff;
    padding: 1.5rem 0;
}

.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.logo img {
    height: 3.125rem;
}

.search-box {
    display: flex;
    overflow: hidden;
    border-radius: 0.375rem;
}

.search-box input {
    border: none;
    padding: 0 0.625rem;
    line-height: 2.5rem;
    outline: none;
    width: 17.75rem;
    background: #ededed;
    font-size: 1rem;
}

.search-box>a {
    background: #002060;
    color: #fff;
    border: none;
    padding: 0 1.375rem;
    cursor: pointer;
    display: flex;
    gap: 0.3125rem;
    align-items: center;
    font-size: .9rem;
}

.top-links {
    display: flex;
    gap: 1.25rem;
    font-size: 1rem;
}

.top-links a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
}

.top-links i {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.4rem;
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-nav {
    background: #002060;
}

.main-nav .container>ul {
    display: flex;
    justify-content: space-between;
}

.main-nav li {
    position: relative;
}

.main-nav a {
    display: block;
    color: #fff;
    padding: 0.75rem 0.425rem;
    font-size: 1rem;
}

.main-nav li:hover {
    background: #002060;
}

.sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 9.8rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .1);
    display: none;
    z-index: 999;
}

.main-nav li:hover .sub-nav {
    display: block;
}

.sub-nav a {
    color: #333 !important;
    padding: 0.75rem 0.9375rem;
    font-size: .95rem;
}

.sub-nav a:hover {
    background: #f5f5f5;
    color: #002060 !important;
}

.menu-toggle {
    display: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 0.75rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .main-nav ul {
        flex-direction: column;
        display: none;
    }

    .main-nav ul.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

    .sub-nav {
        position: static;
        background: #002060;
    }

    .sub-nav a {
        color: #fff !important;
        padding-left: 2.1875rem;
    }
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 1.375rem !important;
}

.banner-swiper .swiper-button-next,
.banner-swiper .swiper-button-prev {
    background: rgba(0, 0, 0, .4);
    font-size: 1.25rem !important;
    color: #fff !important;
    padding: 2.5rem 1.25rem;
    display: none !important;
    transition: all 1s !important;
}

.swiper-button-next {
    right: 3.125rem !important;
}

.swiper-button-prev {
    left: 3.125rem !important;
}

.swiper-pagination-bullet {
    width: 0.625rem !important;
    height: 0.625rem !important;
    background: #fff !important;
}

.banner-swiper {
    height: 22.75rem;
    margin-bottom: 2.5rem;
}

.banner-swiper:hover .swiper-button-next,
.banner-swiper:hover .swiper-button-prev {
    display: flex !important;
}

.banner-swiper .swiper-slide {
    background: #a00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper-slide a{ display: block; width: 100%; height: 100%;}

.slide-txt h1 {
    margin-bottom: 0.625rem;
}

@media (max-width: 768px) {
    .banner-swiper {
        height: 8.875rem;
    }
}

.box {
    margin-bottom: 0;
}

.box-header {
    background: #e7ecf2;
    color: #fff;
    border-radius: 0.625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.125rem;
    position: relative;
    height: 2.5rem;
}

.box-header::before {
    content: '';
    background: url('../images/title1.png') left top no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    width: 8.6rem;
    height: 3.3rem;
}

.box2::before {
    background: url('../images/title2.png') left top no-repeat;
    width: 14.0625rem;
}

.box2 h3 {
    padding-right: 0 !important;
    padding-left: 1rem;
}

.box-header h3 {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-right: 2rem;
    width: 9.6875rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
}

.box-header>a {
    color: #000;
    font-size: .9rem;
    margin-right: 0.9375rem;
    display: flex;
    align-items: center;
    gap: 0.3125rem;
}

.box-header>a i {
    font-size: 1.125rem;
}

.box-body>div.banner-body {
    background: #f4f6f9;
    padding: 1.5625rem 1.5625rem;
    margin: 1.875rem 0 1.25rem 0;
}

.news-swiper {
    overflow: hidden;
}

.news-swiper .swiper-slide {
    display: flex;
    gap: 1.25rem;
}

.news-swiper img {
    width: 19rem;
    height: 12.5rem;
    object-fit: cover;
}

.news-info {
    flex: 1;
	width:50%;
}

.news-info h4 {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.news-swiper .swiper-pagination {
    text-align: right !important;
    bottom: -0.3125rem !important;
}

.news-swiper .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 0.625rem !important;
    height: 0.25rem !important;
    border-radius: 0 !important;
    background-color: #002060 !important;
}

.news-info p {
    font-size: .9rem;
    color: #666;
    margin: 0.9375rem 0 0.625rem 0;
    overflow: hidden;
    line-height: 1.8;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.news-info>a {
    font-size: 0.875rem;
    color: #a00;
}

.news-list li {
    padding: 0.75rem 0;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    color: #000;
}

.news-list li a {
    background: url('../font/arrow.svg') left center no-repeat;
    background-size: 0.875rem;
    padding-left: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li span {
    color: #666;
    font-size: .9rem;
    flex-shrink: 0;
    margin-left: 2.5rem;
}

.notice-list {
    background: #2c3259;
    margin-top: 1.875rem;
    padding: 0 0.9375rem;
}

.notice-list span {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0.3125rem 0.625rem;
    font-size: .9rem;
}

.notice-list li {
    padding: 1.25rem 0;
    border-bottom: #767a93 dashed 0.0625rem;
}

.notice-list li:last-of-type {
    border: none;
}

.notice-list li span::before {
    width: 0.3125rem;
    height: 0.3125rem;
    content: '';
    border-top: #a00 solid 0.125rem;
    border-left: #a00 solid 0.125rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.notice-list li span::after {
    width: 0.3125rem;
    height: 0.3125rem;
    content: '';
    border-bottom: #a00 solid 0.125rem;
    border-right: #a00 solid 0.125rem;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.notice-list a {
    color: #fff;
}

.notice-list p {
    font-size: 1rem;
    margin-top: 0.875rem;
}

.boxImg {
    position: relative;
    margin: 1.875rem 0 1.25rem 0;
}

.boxImg img {
    width: 27rem;
    height: 12.5rem;
    object-fit: cover;
    display: block;
}

.boxImg a>div {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 1.75rem 0 1rem 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 51, 153, 0.0), rgba(0, 30, 100, 0.9));
}

.boxImg a>div h4 {
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    width: 80%;
    margin: 0 auto;
    white-space: nowrap;
}

.now-list li {
    background: #f4f6f9;
    padding: 0.9375rem 0;
    margin-bottom: 0.98rem;
}

.now-list li p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
}

.now-list li p::before {
    width: 0.1875rem;
    height: 0.9375rem;
    content: '';
    background: #002060;
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0;
}

.now-list li span {
    margin-left: 0.9375rem;
    font-size: .9rem;
    margin-top: 0.3125rem;
    display: block;
}

.func-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0 !important;
}

.func-item {
    color: #fff;
    border-radius: 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.func-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.project-swiper {
    padding: 0.625rem 0;
    position: relative;
}

.project-swiper img {
    width: 100%;
    height: 11rem;
    object-fit: cover;
}

.project-swiper .swiper-slide {
    text-align: center;
    font-size: 1rem;
    background: #002060;
    color: #fff;
}

.project-swiper .swiper-slide p {
    line-height: 2.8125rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 1.875rem;
    font-size: 1rem;
}

.project-swiper .swiper-button-prev {
    left: 0 !important;
}

.project-swiper .swiper-button-next {
    right: 0 !important;
}

.project-swiper .swiper-button-prev,
.project-swiper .swiper-button-next {
    color: #fff;
    background: rgba(0, 0, 0, .4);
    width: 2.25rem;
    height: 3.5rem;
    top: 7.5rem !important;
}

.box2 {
    margin-bottom: 1.875rem;
}

footer {
    background: #002060;
    color: #fff;
    padding: 1.875rem 0 0 0;
    font-size: .9rem;
}

footer>.container {
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
}

.footer-links-top {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 0.625rem;
}

.links-label {
    font-size: 1rem;
}

.footer-select {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    padding: 0.5rem 0.9375rem;
    border-radius: 0.25rem;
    font-size: .9rem;
    min-width: 11.25rem;
}

.footer-select option {
    color: #333;
}

.footer-divider {
    border: none;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
    margin: 1.25rem 0;
}

.footer-contact {
    display: flex;
    gap: 2rem;
    margin-bottom: 0.625rem;
    flex-wrap: wrap;
    margin-top: 1.8rem;
}

.footer-copyright {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.footer-declare {
    font-size: 0.9rem;
    background: #000;
    padding: 0.5rem 0;
    margin-top: 0.8rem;
    text-align: center;
}

.footer-qrcodes {
    display: flex;
    justify-content: flex-end;
    gap: 1.25rem;
    flex-shrink: 0;
}

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

.qrcode-item img {
    width: 7.5rem;
    height: 7.5rem;
    background: #fff;
    margin-bottom: 0.5rem;
}

.qrcode-item p {
    font-size: 0.8rem;
    line-height: 1.4;
}

.boxCent {
    /* background: ; */
    padding: 1.5rem 0;
    background: #F9F8F8 url('../images/bodyBg.png') bottom center no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

.boxCent>.container {
    margin: 0 auto;
    background: #fff;
    display: flex;
}

.boxCent>div .left {
    min-width: 13rem;
    background: #E9F0F6;
    border-left: #002060 solid 0.22rem;
    flex-shrink: 0;

}

.boxCent>div .left>h3 {
    font-size: 1.5rem;
    background: #002060;
    color: #fff;
    padding: 0.8rem 0;
    text-align: center;
}

.boxCent .left ul {
    padding: 1.5rem 0;
    position: sticky;
    top: 10rem;
}

.boxCent .left ul li {
    color: #333;
}

.boxCent .left ul li>a {
    display: grid;
    align-items: center;
    min-height: 1.7rem;
    padding: 1.1rem 1.83rem;
    position: relative;
    box-sizing: border-box;
    font-size: 1rem;
}

.boxCent .left ul li.selected a {
    font-size: 1.2rem;
    background: #002060;
    color: #fff;
}

.boxCent .left ul li.selected {
    /* border-bottom: 1px solid rgb(144 148 181 / 20%); */
    position: relative;
    font-weight: bold;
    color: #002060;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
}

/* .boxCent .left ul li.selected:before {
    content: '';
    width: 2rem;
    height: 2px;
    background: #002060;
    position: absolute;
    bottom: -1px;
    left: 2rem;
} */

.posi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .9rem;
    line-height: 1rem;
    color: #666;
    background: none !important;
    margin-bottom: 2rem !important;
}

.boxCent .right {
    padding: 2.5rem 3rem;
    flex: 1;
    min-width: 0;
}

.boxCent .right>h2 {
    color: #000;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: normal;
}

.rightBox {
    background: #EAF0F5;
    padding: 1.5rem;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 2rem;
}

.details>h3 {
    color: #002060;
    margin-bottom: 1rem;
}

.details>p {
    margin-bottom: 1rem;
    text-align: justify;
    line-height: 1.8;
    color: #000;
}

.details a {
    text-decoration: underline;
    color: #002060;
}

/*有图列表*/
.notice {
    margin-top: -2rem;
}

.notice ul a {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    position: relative;
    padding: 2rem 0;
    border-bottom: 1px solid #E8E8E8;
    gap: 1.6rem;
}


.notice ul.sub1b .sub1bl {
    width: 13.625rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.gp-img-responsive {
    width: 100%;
    overflow: hidden;
    display: block;
    background-color: #d2d2d2;
}

.gp-img-responsive img {
    width: 100%;
    transition: all 0.35s ease;
}

.notice ul.sub1b .sub1br {
    box-sizing: border-box;
    flex: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #000;
}

.notice ul .sub1btit {
    line-height: 1.22;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}


.notice ul .sub1binfo {
    line-height: 1.6;
    color: #999;
    margin: 1.2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    font-size: .9rem;
    text-align: justify;
}

.notice ul a .date {
    color: #999;
    line-height: 1.4rem;
    margin-top: 1.2rem;
    font-size: .8rem;
}

.notice ul.sub1b a:hover img {
    transform: scale(1.1);
    color: #fff;
    transition: all 0.35s ease;
}

.notice ul.sub1b a:hover .sub1btit {
    color: #a00;
    transition: all 0.35s ease;
}

#memberApp .el-table * {
    font-size: 1rem;
}

#memberApp .el-form *,
.el-select-dropdown__item {
    font-size: 1rem !important;
}

.el-select-dropdown__item {
    height: 40px !important;
}

#memberApp .el-form button {
    background-color: #002060;
    border-color: #002060;

}

.el-table th.el-table__cell {
    background-color: #f5f7fa !important;
    color: #333;
}

.el-table .el-table__cell {
    padding: 15px 0 !important;
}

.branch {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 2rem !important;
    margin-right: -2rem;
    padding-bottom: 2rem;
}

.branch li {
    width: calc(33% - 2rem) !important;
    box-sizing: border-box !important;
    position: relative;
}

.branch li a:hover {
    background: #002060;
    color: #fff;
    border-color: #002060;
    transition: all 0.5s ease;
}

.branch li a {
    border: 1px solid #e5e5e5;
    line-height: 24px;
    padding: 12px 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.branch li::before {
    content: '';
    display: block;
    width: 6px;
    height: 30px;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    background: #edeef2;
    position: absolute;
}


/* 容器：双栏布局 */
.journal-container {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 2rem; */
    margin-bottom: 2rem;
}

/* 单个卡片样式 */
.journal-card {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
    background: #fff;
}

/* 封面图容器 */
.journal-cover {
    flex-shrink: 0;
    width: 200px;
}

.journal-cover img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #eee;
}

/* 内容区域 */
.journal-content {
    flex: 1;
}

/* 标题样式 */
.journal-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.3;
}

/* 简介文本 */
.journal-desc {
    font-size: .9rem;
    text-align: justify;
    color: #666;
    line-height: 1.8;
    margin-bottom: 1rem;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

/* 查看更多按钮 */
.more-link {
    font-size: .8rem;
    color: #a00;
    text-decoration: none;
    padding-bottom: 4px;
    display: inline-block;
    transition: opacity 0.3s;
}

.more-link:hover {
    opacity: 0.7;
}

/* 列表容器 */
.journal-list {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-right: -3rem;
}

/* 每个期刊项：一行4个 */
.journal-item {
    width: calc(25% - 3rem);
    text-align: center;
}

/* 图片样式 */
.journal-item img {
    width: 100%;
    height: 19.8rem;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* 期刊名链接 */
.journal-link {
    display: block;
    margin-top: 1rem;
    font-size: 1rem;
    color: #333;
    text-decoration: none;
}

.journal-link:hover {
    color: #002060;
}

.pagination {
    text-align: center;
    margin-top: 3rem;
    font-size: 16px;
}

.pagination a {
    color: #000;
}

.derd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.derd span {
    margin-right: 1rem;
    font-size: 14px;
    color: #666;
}

.derd span i {
    font-style: normal;
    color: red
}

.derd>div {
    min-width: 30px;
    line-height: 2.2rem;
    height: 2.2rem;
    border: #ddd solid 1px;
    background: #fff;
    border-radius: 5px;
    display: block;
    float: left;
    margin: 0 .2rem;
}

.derd>div span {
    margin: 0 .2rem;
}

.derd>div span i {
    color: #a00;
    font-style: normal;
}

.pagination a {
    min-width: 30px;
    line-height: 30px;
    padding: 0 5px;
    height: 30px;
    border-radius: 4px;
    background: #f4f4f5;
    display: block;
    float: left;
    margin: 0 .3rem;
    color: #666;
}

.pagination a.active,
.pagination a:hover,
.el-pagination.is-background .el-pager li:not(.disabled).active {
    border-color: #002060 !important;
    color: #fff;
    background: #002060 !important;
}

.list-notice {
    margin-top: -1rem;
}

.list-notice ul li a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    padding: 1rem 0;
    gap: 0.8rem;
    text-decoration: none;
}

.list-notice ul li a :hover {
    text-decoration: underline;
}

.list-notice ul li a p {
    flex: 1;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    color: #000;
}

.list-notice ul li a::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: #002060 solid 2px;
    display: block;
    line-height: 0;
}

.list-notice ul li a span {
    flex-shrink: 0;
    font-size: .9rem;
    color: #999;
    margin-left: 1rem;
}


.img-list ul,
.unit-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-right: -2rem;
}

.img-list li,
.unit-list li {
    width: calc(33.333% - 2rem);
    overflow: hidden;
}


.img-list .item-img img {
    width: 100%;
    height: 204px;
    display: block;
    object-fit: cover;
}


.img-list .item-text {
    background-color: #002060;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.unit-list li .item-img {
    border: #eee solid 1px;
}

.unit-list li {
    text-align: center;
}

.unit-list img {
    width: 100%;
    object-fit: cover;
    height: 112px;
}

.unit-list .item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 1rem;
}

.titleH2 {
    text-align: center;
    margin-top: 2rem;
}

/* 证书查询页面专属样式 */
.formBox {
    max-width: 60%;
    margin: 0 auto 2rem;
    padding: 2rem;
    background: #f9f9f9;
    border-radius: 8px;
}

.formBox * {
    font-size: 1rem !important;
}

.formBox input {
    height: 3rem;
    line-height: 3rem;
}

/* 拼图弹窗内部样式 */
.puzzle-dialog {
    padding: 10px 0;
}

.puzzle-box {
    position: relative;
    width: 320px;
    height: 160px;
    margin: 0 auto;
}

.can {
    display: block;
    width: 320px;
    height: 160px;
    border: 1px solid #eee;
}

.can.block {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    pointer-events: none;
}

.slider {
    position: relative;
    width: 320px;
    height: 38px;
    background: #f5f7fa;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin: 12px auto 0;
}

.slider .btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background: #a00;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
}

.slider .text {
    text-align: center;
    line-height: 38px;
    color: #999;
    font-size: 14px;
}

/* 证书结果样式 */
.result-box {
    margin-top: 30px;
}

.result-box * {
    font-size: 1rem;
}

.cert-wrap {
    display: flex;
    gap: 30px;
}

.cert-left {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}

.cert-left .item {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.cert-left label {
    font-weight: bold;
    min-width: 74px;
    color: #333;
}

.cert-right {
    width: 180px;
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    background: #fafafa;
}

.cert-right img {
    width: 160px;
    height: 200px;
    object-fit: cover;
    border: 1px solid #ddd;
}

.empty-box {
    text-align: center;
    padding: 60px 0;
    line-height: 3;
    color: #999;
}

.formBox button,
.formBox button:hover {
    background: #002060;
    border-color: #002060;
}


/*联系我们*/
.contact-wrap {
    line-height: 2;
    display: flex;
    font-size: 16px;
}

.contact-info {
    width: 70%;
    padding: 2rem;
    background: #f8f9fa;
}

.contact-info p {
    margin: 8px 0;
}

#map-container {
    border: 1px solid #eee;
}

.busBox>h4 {
    margin: 2rem 0 1rem 0;
}

.busBox p {
    line-height: 2;
}


.right {
    width: 82%;
    float: right;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    min-height: 600px;
}

/* 文章标题 */
.article-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* 文章信息 */
.article-info {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
}

.article-info span {
    margin: 0 15px;
}

/* 文章内容 */
.article-content {
    font-size: 16px;
    line-height: 1.8;
}

.article-content p {
    margin-bottom: 20px;
    text-indent: 2em;
}

.article-share {
    margin: 30px 0;
    text-align: center;
}

.social-share {
    display: inline-block;
}

.social-share a {
    margin: 0 6px !important;
}




/* 党建页面样式 */
.party-page {
    width: 100%;
    overflow: hidden;
    background: #fff4f4;
}

/* Banner */
.party-banner {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.party-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 通用标题栏 */
.title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #a00 solid 2px;
    margin-bottom: 15px;
}

.title-bar h3::before {
    content: '';
    width: 3px;
    height: 18px;
    background: #a00;
    display: block;
    margin-right: 10px;
}

.title-bar h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #a00;
    font-weight: bold;
    position: relative;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;

}

.title-bar a {
    color: #000;
    font-size: .9rem;
    margin-right: 0.9375rem;
    display: flex;
    align-items: center;
    gap: 0.3125rem;
}

/* 第一板块：工作动态 + 党支部 */
.party-section1 {
    display: flex;
    gap: 1.2rem;
    margin: 1.5rem auto;
    margin-top: 2.5rem;
}

.left-work {
    width: 62%;
    padding: 1rem;
    background: #fff;
}

.right-branch {
    flex: 1;
    background: #fff;
    padding: 1rem;
}


/* 轮播 */
.work-swiper {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.work-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-swiper p {
    background: rgba(255, 0, 0, .8);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: .8rem;
    text-align: center;
    padding-bottom: 2rem;
}

/* 党支部简介 */
.branch-info .intro {
    line-height: 1.6;
    color: #333;
    margin-bottom: 1rem;
    background: #fff0ef;
    padding: 1rem;
    text-align: justify;
}

.member-list {
    padding: 0;
    list-style: none;
}

.member-list li {
    padding: .7rem 0;
    border-bottom: 1px dashed #eee;
    color: #333;
}

/* 第二板块：党纪党规 + 学习资料 */
.party-section2 {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 30px;
}

.left-rule,
.right-study {
    flex: 1;
    background: #fff;
    padding: 1rem;
}

.text-list {
    list-style: none;
    padding: 0;
}

.text-list li {
    padding: .7rem 0;
    border-bottom: 1px dashed #eee;
}

.text-list li a {
    color: #333;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: .25rem;
}

.text-list li a::before {
    content: '';
    font-size: 1rem;
    font-weight: bold;
    margin-right: .2rem;
    width: 5px;
    height: 5px;
    background: #a00;
    border-radius: 50px;
    display: inline-block;
}

.text-list li a:hover {
    color: #a00;
}

/* 第三板块：工会 + 青年 */
.party-section3 {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 40px;
}

.left-union,
.right-youth {
    flex: 1;
    background: #fff;
    padding: 1rem;
}

/* 图文列表 */
.img-text-list {
    list-style: none;
    padding: 0;
}

.img-text-list li {

    border-bottom: 1px dashed #eee;
}

.img-text-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1rem 0;
}

.img-text-list img {
    width: 8rem;
    height: 5rem;
    object-fit: cover;
}

.img-text-list a:hover {
    color: #a00;
}

.img-text-list a>div {
    overflow: hidden;
}

.img-text-list h3 {
    font-size: 1rem;
    margin-bottom: .8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.img-text-list p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
    color: #7b7b7b;
    font-size: .8rem;
    line-height: 1.6;
}


/*会员中心*/
.member-banner {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #002060 0%, #002060 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.member-banner img{ object-fit: cover; max-width: initial;}

.member-banner .banner-content {
    z-index: 2;
    text-align: center;
    position: absolute;
}

.member-banner h1 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 600;
}

.member-banner p {
    font-size: 16px;
    opacity: 0.9;
}



.member-main {
    padding: 2.5rem 0 5px 0 !important;
    background: #f4f4f5;
}

.member-main>.container .member-content {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
}

/* 侧边栏 */
.member-sidebar {
    width: 260px;
    flex-shrink: 0;
    overflow: hidden;
}


.sidebar-service {
    padding: 1rem;
    background: #fff;
}

.sidebar-service h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #002060;
}

.service-btn {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 15px 0;
    margin-bottom: 14px;
    background: #002060;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s;
}

.service-btn:hover {
    background: #002060;
}

.content-section .service-btn {
    margin-top: 42px;
}

/* 主内容区 */
.member-content {
    flex: 1;
    min-width: 0;
}

.content-section {
    background: #fff;
    padding: 1rem;
    flex: 1;
}


.section-title {
    font-size: 1.2rem;
    color: #002060;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #002060;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title::before {
    content: '';
    width: 3px;
    height: 18px;
    background: #002060;
}

/* 会员服务模块 */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(236px, 1fr));
    gap: 1.2rem;
}

.service-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 82, 155, 0.15);
    border-color: #002060;
}

.service-card h3 {
    font-size: 18px;
    color: #002060;
    margin-bottom: 10px;
}

.service-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
    text-align: justify;
}

.service-card .btn-more {
    color: #002060;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.service-card .btn-more::after {
    content: '→';
    transition: transform 0.3s;
}

.service-card:hover .btn-more::after {
    transform: translateX(3px);
}

/* 自律公约/职业道德规范模块 */
.hangye-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(336px, 1fr));
    gap: 20px;
    margin-bottom: 1.5rem;
}

.hangye-section>div {
    background: #fff;
    padding: 1rem;
}

.norm-list {
    list-style: none;
    padding: 0;
}

.norm-list li {
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: center;
    gap: .25rem;
}

.norm-list li::before {
    content: '●';
    color: #002060;
    font-size: 10px;
}

.norm-list li a {
    color: #333;
    text-decoration: none;
    flex: 1;
    transition: color 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.norm-list li a:hover {
    color: #002060;
}

/* 会员名录模块 */
.member-directory {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.directory-search {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.directory-search input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.directory-search button {
    padding: 10px 25px;
    background: #002060;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.directory-search button:hover {
    background: #002060;
}

.directory-table {
    width: 100%;
    border-collapse: collapse;
    border: #eee solid 1px;
}

.directory-table th,
.directory-table td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
    border-right: #eee solid 1px;
}

.directory-table th {
    background: #f8f9fa;
    color: #002060;
    font-weight: 600;
}

.directory-table tr:hover {
    background: #f8f9fa;
}

.directory-table a {
    color: #002060;
    text-decoration: none;
}

/* 会员风采模块 */
.style-swiper {
    width: 100%;
    padding: 20px 0;
    padding-bottom: 40px !important;
}

.style-swiper .swiper-pagination {
    bottom: 0 !important;
}

.style-swiper .swiper-pagination span {
    background: #002060 !important;
}

.style-card {
    overflow: hidden;
    background: #eee;
}

.style-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.style-card .card-info {
    padding: 20px 15px;
}

.style-card h4 {
    font-size: 1rem;
    color: #002060;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.style-card p {
    font-size: .8rem;
    color: #666;
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.boxCentNotice {
    padding: 2.5rem 0;
}



.boxCentNotice .title-bar {
    border-color: #002060;
}

.boxCentNotice .title-bar h3 {
    color: #002060;
}

.boxCentNotice .title-bar h3::before {
    background: #002060;
}

.noticeul {
    background: #e7ecf2;
    padding: 10px 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.noticeul ul li {
    border-bottom: #ddd solid 1px;
    padding: 20px 0;
}

.noticeAbc ul li:nth-child(1) p::after {
    content: 'New';
    font-weight: bold;
    font-size: 12px;
    margin-left: 15px;
    color: red;
    animation: blink 1s linear infinite;
    -webkit-animation: blink 1.6s linear infinite;
    -moz-animation: blink 1.6s linear infinite;
    -ms-animation: blink 1.6s linear infinite;
    -o-animation: blink 1.6s linear infinite;
}

.noticeul ul li:last-child {
    border: none
}

.noticeul ul li>a {
    display: flex;
    justify-content: space-between;
}

.noticeul li p {
    width: 86%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 标准轮播 */
.standard-wrap .title-bar a {
    margin-right: 0;
}

.standard-wrap .work-swiper {
    height: 370px;
}

.standard-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.standard-slide-tit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 12px 20px 35px 12px;
    text-align: center;
    font-size: 1rem;
}

.standard-pagination .swiper-pagination-bullet-active {
    background: #a00;
}

/* 标准公告 */
.standard-notice {
    background: #fff;

    padding: 15px 20px;
}

/* 标准标题栏 */
.standard-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #a00;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.standard-hd h3 {
    margin: 0;
    font-size: 20px;
    color: #a00;
    font-weight: bold;
}

.standard-more {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.standard-more:hover {
    color: #a00;
}


.standard-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .7rem 0;
    border-bottom: 1px dashed #eee;
    gap: .4rem;
}

.standard-list li::before {
    content: '';
    font-size: 1rem;
    font-weight: bold;
    width: 5px;
    height: 5px;
    background: #002060;
    border-radius: 50px;
    display: inline-block;
}


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

.standard-list a {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.standard-list span {
    color: #999;
    font-size: 14px;
    flex-shrink: 0;
    margin-left: 20px;
}

/* 标准信息行 */
.standard-info-row {
    display: grid;
    grid-template-columns: 1fr 1fr 220px;
    gap: 20px;
    margin-bottom: 20px;
}

.standard-info-item {
    background: #fff;
    border-radius: 4px;
    padding: 15px 20px;
}

/* 标准侧边按钮 */
.standard-side-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.standard-side-btn {
    display: block;
    background: #a00;
    color: #fff;
    text-align: center;
    padding: 16px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

.standard-side-btn:hover {
    background: #a00;
}

/* 标准分类布局 */
.standard-category {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.standard-category-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.standard-category-item {
    background: #fff;
    border-radius: 4px;
    padding: 15px 20px;
}



/*教育*/
.jyBanner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    margin-bottom: 1.2rem;
}

.standard-wrap .party-section3 {
    margin-bottom: 0;
}


/* 容器：2列网格布局 */
.cardList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin: 1.2rem auto 2rem auto;
}

/* 卡片基础样式 */
.news-card {
    background-color: #fff;
    overflow: hidden;
}

/* 横幅区域 */
.card-banner {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.card-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 16px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 列表区域 */
.card-list {
    padding: 24px 20px;
    list-style: none;
    background: #e7ecf2;
}

.card-list li {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 16px;
    padding-left: 16px;
    position: relative;
}

.card-list li:last-child {
    margin-bottom: 0;
}

.card-list li a {
    display: flex;
}

.card-list li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.card-list li a span {
    flex-shrink: 0;
    text-align: right;
    color: #666;
    font-size: .9rem;
    margin-left: 1rem;
}

/* 红色圆点标记 */
.card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #002060;
    /* 红色圆点 */
}


.hfBanner{ margin-bottom: 2rem;}
.compet{ margin-top: 2rem;}
.zmddiv {
    overflow: hidden;
    height: 260px;
    margin-top: 2rem;
    gap: 1rem!important;
    margin-right: -1rem!important;
}
.zmddiv li{     width: calc(33.333% - 1rem);}  