body {
    background: #EAEAEA;
}

.bg-novel {
    background: #26272b;
}

.novel-base {
    width: 1440px;
    margin: 0 auto;
}
.novel-header {
    display: flex;
}

.nav-cate {
    display: flex;
}
.nav-cate a {
    color: rgba(255,255,255,.7);
    margin-right: 20px;
    transition-duration: .2s;
    transition-timing-function: ease;
    font-size: 14px;
}
.nav-cate a:last-child {
    margin-right: 0;
}
.nav-cate a:hover {
    color: #fff;
}

.bg-33363 {
    background: #33363b;
}
.pc-header-search {
    width: 300px;
    height: 36px;
    border-radius: 5px;
    text-indent: 10px;
    font-size: 14px;
    line-height: 36px;
    margin: 9px 0 0 30px;
    display: flex;
    background: #26272b;
}

.pc-header-search input {
    padding: 0 10px;
    font-size: 12px;
}
.pc-header-search input, .pc-header-search button {
    background-color: #efeff4;
}
.pc-header-search button i {
    font-size: 13px !important;
    vertical-align: 1px;
}
.word-banner {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
}

.word-banner h1 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -.5px;
    float: left;
    line-height: 60px;
    padding: 10px 0;
}
.word-banner h1 a {
    display: block;
    color: #fff;
    max-width: 100%;
}

.word-banner:before, .word-banner:after {
    content: "";
    display: table;
    clear: both;
}

.site-description {
    font-size: 16px;
    font-style: italic;
    color: #fff;
    color: rgba(255,255,255,.5);
    float: left;
    margin-left: 20px;
    line-height: 60px;
    padding: 10px 0;
}


.list-party {
    display: flex;
}
.list-party .party-left {
    width: 20%;
    background: #F0F0F0;
    padding: 30px 20px;
}
.list-party .party-right {
    width: 80%;
    background: #FFFFFF;
    position: relative;
}
.list-party h3 {
    margin-bottom: 10px;
}

.cate-list {
    display: flex;
    flex-direction: column;
}

.cate-list a {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #bbb;
}
.cate-list a i {
    margin-right: 10px;
}
.cloud-tags {
    padding: 30px 0;
}
.cloud-tags a {
    color: #777;
}
.cate-list a:hover,.cloud-tags a:hover {
    color: #000000;
}

.cate-name {
    padding: 20px 20px 0 20px;
    font-size: 25px;
}


.data-list {
    display: flex;
    flex-wrap: wrap;
}
.data-list .row {
    width: 33.3%;
    padding: 20px;
}
.data-list .row .l-tag {
    margin-bottom: 10px;
    height: 20px;
    overflow: hidden;
}
.data-list .row .l-tag a {
    font-size: 13px;
    color: #0a6aa1;
}
.data-list .row .l-tag a:hover {
    color: #000000;
}
.data-list .row h2 {
    margin-bottom: 10px;
    font-size: 22px;
    overflow: hidden;
    height: 30px;
}
.data-list .row h2 a:hover {
    color: #0a6aa1;
}
.data-list .row .content {
    font-size: 14px;
    color: #aaa;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    text-indent: 2em;
}

.content-box {
    padding: 20px;
}
.content-box h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.tag-p {
    text-align: center;
    margin: 10px 0;
}
.tag-p a {
    color: #0a6aa1;
}
.tag-p a:hover {
    color: #000000;
}
.time-p {
    text-align: center;
    margin-top: 30px;
}


.content-desc {
    padding: 20px;
    color: #888;
    border-radius: 5px;
    background-color: #f6f6f6;
    margin-top: 30px;
}
.content-content {
    padding: 20px;
    margin-top: 30px;
}
.content-content p {
    margin-bottom: 20px;
    line-height: 1.8em;
}

.parts {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.parts a {
    width: 33.3%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 10px;
}
.parts a:hover {
    color: red;
}
.parts a i {
    margin-right: 10px;
}

.relation {
    width: 100%;
    margin-top: 200px;
}
.relation h2 {
    text-align: left;
    font-size: 25px;
    margin-bottom: 10px;
}

.relation-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.relation-list a {
    width: 50%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 20px;
    margin-bottom: 10px;
    color: #0a6aa1;
}
.relation-list a:hover {
    color: #000000;
}

.part-limit {
    display: flex;
}
.part-limit a {
    width: 49%;
    text-align: center;
    background: #F0F0F0;
    padding: 10px 0;
    margin-right: 2%;
}
.part-limit a:last-child {
    margin-right: 0;
}
.part-limit a:hover {
    opacity: 0.8;
}

.no-limit {
    height: 500px;
    line-height: 500px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.user-headimg {
    color: #fff;
}

@media (max-width: 1440px) {
    .novel-base {
        width: 1200px;
    }
    .pc-header-search {
        width: 200px;
    }
}


/********小于1200px的时候**********/
@media (max-width: 1200px) {
    .novel-base {
        width: auto;
    }
    .to-home {
        margin-right: 10px;
    }
    .search-title {
        margin-top: 10px !important;
        margin-left: 10px !important;
    }
    .collect {
        width: auto !important;
        font-size: 14px !important;
    }
    .menu .two-type .row {
        flex-wrap: wrap;
    }
    .menu .two-type .row a {
        width: 33%;
    }
    .word-banner {
        padding: 0;
    }
    .site-description {
        text-align: center;
        float: unset;
    }
    .list-party .party-right {
        width: 100%;
    }
    .cate-name {
        padding: 10px;
    }
    .data-list .row {
        width: 100%;
        padding: 10px;
    }
    .data-list .row h2 {
        height: auto;
    }
    .no-limit {
        height: 100px;
        line-height: 100px;
    }
    .time-p {
        margin-top: 20px;
    }
    .relation {
        margin-top: 20px;
    }
    .parts {
        padding: 20px 0 20px 0;
    }
    .parts a {
        width: 50%;
    }
    .relation-list {
        margin-bottom: 0;
    }
    .content-content {
        padding: 0;
    }
    .data-list .row .content {
        height: 80px;
    }
    .content-box {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAQAAABLCVATAAAAAXNSR0IArs4c6QAAAWlJREFUeNqlloFtwzAMBFU0PxF34k5eoUtktBZVnBysixEEUWBD+idpUnrTGXNkhPvt18awXZjKyE5BE5ix8sw6IEQHfKA1kZoMF5ZNnndqy1k2vae+wTAjMBPIp+sY3QJP1JADaXtvFjv4LR1TFKA5GD4suFSQcGEhjPWRn2+zKpRLT0hBwSo3lRerdpScpbMQCgZS2cH4tHQwerJVPIQjUVBH9wFTPOMgxnRwObhWLLkKlpaJA8TnpDxBwEv1r8Uo+ImegDVX4DBXKKWt3mQnZRRMlxZ7vfxDra6j0vD8vKUtKvJ79Pt1X9W6XxZNTvphhYxcGEjneWncGVH3pM2kAs6Qlq4XDIus4x2qDKieYEsz0nTAYd96MelYZEEgElZxnJtEa4mefZpr7hHGsLLmS2uDVgPGEUadgBxwrn3zwRwGhkU2NVqy6fUEbRs1CruoCM5zlPaIIL6/biLs0edft/d7IfjhT9gfL6wnSxDYPyIAAAAASUVORK5CYII=);
        background-attachment: scroll;
        background-color: #F0ECE3;
    }
    .part-limit a {
        background: #fff;
    }
    .content-content p {
        font-size: 15px !important;
    }
}
