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

.jm {
    background: url('../../images/banner/en-lib.jpg') no-repeat;
    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 {
    height: 100px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center
}


/* 面包屑文字 */

.mbx-text p {
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    display: inline-block;
    font-weight: 500;
    padding-top: 10px;
    letter-spacing: 1px;
}


/* 面包屑》》 */

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


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

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


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


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


/* 大盒子 */

.outerbox {
    margin-bottom: 30px;
}


/* 内容盒子 */

.articlebox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


/* 内容盒子 -h1*/

.articlebox h1 {
    align-self: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    margin-top: 20px;
}


/* 内容盒子 h2*/

.articlebox h2 {
    align-self: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 20px;
}


/* 内容盒子 -div*/

.articlebox div {
    font-size: 14px;
    line-height: 36px;
}


/* 内容盒子 - p - 用于图片解释*/

.articlebox p {
    font-size: 14px;
    line-height: 36px;
}


/* 内容图片 */

.articlebox img.img2 {
    width: 500px;
    padding-top: 10px;
}


/* 返回按钮盒子 */

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


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

.fhbutton {
    color: black;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}


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

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


/*---------------------------------------------------------------------- /
大盒子-结束
----------------------------------------------------------------------- */
/* Article hierarchy and responsive selection tables. */
.articlebox { min-width: 0; }
.articlebox h1 { text-align: center; line-height: 1.6; margin-bottom: 24px; }
.articlebox h2 { align-self: stretch; font-size: 18px; font-weight: 700; line-height: 1.6; margin: 30px 0 14px; }
.articlebox h3 { font-size: 16px; font-weight: 600; line-height: 1.6; color: #31575e; margin: 22px 0 10px; padding-left: 10px; border-left: 3px solid #72a6a9; }
.articlebox p, .articlebox li { font-size: 15px; line-height: 2; }
.articlebox li { margin-bottom: 8px; }
.articlebox img { display: block; width: 400px; max-width: 100%; height: auto; align-self: center; margin: 20px auto; }
.articlebox .table-responsive { width: 100%; max-width: 100%; overflow-x: auto; padding: 0; margin: 18px 0; }
.articlebox table { min-width: 720px; font-size: 14px; line-height: 1.7; }
.articlebox th, .articlebox td { padding: 12px; vertical-align: top; }
.articlebox .table-responsive:focus-visible { outline: 2px solid #31575e; outline-offset: 2px; }
.articlebox .fhbox { width: auto; }
