/* Shared styles for synced single pages: 集团简介 / 企业文化 / 发展历程 / 奖项荣誉 / 发展战略 */

:root {
    --sync-blue: #1a76d1;
    --sync-blue-deep: #0e4f97;
    --sync-gold: #ffb347;
    --sync-text: #20324a;
    --sync-muted: #5d728b;
    --sync-border: #dce7f2;
    --sync-soft: #f4f8fd;
}

.sync-page-content {
    width: 100%;
    color: var(--sync-text);
    font-size: 16px;
    line-height: 1.95;
    letter-spacing: 0;
}

.sharepage-title {
    display: block !important;
    position: relative;
    z-index: 5;
    text-align: left;
    margin-bottom: 22px;
}

.sharepage-title h6 {
    margin: 0 0 8px;
    color: var(--sync-gold) !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sharepage-title h1 {
    margin: 0;
    font-size: 38px;
    line-height: 1.25;
    color: #0b0b31 !important;
    font-weight: 800;
}

.sync-page-content img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}

.sync-page-content p,
.sync-page-content li {
    color: var(--sync-text);
    line-height: 1.95;
}

.sync-page-content p {
    margin: 0 0 1rem;
}

.sync-page-content h2,
.sync-page-content h3,
.sync-page-content h4,
.sync-page-content h5,
.sync-page-content h6 {
    margin: 1.5rem 0 .9rem;
    color: #133a63;
    font-weight: 800;
    line-height: 1.3;
}

.sync-page-content h2 {
    font-size: 30px;
}

.sync-page-content h3 {
    font-size: 24px;
}

.sync-page-content h4 {
    font-size: 20px;
}

.sync-page-content h5 {
    font-size: 18px;
}

.sync-page-content ul,
.sync-page-content ol {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.sync-page-content li + li {
    margin-top: .35rem;
}

.sync-page-content a {
    color: var(--sync-blue);
    text-decoration: none;
}

.sync-page-content a:hover {
    color: var(--sync-blue-deep);
}

.sync-page-content .entry,
.sync-page-content .entry-content,
.sync-page-content .page-content,
.sync-page-content .page-contents {
    margin-top: 0;
    margin-bottom: 0;
}

.sync-page-content .entry-title h2 {
    margin: 0 0 .8rem;
    font-size: 1.45rem;
    color: #15385b;
}

.sync-page-content .entry-content p {
    margin-bottom: .7rem;
}

.sync-page-content .keyword_list,
.sync-page-content .widget-wrap {
    background: #fff;
    border: 1px solid var(--sync-border);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(18, 58, 102, .06);
}

.sync-page-content .keyword_list {
    min-height: 350px;
    transition: transform .2s ease, box-shadow .2s ease;
    position: relative;
    overflow: hidden;
}

.sync-page-content .keyword_list:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(18, 58, 102, .10);
}

.sync-page-content .bg-overlay {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.sync-page-content .bg-overlay-content {
    position: relative;
    z-index: 2;
    padding: 1.25rem;
}

.sync-page-content .bg-overlay-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.sync-page-content .num {
    color: var(--sync-blue);
}

.keyword_list .num {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-top: 15px;
    border-top: 3px solid var(--sync-blue);
    color: var(--sync-blue);
    font-size: 1.6rem;
    font-family: "Times New Roman";
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 10;
    opacity: 0.7;
    letter-spacing: 1px;
}

.sync-page-content .num small {
    display: inline-block;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .03em;
    color: var(--sync-blue);
}

.sync-page-content .vtl .event {
    padding: .85rem 0;
    border-bottom: 1px dashed #e6edf4;
}

.sync-page-content .vtl .event:last-child {
    border-bottom: 0;
}

.sync-page-content .vtl .date {
    color: #15385b;
    font-weight: 700;
}

.sync-page-content blockquote,
.sync-page-content blockquote.wp-block-quote {
    margin: 1.1rem 0;
    padding: 1rem 1.2rem;
    border-left: 4px solid var(--sync-blue);
    background: #f5f9ff;
    border-radius: 0 14px 14px 0;
}

.sync-page-content blockquote p,
.sync-page-content blockquote.wp-block-quote p {
    margin: 0;
    color: #15385b;
    font-weight: 600;
}

.sync-page-content table {
    width: 100%;
    margin: 1.1rem 0;
    border-collapse: collapse;
    background: #fff;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(18, 58, 102, .06);
}

.sync-page-content th,
.sync-page-content td {
    padding: .9rem 1rem;
    border: 1px solid var(--sync-border);
    vertical-align: top;
}

.sync-page-content th {
    background: #f3f8ff;
    color: #12375d;
    font-weight: 700;
}

.fw-700 {
    font-weight: 700 !important;
}

.fs-24px {
    font-size: 24px !important;
}

.d-flex.flex-sm-row.flex-column {
    justify-content: center;
}

.bg-overlay,
.bg-overlay-bg,
.bg-overlay-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.bg-overlay [data-hover-animate]:not(.animated) {
	opacity: 0;
}

.bg-overlay {
	z-index: 5;
}

.bg-overlay-content {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	padding: 20px;
}

.bg-overlay-bg {
	background-color: rgba(255, 255, 255, 0.85);
}

.dark .bg-overlay-bg,
.bg-overlay-bg.dark {
	background-color: rgba(0, 0, 0, 0.5);
}

.text-overlay-mask {
	opacity: 0.85;
	top: auto;
	bottom: 0;
	height: auto;
	padding: 40px 15px 15px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

@media (max-width: 991px) {
    .sharepage-title h1 {
        font-size: 30px;
    }

    .sync-page-content {
        font-size: 15px;
    }

    .sync-page-content h2 {
        font-size: 26px;
    }

    .sync-page-content h3 {
        font-size: 22px;
    }

    .sync-page-content .entry {
        margin-top: 1rem;
    }
}

@media (max-width: 575px) {
    .sync-page-content {
        font-size: 14px;
        line-height: 1.85;
    }

    .sync-page-content h2 {
        font-size: 22px;
    }

    .sync-page-content h3 {
        font-size: 19px;
    }

    .sync-page-content h4,
    .sync-page-content h5 {
        font-size: 17px;
    }

    .sync-page-content p,
    .sync-page-content li {
        line-height: 1.85;
    }

    .sync-page-content blockquote,
    .sync-page-content blockquote.wp-block-quote {
        padding: .85rem 1rem;
    }

    .sync-page-content th,
    .sync-page-content td {
        padding: .75rem .8rem;
        font-size: 14px;
    }
}

/* 企业文化页：前三块一行，第四块整行；去掉前四块内部圆角框和背景色 */
.sync-page-content {
    display: block;
    width: 100%;
}

.sync-page-content > * {
    box-sizing: border-box;
    margin-bottom: 24px;
    padding: 24px 20px;
    border: 1px solid var(--sync-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

/* 前四块内部去圆角、去底色 */
.sync-page-content > *:nth-child(-n+4) .bg-overlay,
.sync-page-content > *:nth-child(-n+4) .bg-overlay-content,
.sync-page-content > *:nth-child(-n+4) .bg-overlay-bg {
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.sync-page-content > *:nth-child(-n+4) .bg-overlay-bg {
    background-image: none !important;
}

/* 隐藏前四块英文标题 */
.sync-page-content > *:nth-child(-n+4) .num,
.sync-page-content > *:nth-child(-n+4) .num small {
    display: none !important;
}

/* 去掉前四块内部圆角边框和背景色 */
.sync-page-content > *:nth-child(-n+4) .grid-inner.keyword_list,
.sync-page-content > *:nth-child(-n+4) .keyword_list {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.sync-page-content > *:nth-child(-n+4) h2 {
    margin: 0 0 .85rem;
    font-size: 24px;
    line-height: 1.3;
}

@media (min-width: 992px) {
    .sync-page-content {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    .sync-page-content > *:nth-child(-n+3) {
        flex: 1 1 calc((100% - 48px) / 3);
        min-width: 0;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sync-page-content > *:nth-child(4) {
        flex: 1 1 100%;
        margin-top: 0;
    }

    .sync-page-content > *:nth-child(n+5) {
        flex: 1 1 100%;
    }
}

@media (max-width: 991px) {
    .sync-page-content {
        display: block;
    }

    .sync-page-content > * {
        margin-bottom: 16px;
        padding: 18px 14px;
    }

    .sync-page-content > *:nth-child(-n+4) h2 {
        font-size: 24px;
    }
}

/* 发展历程页：强制单列，并去掉最前面的序号 */
.sync-page-content > .col-md-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.sync-page-content .feature-box .fbox-icon,
.sync-page-content .feature-box .fbox-icon a,
.sync-page-content .feature-box .fbox-icon em {
    display: none !important;
}

.sync-page-content .feature-box .fbox-content {
    padding-left: 0 !important;
}

/* 发展历程页：去掉圆角框 */
.sync-page-content > .col-md-4.wow,
.sync-page-content .feature-box-border-vertical,
.sync-page-content .feature-box.fbox-border,
.sync-page-content .feature-box .fbox-icon.bg-white {
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.sync-page-content .feature-box.fbox-border {
    border: 0 !important;
}

/* 发展历程页：去掉所有边框（含外层方框） */
.sync-page-content > .col-12:empty,
.sync-page-content > .col-md-4.wow,
.sync-page-content > .col-md-4.wow > .row,
.sync-page-content > .col-md-4.wow .feature-box,
.sync-page-content > .col-md-4.wow .fbox-content,
.sync-page-content > .col-md-4.wow .fbox-icon,
.sync-page-content > .col-md-4.wow .fbox-icon.bg-white {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    outline: 0 !important;
}

.sync-page-content > .col-md-4.wow {
    padding: 0 !important;
}

/* 发展历程页：压缩每列内容块前后的大空白（原my-5过大） */
.sync-page-content > .col-md-4.wow .row.feature-box-border-vertical.my-5 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.sync-page-content .my-5 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

/* 奖项荣誉页：三列（全宽度生效），去掉所有边框和底色 */
.sync-page-content > .col-xl-4.wow {
    width: calc((100% - 48px) / 3) !important;
    max-width: calc((100% - 48px) / 3) !important;
    flex: 0 0 calc((100% - 48px) / 3) !important;
}

.sync-page-content > .col-xl-4.wow,
.sync-page-content > .col-xl-4.wow .widget-wrap,
.sync-page-content > .col-xl-4.wow .vtl,
.sync-page-content > .col-xl-4.wow .event {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    outline: 0 !important;
}

.sync-page-content > .col-xl-4.wow {
    padding: 0 !important;
    margin-bottom: 20px;
}

/* 发展战略/集团简介：保持单列（不使用三列） */
.sync-page-content > .col-xl-12,
.sync-page-content > p {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
    margin: 0 0 1.1rem !important;
    padding: 0 !important;
}

.sync-page-content > p:last-child {
    margin-bottom: 0 !important;
}

/* 发展战略/集团简介：去掉同步版块内容边框和底色 */
.sync-page-content > .col-xl-12,
.sync-page-content > .col-xl-12 .entry-content,
.sync-page-content > p {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    outline: 0 !important;
}

/* 集团简介页：同步内容按连续正文显示，不分块 */
.sync-page-content.sync-page-content-plain {
    display: block !important;
    gap: 0 !important;
}

.sync-page-content.sync-page-content-plain > * {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
    margin: 0 0 1rem !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    outline: 0 !important;
}

.sync-page-content.sync-page-content-plain > *:last-child {
    margin-bottom: 0 !important;
}

/* 集团简介当前结构兜底：直接段落不做分块卡片，仅保留正常段间距 */
.news-text.sync-page-content > p {
    margin: 0 0 1.1rem !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    outline: 0 !important;
}

.news-text.sync-page-content > p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .sync-page-content > .col-xl-4.wow {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}
