/* 社会教育体验厅 */
.basic-introduction {
    padding: 30px; line-height: 2;
    margin-bottom: 50px;
    position: relative;
}

.basic-introduction .caption {
    color: var(--font-white);
    background-color: var(--font-brown);
    position: absolute;
    top: -40px; left: 50px;
    font-family: "font", system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
    padding: 5px 30px;
    font-size: 26px;
}

.social-education-content-title {
    margin-bottom: 30px;
    position: relative;
    width: max-content;
    line-height: 1.5;
}

.social-education-content-title::after {
    content: "";
    position: absolute;
    bottom: -5px; right: 0;
    width: 1.8em; height: 4px;
    background-color: var(--font-brown);
}

.social-education-border-left {
    border-left: 1px solid var(--font-brown);
}

.social-education-content .common-component-content-text {
    padding-top: 0; padding-bottom: 0;
}

.social-education-content .common-component-content-text p:last-child {
    margin-bottom: 0;
}

.social-education-content .social-education-content-title:not(:first-of-type) {
    margin-top: 60px;
}

/* 教育品牌 */
.social-education-brand-list .row > div + div { margin-top: 50px; }

.social-education-brand-item {
    position: relative;
    display: block;
}

.social-education-brand-title {
    position: absolute;
    left: 0; bottom: 0; width: 100%;
    font-size: 36px; padding: 30px 50px;
    color: var(--font-white);
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social-education-brand-title .title {
    flex: 1; position: relative;
    padding-right: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.social-education-brand-title .title::before,
.social-education-brand-title .title::after {
    content: ""; position: absolute;
    background-color: var(--font-white);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-education-brand-title .title::before {
    right: 200px;
    width: 8px; height: 8px;
    border-radius: 50%;
}

.social-education-brand-title .title::after {
    position: static;
    margin-left: 50px;
    height: 1px; flex: 1;
}

.social-education-brand-title .more {
    font-size: 20px;
    padding: 8px 30px;
    border-radius: 10em;
    border: 1px solid var(--font-white);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
}

/* 培训基地 */
.training-base-list .training-base-item:nth-child(n + 3) {
    margin-top: 30px;
}
.training-base-list .training-base-item-link {
    display: block; position: relative; overflow: hidden;
}
.training-base-item-content {
    padding: 20px 30px; font-size: 26px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0; bottom: 0; right: 0;
    color: var(--font-white);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.training-base-item-link:hover .training-base-item-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.training-base-item-content .more {
    flex-shrink: 0;
    font-size: 20px; padding: 8px 20px;
    border: 1px solid var(--font-white);
	border-radius: 10em;
}

/* 基地概况 */
.base-overview-box {
    padding: 30px;
    margin: 20px 0 0;
}
.base-overview-image p,
.base-overview-image img {
    height: 100%;
    -o-object-fit: cover;
    -o-object-position: center;
    object-fit: cover;
    object-position: center;
}

.infrastructure-intro,
.base-overview-font {
    line-height: 1.75;
    font-size: 20px;
    color: var(--font-brown);
    -ms-word-break: break-all;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
	max-height: calc(9em * 1.75);
}

/* 宣讲团 */
.common-components-social-education-item {
    position: relative;
}

.common-components-social-education-item .common-component-box-cover-half {
    padding-bottom: 178.86%;
}

.common-components-social-education-font {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    color: var(--font-white);
    font-size: 26px; font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: 2px; text-align: center;
}

.common-components-social-education-font .arrow {
    opacity: 0; visibility: hidden;
    margin: 35px 0; height: 35px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.common-components-social-education-item.active .arrow {
    opacity: 1; visibility: visible;
}

.social-education-intro {
    position: relative;
    padding: 50px 30px 30px;
    margin: 80px 0 50px;
}

.social-education-intro .intro-caption {
    position: absolute; top: 0; left: 30px;
    background-color: var(--font-brown);
    padding: 10px 30px; font-size: 24px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
    color: var(--font-white);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* 联系方式 */
.social-education-contact { margin-top: 50px; padding: 30px; }

/* 动态 */
.brand-dynamic-list-wrap {
    background-image: url(../images/social-education/社教-教育品牌-中国历史文化宣讲团-动态-1.png);
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}
.brand-dynamic-list { margin: 50px 0; }
.brand-dynamic-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 2; padding-left: 35px;
    background-image: url(../images/social-education/社教-教育品牌-中国历史文化宣讲团-动态-2.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px dashed var(--font-white);
    padding-bottom: 20px;
    padding-top: 20px;
}
.brand-dynamic-item, .brand-dynamic-item:hover {
    color: var(--font-white);
}
.brand-dynamic-item .brand-dynamic-item-left {
    width: calc(100% - 300px);
}
.brand-dynamic-item-left .caption { font-size: 21px; }
.brand-dynamic-item-left .desc { opacity: .7; }

@media (max-width: 1399px) {
    .base-overview-font { font-size: 18px; }
}

@media (max-width: 1199px) {
    .social-education-brand-title {
        font-size: 30px;
    }

    .social-education-brand-title .title::after {
        margin-left: 50px;
    }

    .social-education-brand-title .more,
    .training-base-item-content .more { font-size: 16px; }

    .training-base-item-content { font-size: 22px; }
    .training-base-item-content .more { padding: 5px 20px; }

    .training-base-item-content {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .common-components-social-education-font { font-size: 22px; }

    .common-components-social-education-font .arrow { height: 28px; margin: 30px 0; }

    .brand-dynamic-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .basic-introduction { margin-top: 50px; }

    .social-education-brand-title {
        padding: 20px 30px;
        font-size: 26px;
    }

    .social-education-brand-title .more { padding: 5px 20px; }

    .social-education-brand-title .title { padding-right: 50px; }

    .social-education-brand-title .title::before { right: 50px; }

    .social-education-brand-list .row > div + div { margin-top: 30px; }

    .training-base-item-content { font-size: 20px; padding: 20px; }
    .training-base-item-content .more { font-size: 14px; padding: 5px 20px; }

    .base-overview-font { margin-top: 30px; }
    .base-overview-font, .infrastructure-intro,
    .brand-dynamic-item-left .desc,
    .brand-dynamic-item-right { font-size: 16px; }

    .social-education-intro .intro-caption { font-size: 22px; }
    .common-components-social-education-font { font-size: 20px; }
    .common-components-social-education-font .arrow { height: 23px; margin: 20px 0; }

    .brand-dynamic-item-left .caption { font-size: 18px; }

    .brand-dynamic-item .brand-dynamic-item-left { width: calc(100% - 150px); }
}

@media (max-width: 767px) {
    :root {
        --minimum-size: 16px;
    }

    .social-education-events-list .common-component-line-thumbnail-description-box {
        border-width: 0px 1px 1px 1px;
    }

    .social-education-border-left {
        border-left: 0;
    }

    .basic-introduction .caption {
        top: -25px; padding: 0px 30px;
        font-size: 22px;
    }

    .social-education-brand-title .title::after,
    .social-education-brand-title .title::before { content: none; }

    .social-education-brand-title .title {
        padding-right: 0;
    }

    .social-education-brand-title { padding: 10px 20px; font-size: 22px; }

    .social-education-brand-title .more { padding: 5px 15px; font-size: 14px; }

    .training-base-list .training-base-item:nth-child(n + 2) {
        margin-top: 30px;
    }

    .social-education-intro .intro-caption { font-size: 20px; }
    .common-components-social-education-font {
        font-size: 16px;
    }
    .common-components-social-education-font .arrow { height: 20px; }
    .social-education-intro { padding: 30px 15px 15px; }
    .social-education-contact { padding: 15px; margin-top: 30px; }

    .brand-dynamic-item .brand-dynamic-item-left { width: calc(100% - 100px); }
	
	.brand-dynamic-item-left .caption { font-size: 16px; }
    .base-overview-font, .infrastructure-intro,
    .brand-dynamic-item-left .desc,
    .brand-dynamic-item-right { font-size: 14px; }
	.brand-dynamic-list {
        margin: 30px 0;
    }
}

@media (max-width: 576px) {
    .social-education-brand-title,
    .training-base-item-content { font-size: 18px; padding: 10px 15px; }

    .social-education-brand-title .more,
    .training-base-item-content .more { font-size: 14px; padding: 3px 10px; }

    .base-overview-box { padding: 15px; }

    .common-components-social-education-item + .common-components-social-education-item {
        margin-top: 15px;
    }
    .common-components-social-education-item .common-component-box-cover-half {
        padding-bottom: 30%;
    }
	.common-components-social-education-font .arrow {
        display: none;
        opacity: 1;
        visibility: visible;
    } 
    .common-components-social-education-item.active .arrow {
        display: block;
    }
    .common-components-social-education-font {
        font-size: 16px;
		height: 100%;
        display: flex;
		flex-direction: column;
        align-items: center;
		justify-content: center;
    }
    .common-components-social-education-font .arrow {
        height: 18px; margin: 8px 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
