@charset "UTF-8";
.section {
    max-width: 1194px;
    margin: 0 auto
}

.section .nav-tabs {
    margin-bottom: 30px
}

.section .nav-item {
    margin-right: 0;
}

.section .item {
    max-width: 265px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.section .item a {
    text-decoration: none
}

.section .item .avatar {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    margin-bottom: 1.43em;
    font-size: 14px;
    border-radius: .71em;
    overflow: hidden;
    /*margin: 0 auto;*/
    /*margin-bottom: 20px;*/
    /*max-width: 230px;*/
    /*max-height: 215px;*/
    /*border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*-ms-border-radius: 10px;*/
    /*-o-border-radius: 10px;*/
    /*overflow: hidden*/
}

.section .item .avatar img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.section .item .name {
    line-height: 27px;
    font-size: 18px;
    color: #333;
    text-align: center
}

.section .item .info {
    line-height: 19px;
    font-size: 14px;
    color: #999;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section nav {
    /* 领读队伍列表页分页居中 */
    display: block;
    width: 100%;
    margin: 0 auto;
}

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

.pagination .ellipsis a,
.pagination .home a,
.pagination .last a,
.pagination .next a,
.pagination .page a,
.pagination .prev a {
    color: #6c757d!important;
}

.section .pagination {
    margin: 30px 0 60px 0
}

.breadcrumb-detail {
    padding: 0 16px
}

.breadcrumb-detail .breadcrumb {
    margin: 27px 0 38px 0
}

.detail {
    max-width: 1194px;
    margin: 0 auto;
    padding: 0 16px
}

.detail .media {
    margin-bottom: 45px;
    margin-left: 2px;
}

.detail .media .mr-3 {
    max-width: 211px;
    max-height: 176px;
    margin-right: 40px!important;
    padding-left: 0;
    padding-right: 0;
    border-radius: .71em;
}

.detail .media .mt-0 {
    margin-bottom: 16px;
    line-height: 37px;
    color: #333
}

.detail .media .mt-0 a {
    color: #333;
    text-decoration: none
}

.detail .media .academic-title {
    margin-bottom: 10px;
    line-height: 27px;
    font-size: 1rem;
    color: #666
}

.detail .media .academic-title a {
    color: #666;
    text-decoration: none
}

.detail .media .desc {
    line-height: 27px;
    margin-bottom: 0;
    font-size: 1rem;
    color: #666;
    text-align: justify
}

.detail .media .desc a {
    color: #666;
    text-decoration: none
}

.detail .title-box {
    margin-bottom: 26px;
    width: 100%;
}

.detail .books_list,
.detail .video_list {
    margin-bottom: 30px
}

.detail .books_list .item,
.detail .video_list .item {
    line-height: 27px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333
}

.detail .books_list .item a,
.detail .video_list .item a {
    color: #333;
    text-decoration: none
}

.detail .books_list .item:hover,
.detail .video_list .item:hover {
    color: #1296db
}

.detail .books_list .item:hover a,
.detail .video_list .item:hover a {
    color: #1296db
}

.detail .books_list .item:last-child,
.detail .video_list .item:last-child {
    margin-bottom: 0
}


/**************列表无数据***************/
.nodata-img {
    width: 45%;
}
/**************列表无数据***************/


/**********导读书目************/
.bookList{
    width: 11%;
}
.bookList .card {
    width: 130px;
    /* height: 280px; */
    font-size: 14px;
    border-radius: .71em;
    position: relative;
    border: 3px solid transparent;
}

.bookList .card .card-img-top img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.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;
}

.bookList .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;
}
/**********导读书目************/
/*相关视频start*/
@media screen and (max-width: 768px) {
    .detail .class-box .item dt .tag {
        font-size: 10px!important;
    }
    .detail .title-box {
        margin-bottom: 25px!important;
    }
}
.detail .class-box .item dt img:hover,
.detail .class-box .item dt .mask:hover .section .class-box .item dt img{
    width: 110%;
    height: 110%;
    top: -3px;
    left: -5px;
}
.detail .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;
}
.detail .class-box .item dt .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    z-index: 2;
    cursor: pointer;
}
.icon-play {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../images/icon-play@2x.png) center center no-repeat;
    background-size: 100% 100%;
}
.detail .class-box {
    margin-bottom: 40px;
}
.detail .title-box {
    margin-bottom: 50px;
    margin-top: 0;
}
.detail .class-box .item .desc {
    line-height: 21px;
    max-width: 270px;
    margin-bottom: 1em;
    padding: 0 .5em;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.detail .class-box .item .desc a {
    color: #333;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.detail .class-box .item {
    padding: 0;
    margin-bottom: 30px;
}
.detail .class-box .item dt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62%;
    margin-bottom: 1.43em;
    font-size: 14px;
    border-radius: .71em;
    overflow: hidden;
}
.detail .class-box .item dt img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.without-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*相关视频end*/
@media screen and (max-width:1200px) {
    .section .item {
        margin-right: 30px;
    }
}

@media screen and (max-width:768px) {
    .section .nav-item {
        margin-right: 0;
    }
    .banner-box {
        display: none
    }
    .breadcrumb-box {
        display: none
    }
    .section .nav-tabs {
        margin-bottom: 20px!important;
        padding: 0;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow-x: auto
    }
    .section .nav-tabs::-webkit-scrollbar {
        display: none
    }
    .section .nav-tabs .nav-item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px
    }
    .section .tab-content {
        padding: 0 20px
    }
    .section .item {
        max-width: 186px;
        margin-left: 25px;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .section .item .name {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 19px;
        text-align: left;
        max-width: 160px;
        margin: 0 auto;
    }
    .section .item .info {
        text-align: left;
        font-size: 12px;
        line-height: 20px;
        max-width: 160px;
        margin: 0 auto;
    }
    .section .pagination {
        margin: 26px 0 30px 0
    }
    /* 领读队伍分页样式 */
    .section .row #w3 .pagination .page-item .page-link {
        color: #6c757d !important;
    }
    .section .row #w3 .pagination .page-item.active .page-link {
        color: #fff!important;
    }
    .detail {
        padding: 0
    }
    .detail .media {
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 0;
    }
    .detail .media .mr-3 {
        max-width: 188px;
        max-height: 158px;
        margin: 0 auto 20px!important
    }
    .detail .media .mt-0 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        margin-bottom: 10px
    }
    .detail .media .academic-title {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 18px
    }
    .detail .media .desc {
        font-size: 14px;
        line-height: 20px
    }
    .detail .title-box {
        padding: 0 20px
    }
    .detail .books_list,
    .detail .video_list {
        padding: 0 20px
    }
    .detail .books_list .item,
    .detail .video_list .item {
        line-height: 20px;
        margin-bottom: 15px;
        font-size: 16px
    }
    .detail .books_list .item a,
    .detail .video_list .item a {
        display: inline-block;
        width: 100%;
        height: 100%
    }
}