.mod-main {
    width: 100%;
    margin-right: 0
}

.curBook-tit {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.curBook-tit a {
    font-size: 14px;
    line-height: 24px;
    color: #7E7CFB;
    position: absolute;
    top: 5px;
    right: 0;
}

.curBook-tit h1 {
    max-width: 586px;
    font-size: 22px;
    line-height: 24px;
    color: #7E7CFB;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.catalog-list dd {
    float: left;
    width: 50%;
    border-bottom: 1px dotted #e4e4e4;
}

.catalog-chapter {
    width: 100%;
    height: 34px;
    padding: 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
}

.catalog-chapter a {
    position: relative;
    display: inline-block;
    max-width: 183px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.catalog-time {
    margin-left: 8px;
    color: #999;
    vertical-align: middle;
}

.mod-Booklist{
    width: 50%;
    margin-left:0;
    box-sizing: border-box;
}

.list-tit{
    background: none;
}

.mod-list-details{
    height: 60px;
}

.mod-page {
    padding: 15px 0 0;
    text-align: center;
    height: 30px;
    zoom: normal;
    font-size: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mod-page a,
.mod-page span {
    display: inline-block;
    min-width: 33px;
    _width: 33px;
    height: 28px;
    margin: 0 5px;
    border: 1px solid #e3e3e3;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #333;
    line-height: 27px;
    font-size: 14px;
    vertical-align: middle
}

.mod-page a:hover {
    background: #f3f3f3;
    color: #333;
    text-decoration: none
}

.mod-page .active span,.mod-page .active a {
    background: #8484D0;
    border: 1px solid #8484D0;
    color: #fff;
    cursor: default;
    pointer-events: none;
}

.mod-page a.a1,
.mod-page .noPage {
    width: 58px
}

.mod-page .noPage {
    color: #999;
    cursor: default
}

@media (min-width:1024px) {
    
    .mod-list-con{
        width: 49.33%;
        display: inline-block;
    }
    
    .mod-list-tit {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #CONTENTADS{
        width: 50%;
        float: right;
        clear: none;
        margin-top: 50px;
    }

    .column-list.mod-Booklist{
        width: 100%;
    }

    .column-list.mod-Booklist .mod-list-con{
        width: 24.33%;
        display: inline-block;
    }
    
    .fr-booklist{
        float: right;
    }

    #MIDDLEADS{
        width: 50%;
        float: left;
        clear: none;
        margin-top: 50px;
    }
}

@media (max-width:1024px){
    .mod-Booklist{
        width: 100%;
    }

    .mod-wrapper {
        min-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .lit-nav {
        height: auto;
    }

    .mod-con {
        width: 100%;
    }

    .lit-logo {
        width: 110px;
        font-size: 25px;
        margin-top: 10px;
    }
    .searchBox{
        margin-top: 10px;
    }

    .lit-nav .mod-con .fr.pr{
        position: absolute;
        right: 15px;
    }

    .nav-con{
        width: 100%;
        margin-top: 10px;
    }

    .nav-list{
        margin-left: 0;
    }

    .nav-list li{
        margin-left: 15px;
    }

    .nav-list li:nth-of-type(n+7){
        display: none;
    }

    .nav-list li:nth-of-type(1){
        margin-left: 0;
    }

    .nav-list li a{
        font-size: 15px;
        line-height: 30px;
    }

    .nav-list li.selected a:after{
        bottom: -5px;
    }

    .catalog-chapter a{
        max-width: calc(100% - 45px);
    }

    .mod-page{
        height: auto;
    }

    .mod-page a, .mod-page span{
        margin: 2px 5px;
    }
}