body{
    position: relative;
    background: url("../images/bg.jpg");
}
.container-wrap{
    position: relative;
    z-index: 1;
}
.container {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.header{
    width: 100%;
    clear: both;
    background-color: #F0EFE2;
    height: 45px;
    opacity: 0.85;
    border-bottom: 1px solid #C8C7BC;
}
.logo{
    display: block;
    float: left;
    font-size: 24px;
    line-height: 44px;
    height: 44px;
    color: #461612;
    font-weight: bold;
}
.logo img{
    width: 100%;
    height: 44px;
    vertical-align: top;
}
.icon-logo{
    display: inline-block;
    width: 120px;
    height: 44px;
    background: url("/static/images/logo.png")no-repeat center;
    background-size: 100%;
}
.header-menu{
    float: left;
    margin-left: 36px;
}
.header-menu a{
    display: block;
    font-size: 16px;
    float: left;
    line-height: 45px;
    height: 45px;
    width: 60px;
    text-align: center;
    color: #000;
}
.header-menu a.active{
    background-color: rgba(93,97,70,.2);
    color: #C40000;
    font-weight: bold;
}
.header-search{
    display: flex;
    float: right;
    width: 300px;
    height: 34px;
    margin: 5px 0;
    border-radius: 22px;
    border: 1px solid #461612;
    background-color: rgba(255,255,255,0.2);
    overflow: hidden;
}
.header-search input{
    flex: 1;
    padding: 0 16px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    color: #461612;
}
.header-search .search-btn{
    flex: 60px 0 0;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    font-weight: bold;
    color: #461612;
}
.icon-search{
    display: inline-block;
    margin: 7px;
    width: 18px;
    height: 18px;
    background: url("/static/images/icon-search.svg")no-repeat center;
    background-size: 100%;
    cursor: pointer;
}
.body-left{
    width: 880px;
    clear: left;
    float: left;
}
.body-right{
    width: 300px;
    clear: right;
    float: right;
}
.list-content{
    text-align: center;
    line-height: 200%;
}
.list-title,.list-title a{
    font-size: 18px;
    color: #19537D;
    line-height: 200%;
}
.list-source{
    margin-bottom: 10px;
    line-height: 200%;
    font-size: 14px;
    color: #65645F;
}
.list-text{
    position: relative;
    display: inline-block;
    text-align: left;
}
.list-text a{
    text-align: center;
    display: inline-block;
    clear: both;
    overflow: hidden;
    font-size: 16px;
    color: #0F0F0F;
    text-decoration: none;
    line-height: 16px;
}
.list-text a:hover{
    text-decoration: underline;
}
.have-more-content{
    position: relative;
    max-height: 360px;
}
.have-more-content.open{
    max-height: inherit;
}
.more-content-bg{
    position: absolute;
    height: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.more-content-bg:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: -8px;
    right: 0;
    background-image: linear-gradient(rgba(240,239,226,0.7), rgba(240,239,226,0.95), rgba(240,239,226,1));
    cursor: pointer;
    filter: blur(3px);
    z-index: 9;
}
.more-content-btn{
    position: relative;
    top: 36px;
    z-index: 10;
    color: #C40000;
    cursor: pointer;
}
.icon-arrow-down{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/static/images/icon-arrow-down.svg")no-repeat center;
    background-size: 100%;
    z-index: 10;
    vertical-align: -2px;
}
.type-item{
    height: auto;
    width: 298px;
    margin-top: 20px;
    float: left;
    background-color: rgba(240,239,226,0.85);;
    overflow: hidden;
    border: 1px solid #C8C7BC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 20px;
}
.type-item .header-title{
    margin: 20px 0 0 20px;
}
.header-title{
    position: relative;
    height: 24px;
    padding-left: 12px;
    line-height: 24px;
    clear: both;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
}
.header-title:before{
    position: absolute;
    content: '';
    height: 18px;
    width: 3px;
    left: 0;
    top: 3px;
    clear: left;
    background-color: #825d5b;
    margin-right: 8px;
}
.more-list{
    font-size: 16px;
    color: #19537D;
    font-weight: normal;
}
.more-list span{
    vertical-align: 2px;
}
.icon-arrow-right{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/static/images/icon-arrow-down.svg")no-repeat center;
    background-size: 100%;
    transform: rotate(-90deg);
}
.type-box a{
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    width: 72px;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
    text-align: center;
    border: 1px solid #b5b4ad;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.type-box.album-box a{
    width: 118px;
    color: #19537D;
    font-weight: bold;
}
.type-box a.active{
    color: #c40000;
    border: 1px solid #C40000;
    pointer-events: none;
}
.left-wrap{
    position: relative;
    clear: both;
    background-color: rgba(240,239,226,0.85);
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #C8C7BC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    padding: 15px 20px;
}
.list-single{
    margin: 10px -2% 0;
}
.list-single-item{
    float: left;
    margin: 0 2%;
    width: 46%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.list-single-title{
    position: relative;
    display: inline-block;
    color: #19537D;
    padding-left: 12px;
    max-width: 200px;
    overflow: hidden;
    float: left;
}
.list-single-title::before {
    position: absolute;
    top: 15px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #19537D;
    border-radius: 50%;
}
.list-single-title.active{
    color: #C40000;
    font-weight:bold;
    pointer-events: none;
}
.list-single-poet{
    display: inline-block;
    color: #666;
    font-size: 15px;
    margin-left: 10px;
    float: left;
    max-width: 100px;
}
.list-single-update{
    display: inline-block;
    float: right;
    color: #666;
    font-size: 13px;
}
.list-author-img{
    float: left;
    width: 105px;
    height: 150px;
    margin-right: 12px;
    border-radius: 4px;
    overflow: hidden;
}
.list-author-img img{
    width: 100%;
}
.list-author-info{
    overflow: hidden;
}
.list-author-info .author-name{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #19537D;
}
.list-author-info .author-article{
    color: #666;
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
    max-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.author-info-btn{
    margin: 1px 20px 0 0;
    display: inline-block;
    color: #C40000;
    font-size: 15px;
}
.left-wrap-text{
    color: #000;
    margin-top: 12px;
    line-height: 200%;
}
.left-wrap-text .ca {
    color:#F44336;
}
.left-wrap-text .cb {
    color:#037908
}
.poem-writer-box{
    padding: 16px 16px 0;
}
.list-author-item{
    overflow: hidden;
    padding: 12px 0;
    width: 100%;
}
.poem-writer-cover{
    float: left;
    width: 105px;
    height: 150px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 12px;
}
.poem-writer-cover img{
    width: 100%;
    height: 100%;
}
.poem-writer-name{
    font-size: 18px;
    color: #00416f;
    font-weight: bold;
    margin-bottom: 6px;
}
.poem-writer-descr{
    color: #3e3e3e;
    font-size: 15px;
    line-height: 24px;
    display: block;
}
.poem-writer-property{
    position: absolute;
    right: 20px;
    font-size: 14px;
    color: #666;
}
.poem-view-content{
    text-align: center;
}
.poem-view-source{
    margin-bottom: 10px;
    line-height: 200%;
    font-size: 14px;
    color: #65645F;
}
.poem-view-update{
    position: absolute;
    font-size: 12px;
    color: #666;
}
.poem-view-title{
    font-size: 18px;
    color: #19537D;
    margin-bottom: 10px;
    line-height: 200%;
}
.poem-view-text{
    display: inline-block;
    text-align: left;
    line-height: 200%;
    min-height: 200px;
}
.poem-view-tags{
    overflow: hidden;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #dfdfdf;
    text-align: center;
}
.poem-view-tags a{
    font-size: 16px;
    margin: 0 10px;
    text-align: center;
    color: #005aa2;
}
.list-header-btn{
    position: absolute;
    right: 12px;
    top: 12px;
}
.list-header-btn a{
    display: inline-block;
    padding: 3px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 100%;
}
.list-header-btn a:hover{
    background-color: rgba(0,0,0,0.05);
}
.icon-yi{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("/static/images/yi-pic.png")no-repeat center;
    background-size: 100%;
}
.icon-shang{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("/static/images/shang-pic.png")no-repeat center;
    background-size: 100%;
}
/*book*/
.book-list-cover,.book-cover{
    display: block;
    float: left;
    position: relative;
    width: 120px;
    height: 170px;
    background: url("/static/images/book-cover.png")no-repeat center;
    background-size: 100%;
}
.book-list-cover span,.book-cover span{
    position: absolute;
    right: 20px;
    top: 16px;
    width: 16px;
    font-size: 16px;
}
.book-list-info{
    float: left;
    width: calc(100% - 138px);
    margin-left: 16px;
}
.book-list-name{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #19537D;
}
.book-list-text{
    color: #666;
    font-size: 15px;
    line-height: 26px;
    margin-top: 12px;
    height: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
.book-view{
    position: relative;
    clear: both;
    background-color: rgba(240,239,226,0.85);
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #C8C7BC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    min-height: 600px;
}
.book-view-banner{
    width: 100%;
    height: 250px;
    background: url("/static/images/book-view-bg.png")no-repeat center;
    background-size: 100%;
}
.book-view .book-cover {
    position: relative;
    z-index: 9;
    margin-top: -80px;
    margin-left: 24px;
    margin-right: 24px;
}
.book-view .book-name {
    position: absolute;
    left: 166px;
    top: 240px;
    font-size: 18px;
    font-weight: bold;
    color: #19537D;
}
.book-view .book-info {
    padding: 16px;
    color: #666;
    font-size: 15px;
    line-height: 26px;
    margin-top: 5px;
    display: block;
}
.book-directory {
    padding: 16px;
    overflow: hidden;
    clear: both;
}
.book-directory .list-single-item {
    width: 21%;
}
.book-directory-list {
    width: 100%;
    overflow: hidden;
    clear: both;
}
.directory-list-title {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.chapter-wrap{
    width: 100%;
    clear: both;
    padding-top: 20px;
    overflow: hidden;
}
.chapter-wrap a{
    display: block;
    width: 48%;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    color: #19537d;
    font-size: 16px;
}
.chapter-wrap span{
    display: block;
    width: 48%;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    color: #999;
    font-size: 16px;
}
.chapter-wrap .fl-r{
    text-align: right;
}
.btn-next-node {
    position: absolute;
    right: 16px;
    top: 24px;
    display: block;
    width: 28px;
    height: 28px;
    background: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"%3e%3cstyle%3epath{fill:%23999}%3c/style%3e%3cpath d="M16.06,32A15.94,15.94,0,1,1,32,16,16,16,0,0,1,16.06,32Zm0-28A12.1,12.1,0,1,0,28.16,16,12.11,12.11,0,0,0,16.06,3.94Z"/%3e%3cpath d="M25.34,14.38,18.78,7.82a2.35,2.35,0,0,0-3.32,3.32L18,13.69H8.87a2.35,2.35,0,0,0,0,4.7H18l-2.55,2.55a2.34,2.34,0,0,0-.69,1.66,2.3,2.3,0,0,0,.69,1.65,2.34,2.34,0,0,0,3.32,0l6.56-6.55A2.36,2.36,0,0,0,25.34,14.38Z"/%3e%3c/svg%3e') no-repeat center;
    background-size: 100%;
}
.btn-next-node:hover {
    background: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"%3e%3cstyle%3epath{fill:%23C40000}%3c/style%3e%3cpath d="M16.06,32A15.94,15.94,0,1,1,32,16,16,16,0,0,1,16.06,32Zm0-28A12.1,12.1,0,1,0,28.16,16,12.11,12.11,0,0,0,16.06,3.94Z"/%3e%3cpath d="M25.34,14.38,18.78,7.82a2.35,2.35,0,0,0-3.32,3.32L18,13.69H8.87a2.35,2.35,0,0,0,0,4.7H18l-2.55,2.55a2.34,2.34,0,0,0-.69,1.66,2.3,2.3,0,0,0,.69,1.65,2.34,2.34,0,0,0,3.32,0l6.56-6.55A2.36,2.36,0,0,0,25.34,14.38Z"/%3e%3c/svg%3e') no-repeat center;
}
.btn-next-node.prev {
    left: 16px;
    transform: rotate(180deg);
}

.tab-translate{
    clear: both;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}
.tab-translate .tab-item {
    margin: 0 6px;
    display: inline-block;
    width: 48px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    cursor: pointer;
}
.tab-translate .tab-item.active{
    border: 1px solid #C40000;
    color: #C40000;
}
/*搜索*/
.body-left em{
    font-style: normal;
}
.search-list-type{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #825d5b;
    margin-top: -12px;
}
.search-list-type a{
    display: inline-block;
    margin-right: 30px;
    font-size: 18px;
    position: relative;
}
.search-list-type a.active{
    color: #C40000;
}
.search-list-type a.active:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #C40000;
}
.search-number{
    margin-top: 10px;
    font-size: 16px;
    color: #825d5b;
    font-weight: bold;
}
/*诗集列表*/
.album-list-item{
    overflow: hidden;
    padding-top: 12px;
}
.album-list-item a{
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 12px;
    float: left;
    width: 50%;
    font-size: 16px;
    color: #19537D;
}
.album-list-item a:before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    background: #d0a36b;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    margin-top: -2px;
}
.album-list-item a span{
    color: #999;
}
.album-info{
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}