@font-face {
    font-family: 'HanaMinA';
    src: url('/fonts/HanaMinA.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ming2';
    src: url('/fonts/WenYue-GuDian.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@charset "UTF-8";
body {
    font-size: 14px;
    font-family: "PingFang SC", Microsoft YaHei, Helvetica, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    background-color: #fff;
    color: #333;
    line-height: 1.2;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

ul, li {
    list-style: none;
}


.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.back {
    background-color: #fff;
}

.w1200 {
    width: 1200px
}

.m15 {
    margin: 0 15px 15px 15px;
}

.hidden {
    display: none;
}

.lock-screen {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.header {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #fff0;
    height: 55px;
    transition: background-color 0.3s ease; /*过渡动画*/
}

.white {
    background: #fff;
}

.headtop {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}

.logo {
    float: left;
    width: 144px;
    height: 55px;
    margin-top: 10px;
    background-size: 100% 100%;
    background-position: center;
}

.logo img {
    width: 100%;
    display: block;
    transition: background-color 0.3s ease;
}

.logo a {
    font-size: 26px;
    line-height: 55px;
    color: #F0EFE2;
}

.logo a:hover {
    text-decoration: none;
}

.nav {
    margin-bottom: 0;
    margin-right: 0;
    float: left;
    margin-left: 10px;
}

.nav ul {
    overflow: hidden;
}

.nav li {
    line-height: 55px;
    float: left
}

.nav li a {
    white-space: nowrap;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding: 0 9px;
    text-align: center;
}

.white .nav li a {
    color: #24252c;
}

.nav li a.on {
    margin-left: 1px;
    background-color: #757863;
    border-bottom: 3px solid #F0EFE2;
    height: 52px;
}

.nav li a:hover {
    margin-left: 1px;
    text-decoration: none;
    border-bottom: 3px solid #f28e23;
    height: 52px;
}

.search_form {
    position: relative;
    margin: 0;
    display: inline-block;
}

.search_input {
    float: left;
    width: 130px;
    height: 22px;
    line-height: 22px;
    padding: 4px 7px;
    color: #985d3e;;
    border-radius: 2px 0 0 2px;
    background-color: #FBFAF6;
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ccc;
    border-top: 1px solid rgba(0, 0, 0, .12);
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    border-left: 1px solid rgba(0, 0, 0, .05);
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search_input:focus {
    border-color: #d9dee6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(197, 197, 197, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(197, 197, 197, 0.6);
}

.search_btn {
    float: left;
    width: 50px;
    height: 30px;
    padding: 0 10px;
    margin-left: -1px;
    border-radius: 0 2px 2px 0;
    border: 1px solid #847110;
    background-color: #747110;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    color: #f3f7fc;
    line-height: 29px;
}

#sidr-right {
    display: none;
}

#simple-menu {
    display: none;
    width: 55px;
    height: 55px;
    font-size: 0;
    overflow: hidden;
    text-align: center;
}

/*main 主体*/
.main {
    width: 1200px;
    margin: 5px auto;
    overflow: hidden;
    margin-top: 80px;
}

.box {
    width: 855px;
    float: left;
    overflow: hidden;
    padding: 39px 20px 0px 25px;
}

.main-box, .side-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
    padding: 25px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
}

.box-title {
    line-height: 22px;
    font-size: 18px;
    border-left: 4px solid #ec7259;
    text-indent: 10px;
    color: #0F0F0F;
    margin: 15px 10px;
    display: flex;
    font-weight: bold;
}

.box-list {
    margin: 0 1% 15px 1%;
    overflow: hidden;
}

.box-list a {
    float: left;
    width: 12.28%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
    margin: 5px 0.5%;
    padding: 0 0.5%;
    box-sizing: content-box;
}

.sider {
    width: 336px;
    float: right;
    padding: 39px 25px 0px 0px;
}

.side-box-list {
    margin: 0 20px 15px 20px;
    overflow: hidden;
}

.side-box-list li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px dashed #DAD9D1;
}

.side-box-list li span {
    margin-left: 10px;
    font-size: 12px;
    color: #999;
}

.side-box-list li span a {
    color: #999;
}

.shiren-list {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.shiren-list ul li {
    float: left;
    margin: 5px 8px;
    width: 106px;
    line-height: 22px;
    text-align: center;
    color: #343853;
}

.shiren-list ul li:hover {
    background-color: #f7f7f7;
}

.shiren-list ul li img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.shiren-list ul li h3 {
    padding-top: 5px;
}

.shici-items {
    margin-top: 10px;
}

.shici-items-tit {
    line-height: 26px;
    font-size: 18px;
    color: #0F0F0F;
    display: flex;
    font-weight: bold;
    margin-bottom: 10px
}

.shici-items-tit h1, .shici-items-tit h3, .shici-items-tit h2 {
    font-weight: 700;
    font-size: 100%;
}

.shici-items-tit h3 a, .shici-items h2 a {
    color: #0F0F0F;
}

.shici-items-sub {
    color: #999;
}

.shici-items-sub a {
    color: #19537D;
}

.shici-items-text {
    clear: both;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 32px;
}

.shici-items-text p {
    font-size: 16px;
    color: #343853;
}

.shici-items-text p em {
    font-weight: bold;
    color: #f53108;
}

.shici-mingju-list {
    clear: both;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 15px 15px 15px;
}

.shici-mingju-list li {
    width: 100%;
    font-size: 16px;
    float: left;
    border-bottom: 1px dashed #DAD9D1;
    overflow: hidden;
    color: #999;
    padding: 10px 0;
}

.shici-mingju-list li p, .shici-mingju-list li p a {
    font-size: 14px;
    color: #999;
    float: right;
}

.items {
    margin: 0 10px 15px 10px;
}

.items li, .shici-items li {
    background: #f7f7f7;
    padding: 10px 15px;
    margin: 6px 0;
    border-radius: 15px;
}

.shici-info, .shici-ziliao, .shici-cont, .shici-source, .shici-detail, .shici-sort, .guji-box {
    margin: 0 15px 15px 15px;
}

.shici-source {
    color: #999;
    margin-top: 12px;
    overflow: hidden;
}

.shici-source a {
    color: #19537D;
}

.shici-source .bar1 {
    float: left;
}

.shici-source .bar2 {
    float: right;
}

.shici-tab span {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #AAAAA7;
    font-style: normal;
    text-align: center;
    overflow: hidden;
    border: 2px solid #AAAAA7;
    border-radius: 50%;
    margin-left: 10px;
    float: right;
    cursor: pointer;
}

.shici-tab a {
    color: #AAAAA7;
}

.shici-tab .on a {
    color: #f9f9f9;
}

.shici-tab span.on {
    border: 2px solid #FFB018;
    background-color: #FFB018;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
}

.shici-tab a:hover {
    border: 2px solid #FFB018;
    background-color: #FFB018;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

.shici-desp {
    background: #f7f7f7;
    padding: 10px 15px;
    margin-bottom: 25px;
    border-radius: 15px;
}

.shici-desp h2 {
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.shici-desp p {
    color: #999;
    line-height: 28px;
    font-size: 15px;
}

.ld {
    float: left;
    margin-left: 10px;
    text-indent: -999em;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-right: 20px;
    background-image: url(/img/broadcast.png);
    background-size: 100% 100%;
    background-position: center;
}

.ld-on {
    background-position: -6px -24px;
}

.shici-tit {
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #F1F1F1;
    padding: 10px 0;
    margin: 0 15px;
}

.shici-tit h1 {
    float: left;
}

.shici-cus-dy {
    font-size: 15px;
    font-weight: normal;
    margin-left: 8px;
    color: #999;
}

.shici-detail {
    clear: both;
    margin-top: 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.shici-detail {
    font-size: 16px;
    line-height: 32px;
    color: #343853;
}

.shici-text {
    clear: both;
    margin-top: 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 32px;
}

.shici-detail em, .shici-detail h2, .shici-detail strong, .shici-text em, .shici-text h2 {
    font-weight: bold;
    color: #f53108;
}

.shici-sort a {
    background: #f2f2f2;
    display: inline-block;
    line-height: 18px;
    white-space: nowrap;
    padding: 5px 8px;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    font-size: 14px;
}

.shici-data, .shiren-data {
    line-height: 28px;
    margin-bottom: 20px;
    overflow: hidden;
}

.shici-data img{
    width: 100%;
    border-radius: 15px;
    margin-top: 15px;
}

.shici-data h2, .shiren-data h2, .guji-box h3, .cipai-sub-title, .guji-sub-title {
    display: block;
    overflow: hidden;
    width: 100%;
    font-size: 18px;
    /*border-left: 5px solid #ec7259;*/
    /*padding-left: 5px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    color: #495057;
    font-weight: bolder;
    position: relative;
    z-index: 1;
}

.shici-data h2::after, .shiren-data h2::after, .guji-box h3::after, .cipai-sub-title::after, .guji-sub-title::after {
    position: absolute;
    top: 0.9em;
    content: '';
    display: block;
    width: 3em;
    height: 10px;
    background-color: #FFD55D;
    z-index: -1;
}

.shici-data strong, .shiren-data strong, .shiren-data span, .shici-data span {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}

.shici-data p, .shiren-data p, .shiren-data p, .shici-data p {
    margin-bottom: 8px;
    line-height: 180%;
}

.shici-zuozhe {
    overflow: hidden;
    padding: 15px 2%;
    display: flex;
    background-color: #f7f7f7;
    border-radius: 15px;
}
.shici-zuozhe p{
    color: #999;
    line-height: 28px;
    font-size: 15px;
}
.zuozhe-img {
    float: left;
    height: 150px;
    margin-right: 2%;
}

.zuozhe-box {
    float: left;
}

.zuozhe-title {
    line-height: 20px;
    display: flex;
    font-weight: bold;
    margin-bottom: 10px;
}

.zuozhe-title h2 {
    font-size: 16px;
    color: #0F0F0F;
    float: left;
}

.zuozhe-title h2 a {
    color: #0F0F0F;
}

.zuozhe-title span {
    float: left;
    padding-left: 10px;
}

.zuozhe-text {
    font-size: 16px;
    color: #545252;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 24px;
}

.mingju-title, .shici-title {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
}

.mingju-title h2, .shici-title h2 {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 10px;
}

.mingju-items {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.mingju-items li {
    width: 49%;
    font-size: 16px;
    float: left;
    border-bottom: 1px dashed #DAD9D1;
    overflow: hidden;
    color: #999;
    padding: 10px 0;
    margin: 0 0.5%;
}

.mingju-items li a {
    color: #545252;
}

.mingju-items li p, .mingju-items li p a {
    font-size: 14px;
    color: #999;
}

.more {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #1a1a1a;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    background-color: #f7f7f7;
    font-weight: 600;
}

.guji-title {
    text-align: center;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 6px;
    margin-bottom: 20px;
    padding-top: 10px;
    line-height: 32px;
}

.guji-title h1 {
    float: left;
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
}

.guji-title span {
    float: left;
    font-size: 14px;
    color: #767676;
    padding-top: 3px;
    padding-left: 15px;
}

.guji-cont {
    font-size: 16px;
    overflow: hidden;
    line-height: 32px;
    word-break: break-all;
    margin-top: 15px;
    margin-bottom: 30px;
}

.guji-handle {
    text-align: center;
    overflow: hidden;
    margin-top: 25px;
    display: flex;
}

.guji-handle li.pre, .ai-guji-handle li.mulu {
    float: left;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    width: 100%;
}

.guji-handle li.pre {
    flex: 0 0 39.666667%;
    max-width: 39.666667%;
}

.guji-handle li.mulu {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 5px;
}

.guji-handle li a {
    display: block;
    overflow: hidden;
    background-color: #f8f9fa;
    padding: 5px;
    padding-left: 15px;
    color: #545252;
}

.guji-zhangjie li {
    float: left;
    padding: 5px 0.5%;
    border-radius: 5px;
    width: 48%;
}

.guji-zhangjie li a {
    display: block;
    overflow: hidden;
    background-color: #f8f9fa;
    padding: 5px;
    padding-left: 10px;
    color: #545252;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.cipai-sub-title2 {
    padding-left: 10px;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 500;
    line-height: 1.2;
}

.cipai-cont {
    margin: 10px 0;
}

.cipai-cont p {
    line-height: 26px;
    padding-bottom: 10px;
    color: #545252;
}

.shici-sort-list, .shici-sort-list2, .guji-sort-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 10px;
}

.shici-sort-list a, .shici-sort-list2 a, .guji-sort-list a {
    margin-right: 0px;
    margin-bottom: 0px;
    border: 6px solid white;
    text-align: center;
    border-radius: 12px;
    background: #f7f7f7;
    padding: 5px 10px;
}

/*.shici-sort-list a {*/
/*    -ms-flex: 0 0 12.25%;*/
/*    flex: 0 0 12.25%;*/
/*    max-width: 12.25%;*/
/*}*/

.shici-sort-list2 a {
    -ms-flex: 0 0 20.55%;
    flex: 0 0 20.55%;
    max-width: 20.55%;
}

.shici-nav {
    clear: both;
    border-bottom: 1px dashed #DAD9D1;
    overflow: hidden;
    padding: 12px 0;
    font-size: 16px;
    line-height: 30px;
}

.shici-nav .left {
    float: left;
    color: #0F0F0F;
    padding-right: 10px;
}

.shici-nav .right {
    float: left;
}

.shici-nav .right a {
    padding: 0 4px;
}

.shici-nav .right a.active {
    color: #ec7259;
    font-weight: bold;
}

.shici-list {
    overflow: hidden;
    margin-top: 15px;
}

.shici-list .zuozhe-item {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.shici-list .zuozhe-item img {
    overflow: hidden;
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 150px;
    border-radius: 10px;
}

.shici-list .zuozhe-item .biaoti {
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.shici-list .zuozhe-item .info {
    font-size: 15px;
    line-height: 26px;
}

/*分页样式*/
.shici-page {
    width: 650px;
    margin: 6px auto;
    text-align: center;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.shici-page .thisclass {
    color: #545252;
    padding: 4px 10px;
    text-decoration: none;
    font-size: 16px;
    margin: 0 6px;
    border-bottom: 2px #d5d5d5 solid;
}

.shici-page li {
    display: inline;
}

.shici-page li {
    color: #545252;
    padding: 4px 10px;
    margin: 0 6px;
    font-size: 16px;
}

.shici-page li a {
    color: #545252;
    text-decoration: none;
    font-size: 16px;
}

/*友链样式*/
.link {
    width: 1085px;
    background-color: #fff;
    overflow: hidden;
    margin: 10px auto;
    padding: 2px 7px 5px;
}

.link-tit {
    position: relative;
    height: 35px;
    line-height: 32px;
    border-bottom: 1px solid #c3d9e7;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

.link-tit h2 {
    font: 700 17px/45px \5fae\8f6f\96c5\9ed1;
    color: #333;
    display: inline;
    vertical-align: middle;
    float: left;
}

.link ul li {
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
}

.link ul li a {
    padding-right: 10px;
}

/*footer*/
footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

footer p, footer a {
    color: #999;
    padding: 0 6px;
}

footer p {
    line-height: 26px;
}

.header .search {
    width: 55px;
    float: left;
    padding-left: 20px;
}

.search .icon {
    width: 17px;
    height: 55px;
    vertical-align: middle;
}

.btn .xiafan {
    font-size: 32px;
}

.btn {
    box-shadow: none !important; /* 取消所有阴影 */
}

.preview-motto {
    display: inline;
    text-align: center;
    font-size: 2em;
    font-family: ming2, 'PingFang SC', HanaMinA, HanaMinB, sans-serif;
    font-weight: 500;
    color: #000;
    transition: color, text-shadow .35s linear;
    margin: 0;
    cursor: pointer;
}


.search-block {
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    z-index: 300
}

.search-block .search-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    height: 100%;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.search-block .search-container .search-input-wrapper {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center
}

.search-block .search-container .search-input-wrapper .search-input {
    width: 100%;
    padding: 1px 2px;
    vertical-align: middle;
    color: #33333d;
    border: 0;
    background: 0 0;
    outline: 0;
    height: 30px;
}

.search-block .search-container .search-input-wrapper .search-input-icon {
    margin-right: 10px;
    font-size: 1.2em;
    color: #33333d;
}

.search-block .search-container .search-input-wrapper .search-input::placeholder {
    color: #b1b1b8;
    font-weight: bold;
}

.search-block .search-container .search-output {
    width: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth
}

.search-block .search-container .search-output .search-count-box {
    color: #70757a
}

.search-block .search-container .search-output .search-result-list .search-result .search-keyword, .search .search-container .search-output .search-result-list .search-result-title .search-keyword {
    color: #9d6a51;
    font-style: normal
}

.search-block .search-container .search-output .search-result-list {
    padding-left: 0
}

.search-block .search-container .search-output .search-result-list li {
    padding: 1em 0;
    list-style-type: none;
    border-bottom: #ddd dashed 1px
}

.search-block .search-container .search-output .search-result-list li:last-child {
    border-bottom: none
}

.search-block .search-container .search-output .search-result-list .search-result-title {
    font-size: 1.2em;
    font-weight: 700
}

.search-block .search-container .search-output .search-result-list .search-result {
    margin-bottom: 0;
    font-size: 1em;
    text-align: justify
}

.search-block .search-container .search-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.search_block .search-container .search-close i {
    color: #33333d;
    font-size: 24px
}


.menu {
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    z-index: 100
}

.menu .menu-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.menu .menu-container .menu-content {
    font-family: ming2, 'PingFang SC', HanaMinA, HanaMinB, sans-serif;
    padding: 0;
    display: flex
}

@media (min-width: 576px) {
    .menu .menu-container .menu-content {
        position: absolute;
        top: 40%
    }
}

.menu .menu-container .menu-content .menu-item {
    font-size: 2em;
    list-style: none;
    margin: 5px 10px
}

.menu .menu-container .menu-content .menu-item a.active {
    text-decoration: line-through
}

.menu .menu-container .menu-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.menu .menu-container .menu-close i {
    color: var(--color-text);
    font-size: 24px
}

.menu .menu-container .menu-copyright {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center
}

@media (max-width: 576px) {
    .menu .menu-container .menu-content {
        flex-direction: column
    }

    .menu .menu-container .menu-copyright {
        font-size: .75em
    }
}


.post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-item {
    margin-top: 26px;
}

.main .post-list .post-item {
    width: calc(50% - 13px);
}

.post-item-cover {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

.post-item-cover::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.post-item-img {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background-color: #F6F8FF;
    position: relative;
    transform: rotate(0deg)
}

.post-item-img img {
    position: absolute;
    width: 100%;
}

.post-item .post-categories {
    position: absolute;
    bottom: -8px;
    text-align: center;
    z-index: 9;
}

.post-item .post-categories li {
    display: inline-block;
    background-color: #FFD65D;
    padding: 6px;
    line-height: 1;
    border-radius: 6px;
    font-size: 14px;
    color: #364CC7;
}

.single-post .wp-post-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 16px;
}

.post-item-title {
    display: block;
    margin-top: 12px;
    align-self: flex-start;
}

.post-item-title > h3 {
    display: -webkit-box;
    font-size: 18px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5;
}

.post-item-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 8px;
}

.post-item-meta {
    font-size: 13px;
    color: #9DA0B3;
    flex-shrink: 0;
    margin-left: 5px;
}

.post-item-summary {
    font-size: 14px;
    color: #9DA0B3;
    margin-top: 5px;
    text-align: justify;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#images-container img {
    height: calc(100vh);
    min-height: 800px;
    display: block;
}

.text-white-80 {
    color: rgb(255, 255, 255, 0.8) !important;
}

.bg-black {
    background-color: black;
}

.central-home {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.smaller {
    font-size: 15px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 1678px) {
    .container {
        max-width: 1580px;
    }
}

@media (min-width: 2558px) {
    .container {
        max-width: 1720px;
    }
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

ol li::marker {
    color: #28a745;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: bold;
}

.top-bar {
    display: flex;
    align-items: center;
    padding-left: 50px;
}


.crumbs {
    flex-grow: 1;
    display: flex;
}

.crumbs a {
    margin-right: 16px;
    font: 14px/1.5 "Microsoft Yahei", "Yuanti SC", "Source Han Sans CN", -apple-system;
    color: #3E4252;
}

.crumbs a:after {
    content: '/';
    color: #9DA0B3;
    width: 16px;
    text-align: center;
    pointer-events: none;
    cursor: default;
    position: absolute;
}

.crumbs span, .crumbs h2 {
    font-weight: normal;
    color: #9DA0B3;
    font: 14px/1.5 "Microsoft Yahei", "Yuanti SC", "Source Han Sans CN", -apple-system;
}

.crumbs + .search-form {
    width: 228px;
}

@media (max-width: 1080px) {
    body, html {
        width: 100%;
    }

    .main {
        width: 100%;
    }

    .headtop {
        padding: 0;
        max-width: 100%;
    }

    .mingju-items li {
        width: 99%;
    }

    .shici-page {
        width: 80%;
    }

    .shici-sort-list a {
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%;
    }

    .shici-sort-list2 a {
        -ms-flex: 0 0 41.85%;
        flex: 0 0 41.85%;
        max-width: 41.85%;
    }

    .shici-sort-list a, .shici-sort-list2 a, .guji-sort-list a {
        padding: 5px 2.25%;
    }

    footer {
        width: 100%;
        height: auto;
        margin: 0 auto;
        font-size: 12px;
        text-align: center;
        padding: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .header {
        height: 45px;
    }

    .header {
        width: 100%;
        padding: 0;
    }

    .logo {
        width: 27%;
        padding-left: 10px;
    }

    .logo a {
        font-size: 23px;
    }

    .nav {
        float: none;
        display: none;
    }

    .main {
        width: 100%;
    }

    .box, .sider {
        width: 100%;
        float: none;
        padding: 0 5px;
    }

    .main-box, .side-box {
        margin-top: 20px;
        padding: 10px;
    }

    .box-list a {
        width: 23%;
        margin: 5px 0.5%;
        padding: 0 0.5%;
    }

    .shiren-list ul li {
        margin: 5px 1%;
        width: 31.333%;
    }

    .link {
        width: 98%;
        padding: 2px 1%;
    }

    /*seach*/
    #sidr-id-search_form {
        padding: 6px 15px 0;
        overflow: hidden;
    }

    .sidr-inner #sidr-id-keys {
        float: left;
        background: #fff;
        border: 1px solid #d6d0cd;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-right: none;
        color: #825d5b;
        font: italic 14px/24px "serif";
        transition: all 0.7s ease 0s;
        width: 182px;
        height: 32px;
        padding-left: 6px;
    }

    #sidr-id-search_form .sidr-class-search_btn {
        float: left;
        background: url(/static/img/search.png) no-repeat;
        width: 32px;
        height: 32px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border: 1px solid #d6d0cd;
        border-left: none;
        cursor: pointer;
        text-indent: -9999px;
    }

    #sidr-id-search_form #sidr-id-keys:focus {
        font-style: normal;
        background: #fff;
        width: 190px;
        outline: 0;
    }

    /*yd menu*/
    #simple-menu {
        display: block;
        float: right;
        margin-top: 0px;
        cursor: pointer;
    }

    #simple-menu:before {
        display: inline-block;
        font: bold 45px/45px "Times New Roman";
        vertical-align: text-bottom;
        content: "\2261";
        color: #F0EFE2;
    }

    .white #simple-menu:before {
        color: #24252c;
    }

    .sidr-open #simple-menu:before {
        display: inline-block;
        font: bold 45px/45px "Times New Roman", Arial;
        vertical-align: text-bottom;
        content: "\00D7";
        color: #F0EFE2;
    }

    .sidr {
        display: none;
        position: absolute;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        width: 260px;
        overflow-x: none;
        overflow-y: auto;
        font-size: 16px;
        background: #F0EFE2;
        color: #333;
        -webkit-box-shadow: inset 0 0 5px 0px #E1E0C7;
        -moz-box-shadow: inset 0 0 5px 0px #E1E0C7;
        box-shadow: inset 0 0 5px 0px #e1e0c7;
    }

    .sidr.right {
        left: auto;
        right: -260px;
    }

    .sidr .sidr-inner {
        padding: 0 0 6px;
    }

    .sidr-inner {
        clear: both;
    }

    .sidr ul {
        display: block;
        margin: 0 0 15px;
        padding: 0;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #fff;
    }

    .sidr ul li {
        display: block;
        margin: 0;
        line-height: 48px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #e5e5e5;
    }

    .sidr ul li a, .sidr ul li span {
        padding: 0 20px;
        display: block;
        text-decoration: none;
        color: #333;
        font-weight: bold;
    }

    .sidr-inner li.sidr-class-m-back {
        padding-left: 15px;
        line-height: 48px;
        border-bottom: 1px solid #e5e5e5;
        display: block;
        margin-top: -15px;
        border-top: 1px solid #fff;
    }

    .sidr-inner li.sidr-class-m-size {
        padding-left: 15px;
        line-height: 48px;
        border-bottom: 1px solid #e5e5e5;
        display: block;
        margin: 0;
        border-top: 1px solid #fff;
    }

    .sidr-inner li.sidr-class-m-back a.sidr-class-c {
        border: 1px solid #ddd;
        text-align: center;
        width: 20px;
        height: 20px;
        line-height: 20px;
        display: inline-block;
        margin-right: 5px;
    }

    .search .icon {
        height: 45px;
    }

    .shici-source span{
        font-size: 90%;
        margin-right: 8px;
    }
}


.shici-ck {
    padding-top: 8px;
    border-top: 1px solid #F1F1F1;
}

.shici-ck span {
    color: #999;
    font-size: 14px;
}

.shici-ck p {
    color: #999;
    font-size: 13px;
}
