/*@import url(https://blog-static.cnblogs.com/files/gshang/gshang.2019.12.11.1.css) screen and (min-width:0px);

#topics table{
display:table;
}

.footnotes hr{
display:none;
}
.postTitle2,.postBody{
word-break:break-all
}
*/
/* 导入符号字体 */
@import url(https://cdn.cnblogs.com/npm/font-awesome/css/font-awesome.min.css) screen and (min-width:0px);

/* 设置全局样式 */
@media screen and (min-width:0px) {
	* {
		box-sizing: border-box;
	}

	body {
		background-color: #f5f6f7;
		margin: 0;
		padding: 0;
	}

    /********** 去广告 **********/
	#cnblogs_ch,
    #opt_under_post,
    #cnblogs_c1,
    .under-post-card {
        display: none !important;
    }
}

/* 设置总体布局 */
@media screen and (min-width:0px) {
	#home {
		margin: 0;
		padding: 0;
		height: auto;
	}

	#main {
		max-width: 1600px;
		width: 100%;
		margin: 80px auto 0px;
		/* display: flex; */
		/* height: fit-content; */
		position: relative;
	}

	#footer {
		margin: 0 auto;
		/* margin: 0 auto; */
		padding: 20px 10px;
		text-align: center;
		color: #949494;
		background-color: transparent;
		display: none;
	}


	#sideBarMain {
		/* padding: 0 20px; */
	}

	#mainContent {
		position: absolute;
		left: 320px;
		right: 320px;
		top: 0;
		/* padding: 0 20px; */
		margin-bottom: 20px;
	}

	#sidebar_news,
	#blog-calendar,
	#leftcontentcontainer {
		width: 300px;
	}



	#leftcontentcontainer {
		position: absolute;
		right: 0;
		top: 0;
	}



}

@media screen and (max-width:1400px) {
	#leftcontentcontainer {
		position: relative !important;
	}

	#mainContent {
		right: 0px !important;
	}

}

@media screen and (max-width:1000px) {

	#mainContent,
	#sidebar_news,
	#blog-calendar,
	#leftcontentcontainer {
		position: relative !important;
		width: 100% !important;
		left: 0;
		right: 0;
	}

	#mainContent {
		padding: 0 !important;
	}

}

/****************************************************************/

/* 设置导航栏 */
@media screen and (min-width:0px) {
	#header {
		display: flex;
		top: 0;
		left: 0;
		right: 0;
		height: 60px;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		background: #fff;
		padding: 0 20px;
		position: fixed;
		z-index: 999;
	}

	#header::before {
		position: fixed;
		content: "";
		display: block;
		height: 60px;
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		/*position: absolute;*/
		background-color: #fff;
		z-index: -1;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
		margin: 0 auto;
	}

	#header::after {
		content: '';
		display: block;
		clear: both;
	}

	#blogTitle,
	#navigator {
		float: left;
	}

	#blogTitle h1 {
		font-size: 18px;
		line-height: 60px;
		margin: 0;
		padding: 0;
		float: left;
		padding: 0 20px 0 0;
		max-width: 250px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#blogTitle h1 a {
		color: #273746;
		text-decoration: none;
		max-width: 250px;
	}

	#lnkBlogLogo {
		width: auto;
		height: 60px;
		display: flex;
		display: none;
	}

	#blogTitle h2 {
		display: none;
	}


	#navList {
		margin: 0;
		padding: 0;
	}

	#navList li {
		font-size: 16px;
		float: left;
		line-height: 60px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	}

	#navList li a {
		margin: 0 10px;
		color: #666C7A;
		text-decoration: none;
	}

	#navList li:hover {
		background-color: #f0f1f2;
		color: #000 !important;
	}

	#navList li:hover a {
		color: #000 !important;
	}

	.blogStats {
		float: right;
		line-height: 60px;
		color: #666C7A;
	}

	#navigator {
		width: 100%;
	}
}

/* 设置导航栏自适应 */
@media screen and (max-width:767px) {
	#header {
		display: inline-block;
	}

	#blogTitle {
		width: 100%;
		display: inline;
	}

	#navigator {
		width: auto;
	}

	#navigator,
	#navList {
		font-size: 0;
		transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
		z-index: 2;

	}

	#navList {
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		background-color: #fff;
		display: none;
	}

	#navigator:before {
		content: "\f0c9";
		font-family: FontAwesome;
		float: right;
		color: #273746;
		right: 20px;
		position: absolute;
		line-height: 60px;
		font-size: 18px;
	}

	#navigator:hover #navList {
		border-top: 1px solid #e7eaf0;
		display: block;
	}

	#navigator:hover #navList li {
		/* display: grid; */
		width: 100%;
		text-align: center;
	}

	#navigator:hover #navList li a {
		/* display: grid; */
		width: 100%;
	}
}

/****************************************************************/

/* 设置侧边栏 */
@media screen and (min-width:0px) {

	#sidebar_news,
	#blog-calendar,
	#sidebar_search,
	#sidebar_shortcut,
	#sidebar_recentposts,
	#sidebar_toptags,
	#sidebar_scorerank,
	#sidebar_categories,
	#sidebar_recentcomments,
	#sidebar_topviewedposts,
	#sidebar_topcommentedposts,
	#sidebar_topdiggedposts {
		background-color: #fff;
		margin: 0 0 20px 0;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
	}

	.catListTitle {
		margin: 0;
		padding: 16px 16px 0 16px;
		font-size: 16px;
	}

	.catListTitle:before {
		content: '';
		width: 2px;
		border-left: 4px solid #ca0c16;
		margin-right: 10px;
	}

	#profile_block {
		padding: 16px;
	}

	#profile_block a {
		color: #333;
		text-decoration: none;
	}

	#profile_block a:hover {
		color: #ca0c16;
	}

	#blogCalendar,
	#sidebar_search_box,
	#leftcontentcontainer ul {
		padding: 16px;
		margin: 0;
	}

	#leftcontentcontainer ul li {
		list-style-type: none;
		margin-top: 8px;
	}

	#leftcontentcontainer ul a {
		color: #333;
		text-decoration: none;
	}

	#leftcontentcontainer ul a:hover {
		color: #ca0c16;
	}
}

/* 设置侧边栏自适应 */
@media screen and (max-width:767px) {
	#sideBar {
		display: none;
	}
}

/****************************************************************/

/* 设置首页每日博文 */
@media screen and (min-width:0px) {
	.day {
		margin-bottom: 1px;
		padding: 12px 24px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
		background-color: #fff;
	}

	.day .postSeparator {
		margin: 10px 0 10px 0;
		border-bottom: 1px solid #e9eaeb;
	}

	.day .dayTitle,
	.day .c_b_p_desc_readmore {
		display: none;
	}

	.day .postTitle2 {
		word-break: break-all;
		color: #3d3d3d;
		font-size: 18px;
		font-weight: 700;
		line-height: 28px;
		text-decoration: none;
		/* padding-bottom: 20px; */
	}

	.day .postTitle2:hover {
		color: #ca0c16;
	}


	.day .c_b_p_desc {
		font-size: 14px;
		color: #6b6b6b;
	}

	.day .postDesc,
	.day .postDesc a {
		color: #999;
		font-size: 13px;
		padding-top: 4px;
		text-decoration: none;
	}

	.day .desc_img {
		height: 110px;
		margin: 0px 10px 10px 0;
		width: 190px;
		float: left;
		order: -1;
		object-fit: cover;
		border-radius: 4px;
	}

	.day .postCon {
		margin-top: 10px;

	}
}

/* 设置首页每日博文自适应 */
@media screen and (max-width:767px) {
	.day .desc_img {
		max-width: 100% !important;
		width: 100% !important;
		height: auto;
		/*margin: 10px 0px !important;*/
	}

	.day .c_b_p_desc {
		display: grid;
	}

	.day .postDesc {
		display: none;
	}
}

/****************************************************************/

/* 设置翻页 */
@media screen and (min-width:0px) {

	#homepage_top_pager,
	#homepage_bottom_pager,
	.topicListFooter {
		margin: 0;
	}

	.pager,
	#nav_next_page {
		margin: 0 0 1px 0;
		background-color: #fff;
		text-align: center;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
	}

	#nav_next_page a {
		line-height: 3;
		color: #333;
		text-decoration: none;
	}

	#nav_next_page a:hover {
		color: #ca0c16;
	}

	.pager {
		line-height: 3;
		color: #333;
	}

	.pager a {
		line-height: 3;
		color: #333;
		text-decoration: none;
		padding: 4px 8px;
		border: none;
		margin: 0;
		white-space: nowrap;
		background-color: #f5f6f7;
	}

	.pager a:hover {
		background-color: #f9ecec;
	}
}

/****************************************************************/

/* 设置博文主页布局*/
@media screen and (min-width:0px) {
	#topics {
		background-color: #fff;
		color: #4d4d4d;
		padding: 0 24px 16px;
		margin-bottom: 20px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
	}

	.postBody {
		padding: 0 !important;
	}

	#cnblogs_post_body img {
		max-width: 100%;
	}

	#topics .postTitle {
		margin: 0;
		padding: 20px 0;
	}

	#topics #cb_post_title_url {
		font-size: 24px;
		color: #333;
		text-decoration: none;
		word-wrap: break-word;
	}

	#topics .post {
		display: grid;
		grid-template-columns: 100%;
	}


	#topics .postBody {
		order: 1;
	}

	#topics .postDesc {
		padding-bottom: 14px;
		border-bottom: 1px solid #f5f6f7;
		color: transparent;
		font-size: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	#topics .postDesc a:nth-child(2) {
		font-size: 14px;
		color: #78a5f1;
		margin-right: 14px;
		text-decoration: none;
		order: -1;
	}

	#topics .postDesc #post-date:before {
		content: '发布于';
		font-size: 14px;
		color: #858585;
	}

	#topics .postDesc #post-date {
		font-size: 14px;
		color: #858585;
		/* flex: auto; */
		margin-right: 10px;
	}

	#topics .postDesc #post_comment_count:before {
		content: '评论数';
		font-size: 14px;
		color: #858585;
	}

	#topics .postDesc #post_comment_count {
		font-size: 14px;
		color: #858585;
		flex: auto;
		margin-right: 10px;
	}

	#topics .postDesc #post_view_count:before {
		content: '阅读数';
		font-size: 14px;
		color: #858585;
	}

	#topics .postDesc a:nth-child(5):before {
		content: '\f040';
		font-family: FontAwesome;
		font-size: 14px;
		line-height: 18px;
		color: #ff700a;
		text-decoration: none;
		margin-right: 4px;
	}

	#topics .postDesc a:nth-child(5) {
		font-size: 14px;
		text-decoration: none;
		color: #ff700a;
		/* flex: auto; */
		margin-right: 10px;
	}

	#topics .postDesc a:nth-child(6):before {
		content: '\f006';
		font-family: FontAwesome;
		font-size: 14px;
		line-height: 18px;
		color: #ff700a;
		font-weight: 700;
		text-decoration: none;
		margin-right: 4px;
	}

	#topics .postDesc a:nth-child(6) {
		font-size: 14px;
		text-decoration: none;
		color: #ff700a;
		/* flex: auto; */
	}

	#topics .postDesc #post_view_count {
		font-size: 14px;
		color: #858585;
		/* flex: auto; */
		margin-right: 10px;
	}
}

/****************************************************************/
/*设置博文markdown基本样式 */
@media screen and (min-width:0px) {

	.cnblogs-markdown p {
		font-size: 16px;
		color: #4d4d4d;
		font-weight: 400;
		line-height: 26px;
		margin: 0 0 16px;
	}

	.cnblogs-markdown blockquote {
		display: block;
		padding: 16px;
		margin: 0 0 24px;
		border: none;
		border-left: 8px solid #dddfe4;
		background: #eef0f4;
		overflow: auto;
		margin-block-start: 1em;
		margin-block-end: 1em;

	}

	.cnblogs-markdown blockquote p {
		font-size: 14px;
		line-height: 22px;
		color: #999;
		font-weight: 400;
		margin-bottom: 0;
	}

	.cnblogs-markdown a {
		color: #4ea1db;
		text-decoration: none;
	}



	.cnblogs-markdown code {
		color: #c7254e;
		background-color: #f9f2f4 !important;
		border-radius: 2px !important;
		border: none !important;
		line-height: 1.8;
		font-family: inherit !important;
		font-size: inherit !important;
	}

	.cnblogs-markdown table {
		margin-bottom: 24px;
	}

	.cnblogs-markdown table tr th,
	.cnblogs-markdown table tr:nth-child(2n) {
		background-color: #eff3f5 !important;
	}

	.cnblogs-markdown table tr th,
	.cnblogs-markdown table td {
		border: 1px solid #ddd !important;
	}

	.cnblogs-markdown hr {
		margin: 24px 0;
		border: none;
		border-bottom: 1px solid #ddd;
	}
}

/*博文分类、标签*/
@media screen and (min-width:0px) {

	#BlogPostCategory a,
	#EntryTag a {
		color: #333;
		text-decoration: none;
		border: 1px solid #666;
		padding: 3px 8px;
		font-size: 12px;
		margin: 0 4px;
		border-radius: 12px;
	}

	#BlogPostCategory a:hover,
	#EntryTag a:hover {
		color: #ca0c16;
		border-color: #ca0c16;
	}
}

/****************************************************************/
/*设置博文代码块样式 */
@media screen and (min-width:0px) {
	.cnblogs-markdown pre {
		position: relative;
		padding: 0.8em;
		background-color: #282c34;
		color: #abb2bf;
		border-radius: 4px;
	}

	.cnblogs-markdown pre code {
		background-color: #282c34 !important;
	}

	.cnblogs-markdown pre .hljs {
		display: block;
		overflow-x: auto;
		padding: 0.5em;
		color: #abb2bf !important;
		background: #282c34;
		font-size: 14px !important;
		line-height: 22px !important;
		font-family: Source Code Pro, DejaVu Sans Mono, Ubuntu Mono, Anonymous Pro, Droid Sans Mono, Menlo, Monaco, Consolas, Inconsolata, Courier, monospace, PingFang SC, Microsoft YaHei, sans-serif !important;
	}

	.hljs-comment,
	.hljs-quote {
		color: #5c6370;
		font-style: italic;
	}

	.hljs-doctag,
	.hljs-keyword,
	.hljs-formula {
		color: #c678dd;
	}

	.hljs-section,
	.hljs-name,
	.hljs-selector-tag,
	.hljs-deletion,
	.hljs-subst {
		color: #e06c75;
	}

	.hljs-literal {
		color: #56b6c2;
	}

	.hljs-string,
	.hljs-regexp,
	.hljs-addition,
	.hljs-attribute,
	.hljs-meta-string {
		color: #98c379;
	}

	.hljs-built_in,
	.hljs-class .hljs-title {
		color: #e6c07b;
	}

	.hljs-attr,
	.hljs-variable,
	.hljs-template-variable,
	.hljs-type,
	.hljs-selector-class,
	.hljs-selector-attr,
	.hljs-selector-pseudo,
	.hljs-number {
		color: #d19a66;
	}

	.hljs-symbol,
	.hljs-bullet,
	.hljs-link,
	.hljs-meta,
	.hljs-selector-id,
	.hljs-title {
		color: #61aeee;
	}

	.hljs-emphasis {
		font-style: italic;
	}

	.hljs-strong {
		font-weight: bold;
	}

	.hljs-link {
		text-decoration: underline;
	}

}

/****************************************************************/
/*设置博文互动样式 */
@media screen and (min-width:0px) {
	#blog_post_info {
		display: grid;
	}

	#green_channel {
		border: none;
		width: 100%;
		text-align: start;
		font-size: inherit;
		border-bottom: 1px solid #f5f6f7;
	}

	#green_channel a {
		background: url();
		text-shadow: none;
		-webkit-box-shadow: none;
		font-weight: normal;
		font-size: 0;
	}

	#green_channel a:link {
		color: #333 !important;
	}

	#green_channel_digg,
	#green_channel_follow,
	#green_channel_favorite,
	#green_channel_weibo,
	#green_channel_wechat {
		background-color: #f5f6f7 !important;
		padding: 6px 14px 6px 14px !important;
		border-radius: 0 !important;
		margin: 10px 0;
	}

	#green_channel_digg:hover,
	#green_channel_follow:hover,
	#green_channel_favorite:hover {
		background-color: #f9f2f4 !important;
	}

	#green_channel_digg:before {
		content: '\f087'' 点赞';
		font-family: FontAwesome;
		font-size: 16px;
	}

	#green_channel_follow:before {
		content: '\f08a '' 关注';
		font-family: FontAwesome;
		font-size: 16px;
	}

	#green_channel_favorite:before {
		content: '\f006 '' 收藏';
		font-family: FontAwesome;
		font-size: 16px;
	}

	#green_channel_weibo img,
	#green_channel_wechat img {
		width: 0 !important;
		height: 0 !important;
	}

	#green_channel_weibo:before {
		content: "\f18a"' 微博';
		font-family: FontAwesome;
		font-size: 16px;
	}

	#green_channel_wechat:before {
		content: '\f1d7 '' 微信';
		font-family: FontAwesome;
		font-size: 16px;
	}
}

/* 设置博文互动自适应 */
@media screen and (max-width:767px) {
	#green_channel {
		text-align: center;
		width: 100% !important;
	}
}

/****************************************************************/
/*设置博博主信息样式 */
@media screen and (min-width:0px) {

	#author_profile {
		width: 100%;
		display: inline-flex;
		box-sizing: border-box !important;
		height: 50px !important;
		padding: 0;
	}

	#author_profile_info {
		flex: auto;
	}

	#author_profile_info a:hover {
		text-decoration: none;
	}

	#author_profile_follow {
		float: right;
		line-height: 50px;
	}

	#author_profile_follow a {
		border-radius: 4px;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		background-color: #ca0c16;
	}

	#author_profile_follow a:hover {
		text-decoration: none;
		background-color: #b30c15;
	}

	#author_profile_info .author_avatar {
		margin: 0;
		padding: 0;
		border-radius: 50%;
		float: left;
	}

	.author_profile_info .author_profile_info {
		margin-left: 20px;
		width: 140px;
		overflow: hidden;
		text-overflow: ellipsis;
		/* white-space: nowrap; */
	}

	.author_profile_info a {
		color: #333;
		text-decoration: none;
	}

	.author_profile_info .author_profile_info br {
		display: none;
	}

	.author_profile_info .author_profile_info a:nth-child(1) {
		color: #3d3d3d;
		font-size: 16px;
		line-height: 22px;
		font-weight: 500;
		margin-bottom: 6px;
		float: left;
		width: 100%;
	}

	.author_profile_info .author_profile_info a:nth-child(n+2) {
		color: #6b6b6b;
		font-size: 14px;
		margin-right: 10px;
		line-height: 20px;
	}

	/*********************/
	#div_digg {
		margin: 0 auto;
		text-align: center;
		width: auto !important;
		order: -1;
	}

	.diggit,
	.buryit {
		background: url();
		height: auto;
		margin: 0 10px;
		width: auto;
		padding: 0;
		line-height: 50px;
		/* display: inline-flex; */
		float: none !important;
	}

	.buryit {
		display: none;
	}

	.buryit span:before {
		content: '反对 ';
		font-family: FontAwesome;
		font-size: 16px;
	}

	.diggit span:before {
		content: '支持 ';
		font-family: FontAwesome;
		font-size: 12px;
	}

	.diggit span,
	.buryit span {
		color: #fff;
		/* border: 1px solid #ca0c16 !important; */
		padding: 9px;
		display: inline-block;
		font-size: 12px;
		border-radius: 4px;
		text-align: center;
		background-color: #ca0c16;
		/* line-height: 50px; */
	}

	.diggit span:hover,
	.buryit span:hover {
		background-color: #b31119 !important;
	}

}

@media screen and (max-width:767px) {

	#author_profile {

		width: 100%;
	}

	#div_digg {
		/* display: none; */
	}

	#div_digg {
		text-align: center;
	}

	.diggit,
	.buryit {
		float: none !important;
	}
}


/* 上下一篇博文*/
@media screen and (min-width:0px) {
	#post_next_prev {
		margin-top: 20px;

	}

	#post_next_prev a {
		color: #333;
		text-decoration: none;
	}

	#post_next_prev a:hover {
		color: #ca0c16;
	}
}

/* 评论板块 */
@media screen and (min-width:0px) {
	.login_tips {
		margin-top: 0 !important;
		padding: 20px 0 0 0 !important;
		background-image: url();
		text-align: center;
	}

	.login_tips a {
		color: #ca0c16;
		text-decoration: none !important;
	}


	#blog-comments-placeholder,
	#comment_form {
		background-color: #fff;
		margin: 0 0 1px 0;
		padding: 0 24px 20px;
		height: auto;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
	}

	.feedbackItem {
		margin-top: 12px;
		border-bottom: 1px dashed #e0e0e0;
		position: relative;
	}

	.comment_vote {
		position: absolute;
		right: 0;
		top: 0;
	}

	.feedbackListSubtitle {
		display: flex;
		position: relative;
		line-height: 22px;
		font-size: 12px;
		color: #999;
	}

	.layer {
		order: 1;
		color: #999;
		text-decoration: none;
		margin: 0 16px;
	}

	.feedbackItem .feedbackListSubtitle a:last-child {
		color: #333;
		font-weight: 700;
		font-size: 14px;
		margin: 0 16px 0 0;
		text-decoration: none;
		order: -2;
	}

	.comment_date {
		margin-left: 16px;
	}

	.blog_comment_body {
		margin: 10px 0;
		color: #4d4d4d;
		font-size: 14px;
		vertical-align: top;
	}

	.comment_burry {
		display: none;
	}

	.comment_digg {
		font-size: 14px;
		color: #333;
		line-height: 22px;
	}

	.comment_digg:before {
		content: '\f087';
		font-family: FontAwesome;
		margin-right: 0px;
		margin-left: 10px;
		font-size: 16px;
	}

	.feedbackManage {
		float: right;
		position: absolute;
		right: 60px;
		top: 0;
	}

	.feedbackManage a {
		text-decoration: none;
		font-weight: normal !important;
		font-size: 14px;
		line-height: 22px;
		color: #79a5e5 !important;
	}

	#comment_nav,
	#commentform_title,
	.commentbox_title_left,
	#comment_form_container p:nth-child(4),
	#comment_form_container p:nth-child(8) {
		display: none;
	}

	.commentbox_main {
		display: grid;
	}

	.commentbox_title {
		/* order: 1; */
	}

	.comment_textarea {
		display: block;
		width: 100% !important;
		/* margin-top: 20px !important; */
		padding: 7px 8px;
		background: #fff;
		border: 1px solid #c1c1c1;
		border-radius: 4px;
		resize: none;
		min-height: 200px !important;
		font-size: 14px;
		line-height: 22px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: height .3s ease-in-out;
		transition: height .3s ease-in-out;
		outline: none;
	}

	.commentbox_title {
		padding: 10px 0;
	}

	#commentbox_opt {
		/* float: right; */
		text-align: start;
		/* margin-top: -30px; */
		/* position: absolute; */
	}

	#commentbox_opt a {
		color: #333;
		text-decoration: none;
	}

	#btn_comment_submit {
		color: #fff !important;
		border: 1px solid #ca0c16 !important;
		background-color: #ca0c16 !important;
		border-radius: 4px;
		line-height: 28px;
		height: auto;
		width: auto;
		padding: 2px 8px;
	}

	.comment_my_posted {
		line-height: 22px;
		padding-top: 20px;
	}

	.comment_my_posted a {
		color: #333;
		text-decoration: none;
	}

	.bq_post_comment {
		border: none;
		padding: 10px 0;
	}
}

@media screen and (max-width:767px) {
	.feedbackListSubtitle {
		font-size: 0px !important;

	}
}

/* 侧边栏公告*/
@media screen and (min-width:0px) {
	#p_b_follow {
		background-color: #ca0c16;
		line-height: 2;
		margin: 10px 0;
		border-radius: 4px;
		text-align: center;
	}

	#p_b_follow a {
		padding: 10px 0;
		color: #fff;
	}
}

/* 日历板块 */
@media screen and (min-width:0px) {

	.CalTitle,
	.CalTitle a,
	.CalDayHeader {
		color: #333;
		font-weight: bold;
		line-height: 2.8;
	}

	.CalOtherMonthDay,
	.CalWeekendDay {
		line-height: 2;
	}

	.CalOtherMonthDay {
		color: #999;
	}

	#blogCalendar a {
		text-decoration: none !important;
	}

	#blogCalendar u {
		color: #ca0c16;
		font-weight: bold;

	}
}

/* 侧边评论板块 */
@media screen and (min-width:0px) {

	.recent_comment_body {
		color: #999;
	}
}

/* 侧边搜索板块 */
@media screen and (min-width:0px) {
	.div_my_zzk {
		display: flex;
	}

	.input_my_zzk {
		flex: 1;
	}
}

/* 随笔分类 */
@media screen and (min-width:0px) {
	.entrylistTitle {
		padding: 12px 24px;
		font-size: 20px;
		margin: 0;
		color: #333;
		background-color: #fff;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
	}

	.entrylistDescription {
		margin: 0;
		color: #333;
		padding: 12px 24px;
		background-color: #fff;
		margin-bottom: 1px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
	}

	.entrylistItem {
		margin-bottom: 1px;
		padding: 12px 24px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
		background-color: #fff;
	}

	.entrylistItem .entrylistPosttitle a {
		word-break: break-all;
		color: #3d3d3d;
		font-size: 18px;
		font-weight: 700;
		line-height: 28px;
		text-decoration: none;
	}

	.entrylistPostSummary .c_b_p_desc {
		margin-top: 10px;
	}

	.entrylistItem .entrylistPostSummary {
		font-size: 14px;
		color: #6b6b6b;
	}

	.entrylistItem .entrylistItemPostDesc,
	.entrylistItem .entrylistItemPostDesc a {
		color: #999;
		font-size: 13px;
		padding-top: 4px;
		text-decoration: none
	}

	.entrylistItem .c_b_p_desc_readmore {
		display: none;
	}

	.entrylistPostSummary img {
		height: 110px;
		margin: 0px 10px 10px 0;
		width: 190px;
		float: left;
		order: -1;
		object-fit: cover;
		border-radius: 4px;
		max-height: 200px;
	}
}

@media screen and (max-width:767px) {
	.entrylistPostSummary .c_b_p_desc {
		display: grid;
	}

	.entrylistPostSummary img {
		max-width: 100% !important;
		width: 100% !important;
		height: auto;
		margin: 0 0 10px 0 !important;
	}

	.entrylistItem .entrylistItemPostDesc {
		display: none;
	}
}

/*************************/
/* 标签 */
@media screen and (min-width:0px) {
	.PostListTitle {
		padding: 12px 24px;
		font-size: 20px;
		margin: 0;
		color: #333;
		background-color: #fff;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
	}

	#myposts {
		margin: 0;
	}

	#myposts .PostList {
		padding: 12px 24px;
		/* display: inline-flex; */
		/* height: auto; */
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
		background-color: #fff;
		margin: 0 0 1px 0;
	}

	.PostList .postTitl2 {
		display: inline-flex;
	}

	.PostList .postTitl2 a {
		font-size: 14px;
		color: #333;
		text-decoration: none;

	}

	.PostList .postDesc2 {
		float: right;
	}
}

/* 相册 */
@media screen and (min-width:0px) {
	.gallery .thumbTitle {
		padding: 12px 24px;
		font-size: 20px;
		margin: 0;
		color: #333;
		background-color: #fff;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
	}

	.gallery .thumbDescription {
		margin: 0;
		color: #333;
		padding: 12px 24px;
		background-color: #fff;
		margin-bottom: 1px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
	}

	#GalleryThumbNailViewer1_ThumbNails {
		margin-bottom: 1px;
		padding: 12px 24px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
		background-color: #fff;
	}

	#GalleryThumbNailViewer1_ThumbNails td {
		width: 25%;
		padding: 10px;
	}

	#GalleryThumbNailViewer1_ThumbNails td img {
		width: 100% !important;
		height: auto !important;
	}

}
}