/*
 * Shared styles for synced single pages:
 * 集团简介 / 企业文化 / 发展历程 / 奖项荣誉 / 发展战略
 */

.sync-page-content {
    width: 100%;
}

.sharepage-title {
    display: block !important;
    position: relative;
    z-index: 5;
    text-align: left;
    margin-bottom: 22px;
}

.sharepage-title h6 {
    margin: 0 0 8px;
    color: #ff561d !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;
}

.sync-page-content p,
.sync-page-content li {
    color: #34495e;
    line-height: 1.8;
}

.sync-page-content ul,
.sync-page-content ol {
    padding-left: 1.1rem;
}

.sync-page-content .entry {
    margin-top: 1.5rem;
    margin-bottom: 0;
    /* border: 1px solid #f9f2f2; */
}

.sync-page-content .rounded-1 {
    border-radius: .6rem;
    overflow: hidden;
}

.sync-page-content .shadow1 {
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, .08); */
}

.sync-page-content .border-2 {
    /* border: 1px solid #dbe9f5; */
}

.sync-page-content .keyword_list {
    background: #fff;
    min-height: 350px;
    transition: box-shadow .25s ease;
}

.sync-page-content .keyword_list:hover {
    /* box-shadow: 0 10px 22px rgba(16, 56, 94, .10); */
}

.sync-page-content .bg-overlay {
    position: relative;
    min-height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.sync-page-content .bg-overlay-content {
    position: relative;
    z-index: 2;
    padding: 1.25rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.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 .entry-title h2 {
    font-size: 1.45rem;
    margin: 0 0 .8rem;
    color: #15385b;
}

.sync-page-content .entry-content {
    color: #2f455b;
}

.sync-page-content .entry-content p {
    margin-bottom: .7rem;
}
.keyword_list .num {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-top: 15px;
    border-top: 3px solid #228be6;
    color: #228be6;
    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: .rem;
    font-weight: 600;
    letter-spacing: .03em;
    color: #228be6;
}

.sync-page-content .widget-wrap {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: .6rem;
}

.sync-page-content .vtl .event {
    padding: .65rem 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: 600;
}

.sync-page-content blockquote.wp-block-quote {
    margin: 1rem 0;
    padding: .75rem 1rem;
    border-left: 4px solid #3ea7ff;
    background: #f1f8ff;
}

.sync-page-content blockquote.wp-block-quote p {
    margin: 0;
    color: #15385b;
    font-weight: 600;
}

@media (max-width: 991px) {
    .sharepage-title h1 {
        font-size: 30px;
    }

    .sync-page-content .entry {
        margin-top: 1rem;
    }
}
.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%);
	/* FF3.6+ */
	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)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */
}
