body,ul {
	margin: 0;
	padding: 0
}

body {
	font-size: 14px;
	font-family: "Microsoft YaHei",微软雅黑,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

ul {
	list-style-type: none
}

ul li {
	list-style: none
}

ol li {
	list-style: decimal
}

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

a {
	text-decoration: none;
	color: inherit
}

a:hover {
	color: #ff1227
}

blockquote {
	position: relative;
	padding: 0 0 0 50px;
	margin: 20px 0;
	border: 0;
	color: #484850
}

blockquote::before {
	content: "\201C";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	font-size: 50px;
	line-height: 40px;
	color: #bfbfbf;
	font-family: sans-serif;
	text-align: center;
	z-index: 1
}

.global-width {
	width: 80%;
	margin: 0 auto;
	max-width: 1300px
}

.box {
	position: relative;
	padding: 20px;
	border: 1px solid #d8d8d8
}

.dotted {
	color: #d8d8d8;
	margin: 0 5px;
	font-size: 12px
}

.boxmt,.main .post-item:not(:first-child) {
	margin-top: 20px
}

.content {
	margin-top: 20px;
	display: flex;
	position: relative;
	justify-content: space-between
}

.content .main {
	width: 85%
}

.content .aside {
	width: calc(100% - 85% - 20px)
}

.header {
	margin: 0 0 6rem
}

.header .menu li {
	display: inline-block;
	margin: 0 20px 0 0;
	position: relative;
	line-height: 16px;
	font-size: 15px
}

.header .menu li.search-nav {
	margin: 0
}

.current-menu-item,.header .menu li:hover {
	color: #ff1227
}

ul.drop {
	display: none;
	list-style: none;
	padding-top: 5px;
	margin-left: -10px;
	border-radius: 3px;
	border-bottom: 1px solid #eee;
	position: absolute;
	color: #aab2bd
}

#menu-header ul.drop li {
	float: none;
	margin: 0;
	width: auto;
	text-align: center;
	background: rgba(255,255,255,.85);
	border-style: solid;
	border-color: #eee;
	border-width: 0 1px 0 1px;
	min-width: 100px
}

#menu-header ul.drop li a {
	font-size: 14px;
	padding: 8px 10px;
	display: block;
	border-top: 1px solid #eee
}

.header .menu li ul li:after {
	content: none
}

#menu-header ul.drop li a:hover {
	font-weight: 400
}

li.menu-item:hover ul.drop {
	display: block
}

.navicon {
	display: block;
	position: relative;
	width: 25px;
	height: 3px;
	background-color: #000;
	margin-top: 25px
}

.navicon:after,.navicon:before {
	content: '';
	display: block;
	width: 25px;
	height: 3px;
	position: absolute;
	background: #000;
	-webkit-transition-property: margin,-webkit-transform;
	transition-property: margin,-webkit-transform;
	transition-property: margin,transform;
	transition-property: margin,transform,-webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.navicon:before {
	margin-top: -8px
}

.navicon:after {
	margin-top: 8px
}

.open .navicon {
	background: 0 0
}

.open .navicon:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.open .navicon:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.open .navicon:after,.open .navicon:before {
	content: '';
	display: block;
	width: 25px;
	height: 3px;
	position: absolute;
	background: #000
}

#mnavh {
	display: none;
	height: 3.56rem;
	float: right;
	text-align: center;
	padding-left: 5px
}

.search_ico span {
	position: relative;
	top: 20px;
	top: -10px;
	right: 10px
}

.search_ico span:before {
	content: ' ';
	position: absolute;
	width: 12px;
	height: 12px;
	border: 2px solid #666;
	border-radius: 10px
}

.search_ico span::after {
	content: ' ';
	position: absolute;
	width: 8px;
	height: 3px;
	background: #666;
	border-radius: 5px 0 0 5px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg)
}

.search_ico span:before {
	top: 0;
	left: 0
}

.search_ico span:after {
	right: -20px;
	top: 14px
}

.search {
	top: 37px;
	position: absolute;
	right: 0;
	background: #fff;
	border: 1px solid #ddd;
	display: none
}

.search-ipt {
	width: 200px;
	height: 32px;
	padding: 0 10px;
	border: none;
	outline: 0;
	font-size: 14px;
	color: #555;
	float: right
}

.search button {
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	background: 0 0;
	position: absolute;
	right: 5px
}

.active {
	display: block!important
}

.infos.fixed {
	line-height: 3.5rem;
	color: #333;
	background: #fff;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #d8d8d8;
	transition: 0s
}

.infos.fixed:after,.infos.fixed:before {
	display: none
}

.infos .fixed-menus,.infos .fixed-title {
	display: none
}

.infos.fixed .fixed-title {
	float: left;
	display: block
}

.infos.fixed .fixed-menus {
	float: right;
	display: block
}

.infos .fixed-title {
	font-size: 1.5rem;
	color: #434a54;
	font-weight: 700;
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%
}

.infos .fixed-menus .menu {
	padding: 0;
	margin: 0
}

@media (max-width:767px) {
	.infos.fixed .fixed-menus {
		display: none
	}

	.header .menu li:after {
		content: none
	}

	.search-btn {
		display: none
	}

	.search {
		display: block;
		position: static;
		box-shadow: none;
		right: 0;
		background: #fff;
		border: 0;
		border-radius: 3px
	}

	.search input {
		width: 100%;
		height: 50px;
		padding: 0 4%;
		color: #333;
		line-height: 50px;
		border: 0;
		outline: 0;
		border-bottom: 2px solid #ff1227;
		box-sizing: border-box;
		background: 0 0;
		font-size: 16px;
		border-top: 1px solid #eee
	}

	.search button {
		width: 50px;
		height: 50px
	}

	#menu-header ul {
		margin: 0;
		padding: 0;
		list-style: none
	}

	li.menu-item:hover ul.drop {
		display: none
	}

	#menu-header ul.drop {
		position: static
	}

	#menu-header ul li {
		width: 100%;
		float: none;
		line-height: 40px;
		display: block
	}

	li.menu-item:hover ul.drop {
		display: none
	}

	#mnavh {
		display: block
	}

	.fixed-menus {
		display: none;
		background: #fff;
		float: none;
		position: absolute;
		top: 55px;
		left: 0;
		width: 100%;
		z-index: 999;
		padding: 0;
		position: fixed
	}

	#menu-header {
		list-style: none;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative
	}

	#menu-header li {
		float: none;
		margin: 0;
		text-align: left;
		display: block;
		width: 100%;
		line-height: 40px;
		display: block
	}

	#menu-header li a {
		padding: 0 4%;
		border-top: 1px solid #eee;
		display: block
	}

	#menu-header ul.drop li {
		text-align: left;
		border-width: 0
	}

	#menu-header ul.drop li a {
		font-size: 14px;
		padding: 0 30px;
		display: block;
		border-top: 1px solid #eee
	}

	#menu-header li {
		position: relative
	}

	#menu-header li em.dot {
		font-style: normal;
		position: absolute;
		top: 0;
		right: 10px;
		width: 41px;
		height: 41px;
		text-align: center;
		border-left: 1px solid rgba(255,255,255,0);
		cursor: pointer;
		line-height: 50px
	}

	.arrow-down-line:before {
		font-size: 20px;
		content: "···";
		color: #ff1227
	}
}

.pagebar {
	text-align: center;
	margin: 20px 0
}

.page-numbers {
	display: inline-block;
	border-radius: 2px;
	background: #fff;
	margin: 0 .6%;
	padding: 1% 2.6%;
	box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
	transition: .3s
}

.page-numbers:hover,span.page-numbers {
	background: #ff1227;
	color: #fff
}

.aside .widget:not(:first-child) {
	margin-top: 20px
}

.aside .widget .title {
	font-size: 22px;
	font-weight: 700
}

.aside .widget ul {
	margin-top: 10px;
	overflow: hidden;
	position: relative
}

.aside .widget li {
	padding: 6px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

#divArchives ul li,#divAuthors ul li,#divCatalog ul li,#divFavorites ul li,#divLinkage ul li,#divMisc ul li,#divNavBar ul li,#divStatistics ul li {
	width: 100%;
	float: left;
	display: inline;
	overflow: hidden
}

#divTags li {
	float: left;
	padding: 0 5px 0 0;
	box-sizing: border-box;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px
}

#divCatalog ul li ul,#divNavBar ul li ul,#divTags .tag-count {
	display: none
}

#divContorPanel {
	padding-bottom: 20px
}

#divContorPanel div {
	text-align: center
}

#divContorPanel .cp-hello {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	display: inline-block
}

#divContorPanel .cp-login a,#divContorPanel .cp-vrs a {
	text-align: center;
	line-height: 30px;
	border: 1px solid #ccc;
	margin: 4px;
	padding: 4px 8px
}

.box#divCalendar {
	padding: 0;
	border: 0
}

#divCalendar table {
	width: 100%;
	border-collapse: collapse
}

#divCalendar table,#divCalendar td,#divCalendar th,#divCalendar tr {
	border: 1px solid #d8d8d8
}

#divCalendar caption {
	line-height: 36px;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8
}

#divCalendar caption a {
	font-size: 15px;
	color: #123
}

#divCalendar thead {
	background: #f6f7f8
}

#divCalendar th {
	height: 36px
}

#divCalendar td {
	height: 36px;
	text-align: center
}

#divCalendar td a {
	font-weight: 700;
	color: #123
}

#divCalendar td a:hover {
	color: #f63
}

#divSearchPanel form {
	margin-top: 0px;
	zoom: 1
}

#divSearchPanel form:after {
	content: "";
	display: block;
	clear: both
}

#divSearchPanel input[type=text] {
	width: 70%;
	height: 36px;
	float: left;
	display: inline;
	padding: 5px 10px;
	line-height: 21px;
	border: 1px solid #e4e8eb;
	box-sizing: border-box;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

#divSearchPanel input[type=text]:focus {
	color: #495057;
	background-color: #fff;
	border-color: #aab7c1;
	outline: 0
}

#divSearchPanel input[type=submit] {
	width: 22%;
	height: 36px;
	float: right;
	display: inline;
	line-height: 24px;
	border: 1px solid #e4e8eb;
	cursor: pointer;
	background: #fff
}

ul.msg {
	margin: 25px 0;
	padding: 0 0 25px;
	border-bottom: 1px solid #eee;
	word-wrap: break-word
}

ul.msg img.avatar {
	border-radius: 50%
}

li.msgurl {
	text-align: right;
	padding: 2px 10px
}

li.msggravatar {
	display: block;
	float: left;
	margin-right: 5px
}

li.msgarticle {
	list-style-position: outside;
	padding: 10px 0 0;
	line-height: 160%;
	padding-left: 65px
}

img.avatar {
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 15px 0 0
}

ul.msg small {
	color: #a6a6a6
}

ul.msg h3 small {
	font-size: 12px
}

ul.msg ul.msg {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #f1f1f1;
	border-bottom: none
}

ul.msg ul.msg li.msgarticle {
	padding-bottom: 0
}

ul.msg ul.msg li.msgname {
	padding: 0
}

ul.msg.msghead {
	min-height: 38px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: 700
}

ul.msg.msghead em {
	color: #f90;
	font-family: Arial;
	margin-right: 2px;
	font-style: normal
}

ul.msghead,ul.pagebar {
	border: none
}

ul.msghead li.tbname {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee
}

ul.msg:nth-last-child(3) {
	border-bottom: 0
}

.jz-comment h3,.jz-comments h3 {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 700;
	overflow: hidden
}

.jz-comments h4 {
	margin-bottom: 10px;
	text-align: center;
	padding: 0 10px;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 8px
}

.jz-comment input {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	font-family: "Microsoft YaHei",Verdana,sans-serif;
	width: 100%;
	border: 0;
	padding-left: 8px
}

.jz-comment label,.jz-comments label {
	display: none
}

.jz-comment textarea {
	border: 0;
	height: 120px;
	width: 100%;
	font-size: 14px;
	font-family: "Microsoft YaHei",Verdana,sans-serif;
	display: block;
	padding: 8px
}

.jz-comment-box {
	border: 1px solid #ddd;
	padding: 4px;
	position: relative;
	background: #fff;
	margin-bottom: 6px
}

.jz-comment-ul4 {
	float: left;
	width: 49.5%
}

.jz-comment-ul3 {
	float: left;
	width: 32.66%
}

.jz-comment .jz-comment-ul4:nth-child(2n) {
	float: right
}

.jz-comment .jz-comment-ul3-2 {
	margin: 0 1%
}

.jz-comment-box img.jz-code {
	position: absolute;
	right: 4px;
	top: 4px;
	height: 30px;
	width: auto
}

.jz-comment-box input.button {
	border: 0;
	border-radius: 0 0 2px 0;
	line-height: 40px;
	height: 40px;
	width: 100px;
	background: #ff1227;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 0
}

.jz-comment-textarea {
	width: 100%;
	clear: both
}

.jz-red {
	color: #f1404b
}

.reply-frm {
	margin-top: 15px
}

.post h1.post-title {
	font-weight: 700;
	color: #484850
}

.post .post-title {
	font-size: 22px;
	font-weight: 700;
	color: #ff1227
}

.post .post-title a {
	color: #484850
}

.post .post-title a:hover {
	color: #ff1227
}

.post .post-meta {
	margin-top: 15px
}

.post .post-excerpt {
	margin-top: 15px;
	word-break: break-all
}

.post .post-excerpt a {
	color: #333
}

.post .post-excerpt a p {
	margin: 0;
	line-height: 25px
}

.post .post-content {
	margin-top: 20px;
	padding-top: 20px;
	word-break: break-all;
	border-top: 1px dotted #d8d8d8
}

.post .post-content p {
	margin: 0 0 20px 0
}

.post .post-content img {
	max-width: 100%
}

.post .post-content a {
	color: #0e6db1;
	text-decoration: underline
}

.post .post-content table,.post .post-excerpt table {
	border-collapse: collapse;
	margin: 1rem 0;
	display: block;
	overflow-x: auto
}

.post .post-content table td,.post .post-content table th,.post .post-excerpt table td,.post .post-excerpt table th {
	border: 1px solid #d8d8d8;
	padding: .6em 1em
}

.post .post-footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #d8d8d8
}

.post .align-center {
	text-align: center
}

.post .detail-title {
	font-size: 24px
}

.nearbypost {
	letter-spacing: -.8rem
}

.nearbypost div {
	float: none;
	margin: auto;
	display: inline-block;
	width: 50%;
	letter-spacing: .06rem;
	line-height: 1.08rem;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.nearbypost div a:before {
	content: '« '
}

.nearbypost div.alignright {
	box-shadow: -1px 0 0 #e6e9ed;
	text-align: right;
	padding: 0 1rem
}

.nearbypost div.alignright a:before {
	display: none
}

.nearbypost div.alignright a:after {
	content: ' »';
	position: absolute;
	right: 0
}

.footer {
	margin-top: 20px;
	line-height: 50px;
	font-size: 12px;
	position: relative;
	border-top: 1px solid #d8d8d8
}

.footer .footer-box {
	text-align: center
}

#go-to-top {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	opacity: .8;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: rgba(10,10,10,.2);
	overflow: hidden;
	display: none;
	z-index: 999
}

#go-to-top:hover {
	background: #f1404b;
	opacity: 1
}

#go-to-top::before {
	font-size: .9rem;
	content: 'TOP';
	color: #fff
}

#go-to-top.active {
	display: block
}

@media only screen and (max-width:1300px) {
	.global-width {
		width: 96%;
		padding: 0 20px
	}
}

@media only screen and (max-width:1200px) {
	.nav-box {
		display: flex;
		justify-content: center
	}

	.global-width {
		width: auto
	}

	.content {
		display: block;
		margin-top: 10px
	}

	.content .aside,.content .main {
		width: 100%
	}

	.content .aside {
		margin-top: 10px
	}

	.boxmt,.main .post-item:not(:first-child) {
		margin-top: 10px
	}

	.page-nav {
		margin-top: 10px
	}

	.aside .widget:not(:first-child) {
		margin-top: 10px
	}

	.footer {
		margin-top: 10px
	}
}