@charset "UTF-8";
dd,
dl,
dt,
li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.floating_layer {
    max-width: 127px;
    position: fixed;
    top: 132px;
    right: 3%;
    z-index: 2
}

.floating_layer img {
    width: 100%
}

.banner-box {
    width: 100%
}

.banner-box img {
    width: 100%
}
.banner-box a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 222;
}

.section {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 0;
}

.section {
    max-width: 1140px;
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

@media (max-width: 1200px) {
    .section .books-box .card {
        width: 143px!important;
    }
    .detail .bookList .card {
        width: 143px!important;
    }
}

.col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}

.col-6 .col-sm-4 {
    padding-left: 0;
}

.section .news-list .media p {
    margin-top: 9px;
}

.section .news-list .media .news-img {
    width: 88px;
    height: 65px;
}

.card-img-top {
    width: 105px;
    height: 130px;
}

.section .news-list .media .item {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section .title-box {
    margin-bottom: 25px;
    /* 首页及导读书目页导读书目上边距 */
    margin-top: 0;
}

.section .books-box {
    margin-bottom: 17px;
    padding-top: 22px
}

.section .first-title {
    margin-top: 15px!important;
}

.section .books-box .card {
    /* 调整首页导读书目card大小 */
    margin-bottom: 20px;
    width: 180px;
    /* height: 280px; */
    font-size: 14px;
    border-radius: .71em;
    position: relative;
    border: 3px solid transparent
}
.detail .bookList .card {
    /* 调整首页导读书目card大小 */
    margin-bottom: 20px;
    width: 180px;
    /* height: 280px; */
    font-size: 14px;
    border-radius: .71em;
    position: relative;
    border: 3px solid transparent
}
.detail .bookList {
    width: 19%;
    display: inline-block;
}
.section .books-box .card.active {
    border: 3px solid #1296db
}

.section .books-box .card:hover {
    border-color: #1296db
}

.section .books-box .card .card-body {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}
.detail .bookList .card .card-body {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}
.section .books-box .card .card-img-top {
    max-width: 99px;
    max-height: 131px;
    /* 首页的导读书目标题、作者 同一条水平线上 */
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 14px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative
}
/*导读书目详情页书图片样式*/
.detail .bookList .card .card-img-top {
    max-width: 99px;
    max-height: 131px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 14px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
}
.section .books-box .card .card-img-top img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.section .books-box .card .card-title {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.detail .bookList .card .card-title {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


/* 首页在线阅读按钮样式start */

.section .books-box .card .card-body .btn-read {
    font-size: 10px;
    margin-bottom: 6px;
    padding: 6px 12px;
    cursor: default;
}
.detail .bookList .card .card-body .btn-read {
    font-size: 10px;
    margin-bottom: 6px;
    padding: 6px 12px;
}
.detail .bookList .card .card-body .info-read .btn-read {
    cursor: default;
}
.section .books-box .card .card-body .info-read {
    height: 35px;
    text-align: center;
}
.detail .bookList .card .card-body .info-read {
    height: 35px;
    text-align: center;
}

/* 首页在线阅读按钮样式end */

.section .books-box .card .card-text {
    margin-bottom: 18px;
    font-size: 12px;
    text-align: center;
    color: #666;
    /* 一行显示，多余显示... */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.detail .bookList .card .card-text {
    margin-bottom: 18px;
    font-size: 12px;
    text-align: center;
    color: #666;
    /* 一行显示，多余显示... */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.section .books-box .card .btn {
    padding: .55rem 1rem;
    line-height: 1;
    background-color: #1296db;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 1.07em;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}
.detail .bookList .card .btn {
    padding: .55rem 1rem;
    line-height: 1;
    background-color: #1296db;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 1.07em;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}
.section .books-box .card .tag {
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    background: #e6f7ff;
    font-size: 14px;
    color: #1296db;
    border-radius: .83em;
    text-align: center;
    position: absolute;
    top: -3px;
    right: 12px;
}

.section .books-box .card .icon-new {
    position: absolute;
    top: -15px;
    left: -15px
}


/* 学习中心首页书目加小图标new */

.admin-center .admin-bookrack .bookrack-box dl dd .icon-new {
    display: inline-block;
    width: 30px;
    height: 32px;
    background: url(../images/icon-new.png) center center no-repeat;
    background-size: 100% 100%;
}

.section .books-box .card.no-btn .card-img-top {
    /* 首页导读书目作者对齐 */
    margin-bottom: 10px;
}

.section .class-box {
    padding-top: 17px;
    margin-bottom: 40px
}

.section .class-box .item {
    padding: 0
}

.section .class-box .item dt {
    /* 导读讲堂图片缩放62 */
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62%;
    margin-bottom: 1.43em;
    font-size: 14px;
    border-radius: .71em;
    overflow: hidden;
    /* margin-bottom: 1.43em;
    max-width: 254px;
    max-height: 180px;
    font-size: 14px;
    border-radius: .71em;
    position: relative;
    overflow: hidden */
}

.section .class-box .item dt img {
    /* 导读讲堂图片缩放62 */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: .71em;
    border: 1px solid #ddd;
}

.section .class-box .item dt .mask {
    /*width: 100%;*/
    /*height: 100%;*/
    background-color: rgba(0, 0, 0, .16);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.section .class-box .item dt .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    z-index: 2;
    cursor: pointer
}

.section .class-box .item dt .tag {
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #1296db;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    right: 8px;
    z-index: 2
}

.section .class-box .item .desc {
    line-height: 21px;
    max-width: 270px;
    margin-bottom: 1em;
    padding: 0 .5em;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px
}

.section .class-box .item .desc a {
    color: #333;
    text-decoration: none;
    /* 导读讲堂标题两行显示，超出部分隐藏..显示 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section .class-box .item .lecturer {
    max-width: 270px;
    padding: 0 .57em;
    font-size: 14px;
    color: #999
}

.section .activity-box .row {
    margin-bottom: 40px
}
.section .lft-box .activity-box .tab-content .tab-pane .row {
    margin-bottom: 10px;
}
.nav-tabs {
    border-bottom: 0 solid #fff;
}
/*无数据时显示默认图和提示语start*/
.empty dl {
    margin-top: 40px;
    margin-bottom: 80px;
}
.empty img {
    width: 35%;
}
.empty .nodata-txt {
    color: #666;
    margin-top: 15px;
}
/*无数据时显示默认图和提示语end*/

/* .section .activity-box .item dt {
    margin-bottom: 1.43em;
    max-width: 270px;
    max-height: 180px;
    font-size: 14px;
    border-radius: .71em;
    position: relative;
    overflow: hidden
} */


/* 活动风采等比例缩放62 */

.section .activity-box .item dt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62%;
    margin-bottom: 1.43em;
    font-size: 14px;
    border-radius: .71em;
    overflow: hidden;
}


/* .section .activity-box .item dt img {
    width: 100%;
    height: 100%
} */


/* 活动风采等比例缩放62% */

.section .activity-box .item dt img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: .71em;
    border: 1px solid #ccc;
}
.section .activity-box .item dt img:hover,
.section .class-box .item dt img:hover,
.section .class-box .item dt .mask:hover .section .class-box .item dt img{
    width: 110%;
    height: 110%;
    top: -3px;
    left: -5px;
}

.section .activity-box .item dt .tag {
    display: inline-block;
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #1296db;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    right: 8px;
    z-index: 2
}

.section .activity-box .item .desc {
    max-width: 270px;
    margin-bottom: .625em;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.section .activity-box .item .desc a {
    color: #333;
    text-decoration: none;
    /* 首页活动风采的标题只显示2行，超出隐藏。第二行结尾显示... */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section .activity-box .item .lecturer {
    max-width: 270px;
    font-size: 14px;
    color: #999
}

.section .team-box {
    padding-top: 20px
}

.section .team-box .item {
    margin-bottom: 2.86em;
    font-size: 14px;
    padding: 0
}

.section .team-box .item dt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    margin-bottom: 1.43em;
    font-size: 14px;
    border-radius: .71em;
    overflow: hidden;
    /*max-width: 194px;*/
    /*max-height: 131px;*/
    /*margin-bottom: 1.43em;*/
    /*font-size: 14px;*/
    /*border-radius: .71em;*/
    /*overflow: hidden*/
}

.section .team-box .item dt img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.section .team-box .item .name {
    max-width: 194px;
    margin-bottom: .22em;
    font-size: 14px;
    font-weight: 700;
    color: #333
}

.section .team-box .item .name a {
    color: #333;
    text-decoration: none
}

.section .team-box .item .desc {
    max-width: 194px;
    font-size: 12px;
    color: #666
}

.section .team-box .item .desc a {
    color: #666;
    text-decoration: none;
    /* 领读队伍介绍内容两行显示，超出隐藏..显示 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section .opus-box {
    padding-top: 20px
}

.section .opus-box .item {
    margin-bottom: 4.29em;
    font-size: 14px;
    padding: 0
}

.section .opus-box .item dt {
    /* 图片等比例缩放实验 高度为宽度的70%*/
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    margin-bottom: 1.43em;
    font-size: 14px;
    border-radius: .71em;
    overflow: hidden;
}

.section .opus-box .item dt img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
/*优秀作品没图的时候显示指定图 start*/
.without-img {
    display: block;
    /*height: 120px;*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/without-img.svg");
    background-size: 100%;
}
/*优秀作品没图的时候显示没数据的图 end*/
.section .opus-box .item .name {
    max-width: 194px;
    margin-bottom: .39em;
    font-size: 14px;
    font-weight: 700;
    color: #333
}

.section .opus-box .item .name a {
    color: #333;
    text-decoration: none
}

.section .opus-box .item .desc {
    max-width: 194px;
    margin-bottom: .93em;
    font-size: 14px;
    color: #666
}

.section .opus-box .item .desc a {
    color: #666;
    text-decoration: none
}

.section .opus-box .item .zan {
    max-width: 194px;
    font-size: 14px;
    color: #999!important;
}

.section .opus-box .item .icon-zan {
    margin-right: .57em
}

.section .news-list .media {
    margin-bottom: 15px
}

.section .news-list .media .mr-3 {
    margin-right: 20px!important;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: .71em;
}

.section .news-list .media .mt-0 {
    font-size: 14px;
    color: #333;
    text-decoration: none
}

.section .news-list .media p {
    margin-bottom: 0;
    font-size: 14px;
    color: #999
}

.section .news-list .media:hover .mr-3 {
    border-color: #1296db
}

.section .news-list .media:hover .mt-0 {
    color: #1296db
}

.section .guide-list .item {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666
}

.section .guide-list .item a {
    color: #666;
    text-decoration: none
}

.section .guide-list .item.active,
.section .guide-list .item:hover {
    color: #1296db;
}

.section .guide-list .item.active a,
.section .guide-list .item:hover a {
    color: #1296db
}

.section .lft-box {
    width: 832px;
    /*首页左右模块之间距离*/
    padding-right: 45px;
}

.section .lft-box .nav-tabs .nav-link {
    margin-right: 40px
}

.section .rgt-box {
    margin-top: 50px
}

.section .rgt-box .nav-tabs {
    -ms-flex-pack: justify;
    justify-content: start;
}
.section .rgt-box .nav-tabs .nav-item-two {
    margin-left: 36px;
}
.section .rgt-box .sum {
    margin-bottom: 29px;
    padding: 0 10px 0 0;
    text-align: center
}

.section .rgt-box .sum a {
    text-decoration: none
}

.section .rgt-box .sum dt {
    margin-bottom: 9px;
    font-size: 18px;
    color: #1296db
}

.section .rgt-box .sum dd {
    font-size: 14px;
    font-weight: 700;
    color: #333
}

.section .rgt-box .rgt-banner {
    margin-bottom: 47px
}

.section .rgt-box .rgt-banner img {
    width: 100%;
    /* 首页右侧申请成为志愿者的图片加一个边框 */
    border: 3px solid #ddd;
    border-radius: 10px;
}
.section .rgt-box .rgt-banner img:hover {
    border: 3px solid #1296db;
}
.section .rgt-box .title-box {
    margin-bottom: 22px
}

.section .rgt-box .title-box .title {
    padding-bottom: 5px;
    font-size: 18px
}

.section .rgt-box .title-box .title_en {
    font-size: 14px
}

.section .rgt-box .title-box .more {
    padding-left: 0
}

.section .rgt-box .news-list [class^=col]:last-child {
    margin-bottom: 32px
}
/*首页导读讲堂移动pc显示card个数不同 start*/
/*首页导读讲堂显示三个，最后一个不显示*/
.section .lft-box .class-box .class-card-sum:nth-child(4) {
    display: none;
}
@media screen and (max-width:600px) {
    /*首页导读讲堂  移动端显示四个，最后一个显示*/
    .section .lft-box .class-box .class-card-sum:nth-child(4) {
        display: block;
    }
}
/*首页导读讲堂 移动pc显示card个数不同 end*/

/*首页活动风采 移动pc显示card个数不同 start*/
.section .lft-box .activity-box .item-sum-one:nth-child(4) {
    display: none;
}
.section .lft-box .activity-box .item-sum-two:nth-child(4) {
    display: none;
}
@media screen and (max-width:600px) {
    /*首页导读讲堂  移动端显示四个，最后一个显示*/
    .section .lft-box .activity-box .item-sum-one:nth-child(4) {
        display: block;
    }
    .section .lft-box .activity-box .item-sum-two:nth-child(4) {
        display: block;
    }
}
/*首页活动风采 移动pc显示card个数不同 end*/


@media screen and (max-width:768px) {
    .section .rgt-box .title-box .title {
        font-size: 16px;
        padding-bottom: 3px;
    }
    .section .lft-box {
        padding-right: 0;
        padding-left: 0;
    }
    .section .rgt-box .sum {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    /*移动端导航tab栏一行显示可左右滑动start*/
    .nav {
        flex-flow: row nowrap;
        overflow: auto;
    }
    /*隐藏点击领读队伍列表页移动端tab栏时显示几秒的滚动条*/
    .nav::-webkit-scrollbar {
        display: none;
    }
    .section .class-box {
        padding-top: 0;
    }
    .section .nav-tabs {
        flex-shrink: 0;
        margin-bottom: 0;
    }
    .nav-tabs .nav-link {
        font-size: 14px;
        padding: 5px 10px;
        overflow-x: auto;
    }
    /*移动端导航tab栏一行显示可左右滑动end*/

    .section {
        /*影响搜索页宽度*/
        width: 100%;
        padding: 0;
    }
    .section .title-box {
        margin-bottom: 20px
    }
    .section .books-box {
        padding-top: 0
    }
    .section .books-box .card {
        width: 157px;
        margin: 0 auto;
        margin-bottom: 20px
    }
    .detail .bookList.card {
        width: 157px!important;
        margin: 0 auto!important;
        margin-bottom: 20px!important;
    }
    .section .class-box {
        margin-bottom: 0
    }
    .section .class-box .item {
        margin-bottom: 25px
    }
    .section .class-box .item dt {
        margin-bottom: 10px
    }
    .section .class-box .item dt .tag {
        font-size: 10px
    }
    .section .class-box .item .lecturer {
        font-size: 12px
    }
    .section .activity-box .row {
        margin-bottom: 0
    }
    .section .activity-box .item {
        margin-bottom: 16px
    }
    .section .activity-box .item dt {
        margin-bottom: 10px
    }
    .section .activity-box .item dt .tag {
        font-size: 10px
    }
    .section .activity-box .item .lecturer {
        font-size: 12px
    }
    .section .team-box {
        padding-top: 0
    }
    .section .team-box .item {
        margin-bottom: 35px
    }
    .section .team-box .item dt {
        margin-bottom: 10px
    }
    .section .opus-box {
        padding-top: 0
    }
    .section .opus-box .item {
        margin-bottom: 18px
    }
    .section .opus-box .item dt {
        /* margin-bottom: 7px;
        max-width: 142px;
        max-height: 110px; */
    }
    .section .opus-box .item .name {
        font-size: 14px
    }
    .section .lft-box .nav-tabs .nav-link {
        margin-right: 10px
    }
    .section .rgt-box {
        margin-top: 10px
    }
    .section .rgt-box .nav-tabs {
        margin-left: 20px;
    }
    .section .rgt-box .nav-tabs .nav-item-two {
        margin-left: 56px;
    }
    .section .rgt-box .nav-tabs .nav-link {
        font-size: 20px
    }
    .section .rgt-box .tab-content {
        margin-bottom: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .1)
    }
    .section .rgt-box .rgt-banner {
        margin-bottom: 26px
    }
    .section .rgt-box .title-box {
        margin-bottom: 20px
    }
    .section .rgt-box .news-list .media .mr-3 {
        margin-right: 15px!important
    }
    .section .rgt-box .news-list [class^=col]:last-child {
        margin-bottom: 0
    }
}

.breadcrumb:before {
    content: '您的位置 ： ';
}

.breadcrumb {
    font-size: 14px;
    color: #666;
}


/* 公共分页样式start */
/*上下箭头去掉*/
.section .pagination .form {
    float: left;
    color: #6c757d;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 1rem;
}
.section .pagination .form input::-webkit-outer-spin-button,
.section .pagination .form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.pag-center {
    width: 100%;
    margin: 0 auto;
}
.section .pagination .form .input {
    width: auto;
    height: 27px;
    line-height: 25px;
    color: #6c757d;
    text-align: center;
    padding: 0;
    border-radius: 0;
    border: 1px solid #6c757d;
    outline: none;
}
.section .pagination .form .go-page {
    color: #495057;
    border: 1px solid #ced4da!important;
    outline: none;
    padding: 0px!important;
    height: 30px!important;
    text-align: center;
    width: 50px!important;
    margin-left: 5px;
    margin-bottom: 7px;
    line-height: 31px!important;
}
.pagination .page-size {
    color: #495057;
    border: 1px solid #ced4da!important;
    outline: none;
    padding: 0px!important;
    height: 30px!important;
    text-align: center;
    width: 56px!important;
    margin-left: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 31px!important;
    border-radius: 0;
}
.section .tab-content .tab-pane .row nav {
    display: block;
    width: 100%;
    margin: 0 auto;
}
nav {
    width: 100%;
    margin: 0 auto;
}
.section .pagination {
    padding-top: 75px;
    padding-bottom: 80px;
    margin-top: 0;
    margin-bottom: 0;
}

.section .pagination .page-item,
.section .pagination .last {
    height: 40px;
    width: 40px;
}

.section .pagination .page-item:hover,
.section .pagination .last:hover,
.section .pagination .next:hover,
.section .pagination .page:hover,
.section .pagination .prev:hover {
    background-color: rgba(0, 0, 0, .3);
    cursor: pointer;
    border-radius: 0.25rem;
}

.section .pagination .page-item.active .page-link {
    background-color: #1296DB;
    border-color: #1296DB;
}

.section .pagination .page-item .page-link {
    color: #6c757d;
    height: 40px;
    width: 40px;
    padding: 9px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
}

.section .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #1296DB;
    border-color: #1296DB;
}

.pagination .ellipsis,
.pagination .home,
.pagination .last,
.pagination .next,
.pagination .page,
.pagination .prev {
    margin: 0;
}

.page-link {
    color: #1296DB;
}

.pagination li:last-child .page-link {
    color: #6c757d !important;
    height: 40px;
    margin-left: 0;
}
.pagination .form .text {
    display: inline-block;
    width: auto;
    padding: 5px;
    margin-top: 4px;
    text-align: center;
    color: #6c757d;
    font-size: 16px;
}
.pagination>.text {
    padding: 5px;
    margin-top: 4px;
    color: #6c757d;
}
@media screen and (max-width:768px) {
    .pagination .page-text-hid {
        display: none!important;
    }
    .pagination .page-size{
        display: none!important;
    }
    .section .pagination .form .go-page {
        width: 48px!important;
        height: 24px!important;
        line-height: 25px!important;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .section .pagination .form .input {
        display: inline-block;
        width: auto;
        height: 24px!important;
        margin-top: 0px;
        padding: 0px;
        text-align: center;
        height: 27px;
        border-radius: 0;
        margin-left: 5px;
        margin-right: 5px
    }
    .section .pagination .form .text {
        font-size: 14px;
    }
    .section .pagination .form {
        height: 31px;
        font-size: 13px;
        margin-left: 0!important;
    }
    .detail .media {
        margin-left: 0;
        width: 100%;
    }
    .detail .books-media .author {
        line-height: 23px;
    }
    .detail .bookList {
        width: 48%;
    }
    .section .tab-content .tab-pane .row nav {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .section .pagination {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .section .pagination .page-item,
    .section .pagination .last {
        /*移动端不显示页码*/
        display: none;
        height: 35px;
        width: 32px;
        margin-top: 3px!important;
    }
    /*移动端显示上下一页，首页尾页按钮*/
    .section .pagination .page-item.next,
    .section .pagination .page-item.prev,
    .section .pagination .page-item.first,
    .section .pagination .page-item.last {
        display: block;
    }

    .section .pagination .page-item:hover,
    .section .pagination .last:hover,
    .section .pagination .next:hover,
    .section .pagination .page:hover,
    .section .pagination .prev:hover {
        background-color: rgba(0, 0, 0, .3);
        cursor: pointer;
        border-radius: 0.25rem;
    }

    .section .pagination .page-item .page-link {
        color: #6c757d;
        height: 30px;
        width: 27px;
        line-height: 13px;
        padding: 9px 0;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
    }
    .section .pagination .page-item.active .page-link {
        color: #fff;
        background-color: #1296DB;
        border-color: #1296DB;
    }
    .pagination .ellipsis,
    .pagination .home,
    .pagination .last,
    .pagination .next,
    .pagination .page,
    .pagination .prev {
        margin: 0;
    }
    .page-link {
        color: #1296DB;
    }
    .pagination li:last-child .page-link {
        color: #6c757d !important;
        height: 40px;
        margin-left: 0;
    }
}


/* 公共分页样式end */