/*---------------------------------------------------------------------- /
巨幕设置-开始
----------------------------------------------------------------------- */

.jm {
    background: url('../images/banner/en-lib.jpg') no-repeat center center;
    position: relative;
    background-size: cover;
    height: 600px
}


/* 巨幕响应式 */


/* PC端 */

@media screen and (max-width:1680px) {
    .jm {
        height: 525px
    }
}

@media screen and (max-width:1440px) {
    .jm {
        height: 450px
    }
}

@media screen and (max-width:1280px) {
    .jm {
        height: 400px
    }
}


/* 巨幕响应式-IPAD */

@media screen and (max-width: 1279px) {
    .jm {
        margin-top: -30px;
        height: 300px;
    }
}

@media screen and (max-width: 810px) {
    .jm {
        margin-top: 0px;
        height: 260px;
    }
}


/* 移动端 */

@media screen and (max-width:580px) {
    .jm {
        background-size: contain;
        background: url('../images/banner/h5/en-lib-iphone.jpg') no-repeat;
        background-position: left;
        height: 200px;
        display: block
    }
}


/*---------------------------------------------------------------------- /
巨幕设置-开始
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
面包屑-开始
----------------------------------------------------------------------- */


/* 面包屑 */

.mbx-row {
    min-height: 86px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 42px;
    display: flex;
    flex-direction: row;
    align-items: center
}


/* 面包屑-p文本 */

.mbx-text p {
    font-size: 14px;
    font-style: normal;
    display: inline-block;
    font-weight: 600;
    color: #666;
    padding-top: 8px
}


/* 面包屑》》 */

.mbx-text p::after {
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #999
}

.mbx-text p:last-child {
    color: #111;
    font-weight: 700;
}


/* 面包屑》最后一个 */

.mbx-text p:last-child::after {
    display: none
}


/* 响应式布局 */

@media screen and (max-width:580px) {
    .mbx-text p {
        font-size: 13px;
        line-height: 24px;
    }
    .mbx-row {
        margin-bottom: 24px;
        padding: 12px 0;
    }
}


/*---------------------------------------------------------------------- /
面包屑-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
大盒子-开始
----------------------------------------------------------------------- */


/* 大盒子 */

.outerbox {
    margin-bottom: 70px;
}


/* 内容盒子 */

.articlebox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 880px;
    color: #242424;
    background: #fff;
}


/* 内容盒子 -h1*/

.articlebox h1 {
    align-self: center;
    font-size: 30px;
    line-height: 44px;
    font-weight: 800;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 30px;
    letter-spacing: 0;
}


/* 内容盒子 h2*/

.articlebox h2 {
    align-self: stretch;
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    margin-top: 34px;
    margin-bottom: 12px;
    padding-left: 14px;
    border-left: 4px solid #0f8a5f;
    color: #12372a;
}


/* 内容盒子 -div h3*/

.articlebox h3 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #24483b;
}


/* 内容盒子 -div*/

.articlebox div {
    font-size: 16px;
    line-height: 34px;
    /* margin-top: 20px; */
    padding-left: 1px;
}

.articlebox p {
    font-size: 16px;
    line-height: 34px;
    padding-left: 1px;
    margin-bottom: 12px;
    color: #333;
}

.articlebox table {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}

.image-placeholder {
    min-height: 240px;
    border: 1px dashed #9ab8ad;
    background: linear-gradient(135deg, #f7fbf9 0%, #edf5f1 100%);
    color: #668075;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 22px 0 28px;
    border-radius: 6px;
    font-size: 15px;
    letter-spacing: 0;
}

.articlebox .author-card {
    align-self: flex-start;
    display: inline-flex;
    width: auto;
    max-width: 100%;
    margin: 8px 0 4px;
    padding: 14px 18px;
    border: 1px solid #d7e6df;
    border-left: 4px solid #0f8a5f;
    border-radius: 6px;
    background: #f7fbf9;
    color: #24483b;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
}


/* 返回按钮盒子 */

.fhbox {
    width: 200px;
    display: flex;
    min-height: 36px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}


/* 返回按钮盒子-按钮-超链接 */

.fhbutton {
    color: #12372a;
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
}

.fhbutton:hover {
    color: #0f8a5f;
}


/* 返回按钮盒子-按钮-icon */

.fhbox .icon-tiaozhuan5 {
    font-size: 25px;
    line-height: 20px;
}

@media screen and (max-width:580px) {
    .outerbox {
        margin-bottom: 44px;
    }
    .articlebox h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 24px;
    }
    .articlebox h2 {
        font-size: 16px;
        line-height: 28px;
        margin-top: 28px;
    }
    .articlebox h3 {
        font-size: 15px;
    }
    .articlebox p,
    .articlebox div {
        font-size: 15px;
        line-height: 31px;
    }
    .image-placeholder {
        min-height: 180px;
        margin: 18px 0 22px;
    }
    .articlebox .author-card {
        width: 100%;
        padding: 12px 14px;
        font-size: 14px;
        line-height: 24px;
    }
}


/*---------------------------------------------------------------------- /
大盒子-结束
----------------------------------------------------------------------- */