*{-webkit-box-sizing:border-box;box-sizing:border-box}:root{--color-primary:#e70d0a;--color-primary-co:#ebeef5;--color-font-primary:#333;--footer-bg-color:#0c1620;--font-size-base:14px}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;overflow-y:auto;padding:0;margin:0;background-color:#f8f8f8;font-size:var(--font-size-base);color:var(--color-font-primary);line-height:1.6}body>main{-webkit-box-flex:1;-ms-flex:1;flex:1}a{text-decoration:none;color:var(--color-font-primary);cursor:pointer}a:hover{color:var(--color-primary)}dl,dt,dd{margin:0;padding:0}button,.button{background-color:var(--color-primary);color:#fff;padding:.5em 1.4em;border:1px solid var(--color-primary);cursor:pointer;outline:none;border-radius:2px}button:hover,.button:hover{opacity:.9;color:#fff}button:active,.button:active{opacity:.85}button.cancel,.button.cancel{background-color:#fff;color:var(--color-primary)}button[disabled],.button[disabled]{background-color:var(--color-primary-co);border-color:var(--color-primary-co);color:#666;cursor:not-allowed}.text-center{text-align:center}.wp{max-width:1200px;margin:0 auto}@media only screen and (max-width:1250px){.wp{padding:0 15px}}.header{position:sticky;top:0;background-color:#fff;z-index:80}.header .header-search{height:144px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .header-logo img{display:block;height:100px}.header .header-banner{height:100px}.header .search-wrap{position:relative;height:48px;border-radius:6px;border:1px solid #dfdfdf;background:#f9f9f9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.header .search-wrap input{width:190px;height:100%;border:none;outline:none;padding:0 10px 0 36px;font-size:16px}.header .search-wrap button{border-radius:4px;height:46px;border-radius:0px 6px 6px 0px;border-left:1px solid #dfdfdf;font-size:16px;padding:12px}.header .search-wrap .search-icon{position:absolute;left:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.header .header-menu{display:-webkit-box;display:-ms-flexbox;display:flex;height:48px;background-color:#ca1c1d;width:100%;font-size:16px}.header .header-menu .wp{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.header .header-menu .wp a{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-left:1px solid rgba(251,251,251,0.1)}.header .header-menu .wp a:last-child{border-right:1px solid rgba(251,251,251,0.1)}.header .header-menu .wp a.active,.header .header-menu .wp a:hover{background:rgba(255,255,255,0.1);font-weight:700}.footer{background-color:var(--footer-bg-color);color:#fff;font-size:12px}.footer .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px 0 60px}.footer .info dt{font-size:18px;margin-bottom:15px}.footer .info dd{line-height:2.6}.footer .info a{color:#fff;display:block}.footer .info .chart-codes img{width:100px;height:100px;background-color:#fff;margin-left:40px;border-radius:8px}.footer .beian{text-align:center;color:#aaa;padding-bottom:40px;line-height:2}.footer .beian a{color:#aaa}.banner-section{height:360px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff;background-size:cover;background-position:center center}.banner-section .title{font-size:34px}.section{padding:0 0 40px;background-size:cover;background-position:center center}.section-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 0 24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section-title .title{font-size:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700}.section-title .title::before{content:'';display:block;width:4px;height:28px;border-radius:2px;margin-right:5px;background-color:var(--color-primary)}.section-title .more{font-size:16px;color:var(--color-primary);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-title .more::after{content:'';display:block;width:8px;height:8px;border-top:2px solid var(--color-primary);border-left:2px solid var(--color-primary);margin-left:4px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}table{width:100%;border-collapse:collapse;border-spacing:0}table th,table td{text-align:center;padding:6px 12px}.news-list-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.news-card-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 10px);flex:0 0 calc(50% - 10px);width:calc(50% - 10px);background-color:#fff;border-radius:10px;padding:10px}.news-card-item .cover{-webkit-box-flex:0;-ms-flex:0 0 264px;flex:0 0 264px;width:264px;height:170px;background-color:#eee;margin-right:16px;border-radius:8px}.news-card-item .info{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}.news-card-item .title{font-size:19px;margin-bottom:10px;font-weight:700;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.news-card-item .desc{color:#565656;font-size:15px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.news-other{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px;gap:40px}.news-other .card-item{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 20px);flex:0 0 calc(50% - 20px);border-radius:8px;background:#fff;overflow:hidden}.news-other .card-item .header{height:75px;background:-webkit-gradient(linear, left top, left bottom, from(#ffae8c73), color-stop(58.62%, #ffcfb827), to(#fefefe));background:linear-gradient(180deg, #ffae8c73 0%, #ffcfb827 58.62%, #fefefe 100%);padding:0 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:28px;color:var(--color-primary);font-weight:700}.news-other .card-item .list .item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px;padding:0 32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden}.news-other .card-item .list .item .date{color:#777;font-size:14px;-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px;text-align:right;margin-left:12px}.news-other .card-item .list .item .title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px}.news-other .card-item .list .item .title::before{content:'·';font-size:50px;display:inline-block;text-align:center;width:18px;line-height:0;color:var(--color-primary);margin-right:6px;position:relative;top:12px}.modal-container{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background-color:rgba(0,0,0,0.3);display:none}.modal-container.show{display:block}.modal-container .modal{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background-color:#fff;border-radius:2px;min-width:400px}.modal-container .modal .modal-header{padding:15px 20px;border-bottom:1px solid #eee;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-container .modal .modal-header .close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 8px;cursor:pointer;font-size:28px;line-height:1;font-weight:400}.modal-container .modal .modal-body{padding:15px 20px}.modal-container .modal .modal-footer{padding:15px 20px;border-top:1px solid #eee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.ellipsis-text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.html-content{margin-top:15px;padding:15px 15px;font-size:18px;letter-spacing:2px;line-height:2}.html-content p{margin:0 0 10px 0}.html-content img{max-width:100%}.html-content table th,.html-content table td{border:1px solid #ccc}.html-content a{color:#1677ff}.page-not-found{margin-top:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.page-not-found div{margin-bottom:10px}.page-not-found h1{font-size:40px}.page-not-found a{display:block;width:120px;margin:20px auto;color:#fff !important}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:40px auto;gap:16px}.pagination .next,.pagination .prev,.pagination .item{width:36px;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px;border:1px solid #eee;background:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination .next::after{content:'>'}.pagination .prev::after{content:'<'}.pagination .active{background:#e22e22;color:#fff}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;margin-top:48px;gap:1em}.breadcrumb a{color:#6b7486}.breadcrumb a::after{content:'>';margin-left:1em}.cover{-o-object-fit:cover;object-fit:cover}.rate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3px}.rate img{width:14px;height:14px;display:block}.home-book-list-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.home-book-list-wrap .item{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 10px);flex:0 0 calc(50% - 10px);background-color:#fff;padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:6px;color:#333}.home-book-list-wrap .item .cover{-webkit-box-flex:0;-ms-flex:0 0 84px;flex:0 0 84px;width:84px;height:120px;display:block;border-radius:6px;margin-right:12px;-o-object-fit:cover;object-fit:cover}.home-book-list-wrap .item .start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;color:#ff0f00;font-size:12px;font-weight:500}.home-book-list-wrap .item .info{-webkit-box-flex:1;-ms-flex:1;flex:1}.home-book-list-wrap .item .title{font-size:16px;font-weight:700}.home-book-list-wrap .item .author{color:#777;font-size:14px}.home-book-list-wrap .item .desc{font-size:14px;height:42px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;margin-bottom:6px}.home-book-list-wrap .item .text{color:#999;font-size:14px}