/*
Theme Name: IMCN2026
Theme URI: https://imcn.me
Author: chinacnd
Author URI: https://imcn.me
Description: imcntheme
Version: 1.7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: cnd

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

iframe {
	max-width: 100% !important;
/* 	max-height: 200px; */
}
._r4ujwguxowr {
	max-height: 200px;
}
body {
	padding-top: 56px;
	font-family: 'Microsoft Yahei', system-ui, -apple-system, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}
footer {
	color: #666;
	text-align: center;
	margin-top: 0.5em;
	font-size: 12px;
	border-color: #e7e7e7;
}
footer a {
	color: #666;
}
a {
	font-family: inherit;
}
a:hover,a:focus {
	text-decoration:none !important;
}
blockquote {
	font-size: 14px !important;
	clear: both;
	display:block;
	overflow: auto;
	color:#555;
	background-color:#F3F3F3;
	font-style:italic;
}
code {
	clear: both;
	display: inline-block;
	overflow: auto;
	border: 1px solid #ddd;
	margin: 2px 5px;
	padding: 2px 8px !important;
	background-color: #f5f5f5 !important;
	color: #e83e8c !important;
	border-radius: 4px;
	font-size: 0.9em;
	white-space: pre-wrap;
	word-wrap: break-word;
	max-width: 100%;
}
pre {
	clear: both;
	overflow: auto;
	border: 1px solid #e0e0e0;
	margin: 15px 0;
	padding: 15px !important;
	background-color: #282c34 !important;
	color: #abb2bf !important;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.6;
	white-space: pre;
	word-wrap: normal;
	max-width: 100%;
}
pre code {
	display: block;
	overflow-x: auto;
	border: none;
	margin: 0;
	padding: 0 !important;
	background-color: transparent !important;
	color: inherit !important;
	white-space: pre;
}
.zhanwei {
	padding: 15px;
}
.btn a {
	color: #FFFFFF;
}
.btn a:hover {
	color: #EFEFEF;
}
.nav-item-divider {
    height: 1px;
    background: #D5DCE5;
	margin-top: 15px;
    margin-bottom: 15px;
	list-style: none;
}

.usercons {
	font-size: 14px;
}
.dropdown-menu a {
	color:#111;
}
.logo img {
	float: left;
	height: 50px;
	font-size: 18px;
	line-height: 20px;
}
.menu-item{
	padding: 0.1px;
}
.active a {
	color:#000;
	font-weight: bold;
}
.glyphicon {
	margin-right: .25em;
	width: auto;
	height: auto;
	line-height: 1;
}
.swiper-button-next {
	font-size: 2.0em;
}
.swiper-button-prev {
	font-size: 2.0em;
}
.banner {
	padding: 20px 15px 0px 15px;
}
.swiper {
	margin-bottom: 20px;
}
.swiper-s {
	z-index: 10;
	position: absolute;
	left: 0em;
	top: 0%;
	font-size: 1.3em;
	font-weight: 600;
	width: 100%;
	height: 100%;
}
.c-index {
	background: #f9f9f9;
	border-radius:5px;
	overflow: hidden;
}
.row.c-index .col-md-8,
.row.c-index .col-md-4 {
	min-width: 0;
}
.stitle {
	color: #FFF;
	text-shadow: rgba(0,0,0,.6) 0 0 10px;
	font-family: 'Microsoft Yahei';
	padding: 15px;
	background-color:#333;
	opacity:0.75;
	font-size: 15px;
}
.share-center {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.share {
	width: 280px;
	text-align: center;
	margin: 0 auto;
}
.content {
/* 	border-top: 1px solid #E7E7E7; */
/* 	border-left: 1px solid #E7E7E7; */
/* 	border-right: 1px solid #E7E7E7; */
	background-color: #ffffff;
}
.content h1 {
  font-size: 1.25rem !important;
  padding: 10px 0;
  font-weight: 600 !important;
}
.content h2{
  font-size: 1.1rem !important;
  padding: 10px 0;
  font-weight: 600 !important;
}
.content h3 {
  font-size: 1.0rem !important;
  padding: 10px 0;
  font-weight: 600 !important;
}
.content h4 {
  font-size: 0.9rem !important;
  padding: 10px 0;
  font-weight: 600 !important;
}
.thumba {
	margin: 5px 0px;
	padding: 0px !important;
	width: 100%;
}
.thumba img {
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.post .thumba {
		margin-bottom: 10px;
		margin-top: 12px;
	}
}

.post {
    clear: both;
    margin-bottom: 0px;
    padding: 0px 0 0 0;
    font-family: "Microsoft Yahei", "Arial", HELVETICA;
    color: #666;
	transition: background 0.2s;
	border-top: 1px solid #EDEDED;
	font-size: 15px;
}
.post :hover {
	background-color: #F9F9F9;
}
.post p {
    font-family: "Microsoft Yahei", "Arial", HELVETICA;
    color: #666;
	font-size: 15px;
}
.content {
  padding: 0 0 25px 0;
  border-radius: 5px 0 0 5px;
  min-width: 0;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
.content pre,
.sider-top pre {
  white-space: pre-wrap;
  word-break: break-word;
}
.content img,
.content iframe,
.content table,
.content video,
.content embed,
.content object {
  max-width: 100% !important;
  height: auto;
}
.content-in {
	margin-bottom: 15px;
}
.index-content {
	padding: 15px 0 30px 0;
	background-color: #FFFFFF;
	border-radius: 5px 0 0 5px;
}
.index-content .title {
	padding: 8px 0;
}
.index-content .title a{
	margin-top: 5px;
	font-size: 17px;
	color: #333;
	font-weight: 600;
}
.index-content .title a:hover{
	color: #007bff;
}
.sider-top {
	padding-top: 13px;
/* 	border-top: 1px solid #E7E7E7; */
	background: #FFF;
	border-radius: 0 5px 5px 0;
	min-width: 0;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

.index-content .col-xs-4 {
	padding: 0 10px 0 0px !important;
}
.index-table {
	text-align:center;
	/* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); */
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.index-table a {
	color: #666;
}
.inav-item {
	flex: 1;
	text-align: center;
	padding: 12px 8px;
	border-radius: 0px;
	transition: all 0.3s ease;
	border-bottom: 1px solid #efefef;
}
.inav-item:hover {
	background: #e9ecef;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	transform: translateY(-2px);
}
.inav-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #2c3e66;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}
.inav-link i {
	font-size: 15px;
	color: #27282d;
	transition: color 0.3s ease;
}
.inav-item:hover .inav-link i {
	color: #27282d;
}
.inav-item:hover .inav-link {
	color: #333;
}
.table th {
	border-bottom: 1px solid #dee2e6;
}
.date {
	margin-top:1px;
}
.panel-r {
	margin-bottom: 20px;
	background: #f9f9f9;
	border-radius: 8px;
	padding: 15px;
}
.panel-r a {
	color: #555;
}
.panel-r ul {
	padding: 0px;
	margin: 0;
}
.panel-r li {
	padding: 10px 10px;
	font-size: 15px;
	list-style: none;
	border-bottom: none;
	transition: background 0.2s;
}
.panel-r li:hover {
	background: #fff;
	border-radius: 4px;
}
.panel-r li a {
	color: #666;
	display: block;
}
.panel-r li a:hover,a:focus {
	color: #667eea;
}
.panel-r-title {
	color: #333;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	background: transparent;
}
.imcn_mu {
	padding:27px 0px;
}
.imcn_mu2 {
	padding:8px 0px;
}

.wp-block-latest-comments,
.wp-block-latest-comments__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.wp-block-latest-comments__comment {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 10px;
	border-bottom: none;
	background: #fff;
	margin-bottom: 8px;
	border-radius: 6px;
	transition: all 0.2s;
}
.wp-block-latest-comments__comment:hover {
	background: #f5f5f5;
}
.wp-block-latest-comments__comment-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	flex-shrink: 0;
}
.wp-block-latest-comments__comment-excerpt {
	flex: 1;
	font-size: 13px;
	line-height: 1.5;
	color: #666;
}
.wp-block-latest-comments__comment-excerpt p {
	margin: 0 0 5px 0;
}
.wp-block-latest-comments__comment-meta {
	font-size: 12px;
	color: #999;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}
.wp-block-latest-comments__comment-meta a {
	color: #667eea;
	text-decoration: none;
}
.wp-block-latest-comments__comment-meta a:hover {
	text-decoration: underline;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
	display: inline;
}
.btn-info a {
	color: #fff;
}
.form_imcn {
	margin: 1em 0;
	font-family: 'Microsoft Yahei';
	color: #666;
}
.form_imcn img {
	background: #F6F6F6;
	border-left: 1px solid #ced4da;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;	
}
.form_imcn_button {
	margin: 0.5em 0;
	font-family: 'Microsoft Yahei';
	color: #666;
	list-style: none;
}
.content {
	word-wrap:break-word;
	word-break:break-all;
}
.content p {
	font-family: 'Microsoft Yahei';
	line-height: 1.8;
	color: #0e0e0e;
	margin: 0px;
	font-size: 16px;
}
.content img {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* Comment's List */
.comment-user a {
	color: #777;
}
.author a,
.text-gray-dark a {
	color: #003954;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.thumba {
	padding: 0px !important;
}
.thumba img {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.thumba {
		margin-bottom: 10px;
	}
	.thumba img {
		width: 100%;
		height: auto;
	}
}
.col-md-8 img {
	display: block;
	max-width: 100%;
	height: auto;
}
.col-md-4 h3 a {
	color: #555;
}
.loaded {
	border: 0px;
	margin: 0px 0 7px 0;
}
.article-title {
	line-height: 36px;
	font-size: 1.0em;
	text-align: center;
}
.article-title h1 {
	font-size: 1.4em !important;
	color: #141414;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	display: inline;
}
.article-title h3 {
	color: #141414;
}
/* 首页列表标题 h2 样式 */
.title .post-title {
	font-size: clamp(0.85rem, 2.8vw, 1rem);
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-weight: 600;
	display: inline;
}
.post-title a {
	color: #333;
	font-size: clamp(0.85rem, 2.8vw, 1rem);
	font-weight: 600;
}
.article-meta {
	padding: 5px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	color: #666;
}
.article-meta a {
	color: #666;
}
.page_navi{overflow:hidden;width:100%;text-align:center;margin-top: 20px;}

.block-head {
	border-bottom: 1px solid #dedede;
}
.related_posts{margin:5px 0 10px 0;}
.related_posts li {
	border-bottom: solid 1px #eee;
	padding: 8px 15px;
	font-size: 14px;
	list-style: none;
}
.related_posts li a {
	color: #666;
}
.related {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.related_img{width:100%;height:0;}
.related_img li {list-style: none;}
.related_img a {color: #666;}
.related_box{float:left;overflow:hidden;margin-top:5px;width:242px;margin-bottom:5px;}
.related_box:hover{background:#f9f9f9}
.related_box .r_title{width:auto;height:60px;font-weight:400;font-size:14px;margin:0 10px;overflow:hidden;}
.related_box .r_pic{margin:5px}
.related_box .r_pic img{width:235px;height:145px;background:#fff;padding:2px}

.f-link {
	padding-top: 20px;
}
.copyright {
	padding: 20px;
	border-top: 1px dotted #303030;
}
.linkcat {
	list-style: none;
}
.linkcat h2 {
	color: #777;
	font-size: 1.3em;
	margin: 0px 0 10px 0;
	font-family: 'Microsoft Yahei';
	font-weight: bold;
	border-bottom: 1px dotted #444;
	height: 26px;
}
.blogroll {
	padding: 0 0 10px 0 !important;
	margin-bottom: 15px;
	border-bottom: 1px dotted #666;
}
.blogroll a {
	color: #777;
	font-family: 'Microsoft Yahei';
	font-size: 1.0em;
	padding: 2px;
}
.tagcloud a {
	font-size: 14px !important;
	padding: 6px 8px;
	background: #f7f7f7;
	display: inline-block;
	margin: 0 1px 1px 0;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	color: #444;
}
.tagcloud a:hover {
	background: #f3f3f3;
}
.imcn-thumb-wrap {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 4px;
}
.post .post_format-post-format-video {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	background: rgba(0,0,0,0.55);
	border: 2px solid rgba(255,255,255,0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.85;
	transition: opacity 0.2s, transform 0.2s, background 0.2s;
	pointer-events: none;
}
.post .post_format-post-format-video::before {
	content: "\f04b";
	font-family: FontAwesome;
	color: #fff;
	font-size: 18px;
	margin-left: 3px;
}
.imcn-thumb-wrap:hover .post_format-post-format-video {
	opacity: 1;
	background: rgba(0,0,0,0.7);
	transform: translate(-50%, -50%) scale(1.08);
}
.post .post_format-post-format-audio {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	background: rgba(0,0,0,0.55);
	border: 2px solid rgba(255,255,255,0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.85;
	transition: opacity 0.2s, transform 0.2s, background 0.2s;
	pointer-events: none;
}
.post .post_format-post-format-audio::before {
	content: "\f025";
	font-family: FontAwesome;
	color: #fff;
	font-size: 18px;
}
.imcn-thumb-wrap:hover .post_format-post-format-audio {
	opacity: 1;
	background: rgba(0,0,0,0.7);
	transform: translate(-50%, -50%) scale(1.08);
}
.article-meta {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}
.meta {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}
.meta a {
	color: #999;
	font-size: 12px;
}
.btn-s {
	border-radius: 0 5px 5px 0 !important;
}
.imcn_panel {
	padding-top: 2px;
}
.imcn_panel a {
	float: right;
	color: #999;
}
.swiper-container {
	width: 729px;
	height: 377px;
}

@media (max-width: 768px) {
	.swiper-container {
		width: 100% !important;
		height: 250px !important;
		max-width: 100%;
	}
	.swiper-slide img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}
}

@media (max-width: 480px) {
	.swiper-container {
		height: 180px !important;
	}
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.imcn_label {
	z-index: 10;
	position: absolute !important;
	left: 0em;
	top: 0em;
	border-radius: 0px;
	opacity: 0.8;
}
.imcn_label a {
	color: #FFF;
	font-size: 12px;
	padding: 2px 5px;
	background-color:#7d6966;
	margin: 1px;
}
.page_title {
	font-size: 26px;
	font-weight: 400;
	color: #1b334b;
	padding: 30px 0;
	text-align: center;
	text-shadow: rgba(0,0,0,.3) 0 0 10px;
	font-family: 'Microsoft Yahei';
}
.baiduads {
	margin: 10px 0 20px 0;
}
.vote {
	text-align: center;
	padding: 25px 10px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.vote-btn {
	display: inline-block;
	padding: 6px 10px;
	width: 150px;
	text-align: center;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
	border: 1px solid transparent;
	user-select: none;
}
.vote-btn-up {
	color: #2e7d32;
	background: #e8f5e9;
	border-color: #c8e6c9;
}
.vote-btn-up:hover {
	background: #2e7d32;
	color: #fff;
	border-color: #2e7d32;
}
.vote-btn-down {
	color: #c62828;
	background: #fce4ec;
	border-color: #f8bbd0;
}
.vote-btn-down:hover {
	background: #c62828;
	color: #fff;
	border-color: #c62828;
}
.vote-btn .vote-count {
	font-variant-numeric: tabular-nums;
}
.vote-btn i {
	font-size: 14px;
	margin-right: 3px;
}
.vote-btn-up {
	color: #2e7d32;
	background: #e8f5e9;
	border-color: #a5d6a7;
}
.vote-btn-up:hover {
	background: #2e7d32;
	color: #fff;
	border-color: #2e7d32;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(46,125,50,0.3);
}
.vote-btn-up:active {
	transform: translateY(0);
	box-shadow: none;
}
.vote-btn-down {
	color: #b71c1c;
	background: #fce4ec;
	border-color: #f48fb1;
}
.vote-btn-down:hover {
	background: #b71c1c;
	color: #fff;
	border-color: #b71c1c;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(183,28,28,0.3);
}
.vote-btn-down:active {
	transform: translateY(0);
	box-shadow: none;
}
.vote-btn .vote-count {
	font-variant-numeric: tabular-nums;
}
.vote-btn-disabled {
	pointer-events: none;
	opacity: 0.8;
}
.vote-btn i {
	font-size: 15px;
}

/* 侧边栏悬浮 */
.affix {
	position: fixed;
	width: 330px;
	top:100px;
}
.nav-tabs{
	width: 360px;
	margin-top: 20px;
}
.nav-tabs.affix{
	top: 77px; /* Set the top position of pinned element */
}
.juanzheng th {
	text-align: center;
}
.navbar-default {
	-webkit-box-shadow: inset 0 0px 0 #FFF,0 0px 0px #FFF !important;
	box-shadow: inset 0 0px 0 #FFF,0 0px 0px #FFF !important;
}/* 投稿插件 AccessPress Anonymous Post 格式 */
#ap_form_content_editor_ifr {
	height: 300px !important;
}
/* 面包屑导航 */
ul.breadcrumbs {  
	list-style: none;  
	padding: 2px;  
	margin: 0;  
	font-size:12px;
	line-height: 38px;
}  
ul.breadcrumbs li {  
	float: left;  
	margin: 0 5px 0 0;  
	padding: 0; 
	color:#999;
}
ul.breadcrumbs li a {
	color: #999;
}
.bread {
	padding: 0 20px;
}
/* 订阅表单整体样式 */
#accordion form[method="post"] {
  max-width: 480px;
  margin: 30px 0;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* 输入框标签样式 */
#accordion form[method="post"] p {
  margin: 0 0 15px;
}

/* 邮箱输入框 */
#accordion form[method="post"] input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* 输入框聚焦效果 */
#accordion form[method="post"] input[type="email"]:focus {
  border-color: #007cba;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.15);
}

/* 订阅按钮 */
#accordion form[method="post"] input[type="submit"] {
  display: inline-block;
  width: 100%;
  padding: 12px;
  background: #007cba;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* 按钮 hover 效果 */
#accordion form[method="post"] input[type="submit"]:hover {
  background: #006ba1;
}

/* 标签文字 */
#accordion form[method="post"] label {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  display: block;
  margin-bottom: 8px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
	background:#c5c5c5;
}
.label:hover {
	color: #fff;
	background:#007cba;
}
.rela a{
	font-size:16px;
	font-weight:600;
	color:#333;
}
.rela .inav-link {
	font-size: 14px;
}
.sticky-label {
	display: inline-block;
	background: #f0ad4e;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 1px 6px;
	border-radius: 3px;
	margin-right: 6px;
	vertical-align: middle;
	line-height: 1.4;
}
.weibo-share-wrapper {
    margin: 30px 0 20px;
    text-align: center;
}

.weibo-share-btn {
    display: inline-flex;
    align-items: center;
    background: #ff8200;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: opacity 0.3s;
}

.weibo-share-btn:hover {
    opacity: 0.85;
    color: #fff;
}

/* ---- Author card in sidebar ---- */
.sider-top .media {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 20px !important;
    margin-bottom: 0;
    transition: box-shadow 0.2s;
}
.sider-top .media:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.sider-top .media .bd-placeholder-img {
    flex-shrink: 0;
    margin-right: 15px;
}
.sider-top .media .bd-placeholder-img a {
    display: block;
}
.sider-top .media .bd-placeholder-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    object-fit: cover;
    transition: border-color 0.2s;
}
.sider-top .media:hover .bd-placeholder-img img {
    border-color: #0083b4;
}
.sider-top .media .author {
    flex: 1;
    min-width: 0;
}
.sider-top .media .author strong.d-block {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}
.sider-top .media .author strong.d-block a {
    color: #003954;
    text-decoration: none;
    transition: color 0.2s;
}
.sider-top .media .author strong.d-block a:hover {
    color: #0083b4;
}
.sider-top .media .author strong.d-block a .fn {
    font-size: 16px;
}
.sider-top .media .author strong.d-block a[target="_blank"] {
    display: inline-block;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 1px 10px;
    transition: all 0.2s;
}
.sider-top .media .author strong.d-block a[target="_blank"]:hover {
    color: #0083b4;
    border-color: #0083b4;
    background: rgba(0,131,180,0.04);
}
.sider-top .media .author strong.d-block a[target="_blank"] i {
    margin-right: 2px;
}
.sider-top .media .author_description {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}
.sider-top .media .author_description p {
    margin-bottom: 2px;
}
.sider-top .media .author_description p i {
    color: #0083b4;
    margin-right: 4px;
    width: 14px;
    text-align: center;
}
.sider-top .media .author_description p a {
    color: #0083b4;
    font-weight: 500;
}
.sider-top .media + hr {
    margin-top: 20px;
}