/*---------------------------------------------------------------------- /
巨幕-开始
----------------------------------------------------------------------- */

.jm {
    background: url('../images/banner/lib.jpg') no-repeat;
    background-size: cover;
    height: 600px;
}


/* 巨幕响应式-电脑端响应式 */

@media screen and (max-width:1680px) {
    .jm {
        height: 525px;
    }
}

@media screen and (max-width:1440px) {
    .jm {
        height: 450px;
    }
}


/* 巨幕响应式-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:810px) {
    .jm {
        height: 260px;
    }
}

@media screen and (max-width:580px) {
    .jm {
        height: 260px;
        /* background-position: left; */
        background-position: right;
    }
}


/*---------------------------------------------------------------------- /
巨幕-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
面包屑-开始
----------------------------------------------------------------------- */

.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: 15px;
    font-style: normal;
    display: inline-block;
    font-weight: 800;
    padding-top: 10px;
    letter-spacing: 1px;
}

.mbx-text h1 {
    font-size: 15px;
    font-style: normal;
    display: inline-block;
    font-weight: 800;
    padding-top: 10px;
    letter-spacing: 1px;
}


/* 左边距 */


/* 下划线 */

.mbx-text p::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: black;
}


/* 取消最后一个 》符号 */

.mbx-text p:last-child::after {
    /* this is the separator between items */
    display: none;
}


/*---------------------------------------------------------------------- /
面包屑-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
主页-开始
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
文献部分
----------------------------------------------------------------------- */


/* 大盒子 */

.lib-box-doc {
    margin-bottom: 30px;
    margin-top: 30px;
}


/* 导航栏盒子 */

.lib-box-dh {
    font-weight: 600;
    border: 1px solid #E9E9E9;
    background-color: #FBF8F9;
}


/* 导航栏盒子-标题 */

.lib-box-dh .lib-box-title {
    height: 80px;
    border-bottom: 1px solid #E9E9E9;
    letter-spacing: 1.5px;
    padding-top: 25px;
    position: relative;
    padding-left: 25px;
}


/* 导航栏盒子-标题-子標題 */

.lib-box-dh .lib-box-line {
    height: 40px;
    font-size: 13px;
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
}


/* 导航栏盒子-标题-子標題-超鏈接 */

.lib-box-dh .lib-box-line a {
    color: black;
    text-decoration: none;
}


/* 响应式导航栏标题 */

@media screen and (max-width:1610px) {
    .lib-box-dh .lib-box-title {
        padding-left: 5px;
    }
    .lib-box-dh .lib-box-line {
        font-size: 12px;
        padding-left: 5px;
    }
}


/* @media screen and (max-width:1280px) {
    .lib-box-dh .lib-box-line {
        font-size: 10px;
        padding-left: 15px;
    }
} */


/* 内容部分 */

.lib-content {
    height: 1600px;
    border: 1px solid #E9E9E9;
    position: relative;
    background-color: #FBF8F9;
}


/* 内容部分-盒子 */

.lib-content .lib-inner-content {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
    letter-spacing: 1px;
}


/* 内容部分-盒子-显示控制 */

.lib-inner-display {
    display: block !important;
}


/* FLEX  内容布局*/

.lib-content-box-img-flex {
    display: flex;
    flex-direction: row;
}

.lib-content-box-img-flex>div.part-1 {
    flex: 1;
}

.lib-content-box-img-flex>div.part-2 {
    flex: 1;
}

.lib-content-box-img-flex>div.part-3 {
    flex: 3;
    align-self: center;
    margin-top: 75px;
}


/* 内容部分标题-h4 */

.lib-inner-content h4 {
    font-size: 28px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 60px;
    padding-top: 50px;
}


/* 内容部分标题-h5 */

.lib-inner-content h5 {
    font-size: 26px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 60px;
    padding-top: 50px;
}


/* 内容部分标题-h6 */

.lib-inner-content .lib-content-box h6 {
    padding-left: 60px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-top: 10px;
}


/* 内容部分标题-文本 */

.lib-inner-content .lib-content-box p {
    padding-left: 60px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 60px;
}


/* 内容部分-p-icon */

.lib-inner-content .lib-content-box p i {
    padding-right: 5px;
}


/* 内容部分-p-图片 */

.lib-inner-content .lib-content-box img {
    padding-left: 60px;
}


/* 表格 */

.lib-content-box .table {
    margin-left: 60px;
}


/* 表格 - 表头*/

.lib-content-box .table th {
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
}


/* 表格 - 表行*/

.lib-content-box .table tr {
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}


/* list ul*/

.lib-content-box ul {
    margin-top: -10px;
    padding-left: 60px;
}


/* list ul-li列表*/

.lib-content-box ul li {
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    margin-top: 2px;
}

.icon-liebiao {
    padding-top: 3px !important;
    color: black;
    font-size: 20px !important;
}


/* 图片栏 */

.img-box {
    margin: 20px 0px;
}


/* 图片栏-H5标题*/

.img-box .img-1 h5 {
    padding-left: 50px;
    font-size: 18px;
    font-weight: 600;
}

.img-box-flex {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 20px 0px;
}


/* 位移px */

.mr-60 {
    margin-left: 60px;
}

.mt-f30 {
    margin-top: -40px;
}


/* 响应式布局 */

@media screen and (max-width:1680px) {
    .img-box .img-1 h5 {
        font-size: 20px;
    }
}

@media screen and (max-width:1440px) {
    .col-pic {
        display: none;
    }
}


/*---------------------------------------------------------------------- /
主页-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
返回顶部-开始
----------------------------------------------------------------------- */


/* 返回頂部 */


/* 返回頂部-盒子大小 */

.sliber_tip {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #458A5B;
    right: 160px;
    /* right: 0px; */
    top: 77px;
    display: none;
    z-index: 999;
}


/* 返回頂部-盒子大小-icon */

.sliber_tip i {
    position: absolute;
    font-size: 43px;
    color: white;
    left: 3.5px;
    top: -6px;
}


/* 返回頂部-盒子大小-hover */

.sliber_tip:hover {
    cursor: pointer;
}


/* 响应式布局 */

@media screen and (max-width:1680px) {
    /* 返回栏 */
    .sliber_tip {
        right: 0px;
    }
}


/*---------------------------------------------------------------------- /
返回顶部-开始
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
手机端配置-开始
----------------------------------------------------------------------- */

.sjd {
    display: none;
    height: 600px;
}

.sjd>.title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.5px;
    text-align: center;
    height: 50px;
    color: #35AD54;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    /* 返回栏 */
    .lib-box-doc {
        display: none;
    }
    .sjd {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 810px) {
    /* 手机端 */
    .sjd {
        display: block;
    }
}


/*---------------------------------------------------------------------- /
手机端配置-结束
----------------------------------------------------------------------- */