﻿@charset "utf-8";
/* CSS Document */
/*左侧列表*/
.list {
}
.list li, .post {
	box-shadow: 1px 1px 1px #999, 2px 2px 5px #666;
	border-radius: 5px;
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
}
.list li h2 a {
	color: #003399;
	font-size: 1.25em;
}
.list h2 a:hover {
	color: #0066cc;
	text-decoration: none;
}
.entry {
	padding-top: 10px;
	font-size: 0.875em;
}
.entry img {
    width: 100%;
    height: auto;
}
.entry center img {
    width: 50%;
    height: auto;
}
.entry p.entry-indent0px {
	text-indent: 0;
}
.entry p.entry-indent0px a img {
	width: auto;
	height:220px;
	padding-bottom: 5px;
}
.postMetadata {
	font-size: 0.875em;
	padding-top: 10px;
}
.postMetadata p a {
	color: #666;
}
.postMetadata a:hover {
	color: #0066cc;
}
/*右侧列表*/
.aside_list {
	position: relative;
}

.mobile-search-intro {
	display: none;
}
.aside_list>li {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 1px 1px 1px #999, 2px 2px 5px #666;
	border-radius: 5px
}
.widgets-header {
	height: 40px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: url(img/SearchArticleCommentTag-icos.png) no-repeat #fff;
}
/*搜索栏*/
.widgets-search .widgets-header {
	border-bottom: 1px solid #ccc
}
.widgets-search .widgets-header form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 40px;
	align-items: center;
	column-gap: 6px;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding-left: 10px;
}
.widgets-search .searchBox {
	float: none;
	min-width: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 12px;
	box-sizing: border-box;
	border: 0;
	border-radius: 3px;
	color: #999;
	line-height: 30px;
}
.widgets-search .searchSubmit {
	display: block;
	float: none;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	object-fit: contain;
}
.widgets-search p {
	text-indent: 20px;
	padding: 20px
}

@media screen and (max-width:768px) {
	.mobile-search-intro {
		display: block;
		clear: both;
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 16px;
	}

	.mobile-search-intro > li {
		margin-bottom: 0;
	}

	aside .aside_list > .widgets-search {
		display: none;
	}
}
/*标题栏*/
.widgets-header h2 {
	text-indent: 40px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 1px solid #ccc
}
/*图标*/
.widgets-hotArticle {
	background-position: 0 -40px;
}
.widgets-newArticle {
	background-position: 0 -80px;
}
.widgets-newComment {
	background-position: 0 -120px
}
.widgets ul {
	padding: 0 20px 20px;
}
.widgets ul li {
	font-size: 12px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden
}
.widgets-articleTitleList ul li {
	height: 39px;
	line-height: 40px
}
.widgets-articleTitleList ul li:hover {
	text-indent: 10px
}
.widgets-articleTitleList ul li a {
	color: #666;
	padding: 10px 0 10px 0
}
.widgets ul li a:hover {
	color: #0066cc;
}
/*评论*/
.comment {
}
.comment li {
	padding: 6px 0;
}
.comment a.left {
	float: left;
	width: 20%;
	max-width: 32px;
}
.comment a.left img {
	width: 100%
}
.comment div.right {
	float: right;
	width: 80%;
}
.comment div.right a {
	color: #666;
}
.comment div.right span {
	margin-left: 5px;
	color: #999;
}
.comment div.right p {
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.comment_wrapper {padding:0 20px 20px;}
/*分页*/
.paging {
	margin: 20px 0;
}
.paging ul {
	text-align: center;
}
.paging ul li {
	margin: 10px 10px 10px 0;
	display: inline-block;
}
.paging ul li a {
	padding: 7px 12px 7px 12px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #999, 2px 2px 5px #666;
	color: #999;
}
.paging ul li a:hover {
	color: #0066cc;
	text-decoration: none;
}
.paging ul li a.paging-currentPage {
	color: #333;
	background-color: #ececec
}

/* 前端文章列表触底加载状态。颜色跟随全站配色变量。 */
.front-list-flow {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 52px;
	margin: 4px 0 18px;
	padding: 10px 16px;
	color: var(--site-muted, #708090);
	font-size: .875em;
	text-align: center;
}
.front-list-flow.is-loading::before {
	width: 14px;
	height: 14px;
	margin-right: 9px;
	border: 2px solid color-mix(in srgb, var(--site-accent, #2f7d91) 22%, transparent);
	border-top-color: var(--site-accent, #2f7d91);
	border-radius: 50%;
	content: "";
	animation: front-list-flow-spin .72s linear infinite;
}
.front-list-flow.is-complete {
	min-height: 40px;
	color: color-mix(in srgb, var(--site-muted, #708090) 88%, var(--site-text, #334e5a));
}
.front-list-flow__retry {
	padding: 8px 18px;
	border: 1px solid color-mix(in srgb, var(--site-accent, #2f7d91) 42%, var(--site-border, #d6e0e5));
	border-radius: 999px;
	color: var(--site-link, #2f6f8a);
	background: color-mix(in srgb, var(--site-surface, #fff) 94%, var(--site-accent, #2f7d91));
	cursor: pointer;
}
.front-list-flow__retry:hover,
.front-list-flow__retry:focus-visible {
	color: var(--site-link-hover, #185a75);
	border-color: var(--site-accent, #2f7d91);
	outline: none;
}
.front-list-empty {
	color: var(--site-muted, #708090);
	text-align: center;
}
.front-list-heading {
	margin: 0 0 20px;
	padding: 16px 20px;
	border: 1px solid color-mix(in srgb, var(--site-border, #d6e0e5) 78%, transparent);
	border-radius: 8px;
	color: var(--site-heading, #183b4a);
	background: color-mix(in srgb, var(--site-surface, #fff) 96%, var(--site-accent, #2f7d91));
}
.front-list-heading span {
	display: block;
	margin-bottom: 4px;
	color: var(--site-muted, #708090);
	font-size: .75em;
	letter-spacing: .12em;
}
.front-list-heading h1 {
	margin: 0;
	font-size: 1.35em;
	line-height: 1.35;
	word-break: break-word;
}
@keyframes front-list-flow-spin {
	to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
	.front-list-flow.is-loading::before { animation: none; }
}
@media screen and (max-width: 600px) {
	.front-list-flow {
		min-height: 46px;
		margin-bottom: 12px;
		padding: 8px 10px;
	}
	.front-list-heading {
		margin-bottom: 14px;
		padding: 13px 15px;
	}
}
/*内页*/
.location {
	line-height: 10px;
	padding: 0 0 20px 0;
	font-size: 0.875em;
}
.location a {
	color: #666;
}
/*内页标题*/
h1.tc {
	text-align: center;
}
.post h1 span {
	color: #003399;
	font-size: 1.25em;
	font-weight: bold;
}
/*时间记录*/
.postMetadata {
	text-align: left;
	padding-top: 10px;
}
.postMetadata-haveBoder {
	margin-top: 15px;
	padding: 6px 5px 5px;
	border: 1px dashed #ccc;
}
/*demo下载*/
.entry p a {
	color: #0066cc;
}
.entry p.entry-demo {
	text-indent: 0;
	padding: 20px 0;
	text-align: center;
}
.entry p.entry-demo a {
	margin: 0 10px;
}
.entry p.entry-demo button {
	padding: 9px 20px;
	background: #0066cc;
	border: 0;
	color: #fff;
	font-size: 1.25em;
	cursor: pointer;
	box-shadow: 1px 1px 1px #0066cc, 2px 2px 5px #003399;
	border-radius: 3px;
}
.entry p.entry-demo button:hover {
	background: #003399;
	border: 0;
	color: #fff;
	box-shadow: 1px 1px 1px #003399, 2px 2px 5px #003399;
}

/*上一篇下一篇*/
.post-PrevAndNext {
	font-size: 0.875em;
	padding-bottom: 20px;
}
.post-PrevAndNext .post-prev {
	float: left;
}
.post-PrevAndNext .post-next {
	float: right;
}
.post-PrevAndNext p {
	max-width: 325px;
	overflow: hidden;
	white-space: nowrap;
}
.post-PrevAndNext p a {
	color: #666;
}
.post-PrevAndNext p a:hover {
	color: #0066cc;
}
/*推荐文章*/
.post .recommend {
	clear: both;
	margin-top: 20px;
}
.post .recommend .recommend-title {
	color: #333;
	border-top: 1px dashed #ccc;
	padding-top: 15px;
}
.re_command {
	margin-top: 10px;
}
.re_command li {
	width: 23%;
	margin: 0 1%;
	float: left;
}
.re_command li a {
	color: #666;
}
.re_command li a:hover {
	color: #0066cc;
	text-decoration: none;
}
.re_command li img {
	width: 100%;
}
.re_command li p {
	line-height: 20px;
	font-size: 0.875em;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*时间线*/
.line {
	background: #defbff;
	position: absolute;
	left: 80px;
	top: 0;
	bottom: 0;
	width: 8px;
}
.timer {
	margin: 20px 30px 20px 100px;
}
.timer li {
	position: relative;
	padding: 0 0 20px 20px;
}
.timer li:before {
	position: absolute;
	content: '';
	left: -26px;
	top: 0;
	width: 14px;
	height: 14px;
	border-radius: 50px;
	background: #0066cc;
	box-shadow: 0 4px 4px rgba(178,170,164,.75);
	border: solid 4px #c5e4fd;
}
.timer li h3 {
	color: #333;
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 10px;
}
.timer li p {
	margin-top: 10px;
	line-height: 25px;
}
.date {
	position: absolute;
	width: 70px;
	left: -80px;
	top: 0;
	font-size: 1.125em;
}
.date p {
	color: #0066cc;
}
/*信息盒子*/
.message{}
.message_nav li{ float:left; width:20%;}
.message_nav li a{background: #6e6f71; display:block; padding:15px 0;color: #fff;font-size: 18px; text-align:center; border-right:1px solid #fff;}
.message_nav li a:hover{ background:#8a8b8c; text-decoration:none; font-weight:bold;}
.message_nav li a.current{background:#fff; color:#000;}
.message_content{padding:30px 50px; background:#fff;}
.message_content input[type="text"],.message_content textarea{ margin-bottom:20px;width:100%; padding:5px 0;}
.message_content input[type="text"]{height:30px;}
.message_content input[type="submit"]{background: #379BE9; border:0 none; color:#fff; padding:10px 20px; border-radius:2px;}
.message_content input[type="submit"]:hover{ background:#328BD2;}
.message_content textarea{height:100px;}

