@charset "UTF-8";
.breadcrumb-box {
    max-width: 1250px
}

.breadcrumb-box .breadcrumb {
    margin: 32px 0 32px 0
}

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

.section .title {
    line-height: 28px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #1a96db;
    text-align: center
}

.section .desc {
    line-height: 28px;
    margin-bottom: 28px;
    font-size: 16px;
    color: #a6a6a6;
    text-align: center
}

.section .list-box .item {
    margin-bottom: 28px
}

.section .list-box .item dt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    margin-bottom: 1.43em;
    font-size: 14px;
    border-radius: .71em;
    overflow: hidden;
    /*margin-bottom: 17px;*/
    /*border: 1px solid #c6c6c6;*/
    /*width: 255px;*/
    /*height: 185px;*/
    /*border-radius: 20px;*/
    /*-webkit-border-radius: 20px;*/
    /*-moz-border-radius: 20px;*/
    /*-ms-border-radius: 20px;*/
    /*-o-border-radius: 20px;*/
    /*overflow: hidden*/
}

.section .list-box .item dt 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 .list-box .item dt.no-bdr {
    border-color: transparent
}

.section .list-box .item .name {
    padding-left: 10px;
    line-height: 28px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333
}

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

.section .list-box .item .addr {
    padding-left: 10px;
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #999
}

.section .list-box .item .addr a {
    color: #999;
    text-decoration: none
}

.section .list-box .item .collect {
    padding-left: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-size: 16px;
    color: #999
}

.section .list-box .item .collect [class^=icon] {
    margin-right: 8px
}

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

.breadcrumb-detail {
    max-width: 1170px;
    padding: 0 16px
}

.breadcrumb-detail .breadcrumb {
    padding-bottom: 18px;
    margin: 27px 0 35px 0;
    border-bottom: 1px solid #c6c6c6
}

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

.detail .title {
    margin-bottom: 16px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 700;
    color: #448ab1
}

.detail .desc {
    margin-bottom: 35px;
    font-size: 16px;
    color: #333
}

.detail .desc .stu {
    display: inline-block;
    margin-right: 30px
}

.detail .collect {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    text-align: right
}

.detail .collect .count {
    display: inline-block;
    width: 42px;
    height: 37px;
    text-align: center;
    color: #e36769
}

.detail .content {
    text-align: center;
    margin-bottom: 60px
}

.detail .content img {
    /*max-width: 515px;*/
    cursor: pointer
}

.detail .comment {
    position: relative;
    position: relative;
    display: block;
    width: 100%;
    height: 126px;
    border: 4px solid #eee;
    padding: 30px 0 0 0;
    margin-bottom: 60px
}

.detail .comment textarea {
    line-height: 20px;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 18px;
    color: #333;
    padding: 0;
    padding-left: 10px;
    outline: none;
}

.detail .comment textarea:active,
.detail .comment textarea:focus,
.detail .comment textarea:focus-visible {
    border: none;
    outline: 0
}

.detail .comment textarea::-webkit-scrollbar {
    width: 5px
}

.detail .comment textarea::-webkit-scrollbar-thumb {
    background: #1296db;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.detail .comment textarea::-webkit-scrollbar-track {
    background: 0 0
}

.detail .comment .comment-btn {
    display: inline-block;
    padding: 6px 35px;
    background: #1296db;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: default;
    outline: 0;
    position: absolute;
    top: -22px;
    left: 30px
}

.wrap .container .detail .content .pimg {
    width: 65% !important;
}

.detail .comment .comment-btn:hover {
    text-decoration: none
}

.modal {
    -ms-flex-align: center;
    align-items: center
}

.modal.show {
    display: -ms-flexbox !important;
    display: flex !important
}

.modal .modal-dialog {
    max-width: 890px;
    max-height: 652px
}

.modal .modal-content {
    border: none;
    /*background: 0 0*/
}

.modal .modal-body {
    border: 10px solid #fff;
    padding: 0;
    border-radius: 10px
}

.modal .modal-body img {
    width: 100%
}

.modal .modal-body .close {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: -45px;
    right: -40px;
    text-shadow: none;
    opacity: 1;
    cursor: pointer
}

/*书友圈作业图片放大弹窗中关闭按钮start  + 优秀作品详情页图片放大弹窗里的关闭按钮*/
.admin-content .admin-book-circle .book-circle-box .book-circle-boxs .book-circle-con #outerdiv #innerdiv .innerclose,
.innerclose {
    position: absolute;
    top: -35px;
    right: -29px;
    z-index: 4;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/*书友圈作业图片放大弹窗中关闭按钮end*/

@media screen and (max-width: 1024px) {
    .modal .modal-body .close {
        right: 50%;
        top: 50px;
        margin-right: -16px
    }
}

@media screen and (max-width: 768px) {
    .wrap .section {
        margin-top: 24px;
    }

    /*优秀作品详情页移动端主内容上边距*/
    .wrap .container {
        margin-top: -17px;
    }

    .wrap .container .detail .collect .icon-collect-red-big {
        width: 19px;
        height: 18px;
    }

    .wrap .detail .collect {
        font-size: 12px;
        margin-left: -66px;
        margin-top: 5px;
    }

    .banner-box {
        display: none
    }

    .breadcrumb-box {
        display: none
    }

    .section .title {
        font-size: 18px;
        margin-bottom: 5px
    }

    .section .desc {
        font-size: 12px
    }

    .section .list-box {
        padding: 0 20px
    }

    .section .list-box .item {
        margin-bottom: 20px
    }

    .section .list-box .item dt {
        /*max-width: 179px;*/
        /*max-height: 146px;*/
        /*margin-bottom: 12px*/
        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;
    }

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

    .detail {
        padding: 0 20px
    }

    .detail .title {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 5px;
        color: #333;
    }

    .detail .desc {
        margin-bottom: 18px;
        font-size: 12px;
        color: #a6a6a6;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .detail .collect .icon-collect-red-big {
        width: 22px;
        height: 20px
    }

    .detail .collect .count {
        width: 22px;
        height: 20px;
        font-size: 12px
    }

    .detail .content {
        margin-bottom: 38px
    }

    .detail .content img {
        max-width: 100%;
        width: 100%
    }

    .detail .comment {
        margin-bottom: 40px;
        padding: 20px 0 20px 0;
        height: auto;
    }

    .detail .comment .comment-btn {
        padding: 3px 26px;
        font-size: 14px;
        top: -16px;
        left: 20px
    }
}

/*优秀作品样式调整start*/
.wrap .detail .collect .icon-collect-red-big {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: -20px;
}

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

/*优秀作品样式调整end*/

.time_line_comment {
    position: relative;
    position: relative;
    display: block;
    width: 90%;
    height: 126px;
    border: 4px solid #eee;
    padding: 30px 0 0 0;
    margin-bottom: 60px;
    margin-top: 50px;
}

.time_line_comment .comment-btn {
    display: inline-block;
    padding: 6px 35px;
    background: #1296db;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: default;
    outline: 0;
    position: absolute;
    top: -22px;
    left: 30px;
}

.time_line_comment textarea {
    line-height: 20px;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 18px;
    color: #333;
    padding: 0;
    padding-left: 0px;
    padding-left: 10px;
    outline: none;
}
