/*儿童文学首页,主题榜 签约榜 月榜 主收藏榜 相关*/
.leftNovelList {width: 482px;height: 320px;margin-right: 10px;}
.rightNovelList {width: 482px;height: 320px;margin-left: 10px;}
.starauthor {display: grid;height: 276px;grid-template-columns: 230px 1fr;grid-template-rows: 1fr;align-items: center}
.starauthor .imgbox {text-align: center;}
.starauthor .detailbox { font-size: 16px}
.starauthor .detailbox > div { margin: 1em 0}
.p7GP01 {padding: 0;height: 280px;overflow: hidden;}
.p7GPtwrapper {width: 230px;height: 276px; overflow: hidden;float: left;margin-top: 5px;}
.p7GPtwrapper ul {margin: 0;padding: 0;list-style-type: none;}
.p7GPtwrapper ul li {margin-top: 5px;}
.p7GPtwrapper ul a {text-decoration: none;display: block;height: 25px;line-height: 25px;padding: 0px;}
.p7GPtwrapper ul a:hover {color: #8C8C8C !important;}
.p7GPtwrapper ul a.down, .p7GPtwrapper ul a.down:hover {color: #8C8C8C !important;font-weight: 700;height: 37px;line-height: 37px;padding: 0 0 0 10px;margin-top: -5px;}
.p7GPcurrentmark {font-weight: 700 !important;}
.p7GP01 .p7GPcontent dt {text-align: center;padding: 8px 0px 0px 0px;}
.p7GP01 .p7GPcontent dt img, .starauthor .imgbox img {border: 1px solid #CCCCCC;padding: 3px;width: 130px;height: 182px;}
.p7GP01 .p7GPcontent dd {line-height: 150%;margin-left: -8px;margin-inline-start: 0px;}
.p7GP01 .p7GPcontent, .p7GP01 .p7GPcontent a:link, .p7GP01 .p7GPcontent a:visited, .p7GP01 .p7GPcontent a:hover, .p7GP01 .p7GPcontent a:active {text-decoration: none;}
.p7GP01 .p7GPcontent a:hover {text-decoration: underline;}
.p7GPtwrapper ul a:hover {color: #8C8C8C !important;}
.p7GP01 .p7GPcontent,
.p7GP01 .p7GPcontent a:link,
.p7GP01 .p7GPcontent a:visited,
.p7GP01 .p7GPcontent a:hover,
.p7GP01 .p7GPcontent a:active { text-decoration: none;}
.p7GP01 .p7GPcontent a:hover {text-decoration: underline;}
.p7GP01 .p7GPcontent dd p.introshort {text-align: center;}
.p7GP01 .p7GPcontent dd > :nth-child(1), .starauthor .imgbox .authorname {font-size: 16px}
.p7GP01 .p7GPcontent dd > :nth-child(2) {font-size: 14px}
.auhtorname {color: #1447A3}
@media screen and (max-width: 983px) {
    .bottomblock .leftNovelList,
    .bottomblock .rightNovelList {
        width: calc(100%);
        padding: 0px;
        margin: 0px;
    }

    .p7GP01 {width: calc(100%);}

    .p7GP01 .p7GPtwrapper {width: calc(50%);}

    .p7GPtwrapper .p7GPtwrapinner .auhtorname {float: none}
}

/*自然榜导航条使用*/
.ranknav{border-style: solid; border-width: 1px;border-color:#00AAB3;margin-bottom: 60px;background:#F0F9F9 !important;  text-align: center;padding: 4px 20px;}
.ranknav .currank{font-size: 18px;color: #00AAB3!important;}