body {
  color: #232323;
  font-size: 14px;
  line-height: 1.42857;
  background-color: #f8fafc !important;
}
*, ::after, ::before {
  box-sizing: border-box;
}
a, a:hover {
  text-decoration: none;
}
.wrap{
  width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  position: relative;
}

.flex{display: flex}
.flex-wrap{flex-wrap: wrap;}
.flex-column{flex-direction: column;}
.align-center{align-items: center;}
.just-center{justify-content: center;}
.just-between{justify-content: space-between;}
.justify-between{justify-content: space-between;}

.main, .main-archive {
  display: block;

  transition: all .3s ease-out 0s;
  width: 860px;
}
.sidebar {

  width: 300px;
}

.entry-main{
  background: white;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}
.entry .entry-head {
  margin-bottom: 20px;
}
.entry .entry-title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 0;
}
.entry .entry-info {
  color: #1a1a1a99;
  padding-bottom: 10px;
}
.nickname{color: #206be7;}
.entry .entry-info .dot {
  color: #1a1a1a99;
  margin: 0 5px;
}
.entry .entry-content {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  position: relative;
  counter-reset: footnotes;
}
.entry .entry-content .entry-copyright p {
  margin-bottom: 8px;
  text-align: left;
  text-indent: 0;
}
.entry .entry-content .entry-copyright span {
  color: #1a1a1acc;
}

.entry .entry-content p {
  line-height: 1.8;
  margin: 0 0 20px;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.entry .entry-content img{
    width: 100%;
    display: inline-block;
}
.entry .entry-content .entry-copyright {
  background: #1a1a1a08;
  border: 1px solid #1a1a1a12;
  border-radius: 8px;
  color: #1a1a1a99;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
  padding: 15px;
}
.entry-related-title {
  padding: 0 0 0 12px;
  position: relative;
}
.entry-related-title::before {
  background-color: #206be7;
  background-image: linear-gradient(180deg,hsla(0,0%,100%,.15),transparent);
  border-radius: 3px;
  content: "";
  height: calc(100% - 2px);
  left: 0;
  position: absolute;
  top: 1px;
  width: 3px;
}
.entry-related-posts {
  background: white;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}
.post-loop-default {
  margin: -10px -20px 0;
  padding: 0 20px;
  list-style: none;
}
.post-loop-default .item {
  align-items: stretch;
  border-bottom: 1px solid #1a1a1a12;
  display: flex;
  overflow: hidden;
  padding: 20px 0;
  transition: all .3s ease 0s;
}
.post-loop-default .item-img {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  transition: box-shadow .3s ease 0s;
  width: 30%;
}
.post-loop-default .item-img .item-img-inner {
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
}
.post-loop-default .item-img .item-img-inner::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.post-loop-default .item-img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all .3s ease-out 0s;
  width: 100%;
}
.post-loop-default .item-category {
  background: rgba(0,0,0,.5);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  left: 10px;
  line-height: 14px;
  padding: 4px 8px;
  position: absolute;
  text-decoration: none;
  top: 10px;
}
.post-loop-default .item-content {
  display: grid;
  grid-template-rows: min-content auto 24px;
  padding-left: 20px;
  row-gap: 0;
  width: 100%;
}
.post-loop-default .item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 10px;
}
.post-loop-default .item-title a {
  color: #1a1a1a;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-decoration: none;
}
.post-loop-default .item-excerpt {
  color: #1a1a1acc;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 15px;
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.post-loop-default .item-excerpt p {
  margin-bottom: 0;
}
.post-loop-default .item-meta {
  color: #1a1a1a99;
  font-size: 12px;
  line-height: 24px;
}
.post-loop-default .item-meta .author {
  display: inline-block;
  margin-right: 15px;
  line-height: inherit;
  vertical-align: top;
}
.post-loop-default .item-meta a.avatar {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: top;
  color: #1a1a1a99;
  text-decoration: none;
}
.post-loop-default .item-meta a.avatar img {
  background: #f5f5f5;
  border-radius: 50%;
  display: inline-block;
  height: 24px;
  margin-right: 3px;
  vertical-align: top;
  width: 24px;
}
.post-loop-default .item-meta .item-meta-right {
  float: right;
  line-height: inherit;
}
.post-loop-default .item-meta .item-meta-li:last-child {
  margin-right: 0;
}
.post-loop-default .item-meta .item-meta-li {
  display: inline-block;
  line-height: inherit;
  margin-right: 15px;
  vertical-align: top;
}
.post-loop-default .item:hover {
  background: #1a1a1a08;
  border-radius: 10px;
  margin: 0 -20px;
  padding: 20px;
  transition: all .3s ease 0s;
}

.widget {
  background:#fff;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
}
.widget-title{
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 2px 0 15px;
  padding: 0 0 0 12px;
  position: relative;
}
.widget-title::before{
  background-color:#206be7;
  background-image: linear-gradient(180deg,hsla(0,0%,100%,.15),transparent);
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}
.widget ul li {
  line-height: 1.46;
  padding: 5px 0 10px 12px;
  position: relative;
}
.widget ul a:hover {
  color: #1162e8;
  text-decoration: none;
}
.widget .item {
  border-bottom: 1px dashed #1a1a1a12;
  display: flex;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
  width: 100%;
}
.widget .item-img {
  border-radius: 5px;
  flex-shrink: 0;
  overflow: hidden;
  width: 100px;
}
.widget .item-img-inner {
  display: block;
}
.widget .item-img img {
  display: block;
  height: auto;
  transition: all .3s ease-out 0s;
  width: 100%;
}
.widget .item-content {
  flex-shrink: 1;
  margin-left: 10px;
  position: relative;
  width: calc(100% - 110px);
}
.widget .item-title {
  height: 38px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.4;
}
.widget .item-title a {
  color: #1a1a1a;
}
.widget .item-date {
  bottom: 0;
  color: #1a1a1a99;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  position: absolute;
}
.entry-page {
  margin-bottom: 20px;
  overflow: hidden;
}
.entry-page-next, .entry-page-prev {
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
  float: left;
  overflow: hidden;
  padding: 60px 15px 10px;
  position: relative;
  width: 49%;
}
.entry-page-next::before, .entry-page-prev::before {
  background: rgba(0,0,0,.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-page-next a, .entry-page-prev a {
  color: #fff;
  font-size: 16px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.entry-page-next a span, .entry-page-prev a span {
  display: block;
  height: 50px;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 15px 0;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.entry-page-next .entry-page-info, .entry-page-prev .entry-page-info {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  position: relative;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.entry-page-next {
  float: right;
}
.entry-page-next a:hover, .entry-page-prev a:hover {
  color: #fff;
  text-decoration: none;
}

.item-img img{border-radius: 0.75rem}
.shadow-sm .item-title a{
  color: rgb(26, 26, 26);
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-decoration: none;
}
.p15{padding: 15px}
.shadow-sm.post-loop .item-excerpt{margin-bottom: 5px}

.shadow-sm.post-loop .item-img img{object-fit: unset;}
@media (max-width:767px){
  .p15{padding: 0 10px}
  .p15 .item-title a{-webkit-line-clamp: 1 !important;}
  .wrap,.main{width: 100%}
  .entry-main{padding: 10px}
  .entry .entry-content .entry-copyright{padding: 5px}
  .sidebar{display: none}
  .entry-page-next, .entry-page-prev{width: 100%}
  .entry-page-prev{margin-bottom: 15px}
  .post-loop-default .item-excerpt{display: none}
  .post-loop-default .item-meta .item-meta-right{float: left;}
  .post-loop-default .item-content,.post-loop .item-content {
    grid-template-rows: auto 0 16px;
    padding-left: 10px;
  }
  .post-loop-default .item-title,.post-loop.item-title {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.36;
  }
  .post-loop-default .item-meta,.post-loop .item-meta {
    line-height: 16px;
  }
  .post-loop-default .item-img ,.post-loop .item-img{
    width: 33%;
  }
  .post-loop-default .item-category ,.post-loop .item-category{
    display: none;
  }
  .post-loop.item-excerpt{display: none}
}

/*list*/
.sec-panel.sec-panel-default{
  padding-bottom: 20px;
  background: white;
  margin-bottom: 20px;
}
.sec-panel-default .sec-panel-head{
  padding-bottom: 15px;
  margin-bottom: 0;
  padding: 20px 20px 0;
  overflow: hidden;
  position: relative;
}
.sec-panel-default .sec-panel-head h1{
  color: #1a1a1a;
  border-bottom: 0;
  font-size: 22px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.sec-panel-head h1 span{
  display: inline-block;
  position: relative;
}
.main > .sec-panel > .sec-panel-body{padding: 0}
.post-loop-default {
  margin: 0 0 20px;
  padding: 0 20px;
  list-style: none;
}
.post-loop .item {
  align-items: stretch;
  border-bottom: 1px solid #1a1a1a12;
  display: flex;
  overflow: hidden;
  padding: 20px 0;
  transition: all .3s ease 0s;
}
.post-loop .item-img {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  transition: box-shadow .3s ease 0s;
  width: 30%;
}
.post-loop .item-img .item-img-inner {
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
}
.post-loop .item-img .item-img-inner::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.post-loop .item-img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all .3s ease-out 0s;
  width: 100%;
}
.post-loop .item-category {
  background: #00000080;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  left: 10px;
  line-height: 14px;
  padding: 4px 8px;
  position: absolute;
  text-decoration: none;
  top: 10px;
}
.post-loop .item-content {
  display: grid;
  grid-template-rows: min-content auto 24px;
  padding-left: 20px;
  row-gap: 0;
  width: 100%;
}
.post-loop .item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 10px;
}
.post-loop .item-title a {
  color: #1a1a1a;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-decoration: none;
}
.post-loop .item-excerpt {
  color: #1a1a1acc;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 15px;
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.post-loop .item-excerpt p {
  margin-bottom: 0;
}
.post-loop .item-meta {
  color: #1a1a1a99;
  font-size: 12px;
  line-height: 24px;
}

.post-loop .item-meta .item-meta-li {
  display: inline-block;
  line-height: inherit;
  margin-right: 15px;
  vertical-align: top;
}
.post-loop.item-meta .item-meta-right {
  float: right;
  line-height: inherit;
}
.post-loop .item-img .item-img-inner:hover {
  box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
  transition: box-shadow .3s ease 0s;
}
.post-loop .item-img .item-img-inner:hover img {
  transform: scale(1.03);
  transition: all .3s ease-out 0s;
}
.post-loop .item-title a:hover {
  color: #1162e8;
}

@media (max-width:767px){
  .wrap,.main{width: 100%}
  .sidebar{display: none}
  .post-loop .item-content {
    grid-template-rows: auto 0 16px;
    padding-left: 10px;
  }
  .post-loop-default {padding: 0}
  .post-loop.item-title {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.36;
  }
  .post-loop .item-meta {
    line-height: 16px;
  }
  .post-loop .item-img{
    width: 33%;
  }
  .post-loop .item-category{
    display: none;
  }
  .post-loop.item-excerpt{display: none}
  .text-4xl {font-size: 1.5rem !important;}
  .text-xl {font-size: 1rem !important;}
  .py-16 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

.flex-row{flex-wrap:wrap}
