/*---------------------------------------------------------------------- /
巨幕-开始
----------------------------------------------------------------------- */
.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;
    }
}

@media screen and (max-width:1280px) {
    .jm {
        height: 400px;
    }
}

@media screen and (max-width:1080px) {
    .jm {
        height: 300px;
    }
}

@media screen and (max-width:820px) {
    .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 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;
    letter-spacing: 1.5px;
    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;
    ;
    padding-top: 25px;
    position: relative;
    padding-left: 25px;
}

.lib-box-dh .lib-box-line {
    height: 37px;
    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: 15px;
    }

    .lib-box-dh .lib-box-line {
        font-size: 12px;
        padding-left: 15px;
    }
}

@media screen and (max-width:1490px) {
    .lib-box-dh .lib-box-line {
        font-size: 11px;
        padding-left: 15px;
    }
}

@media screen and (max-width:1280px) {
    .lib-box-dh .lib-box-line {
        font-size: 10px;
        padding-left: 15px;
    }
}

/* 内容部分 */
.lib-content {
    height: 1500px;
    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;
}

.lib-box-line:hover {
    cursor: pointer;
    color: red !important;
}

.lib-box-line a:hover {
    color: red !important;
}

.lib-inner-display {
    display: block !important;
}

.lib-inner-content {
    letter-spacing: 1px;
}

.lib-content-box-img {
    margin: 20px 0px;
}

/* 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;
}

.lib-inner-content h4 {
    font-size: 28px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 60px;
    padding-top: 50px;
}

.lib-inner-content h5 {
    font-size: 26px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 60px;
    padding-top: 50px;
}

.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;
}

.lib-inner-content .lib-content-box p i {
    padding-right: 5px;
}

/* 表格 */
.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 */
.lib-content-box ul {
    margin-top: -10px;
    padding-left: 60px;
}

.lib-content-box ul li {
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    margin-top: 2px;
}

.lib-inner-content .lib-content-box img {
    padding-left: 60px;
}

.icon-liebiao {
    padding-top: 3px !important;
    color: black;
    font-size: 20px !important;
}

/* 图片栏 */
.img-box {
    margin: 20px 0px;
}

.img-box .img-1 h5 {
    padding-left: 50px;
    font-size: 28px;
    font-weight: 600;
}

.img-box-flex {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 20px 0px;
}

/* 位移px */
.pt-10 {
    padding-top: 10px;
}

.mt-20 {
    margin-top: 30px;
}

.mr-60 {
    margin-left: 60px;
}

.mt-f30 {
    margin-top: -40px;
}

/* table 大小 */
.table-size-928 {
    width: 928px;
}

/* 响应式布局 */
@media screen and (max-width:1680px) {
    .img-box .img-1 h5 {
        font-size: 20px;
    }
}

@media screen and (max-width:1490px) {
    .col-pic {
        display: none;
    }

    .table-size-928 {
        width: 850px;
    }
}

@media screen and (max-width:1280px) {
    .img-box .img-1 h5 {
        font-size: 18px;
    }
}

/* 返回頂部 */
.sliber_tip {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #458A5B;
    right: 160px;
    /* right: 0px; */
    top: 77px;
    display: none;
    z-index: 999;
}

.sliber_tip i {
    position: absolute;
    font-size: 43px;
    color: white;
    left: 3.5px;
    top: -6px;
}

.sliber_tip:hover {
    cursor: pointer;
}

/* 响应式布局 */
@media screen and (max-width:1680px) {

    /* 返回栏 */
    .sliber_tip {
        right: 140px;
    }
}

@media screen and (max-width:1610px) {

    /* 返回栏 */
    .sliber_tip {
        right: 0px;
    }
}

@media screen and (max-width:1280px) {

    .lib-box-dh .lib-box-title {
        font-size: 13px;
    }
}

@media screen and (max-width: 1028px) {

    /* 返回栏 */
    .lib-box-doc {
        display: none;
    }

    .sjd {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 820px) {

    /* 手机端 */
    .sjd {
        display: block;
    }
}

/* 手机端配置 */
.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;
}

/*---------------------------------------------------------------------- /
主页-结束
----------------------------------------------------------------------- */