@charset "UTF-8";
@font-face {
  font-family: "ceym";
  src: url("/css/font/ceym/ceym.woff2") format("woff2");
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  font-family: ceym, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  font-size: 14px;
  background-color: #fff;
  height: 100%;
  width: 100%;
}
body.side_container_opened {
  overflow: hidden;
}
body.side_container_opened .sliding_close_helper_overlay {
  display: block;
}
body.side_container_opened .site_side_container {
  transform: translate(-100%);
}

header {
  position: absolute;
  width: 100%;
  top: 35px;
  left: 0;
  z-index: 6;
  color: #FFF;
}
header a {
  color: #FFF;
  font-size: 16px;
}
header .header-container {
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
header .header-container a h1 {
  font-size: 32px;
  font-weight: 400;
}
header .header-container nav {
  display: flex;
  margin-left: auto !important;
  align-items: center;
}
header .header-container nav ul li {
  display: inline-block;
  padding-right: 20px;
}
header .header-container .header_sliding_sidebar_control {
  display: flex;
  align-items: center;
}

.header-banner {
  position: relative;
  display: block;
  width: 100%;
}
.header-banner:before {
  content: "";
  height: 250px;
  opacity: 0.7;
  width: 100%;
  z-index: 5;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
}
.header-banner .hero {
  text-align: center;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.header-banner .hero .inner {
  background: url(/image/mask.png) repeat;
  height: 550px;
  position: relative;
}
.header-banner .top-image {
  display: block;
  width: 100%;
  padding-bottom: 550px;
  margin-bottom: 1.875rem;
  background: center center/cover no-repeat;
}
.header-banner #wave-canvas {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.wrapper {
  max-width: 850px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}
.wrapper .category-header h2 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 24px;
  font-weight: 400;
}
.wrapper .article-container {
  margin-bottom: 30px;
}
.wrapper .article-container .item {
  border-bottom: 1px solid rgba(230, 230, 230, 0.4392156863);
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 0px;
  display: flex;
}
.wrapper .article-container .item:first-child {
  border-top: none;
  padding-top: 0;
}
.wrapper .article-container .item .time-image {
  position: relative;
  margin-right: 20px;
  flex-shrink: 0;
  height: 130px;
  width: 130px;
  overflow: hidden;
  border: 1px solid rgba(234, 232, 232, 0.2588235294);
  background-color: rgba(234, 232, 232, 0.2588235294);
}
.wrapper .article-container .item .time-image .datetime {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 35px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #424242;
  transition: all 0.35s ease-in-out 0s;
}
.wrapper .article-container .item .time-image .datetime span {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 12px;
  text-transform: uppercase;
  text-align: center;
}
.wrapper .article-container .item .time-image .preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.35s ease-in-out 0s;
}
.wrapper .article-container .item .time-image .preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.wrapper .article-container .item .content {
  flex: 1;
}
.wrapper .article-container .item .content .title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
  line-height: initial;
}
.wrapper .article-container .item .content .title a {
  color: #333;
}
.wrapper .article-container .item .content .title a:after {
  content: "";
  width: 120px;
  height: 1px;
  bottom: 2.5px;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, #e0e0e0 0, #e0e0e0 35%, #e0e0e0 65%, #fff 100%);
  background: -moz-linear-gradient(left, #e0e0e0 0, #e0e0e0 35%, #e0e0e0 65%, #fff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #e0e0e0), color-stop(35%, #e0e0e0), color-stop(65%, #e0e0e0), color-stop(100%, #fff));
}
.wrapper .article-container .item .content .title a:hover:after {
  background: linear-gradient(to right, #ff374a 0, #ff374a 35%, #ff374a 65%, #fff 100%);
  background: -moz-linear-gradient(left, #ff374a 0, #ff374a 35%, #ff374a 65%, #fff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ff374a), color-stop(35%, #ff374a), color-stop(65%, #ff374a), color-stop(100%, #fff));
}
.wrapper .article-container .item .content .meta {
  padding-bottom: 12px;
}
.wrapper .article-container .item .content .meta span, .wrapper .article-container .item .content .meta span a {
  color: #718096;
  font-size: 12px;
}
.wrapper .article-container .item .content .meta span.pipe:before {
  content: "";
  width: 10px;
  height: 5px;
  border-top: 1px solid #cecbd2;
  display: inline-block;
  margin-right: 10px;
  margin-left: 3px;
}
.wrapper .article-container .item .content .meta span.dateline {
  display: none;
}
.wrapper .article-container .item .content .summary {
  font-size: 14px;
  line-height: 25px;
  color: #555;
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-line-clamp: 2; /* 控制最多显示几行 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
}
.wrapper .article-container .item:hover .time-image .preview {
  top: 128px;
}
.wrapper .article-container .pagination {
  padding-top: 30px;
}
.wrapper .article-container .pagination .loadmore {
  display: block;
  text-align: center;
}
.wrapper .article-container .pagination .loadmore img {
  height: 55px;
}
.wrapper .article-container .pagination .nomore {
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #999;
}
.wrapper article {
  margin-bottom: 30px;
}
.wrapper article h1.title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  color: #333;
}
.wrapper article h1.title:after {
  content: "";
  width: 120px;
  height: 1px;
  bottom: -20px;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, #e0e0e0 0, #e0e0e0 35%, #e0e0e0 65%, #fff 100%);
  background: -moz-linear-gradient(left, #e0e0e0 0, #e0e0e0 35%, #e0e0e0 65%, #fff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #e0e0e0), color-stop(35%, #e0e0e0), color-stop(65%, #e0e0e0), color-stop(100%, #fff));
}
.wrapper article .meta span {
  color: #718096;
  font-size: 14px;
}
.wrapper article .meta span:before {
  content: "";
  width: 10px;
  height: 5px;
  border-top: 1px solid #cecbd2;
  display: inline-block;
  margin-right: 10px;
  margin-left: 3px;
}
.wrapper article .meta span:first-child:before {
  display: none;
}
.wrapper article .meta span a {
  color: #718096;
}
.wrapper article .body {
  margin-top: 30px;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 30px;
  width: 100%;
  overflow-wrap: break-word;
  /* 编辑器样式 */
}
.wrapper article .body img[src^="/storage"] {
  cursor: pointer;
}
.wrapper article .body p {
  line-height: 30px;
}
.wrapper article .body h1 {
  color: #4e5358;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #eee;
  margin: 12px 0;
  padding-left: 16px;
  padding-bottom: 5px;
  padding-top: 20px;
}
.wrapper article .body h1:before {
  background-color: #4e5358;
  bottom: 23%;
  top: 42%;
  left: 2px;
  position: absolute;
  content: "";
  width: 4px;
  border-radius: 5px;
  transition: 0.4s;
}
.wrapper article .body h2 {
  color: #4e5358;
  line-height: 35px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-top: 20px;
}
.wrapper article .body h3 {
  color: #4e5358;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
}
.wrapper article .body h1:first-child, .wrapper article .body h2:first-child, .wrapper article .body h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
.wrapper article .body :not(pre) code {
  color: #858080;
  border-radius: 4px;
  background-color: #f9fafa;
  border: 1px solid #e4e4e4;
  overflow-x: auto;
  font-size: 14px;
  padding: 1px 5px;
  margin: 0 5px;
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
}
.wrapper article .body code[class*=language-] {
  background-color: #384548;
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  padding: 1em 2em;
}
.wrapper article .body pre {
  margin: 10px 0;
  border-radius: 0;
}
.wrapper article .body pre code {
  color: #d1d2d2;
  overflow: hidden;
  white-space: pre-wrap;
}
.wrapper article .body blockquote {
  background-color: #f5f8fc;
  color: #8796a8;
  padding: 5px 15px;
  border-radius: 0;
  margin-top: 10px;
}
.wrapper article .body blockquote p {
  margin-bottom: 0;
}
.wrapper article .body a {
  color: #409eff;
}
.wrapper article .body a:hover {
  color: #0b83ff;
}
.wrapper article .body {
  /* 编辑器样式 */
}

.footer {
  font-size: 16px;
  color: #ffffff;
  padding: 100px 0;
  background-color: #002a38;
}
.footer a {
  color: #FFF;
}
.footer .split__title {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.footer .split__title .icp {
  padding-left: 10px;
}

/* 侧边相关样式开始 */
.sliding_close_helper_overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: 0;
  background-color: #002a38;
  opacity: 0.3;
}

.site_side_container {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  width: 300px;
  height: 100%;
  background-color: #fff;
  border-left: 1px solid #e7e7e7;
  right: -300px;
  top: 0;
  transition: transform 0.3s ease-out;
  z-index: 999999;
  backface-visibility: hidden;
  -ms-perspective: 1000;
  perspective: 1000;
}
.site_side_container .info_sidebar {
  padding: 20px;
}
.site_side_container .info_sidebar .item-block {
  margin-top: 30px;
}
.site_side_container .info_sidebar .item-block h2 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #555;
}
@media screen and (max-width: 768px) {
  .site_side_container .info_sidebar .item-block h2 {
    font-size: 18px;
  }
}
.site_side_container .info_sidebar .item-block .item {
  position: relative;
  margin-top: 10px;
}
.site_side_container .info_sidebar .item-block .item .search-input {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 36px 0 15px;
  border: 1px solid #eee;
  border-radius: 36px;
  outline: 0;
}
.site_side_container .info_sidebar .item-block .item .btn-search {
  position: absolute;
  display: block;
  height: 36px;
  top: 0;
  right: 5px;
  background: none;
  border: none;
  padding: 0 10px;
  cursor: pointer;
}
.site_side_container .info_sidebar .item-block.side-nav-block {
  display: none;
  margin-top: 50px;
}
.site_side_container .info_sidebar .item-block.side-nav-block .item .nav-side {
  padding: 0 10px 10px 10px;
}
.site_side_container .info_sidebar .item-block.side-nav-block .item .nav-side li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #555;
}
.site_side_container .info_sidebar .item-block.side-nav-block .item .nav-side li a .iconfont {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .site_side_container .info_sidebar .item-block.side-nav-block {
    display: block;
  }
}
.site_side_container .side-copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 20px 0;
}
.site_side_container .side-copyright a {
  color: #999;
}

@media screen and (max-width: 768px) {
  .header_sliding_sidebar_control {
    margin-left: auto;
  }
  header {
    top: 20px;
  }
  header .header-container a h1 {
    font-size: 20px;
  }
  header .header-container nav {
    display: none;
  }
  .header-banner {
    overflow: hidden;
    height: 295px;
    margin-bottom: 10px;
  }
  .header-banner .hero {
    height: 100%;
  }
  .header-banner .top-image {
    padding-bottom: 73.4375%;
  }
  .wrapper .article-container .item .content .meta span.dateline {
    display: inline-block;
  }
  .wrapper .article-container .item .time-image {
    display: none;
  }
  .wrapper article .meta span {
    font-size: 12px;
  }
  .footer {
    font-size: 12px;
    padding: 30px 0;
  }
  .footer a {
    font-size: 12px;
  }
  .footer .split__title {
    line-height: 2;
  }
  .footer .split__title .icp {
    padding-left: 0;
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  .header-banner .top-image {
    padding-bottom: 650px;
  }
  .header-banner .hero .inner {
    height: 650px;
  }
}
