/*---------------------------------------------------------------------- /
巨幕设置-开始
----------------------------------------------------------------------- */

.jm {
    background: url('../images/banner/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/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
}


/* 面包屑p */

.mbx-text p {
    font-size: 15px;
    font-style: normal;
    display: inline-block;
    font-weight: 800;
    padding-top: 8px
}


/* 面包屑h1 */

.mbx-text h1 {
    font-size: 15px;
    display: inline-block;
    font-weight: 800
}


/* 面包屑》》 */

.mbx-text p::after {
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: black
}


/* 面包屑》 最后一个取消 */

.mbx-text p:last-child::after {
    display: none
}


/* 面包屑-响应式布局 */


/* 响应式布局 */

@media screen and (max-width:580px) {
    .mbx-text p {
        font-size: 13px;
    }
    .mbx-text h1 {
        font-size: 13px;
    }
}


/*---------------------------------------------------------------------- /
面包屑-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
新闻页面-开始
----------------------------------------------------------------------- */


/* 新闻页面盒子 */

.newbox {
    display: flex;
    justify-content: center;
    flex-direction: row;
}


/* 新闻页面盒子-图片 */

.newsbox-img {
    position: relative;
    height: auto;
}


/* 新闻页面盒子-图片-banner */

.newsbox-img .newboxbanner {
    height: 35px;
    width: 120px;
    background-color: #28aa4a;
    position: absolute;
    bottom: 15px;
    left: 12px;
    border-radius: 0px 8px 8px 0;
}


/* 新闻页面盒子-图片-banner-h3日期 */

.newsbox-img .newboxbanner h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    color: white;
    /* 居中 */
    padding-top: 2px;
}


/* 新闻页面盒子-内容-h4 */

.newsbox-word h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 25px;
    padding-bottom: 5px;
}


/* 新闻页面盒子-内容-p */

.newsbox-word p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2px;
    padding-top: 5px;
}


/* 新闻页面盒子-向上边距 */

.new-mt-40 {
    margin-top: 40px;
}


/* 新闻页面盒子-向下边距 */

.mb-new-20 {
    margin-bottom: 20px;
}


/*---------------------------------------------------------------------- /
新闻页面-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
分页语句-结束
----------------------------------------------------------------------- */


/* 分页语句 */


/* 分页语句 - 超链接*/

.page-item a {
    color: black;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}


/* 分页语句 - 超链接 - 左边距*/

.pagination>li:nth-child(2) {
    margin-left: 10px;
}


/* 分页语句 - 超链接 - hover*/

.page-item a:hover {
    color: black;
}


/*---------------------------------------------------------------------- /
分页语句-结束
----------------------------------------------------------------------- */