body {
    font-size: 18px;
    /*background-color: #F8F8F8;*/
}

.j-container {
    width: 100%;
    background: url("../images/inv.jingjinji.container.png") no-repeat center / cover;
    display: flex;
    justify-content: center;
    padding: 36px 0;
}

.j-container-areas {
    display: flex;
    width: 1200px;
    align-items: center;
    flex-wrap: wrap;
}

.j-container-left {
    width: 66%;
    background-color: rgba(255, 255, 255, 0.5)

}

.j-container-left p {
    margin-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 29px;
    text-align: justify;
}

.j-container-right {
    width: 34%;
    padding-left: 30px;
}

.j-container-r {
    display: flex;
    height: 195px;
    align-items: center;
    color: #1e397a;
}
.j-container-r img {
    vertical-align: bottom;
}
.j-container-text-box {
    margin-left: 16px;
}
.j-r-number {
    text-align: center;
}
.j-r-number .span-num {
    font-size: 42px;
    font-weight: bold;
    display: inline-block;
    margin: 0 12px;
}

.j-r-desc {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.swiper-area {
    margin-top: 40px;
    padding-top: 40px;
    height: 360px;
    position: relative; /* 解决左右前头位置异常 */
    overflow: hidden;
}

.img-title {
    width: 100%;
    height: 80px;
    line-height: 26px;
    margin-top: 10px;
    text-align: left;
    font-size: 18px;
}

.container-s {
    display: flex;
    flex-direction: column;
}


.content-area {
    width: 100%;
    line-height: 30px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

.title {
    font-size: 32px;
    position: relative;
    margin-bottom: 1em;
}

.title::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 6px;
    bottom: -15px;
    background-color: #f56200; /* 设置颜色 */
}

.c-area-d {
    width: 1200px;
}

.content {
    margin: 20px auto;
    line-height: 34px;
    text-align: justify;
}
.swiper-slide>.img-temp-active {
    position: absolute;
    width: 105%;
    height: 265px;
    top: -25px;
}

.container-s.masked::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffffbb;
    /* 确保伪元素在容器内容之上 */
    z-index: 1;
}

.active .img-title::before  {
    content: "";
    position: absolute;
    bottom: 0; /* 将伪元素定位到底部 */
    left: 0; /* 将伪元素定位到左侧 */
    width: 120px; /* 设置宽度为2px */
    height: 6px; /* 高度与div高度一致 */
    background-color: #f56200; /* 设置颜色 */
}

@media (max-width: 768px) {
    .j-container-left {
        width: 100%;
        padding: 0 1em;
    }
    .j-container-left p {
        padding: 0;
    }
    .j-container-right {
        width: 100%;
        padding: 0 15px;
    }
    .swiper-area {
        height: auto;
    }
    .swiper-wrapper {
        flex-wrap: wrap;
    }
    .swiper-content {
        padding: 1em;
    }
    .img-title {
        height: auto;
    }
    .c-area-d {
        width: 100%;
    }
    .title {
        font-size: 24px;
        text-align: initial;
    }
    .c-area-d {
        text-align: justify;
        line-height: 28px;
    }
}
