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

html {
    font-size: 17px;
}

img {
    max-width: 100%;
}

.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: .1rem 0.2rem;
    font-size: 0.2rem;
}

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

.box-div{gap: 0.3rem;
        display: flex;
        flex-direction: column;}

@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;
    overflow-x: hidden;
}

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

ul,
li {
    list-style: none;
}


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

.lang-switch {
    background: #a00;
    color: #fff;
    padding: 0.1rem 0.2rem;
    font-size: 0.2rem;
    z-index: 99;
    display: none;
}

.top-bar {
    background: #fff;
    padding: .2rem 0.15rem;
}

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

.logo {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    width: 100%;
    justify-content: space-between;
}

.logo img {
    height: .42rem;
}

.rightEn {
    font-size: .2rem;
    display: flex;
    gap: .2rem;
    align-items: center;
}

.rightEn .en {
    width: .45rem;
    height: .45rem;
    border: #ddd solid 1px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
}

.rightEn span {
    font-size: .22rem;
}

.search-box {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.search-box input {
    border: none;
    padding: 0 .2rem;
    outline: none;
    line-height: .5rem;
    background: #ededed;
    font-size: .2rem;
    width: 80%;
}

.search-box>a {
    background: #002060;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 0.1rem;
    align-items: center;
    white-space: nowrap;
    font-size: .2rem;
    padding: 0 .2rem;
}

.search-box>a span {
    font-size: .2rem;
}

.top-links {
    display: flex;
    width: 100%;
    gap: 1px;
}

.top-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .2rem;
    background: #002060;
    color: #fff;
    width: 100%;
    padding: .12rem 0;
}

.menu-open {
    overflow: hidden;
}

.top-links i {
    font-size: .24rem !important;
    display: flex;
    align-items: center;
    margin-right: 0.1rem;
    justify-content: center;
}

.main-nav {
    background: #002060;
    display: none;
    height: 76vh;
    padding: 1vh 0;
    overflow-y: auto;
}

.main-nav .container>ul {
    display: flex;
    flex-direction: column;
}

.main-nav li {
    position: relative;
}



.main-nav>.container>ul>li::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: .06rem solid transparent;
    border-left: .08rem solid #fff;
    border-bottom: .06rem solid transparent;
    position: absolute;
    right: 0.5rem;
    top: .28rem;
}

.main-nav>.container>ul>li:hover ul {
    display: block;
}

.main-nav>.container>ul>li:hover::after {
    transform: rotate(90deg);
}

.main-nav a {
    color: #fff;
    display: block;
    max-width: 41%;
    font-size: .2rem;
    padding: .2rem 0.4rem;
}

.sub-nav {
    background: #020d25;
    width: 100%;
    display: none;
    z-index: 999;
}

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

.sub-nav a {
    color: #fff !important;
    padding: 0.2rem 0.8rem;
    font-size: .2rem;
    max-width: 100%;
}

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

.menu-toggle img {
    width: .25rem;
    margin-top: .02rem;
    margin-right: .05rem;
}


.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.1rem !important;
    height: 0.1rem !important;
    background: #fff !important;
}

.banner-swiper {
    height: 2rem;
}

.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;
}

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

.row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.w66 {
    order: 2;
}

.w33 {
    order: 1;
}

.w32 {
    order: 2;
}

.box {
    border-bottom: #eaeaea solid .15rem;
    padding: 0.2rem 0.15rem 0.3rem 0.15rem;
}

.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: .2rem;
}


.box-header h3 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: .23rem;
    color: #000;
    display: flex;
    align-items: center;
}

.box-header h3::before {
    width: .03rem;
    height: .2rem;
    margin-right: .1rem;
    background: #002060;
    content: '';
    display: block;
}

.box-header>a {
    color: #000;
    font-size: .18rem;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

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

.news-swiper {
    overflow: hidden;
}

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

.news-swiper img {
    width: 32%;
    height: 1rem;
    object-fit: cover;
}

.news-info {
    flex: 1;
}

.news-info h4 {
    font-size: .21rem;
    color: #000;
    font-weight: normal;
    line-height: .4rem;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

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

.news-info p {
    font-size: .2rem;

    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;
    display: none;
}

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

.news-list,
.now-list {
    margin-top: 0.2rem;
}

.news-list li,
.now-list li a {
    margin-bottom: 0.25rem;
    display: flex;
    justify-content: space-between;
    font-size: .2rem;
    color: #000;
}

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

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

.notice-list {}

.notice-list span {
    color: #666;
    font-size: .18rem;
    flex-shrink: 0;
    margin-left: .1rem;
    order: 2;
}

.notice-list li {
    margin-bottom: 0.25rem;
}

.notice-list li:last-child,
.news-list li:last-child,
.now-list li:last-child a {
    margin-bottom: 0;
}

.notice-list li a {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}


.notice-list p {
    font-size: .2rem;
    order: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.boxImg {
    position: relative;
}

.boxImg img {
    width: 100%;
    height: 3rem;
    object-fit: cover;
    display: block;
}

.boxImg a>div {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: .2rem 0 .2rem 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;
	        white-space: nowrap;
    font-size: .22rem;
    width: 90%;
    margin: 0 auto;
}

.mobileBtu .func-item:last-child{
	        height: .7rem;
        margin-left: .15rem;
        width: 46.5%
}

.now-list li p {
    background: url(../font/arrow.svg) left center no-repeat;
    background-size: 0.15rem;
    padding-left: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .2rem;
}


.now-list li span {
    color: #666;
    font-size: .18rem;
    flex-shrink: 0;
    margin-left: .1rem;
}

.func-box {
    overflow: hidden;
    margin-left: -.15rem;
}

.func-item {
    color: #fff;
    width: 46.5%;
    height: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    overflow: hidden;
    margin-left: .15rem;
    margin-bottom: .15rem;
}

.func-item img {
    display: block;
    transform: scale(1.1);
}

.imgPc {
    display: none;
}

.func-item:last-child {
    width: 96%;
    height: 1rem;
    margin-left: .15rem;
}

.func-item:last-child img {
    transform: none;
    width: 100%;
}

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

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

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

.project-swiper .swiper-slide p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: .1rem 0.05rem;
    font-size: .18rem;
}

.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;
    display: none;
}

footer {
    background: #002060;
    color: #fff;
    padding: 0.2rem 0.2rem 0 0.2rem;
}

.links-label {
    font-size: .2rem;
    display: block;
}

.footer-select {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    padding: 0.15rem .15rem;
    font-size: .18rem;
    width: 100%;
    display: block;
    margin-top: .2rem;
}

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

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

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    font-size: .18rem;
    line-height: 1.6;
}

.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    font-size: .18rem;
}

.footer-declare {
    text-align: center;
    font-size: .18rem;
    padding-bottom: .1rem;
}

.footer-qrcodes {
    display: flex;
    justify-content: center;
    gap: .2rem;
    flex-shrink: 0;
    margin: .2rem 0;
}

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

.qrcode-item img {
    width: 80%;
    height: 1.5rem;
    background: #fff;
    margin-bottom: .1rem;
}

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


.boxCent>.container {
    margin: 0 .15rem;
    background: #fff;

}

.boxCent>div .left {
    background: #E9F0F6;
    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 {
    position: sticky;
    top: 10rem;
}

.boxCent .left ul li {
    color: #333;
    display: none;

}

.boxCent .left ul li>a {
    display: grid;
    align-items: center;
    padding: .15rem 0;
    position: relative;
    box-sizing: border-box;
    font-size: .24rem;
    padding-left: .3rem;
}


.boxCent .left ul li.selected a {
    font-size: .22rem;
    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.1rem;
    font-size: .22rem;
}

/* .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: .2rem;
    color: #666;
    margin: 0 .15rem;
    margin-bottom: .2rem;
    background: none !important;
}

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

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

.details>h3 {
    color: #002060;
    margin-bottom: .2rem;
    font-size: .24rem;
}

.details>p {
    margin-bottom: .2rem;
    text-align: justify;
    line-height: 1.6;
    font-size: 0.2rem;
    color: #000;
}

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

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


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

.notice ul.sub1b .sub1bpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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;
    color: #000;
}

.notice ul .sub1btit {
    line-height: 1.4;
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}


.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: .18rem;
    text-align: justify;
    display: none;
}

.notice ul a .date {
    color: #999;
    margin-top: .1rem;
    font-size: .16rem;
}

.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;
}

.el-table .cell.el-tooltip {
    white-space: initial !important;
}

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

#memberApp .search-form,
.el-pagination {
    font-size: 0.2rem;
}

.el-pagination {
    margin-bottom: 0.3rem;
    margin-top: 0.3rem !important;
}

#memberApp .el-form-item,
#memberApp .el-form--inline .el-form-item__content,
#memberApp .el-select {
    width: 100% !important;
}

#memberApp .el-form-item button {
    width: 100%;
}

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

#memberApp .el-form .el-form-item__label {
    display: block;
    text-align: left;
}

#memberApp .el-form .el-input {
    width: 100% !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: .3rem;
}

.branch li {
    width: calc(50% - .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: .24rem;
    padding: 0.12rem 0.16rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
}


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

.journal .more-link{ display:block!important; margin-top:0.2rem}

/* 单个卡片样式 */
.journal-card {
    border: 1px solid #e0e0e0;
    background: #fff;
	padding:0.2rem
}

/* 封面图容器 */
.journal-cover {
    flex-shrink: 0;
    width: 2rem;
	margin:0 auto;
}

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

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

/* 标题样式 */
.journal-title {
font-size: 0.26rem;
        font-weight: normal;
        margin: 16px 0;
        line-height: 1.3;
        text-align: center;
}

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

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

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

/* 列表容器 */
.journal-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

/* 每个期刊项：一行4个 */
.journal-item {
    width: 46%;
    text-align: center;
}

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

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

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

.pagination {
    text-align: center;
    margin: .3rem 0;
    font-size: .2rem;
}


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

.derd span {
    order: 2;
    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: 1.1rem;
    line-height: 30px;
    height: 30px;
    border-radius: 4px;
    background: #f4f4f5;
    display: block;
    margin: 0 .3rem;
    font-size: .2rem;
    color: #000;
    display: none;

}

.pagination a.iconfont {
    order: 1;
}

.pagination a.iconfont::after {
    content: '上一页';
    font-size: .2rem;
}

.pagination a:last-child::after {
    content: '下一页';
    order: -1;
    font-size: .2rem;
}

.pagination a:last-child {
    order: 3;
}

.pagination a.iconfont,
.pagination a:last-child {
    display: flex !important;
    justify-content: center;

}

.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 ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    padding: 0.15rem 0;
    text-decoration: none;
}

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

.list-notice ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    font-size: .2rem;
    position: relative;
    padding-left: 0.15rem;
}

.list-notice ul li a p::before {
    content: '';
    width: 0.04rem;
    height: 0.03rem;
    border-radius: 50%;
    border: #002060 solid 1px;
    display: inline-block;
    line-height: 0;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}

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


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

.img-list{ margin-bottom: 0.3rem;}

.img-list li:last-child{ display: none;}

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


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


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

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

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

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

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

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

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

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

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

/* 拼图弹窗内部样式 */
.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;
}

.el-dialog__header,
.el-dialog__footer {
    font-size: initial;
}

.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: .2rem;
    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: .2rem;
    margin-top: 0rem !important;
}

.result-box button {
    margin: 0.3rem 0 !important;
}

.cert-wrap {
    display: flex;
    gap: .3;
    flex-direction: column;
}

.cert-left {
    flex: 1;
    margin-top: 0.3rem !important;
}

.cert-left .item {
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    line-height: 2;
}

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

.cert-right {
    width: 2rem;
    margin: 0 auto;
    border: 1px solid #eee;
    padding: 0.15rem;
    order: -1;
    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;
    width: 100%;
    border-color: #002060;
    margin: 0.2rem 0;
}

.el-form-item {
    margin-bottom: 0.1rem !important;
}

.el-message .el-icon-warning {
    font-size: 0.2rem;
}


/*联系我们*/
.contact-wrap {
    line-height: 2;
    font-size: .2rem;
}

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

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

#map-container {
    border: 1px solid #eee;
    height: 3rem !important;
}

.busBox {
    margin-bottom: 0.2rem;
}

.busBox>h4 {
    margin: 0.2rem 0 0.1rem 0;
    font-size: 0.24rem;
}

.busBox p {
    line-height: 2;
    font-size: 0.2rem;
}


.right {
    box-sizing: border-box;
}

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

/* 文章信息 */
.article-info {
    text-align: center;
    color: #999;
    font-size: .16rem;
    margin-bottom: .3rem;
    padding-bottom: .2rem;
    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 {
    margin: 0 .15rem;
    height: 1.5rem;
    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;
    padding-bottom: 0.2rem;
}

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

.title-bar h3 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: .23rem;
    color: #000;
    display: flex;
    align-items: center;


}

.title-bar a {
    color: #000;
    font-size: .18rem;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.title-bar>a i {
    font-size: .18rem;
}

/* 第一板块：工作动态 + 党支部 */
.party-section1 {
    margin: .15rem auto;
}

.left-work {
    padding: 0 0.15rem;
}

.right-branch {
    padding: .3rem 0.15rem 0 0.15rem;
}


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

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

.swiper-pagination {
    font-size: 0.2rem;
}

.work-swiper p {
    background: rgba(255, 0, 0, .8);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: .2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    padding: 0.2rem;
    padding-bottom: .4rem;
}

/* 党支部简介 */
.branch-info .intro {
    line-height: 1.6;
    color: #333;
    font-size: 0.2rem;
    text-align: justify;
}

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

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

/* 第二板块：党纪党规 + 学习资料 */

.left-rule,
.right-study {
    padding: .15rem;
}

.text-list {
    list-style: none;
    padding: 0;
    font-size: 0.2rem;
}

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

.text-list li a {
    font-size: .2rem;
    order: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.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;
}

/* 第三板块：工会 + 青年 */

.left-union,
.right-youth {
    padding: 0.15rem;
}

/* 图文列表 */
.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: 0.2rem;
    padding: 0.1rem 0;
}

.img-text-list img {
    width: 1.5rem;
    height: 1rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    object-fit: cover;
}

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

.img-text-list h3 {
    line-height: 1.4;
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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: .18rem;
    line-height: 1.6;
}


/*会员中心*/
.member-banner {
    height: 2rem;
    margin: 0 .15rem;
    background: linear-gradient(135deg, #002060 0%, #002060 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.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: .3rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.member-banner p {
    font-size: .18rem;
    opacity: 0.9;
}




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



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

.sidebar-service>div {
    display: flex;
    justify-content: space-between;
    margin: 0 .15rem;
    gap: .15rem;
}

.service-btn {
    display: block;
    padding: 0.15rem 0.2rem;
    background: #002060;
    color: #fff;
    border: none;
    margin: 0 .15rem;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 0.2rem;
    margin-top: 0.3rem;
}


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



.section-title {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: .23rem;
    color: #000;
    display: flex;
    align-items: center;
    margin: 0.2rem 0.15rem;
    margin-top: 0.3rem;
}

.section-title::before {
    width: .03rem;
    height: .2rem;
    margin-right: .1rem;
    background: #002060;
    content: '';
    display: block;
}

.member-content .content-section {
    margin-bottom: 0;
}

.member-sidebar .service-btn {
    padding: 0.15rem 0.15rem !important;
    margin: 0;
}


/* 会员服务模块 */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    gap: 0.2rem;
    padding: 0 0.15rem;
    font-size: 0.2rem;
}

.member-sidebar,
.norm-group {
    border-bottom: #eaeaea solid .15rem;
    padding-bottom: 0.3rem;
}

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


.service-card h3 {
    font-size: 0.22rem;
    color: #002060;
    margin-bottom: 0.1rem;
}

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

.service-card .btn-more {
    color: #002060;
    text-decoration: none;
    font-size: 0.18rem;
    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));
}


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

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

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

.norm-list li a {
    font-size: .2rem;
    order: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

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

/* 会员名录模块 */
.member-directory {
    display: flex;
    flex-direction: column;
    overflow-x: scroll;
    margin: 0 .15rem;
}

.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: max-content;
    border-collapse: collapse;
    border: #eee solid 1px;
    font-size: 0.2rem;
}

.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 {
    padding: 0.2rem 0;
    margin: 0 0.15rem !important;
    overflow: hidden;
    padding-bottom: 0.6rem !important;
}

.content-section {
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: #eaeaea solid .15rem;
}

.content-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.style-swiper .swiper-pagination {
    bottom: 0 !important;
    font-size: 0.5rem;
}

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

.style-card {
    overflow: hidden;
    background: #eee;
    font-size: 0.2rem;
}

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

.style-card .card-info {
    padding: 0.1rem 0.1rem;
}

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

.style-card p {
    font-size: .18rem;
    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: 0 .15rem;
}

.boxCentNotice .img-list {
    overflow: hidden;
}



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

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

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

.noticeul {
    background: #e7ecf2;
    padding: 0.1rem 0.2rem;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}

.noticeul ul li {
    border-bottom: #ddd solid 1px;
    padding: 0.2rem 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 ul li>a span {
    color: #666;
    font-size: .18rem;
    flex-shrink: 0;
    margin-left: .1rem;
}

.noticeul li p {
    font-size: .2rem;
    order: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}


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

.standard-wrap .work-swiper {
    height: 3rem;
    margin: 0 0.15rem;
}

.standard-banner {
    position: relative;
    overflow: hidden;
}

.standard-slide-tit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: .12rem 0.2rem 0.3rem 0.12rem;
    text-align: center;
    font-size: 0.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

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

/* 标准标题栏 */
.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-wrap {
    margin: 0 -0.15rem;
}

.standard-wrap img {
    display: block;
}

.standard-category-row:nth-child(3) {
    border-top: #eaeaea solid .15rem;
}

.standard-notice,
.standard-category-row>div {

    border-bottom: #eaeaea solid .15rem;
    padding: 0 0.15rem 0.2rem 0.15rem;
    margin-top: 0.3rem;
}

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

.standard-list li a::before {
    content: '';
    font-size: 1rem;
    font-weight: bold;
    width: 0.05rem;
    height: 0.05rem;
    background: #002060;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 45%;
}


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

.standard-list a {
    font-size: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    position: relative;
    padding-left: 0.2rem;
}

.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;
    font-size: 0.2rem;
}

/*教育*/
.jyBanner {
    font-size: 0.2rem;
}

.boxCentNotice .party-section3>div {
    padding: 0;
    margin-top: 0.3rem;
}

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

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

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

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

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

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

.card-list li {
    font-size: 0.1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0.2rem;
    padding-left: 0.1rem;
    position: relative;
}

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

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

.card-list li a p {
    font-size: .2rem;
    order: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.card-list li a span {
    color: #666;
    font-size: .18rem;
    flex-shrink: 0;
    margin-left: .1rem;
    order: 2;
}

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

.boxCentNotice .box {
    padding: 0;
    border: none;
    margin-top: 0.2rem;
}


.hfBanner {
    overflow: hidden;

}

.hfBanner a {
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hfBanner img {
    object-fit: cover;
    max-width: initial;
    width: 100%;
    height: 100%;
}

.compet {
    margin-top: 0.2rem;
    overflow: hidden;
}

.zmddiv {
    overflow: hidden;
    height: 2rem;
    gap: .2rem !important;
    margin-right: -0.2rem !important;
}

.zmddiv li {
    width: calc(50% - 0.2rem);
}

.zmddiv li img {
    width: 100%;
}

.article-content *{ max-width:100%!important;}
.share-wrap{ margin-bottom:0.3rem; text-align:center;}
.share-wrap h4{         font-weight: normal;
        font-size: 0.2rem;
        width: 0.4rem;
        overflow: hidden;
        margin: 0 auto;
        white-space: nowrap;        margin-bottom: -0.3rem;}
.share-wrap button{ background:none;border:none;}
.share-wrap button img{ width:0.4rem; margin-right:0.2rem;        cursor: pointer;}

#qrcodeModal{display:none;position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:9999;align-items:center;justify-content:center;}
.qrcode-box{background:#fff;padding:20px;border-radius:10px;text-align:center; width:20%}
.qrcode-box p{ margin:15px 0; font-weight:bold;}
.qrcode-box button{ background:none; border:#ccc solid 1px; padding:10px  25px; margin-top:15px; border-radius:8px; cursor: pointer;}
