@import url("../icon/iconfont.css");

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shangyiyexiayiye:before {
  font-size: 22px;
  font-weight: 800;
  content: "\e600";
}

.icon-shangyiyexiayiye1:before {
  font-size: 22px;
  font-weight: 800;
  content: "\e601";
}

.icon-up:before {
  font-size: 22px;
  font-weight: 800;
  content: "\e7eb";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-transform: none;
}
.news-detail {
  display: block;
}
.no-data {
  background-color: #fff;
  position: relative;
  height: calc(100vh - 170px);
}
.tips {
  text-align: center;
  font-size: 42px;
}
.no-data-desc {
  margin-top: 6px;
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.no-data-content {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: inline-block;
  padding: 50px 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* height: calc(100vh - 142px); */
}
.back-top {
  position: fixed;
  bottom: 20px;
  background-color: #7a7a7af5;
  /* padding: 10px; */
  right: 20px;
  z-index: 9999999;
  cursor: pointer;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  transition: all 0.3s ease;
  opacity: 0;
}

.TopButtonShow {
  opacity: 1;
}

.containter {
  position: relative;
  background-color: rgba(222, 222, 222, 0.5);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.menu_active {
  color: #000 !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.header {
  background-color: #7a7a7af5;
  position: sticky;
  top: 0;
  z-index: 999;
  display: none;
}

.pc-header-stick {
  background-color: #7a7a7af5;
  position: sticky;
  top: 0;
  z-index: 999;
  display: none;
  /* transition: all 0.8s ease; */
  /* opacity: 0; */
  animation: fadeIn 2s;
  /* transform: translateY(-150px); */
  top: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-150px);
    top: 0;
  }

  50% {
    opacity: 1;
    transform: translateY(0);
    top: 0;
  }

  100% {
    opacity: 1;
    top: 0;
    position: sticky;
  }
}

.menuitem {
  color: #fff;
  font-size: 14px;
  padding: 18px 17px;
  font-weight: 700;
  font-family: sans-serif;
}

/* 1. 去除下划线 */
a {
  text-transform: uppercase;
  text-decoration: none;
}

/* 2. 统一链接颜色（覆盖所有状态） */
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  /* 继承父元素颜色 */
  /* 或指定固定颜色，如 color: #333; */
}

/* 3. 移除聚焦轮廓（可选，根据无障碍需求调整） */
a:focus {
  outline: none;
  /* 建议添加替代聚焦样式，如：box-shadow: 0 0 0 2px blue; */
}

/* 4. 移除鼠标手型指针（如需要） */
a {
  cursor: pointer;
  /* 保留手型（推荐）或改为 cursor: default; */
}

.wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}

.single-post-feat-bg-outer {
  height: 500px;
}

.single-post-thumb-outer {
  position: relative;
  width: 100%;
  height: 100%;
}

.post-thumb {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background: #000; */
}

.post-thumb > a::after {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(28, 28, 28, 0.6);
}

.grid-container {
  margin: 16px;
  background-color: #fff;
  /* width: 100%; */
  /* height: 500px; */
  padding-bottom: 30px;
  padding-right: 10px;
  padding-left: 20px;
  padding-top: 20px;
}

.grid-x {
  text-transform: uppercase;
  font-size: 11px;
  color: #000000;
  cursor: pointer;
}

.current-navigation {
  font-weight: 800;
}

.classification {
  padding: 2px 5px;
  font-size: 12px;
  color: #000000;
  background-color: gray;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.8s ease;
}

.classification:hover {
  background-color: #000000;
  color: #fff;
}

.line {
  height: 1px;
  width: 100%;
  background-color: rgba(28, 28, 28, 0.1);
  margin: 20px 0;
}

.entry-title {
  color: #282828;
  font-weight: normal;
  font-size: 42px;
  text-transform: none;
}

.timer {
  text-transform: none;
}

.time-icon {
  margin: 0 8px;
  color: black;
  font-weight: 800;
}

.timer {
  margin: 20px 0;
}

.long-text {
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: 14px;
}

.pre,
.next {
  max-width: 40%;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  /*align-items: center;*/
  /*justify-content: center;*/



}
.elips{
  display: -webkit-box;
  /* 弹性盒子模型（WebKit内核支持） */
  -webkit-box-orient: vertical;
  /* 垂直排列子元素 */
  -webkit-line-clamp: 2;
  /* 限制显示行数 */
  overflow: hidden;
  /* 隐藏超出内容 */
  text-overflow: ellipsis;
}
.pre{
  margin-bottom: 12px;
}
.elips {
  display: -webkit-box;
  /* 弹性盒子模型（WebKit内核支持） */
  -webkit-box-orient: vertical;
  /* 垂直排列子元素 */
  -webkit-line-clamp: 2;
  /* 限制显示行数 */
  overflow: hidden;
  /* 隐藏超出内容 */
  text-overflow: ellipsis;
}

.pre-icon {
  margin-right: 8px;
}

.next-icon {
  margin-left: 8px;
}

.Page-flipping-panel {
  margin: 16px;
  background-color: #fff;
  /* width: 100%; */
  /* height: 500px; */
  margin-top: 30px;
  padding: 30px;
  flex-wrap: nowrap;
}

.row {
  display: flex;
}

.between {
  justify-content: space-between;
}

.pre-icon,
.next-icon {
  padding: 5px 10px;
  display: inline-block;
  background-color: #efefef;
  font-size: 16px;
  font-weight: 800;
  width: 32px;
  height: 32px;
}

.last-post-box {
  width: 50%;
  padding: 20px;
}

.latet-posts {
  /* width: 33%; */
  background-color: #fff;
  /* margin-right: 45px; */
  /* padding: 20px; */
  margin-bottom: 40px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.latet-posts:nth-child(3n) {
  margin-right: unset;
}

.latet-pic {
  position: relative;
  width: 100%;
  display: inline-block;
  height: 300px;
  object-fit: cover;
}

.latet-title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
  display: -webkit-box!important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  min-height: 3em;
}
.long-text p {
  /*margin-top: 12px!important;*/
  /*margin-bottom: 12px!important;*/
  /*line-height: 1.6;*/
  margin-bottom: 0.5rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.long-text img{
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.latet-des {
  font-size: 14px;
  margin-bottom: 30px;
}

.latest-time {
  font-size: 12px;
  color: #969292;
}

.post-des {
  padding: 10px;
}

.latet-post {
  padding-top: 1px;
  background: #fff;
  margin: 40px 20px 0 20px;
  /* display: flex; */
}

.last-title {
  border-bottom: 2px solid black;
  display: inline-block;
  height: 40px;
  font-weight: normal;
  /* padding: 30px 0 0 30px; */
}

.title-line {
  border-bottom: 2px solid rgba(28, 28, 28, 0.1);
  height: 39px;
  /* padding: 30px 0 0 30px; */
  /* padding-top: 30px; */
  margin: 30px 30px 0;
}

.post-list {
  margin-top: 20px;
  display: flex;
  /* justify-content: space-between; */

  flex-wrap: wrap;
}
.left-item {
  color: #000 !important;
  width: 70%;
  position: fixed;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  overflow-y: scroll;
  height: 100vh;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.5s ease;
  opacity: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .tips {
    text-align: center;
    font-size: 22px;
  }
  .Page-flipping-panel{
    flex-wrap: wrap!important;
  }
  .pre,
  .next {
    max-width: unset!important;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/



  }
  .no-data-desc {
    margin-top: 6px;
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
  }
  .no-data-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: inline-block;
    padding: 20px 20px;
    /* padding: unset; */
    width: 90vw;

    border: 1px solid rgba(0, 0, 0, 0.2);
    /* height: calc(100vh - 142px); */
  }
  .last-post-box {
    width: 100%;
    padding: 20px;
  }

  /* 移动端 */
  .h5-header {
    background-color: #000;
    height: 150px;
    position: sticky;
    width: 100vw;
    display: none;
    top: 0;
    z-index: 999;
  }

  .header-image {
    width: 60%;
    object-fit: cover;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }

  .h5-header-stick {
    position: sticky;
    z-index: 99999;
    animation: fadeIn 2s;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(-150px);
    }

    50% {
      opacity: 1;
      transform: translateY(0);
    }

    100% {
      opacity: 1;
      position: sticky;
    }
  }

  .block-line {
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .block {
    width: 50px;
    height: 50px;
    background-color: gray;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-around;
    padding: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .left-item-transform {
    opacity: 1;
    transform: translateY(0);
    bottom: 0;
  }

  .h5-menuitem {
    color: #000;
    font-size: 14px;
    padding: 18px 17px;
    font-weight: 700;
    font-family: sans-serif;
  }

  .close {
    width: 40px;
    height: 40px;
    background: gray;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    /* line-height: 40px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
  }

  .closer {
    height: 80px;
    position: relative;
    /* margin-bottom: 50px; */
  }
  .top-bar {
    display: inline-block;
  }
  .entry-title {
    font-size: 20px;
  }

  .no-data {
    background-color: #fff;
    position: relative;
    /* height: calc(100vh - 500px); */
  }
}
.wp-image-25 img {
  width: 60%;
  height: 450px;
  object-fit: cover;
  margin-bottom: 10px;
}
