﻿/*@primary-color-light: #c92d42;*/
article {
  width: 800px;
  margin: 70px auto;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
  line-height: 1.5;
}
article .post-title {
  text-align: center;
}
article h1 {
  font-weight: normal;
  font-size: 2.2rem;
}
article .H2 {
  font-size: 2.2rem;
  font-weight: 600;
}
article h2 {
  font-weight: normal;
  font-size: 1.7rem;
}
article h3 {
  font-size: 1.3rem;
  font-weight: normal;
}
article img {
  max-width: 800px;
}
article p {
  margin: 1.6rem 0;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: justify;
}
article p > img {
  height: auto;
}
article table {
  max-width: 800px;
  margin: 0 auto;
}
article table td {
  font-size: 0.95rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  text-align: justify;
}
article table td img {
  display: block;
  width: 100%;
  height: auto;
}
article section {
  height: auto;
}
article .bg-alt {
  background-color: #efefef;
}
article .container {
  width: 100%;
  max-width: 800px;
  padding: 40px 20px;
  margin: 0 auto;
}
article .category-landing-page .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
article .category-landing-page .container img {
  width: 100%;
  height: auto;
}
article .post-list {
  margin-top: 2rem;
}
article .post-entry {
  margin: 8px;
  padding: 20px;
  background-color: #efefef;
}
article .post-entry .post-image {
  margin: -20px -20px 0;
  padding-top: 110%;
  background: #f8f8f8 center center no-repeat;
  background-size: cover;
}
article .post-entry .post-title {
  height: 3.2rem;
  padding: 0 1rem;
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
article .post-entry .post-excerpt {
  height: 6rem;
  margin: 0.5rem 0 2rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
}
article .post-entry .post-link {
  transition: background-color 0.25s;
  display: block;
  padding: 0.4rem 0.6rem;
  margin: 0.5rem;
  border: 1px solid #000;
  color: #000;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  text-align: center;
  text-decoration: none;
}
article .post-entry .post-link:hover {
  background-color: #dcdcdc;
}
article .slick {
  position: relative;
}
article .slick .slick-slide {
  margin: 0 8px;
}
article .slick .slick-slide a {
  display: block;
  margin-bottom: 16px;
}
article .slick .slick-slide a img {
  width: 100%;
  height: auto;
}
article .slick .slick-prev {
  left: -50px;
  text-shadow: none;
}
article .slick .slick-prev:before {
  color: #a0a0a0;
}
article .slick .slick-next {
  right: -50px;
  text-shadow: none;
}
article .slick .slick-next:before {
  color: #a0a0a0;
}
article .section-articles-btn {
  height: 70px;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
article .section-articles-btn a:hover {
  color: #666;
}
article .section-articles-btn .more-btn-box {
  position: absolute;
  padding: 10px;
  background: #fff;
  z-index: 1;
  left: 50%;
  margin-left: -225px;
  width: 450px;
}
article .section-articles-btn .more-btn-box .more-btn {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #999;
  font-size: 18px;
}
article .section-articles-btn .more-btn-box .more-btn img {
  width: 32px;
  height: 25px;
  margin-right: 6px;
}
article .section-articles-btn .more-btn-box .more-btn:hover {
  background: #ddd;
}
article .section-articles-btn .pcy {
  width: 100%;
  display: block;
  border-top: 1px solid #999;
  position: relative;
  top: 30px;
  z-index: 0;
}
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
