@font-face {
    font-family:'ziti';
    font-style: normal;font-display: swap;src: url(/FZBenMXYTJW.ttf);
}
*{
    font-family: 'ziti';
}

/*页码样式微调*/
.pagenav .current, .pagenav .page-numbers, .pagenav a {
    border: 0;
    padding: 8px 14px;
    background: linear-gradient(148deg, hsla(0, 0%, 100%, 0), var(--main-bg-color));
    -webkit-box-shadow: 0 0 8px 0 rgba(95, 95, 95, .15);
    box-shadow: 0 0 8px 0 rgba(95, 95, 95, .15);
    border-radius: 6px;
}



.posts-item.card .item-tags.scroll-x.no-scrollbar.mb6{
    display:none;
}

/*
.swiper-wrapper .posts-item.card {
    width:0px;
}
*/

/*导航栏字体加粗*/
ul.nav {font-weight: 700;}

.nav.navbar-nav.show {
  filter: url(#blur);
}

/* 全站字体加粗 */
body, body * {
  font-weight: 700 !important;
}

/*
.title-theme{
  left:-25px;
   font-size: 18px;
  
}
*/
.title-theme:before {
display:none;
}



        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        
        body {
            font-family: Arial, sans-serif;
            background-color: #f8f8f8;
        }
        
        .poi-container {
            max-width: 1600px;
            margin: 0 auto;
            padding: 15px;
        }
        
        .poi-row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -10px;
        }
        
        .poi-col-left, .poi-col-right {
            padding: 0 10px;
            width: 100%;
        }
        
        @media (min-width: 768px) {
            .poi-col-left {
                width: 50%;
            }
            .poi-col-right {
                width: 50%;
            }
        }
        
        /* 轮播图样式 */
        .inn-slideshow_2019 {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            height: 300px;
        }
        
        .inn-slideshow_2019__link {
            display: block;
            position: relative;
            height: 0;
            padding-bottom: 56.5%; /* 调整为更方形的比例 */
            overflow: hidden;
            background-color: #fff;
        }
        
        .inn-slideshow_2019__img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .inn-slideshow_2019__title {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px 15px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            font-size: 16px;
            margin: 0;
        }
        
        .inn-slideshow_2019__pagination {
            position: absolute;
            bottom: 10px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            z-index: 10;
        }
        
        .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            margin: 0 5px;
            background: #fff;
            opacity: 0.5;
            border-radius: 50%;
            cursor: pointer;
        }
        
        .swiper-pagination-bullet-active {
            opacity: 1;
        }
        
        /* 右侧内容样式 */
        .right-content {
            display: flex;
            flex-direction: column;
            height: 70%;
        }
        
        .right-content__row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -10px;
            flex: 1;
        }
        
        .right-content__col {
            padding: 0 10px;
            width: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .right-content__item {
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            margin-bottom: 20px;
            flex: 1;
        }
        
        .right-content__item:hover {
            transform: translateY(-5px);
        }
        
        .right-content__item__link {
            display: block;
            text-decoration: none;
            color: #333;
            height: 100%;
        }
        
        .right-content__item__img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }
        
        .right-content__item__title {
            padding: 10px;
            font-size: 14px;
            text-align: center;
            margin: 0;
        }
        
        @media (min-width: 768px) {
            .right-content__col {
                width: 33.333%;
            }
            
            .right-content__item__img {
                height: 120px;
            }
        }
        
        @media (max-width: 767px) {
            .right-content__item {
                margin-bottom: 10px;
            }
            
            .right-content__item__img {
                height: 100px;
            }
        }


.article-title{
    display:none;
}

.breadcrumb{
    display:none;
}





/* 文章卡片排列X5 */
@media (min-width: 769px) {
    .posts-item.card {
        width: calc(20% - 16px);
    }
}
/* 文章卡片排列X5 */
@media (min-width: 769px) {
    .swiper-wrapper .posts-item.card {
        width: calc(20% - 14px);
    }
}


/*单行列表隐藏*/
.swiper-wrapper .posts-item.card .item-tags.scroll-x.no-scrollbar.mb6{
    display:none;
}
.swiper-wrapper .posts-item.card .item-meta.muted-2-color.flex.jsb.ac{
    display:none;
}



/**彩色滚动条样式*/
::-webkit-scrollbar {
width: 10px;
height: 1px;
}
::-webkit-scrollbar-thumb {
background-color: #12b7f5;
background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: #f6f6f6;
}



/*评论背景图*/
textarea#comment {
  background-color:transparent;
  background:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),url(/wp-content/uploads/2025/08/55-1-1.gif) right 10px bottom 0px no-repeat;
  background-size: contain;
  -moz-transition:ease-in-out 0.45s;
  -webkit-transition:ease-in-out 0.45s;
  -o-transition:ease-in-out 0.45s;
  -ms-transition:ease-in-out 0.45s;
  transition:ease-in-out 0.45s;}
textarea#comment:focus {background-position-y:789px;-moz-transition:ease-in-out 0.45s;-webkit-transition:ease-in-out 0.45s;-o-transition:ease-in-out 0.45s;-ms-transition:ease-in-out 0.45s;transition:ease-in-out 0.45s;}
/*评论背景图 结束*/

.but.jb-vip2.radius{
       background-image: linear-gradient(43deg, #ff6ac34a 0%, #ff82c1 46%, #ff6ac34a 100%);
    font-weight: 100;
}







.list-inline.scroll-x.no-scrollbar{
   display: none;
}

.widget-tab-post.style-card.index-tab.relative-h  .posts-item.card {
    background: #fff0;
    box-shadow: none;
}
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card.ajax-item {
    background: #fff0;
    box-shadow: none;
    margin: 8px;
    padding: 0;
}
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card .item-tags.scroll-x.no-scrollbar.mb6 {
    display: none;
}
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card .item-meta.muted-2-color.flex.jsb.ac {
    display: none;
}
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card .item-heading {
     min-width: 100%;
    text-align: center;
    top: -39.5px;
    position: relative;
    font-weight: 700;

 
    padding: 8px 12px;
    margin: 0 auto;
    width: 100%; 
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    color: #999;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 12px 15px 0;
   
    transform: translateY(100%);
   
}
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card .item-heading, .posts-mini-con .item-heading {
    font-size: 14px;
}
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card .item-tags {
    min-height: 0;
}
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card .item-body {
    width: 100%;
    padding: 0;
}
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card .item-body {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 2px;
}

.widget-tab-post.style-card.index-tab.relative-h .wp-posts-content img {
    border-radius: 0px 0px 10px 10px;
    border-radius: var(--main-radius);
}
badge.b-black {
    font-size: 12px;
}
.widget-tab-post.style-card.index-tab.relative-h .footer-tabbar-placeholder {
    display: none;
}

.widget-tab-post.style-card.index-tab.relative-h .title-theme:before {
    display:none
}
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card .item-heading {
    opacity: 1;
    transform: translateY(0);
    width: 100%;
    transition: all 0.3s ease; 
}

.widget-tab-post.style-card.index-tab.relative-h .posts-item.card .item-heading {
    font-weight: bold !important;
    color: #fff !important;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}



.title-theme:before {
display:none;
}



@media (min-width: 769px) {
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card.ajax-item  {
        width: calc(20% - 18px);
    }
}

/* 针对手机端（屏幕宽度≤768px）的适配 */
@media (max-width: 768px) {
  .widget-tab-post.style-card.index-tab.relative-h .posts-item.card.ajax-item {
    /* 一行显示2个，计算宽度（减去间距） */
    width: calc(50% - 16px); /* 50%宽度减去左右margin总和（8px*2） */
    margin: 8px; /* 保持原有的外边距，确保间距均匀 */
    box-sizing: border-box; /* 确保padding和border不影响宽度计算 */
  }
  
  /* 可选：调整移动端标题样式，避免文字溢出 */
  .widget-tab-post.style-card.index-tab.relative-h .posts-item.card .item-heading {
    font-size: 13px; /* 稍小字体适配小屏幕 */
    padding: 8px 10px 0; /* 减少内边距 */
  }
}

/* 卡片图片容器 *
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card.ajax-item  .card-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

/* 卡片图片 *
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card.ajax-item  .card-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}



@media (min-width: 769px) {
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card.ajax-item  {
        width: calc(25% - 18px);
    }
}



/* 添加这段CSS到您的样式表中 *
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card.ajax-item  {
    height: 200px; /* 桌面端默认高度 */
}
/*
.widget-tab-post.style-card.index-tab.relative-h .posts-item.card.ajax-item  .item-thumbnail {
    height: 100%;
}

.widget-tab-post.style-card.index-tab.relative-h .posts-item.card.ajax-item  .item-thumbnail {
    height: 100%;
    object-fit: cover;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .widget-tab-post.style-card.index-tab.relative-h .posts-item.card.ajax-item  {
        height: 300px; /* 移动端高度 */
    }
}



/*导航栏图片背景*/
.header-layout-1{position:relative;background-image:url(/wp-content/uploads/2025/08/daohang.png);background-position:center right;background-size:auto 100%;}