/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

/* Localization overrides */
.blog-card .blog-card-hl:after {
	content: "推荐阅读" !important;
}

.external-blog-card .blog-card-hl:after {
	content: "前往外部站点" !important;
}

.concept-box1:before,
.designsample .concept-box1:before {
	content: "要点" !important;
}

.concept-box2:before,
.designsample .concept-box2:before {
	content: "注意" !important;
}

.concept-box3:before,
.designsample .concept-box3:before {
	content: "好例" !important;
}

.concept-box4:before,
.designsample .concept-box4:before {
	content: "坏例" !important;
}

.concept-box5:before,
.designsample .concept-box5:before {
	content: "参考" !important;
}

.concept-box6:before,
.designsample .concept-box6:before {
	content: "备注" !important;
}

/* 修改正文行间距 */

.cps-post-main p {
  padding-bottom: 0rem;
}

/* 修改正文图片下方兼具 */

.cps-post-main img {
  margin-bottom: 7px;
}

/* 修改正文段落上下边距 */

.cps-post-main p {
  padding-bottom: 2px;
}

/* 修改文章引用上下边框 */

.cps-post-main blockquote {
  padding: 2.4em 2.6em 2.4em 3em;
}

/* 页脚文字模糊修正 */

@media (min-width: 768px) {
  #footer-widget-area.footer_type1 {
    font-weight: normal !important;
  }
}

/* 新浪微博字体大小 */

.my-profile .profile-sns-menu .profile-sns-menu-title {
  font-size: 0.85rem;
}

/* 首页标题文字粗细 */

@media (min-width: 768px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-title,
  .post-list-mag3col .post-list-item .post-list-inner .post-list-meta .post-list-title,
  .post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .post-list-title {
    font-weight: 400;
  }
}

/* 右侧菜单文字粗细 */

@media (min-width: 768px) {
  .widget_nav_menu ul li a {
    font-weight: 500;
  }
}

/* 正文字体间距修改 */

.cps-post-main p {
  padding-bottom: 2px;
  letter-spacing: 0.02em;
}


