/* 博客Banner部分 ---start */
.blog .page-banner {
  height: 240px;
}
.blog .page-banner .banner-content { 
  align-items: center;
}
.blog .banner-img img {
  height: 140px;
}

.blog .tyun-wechat{
  display: flex;
  position: fixed;
  bottom: 110px;
  right: calc(50% - 600px);
  width: 280px;
  height: 200px;

  z-index: 1;
}
.blog .tyun-wechat .left {
  width: 200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
}
.blog .tyun-wechat .left .icon-chahao{
  position: absolute;
  top: -8px;
  left: -8px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  padding: 3px;
  border-radius: 100%;
  background: #3C6292;
}
.blog .tyun-wechat .left img{
  width: 120px;
  height: 120px;
  margin: 21px 40px 0;
}
.blog .tyun-wechat .left .txt{
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
  text-align: center;
}
.blog .tyun-wechat .right {
  cursor: pointer;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 70px;
  margin-top: 65px;
  margin-left: 10px;
  background-color: #3c6292;
}
.blog .tyun-wechat .right span {
  color: #fff;
  font-size: 40px;
}
/* 博客Banner部分 ---end */


/* 博客侧边栏部分 ---start */
.blog .blog-content {
  display: flex;
  margin-top: 70px;
}
.blog .blog-content-left {
  width: 320px;
  min-height: 500px;
}
.blog .blog-content-left #left-sidebar {
  padding-left: 0;
}
.blog .blog-content-left #left-sidebar li {
  list-style: none;
}
.blog .blog-content-left #left-sidebar li ul .children {
  padding-left: 0px;
}
.blog .blog-content-left #left-sidebar li a{
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
.blog .blog-content-left #left-sidebar .widget-title {
  padding-bottom: 11px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}

.blog .blog-content-left .widget-title .icon-article {
  display: inline-block;
  color: #3C6292;
  width: 26px;
  height: 26px;
  background: #dfe3ef;
  border-radius: 30px;
  vertical-align: top; 
  margin-right: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
}

.blog .blog-content-left #left-sidebar .widget {
  margin-bottom: 20px;
  background: #F7F7FC;
  border-radius: 14px;
  padding: 30px 30px 45px 30px;
}

.blog .blog-content-left #left-sidebar .widget_categories ul > li > a {
  display: inline-block;
}
.blog .blog-content-left #left-sidebar .widget_categories .children .cat-item {
  margin-left: 19px;
  line-height: 30px;
  font-weight: 400;
  color: #666;
}
.blog .blog-content-left #left-sidebar .widget_categories .children li {
  cursor: pointer;
}
.blog .blog-content-left #left-sidebar .widget_categories .children li:hover {
  margin-left: 19px;
  width: 165px;
  background: #3C6292;
  border-radius: 5px;
  color: #fff;
  padding-left: 5px;
}
.blog .blog-content-left #left-sidebar .widget_categories .children li:hover a{
  color: #fff;
}
.blog .blog-content-left #left-sidebar .widget_categories .children li a:hover {
  color: #fff;
}
.blog .blog-content-left #left-sidebar .widget_categories .children .cat-item a{
  font-size: 13px !important;
  padding-bottom: 0;
  color: #666;
}

.blog .blog-content-left #left-sidebar .widget_recent_entries li {
  line-height: 31px;
}
.blog .blog-content-left #left-sidebar .widget_recent_entries ul > li > a {
  display: inline-block;
  width: 230px;
  font-size:15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog .blog-content-left #left-sidebar .widget_recent_entries ul li .post-date {
  display: none;
}

.blog .blog-content-left #left-sidebar .widget_tag_cloud .tagcloud {
  margin-left: 40px;
}
.blog .blog-content-left #left-sidebar .widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 0 6px 6px 0;
}

.blog .blog-content-left #left-sidebar .widget_archive li {
  margin-bottom: 10px;
}


.blog .blog-content-left #left-sidebar .widget_media_image img {
  width: 210px;
}

.blog .blog-content-right {
  flex: 1;
  min-width: 0;
  padding-left: 80px;
}
.blog .blog-content-right .sitemap-list {
  padding-left: 0px;
}
.blog .blog-content-right .cat-title {
  color: #393939;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 27px;
  border-bottom: 1px solid #ededed;
}
.blog .blog-content-right ul li{
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;
  clear: both;
}
.blog .blog-content-right ul li .article-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 21px;
  margin-top: 8px;
}
.blog .blog-content-right ul li .article-excerpt {
  color: #666666;
}
.blog .blog-content-right ul li .article-excerpt p{
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}
.blog .blog-content-right ul li .article-meta {
  margin-top: 10px;
}
.blog .blog-content-right ul li .article-meta span,
.blog .blog-content-right ul li .article-meta span a {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  line-height: 22px;
}
.blog .blog-content-right ul li .article-meta .icon-qianjin {
  color: #3C6292;
}

.blog .blog-content-right ul li .article-more {
  cursor: pointer;
  color: #0366d6;
  font-size: 14px;
  float: right;
  padding-right: 15px;
}
.blog .blog-content-right ul .post-thumbnail {
  float: left;
  margin-right: 20px;
}
.blog .blog-content-right ul .post-thumbnail img{
  width: 240px;
  height: 158px;
  border-radius: 14px;
}

.blog .blog-page {
  text-align: right;
  margin-bottom: 60px;
}
.blog .blog-page .screen-reader-text {
  display: none;
}
.blog .blog-page a {
  color: #333;
  text-decoration: none;
}
.blog .blog-page .current {
  color: #6cb8d3;
}
.blog .blog-page .page-numbers {
  font-size: 15px;
  padding: 0 8px;
  font-weight: bolder;
}
.blog .blog-page a:hover {
  text-decoration: underline;
}


.blog .article-page {
  padding: 35px 0 60px;
  clear: both;
}
.blog .article-page a {
  color: #0366d6;
  font-size: 14px;
  padding: 0 6px;
  text-decoration: none;
}
.blog .article-page a:hover {
  text-decoration: underline;
}
.blog .article-page-left {
  float: left;
}
.blog .article-page-right {
  float: right;
}
/* 博客侧边栏部分 ---end */