@charset "UTF-8";

a,abbr,address,article,aside,audio,b,blockquote,body,canvas,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,kbd,label,li,mark,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%
}

body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	-ms-overflow-style: scrollbar;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block
}

button,input,select,textarea {
	resize: none
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

*,:after,:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	background: #FFF
}

html {
	overflow-x: hidden;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

::-moz-selection {
	background-color: #EEE;
	color: #000
}

::selection {
	background-color: #EEE;
	color: #000
}

body,input,select,textarea {
	color: #000;
	font-weight: 400;
	font-size: 1rem;
	font-family: Microsoft Yahei,Helvetica Neue,Helvetica,STHeiTi,sans-serif;
	line-height: 1.65;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

a {
	color: #5AA6ED;
	text-decoration: none
}

a:hover {
	color: #5BB926;
	text-decoration: underline
}

.posts a:hover {
	text-decoration: none;
	color: #5AA6ED
}

blockquote,dl,ol,pre,table,ul {
	margin: 5px 0
}

blockquote,dl,form,ol,p,pre,ul {
	letter-spacing: 1px
}

.protected {
	text-align: center
}

b,strong {
	color: #555;
	font-weight: 700
}

em,i {
	font-style: italic
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 0;
	color: inherit;
	font-weight: 500
}

h1 {
	font-size: 2rem
}

h2 {
	font-size: 1.6rem
}

h3 {
	font-size: 1.4rem
}

h4 {
	font-size: 1.2rem
}

h5 {
	font-size: 1rem
}

h6 {
	font-size: .8rem
}

sub {
	position: relative;
	top: .5em;
	font-size: .8em
}

sup {
	position: relative;
	top: -.5em;
	font-size: .8em
}

blockquote {
	padding: 0 15px;
	border-left: solid 4px #ddd
}

code {
	margin: .5em .5em;
	padding: .25em .65em;
	border: solid 1px rgba(144,144,144,.25);
	border-radius: 4px;
	background: rgba(144,144,144,.075);
	font-size: .9em
}

pre {
	font-size: .9em;
	-webkit-overflow-scrolling: touch
}

pre code {
	display: block;
	overflow-x: auto;
	padding: 1em 1.5em;
	line-height: 1.75
}

ol {
	padding-left: 1.25em;
	list-style: decimal
}

ul li {
	padding-left: .5em
}

dl dt {
	display: block;
	margin: 0 0 1em 0;
	font-weight: 700
}

dl dd {
	margin-left: 2em
}

hr {
	margin: 1em 0;
	border: 0;
	border-bottom: solid 1px rgba(144,144,144,.25)
}

hr.major {
	margin: 3em 0
}

label {
	display: block;
	margin: 0 0 1em 0;
	color: #555;
	font-weight: 700;
	font-size: .9em
}

table {
	overflow: auto;
	width: 100%;
	border-collapse: collapse;
	word-wrap: normal;
	font-size: 12px;
	border-spacing: 0;
	word-break: normal
}

table td,table th {
	padding: 6px 13px;
	border: 1px solid #ddd
}

table th {
	font-weight: 700
}

mark {
	padding: .05rem;
	border-radius: .1rem;
	background: #b9e5ff;
	color: #555
}

::-webkit-input-placeholder {
	color: #bbb!important;
	opacity: 1
}

:-moz-placeholder {
	color: #bbb!important;
	opacity: 1
}

::-moz-placeholder {
	color: #bbb!important;
	opacity: 1
}

:-ms-input-placeholder {
	color: #bbb!important;
	opacity: 1
}

.button,button,input[type=button],input[type=email],input[type=password],input[type=reset],input[type=submit],input[type=tel],input[type=text],select,textarea {
	outline: 0;
	border: 0;
	border-radius: 4px;
	text-decoration: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none
}

input[type=email],input[type=password],input[type=tel],input[type=text],select,textarea {
	display: block;
	padding: 0 1em;
	width: 100%;
	border: solid 1px rgba(144,144,144,.25);
	background: rgba(144,144,144,.075);
	color: inherit
}

input[type=email],input[type=password],input[type=text],select {
	height: 2.75em;
	width: 200px;
	margin: auto;
	margin-bottom: 20px
}

textarea {
	padding: .75em 1em
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.select-wrapper {
	position: relative;
	display: block;
	text-decoration: none
}

.select-wrapper:before {
	content: "\e815";
	text-transform: none!important;
	font-weight: 400;
	font-style: normal;
	font-family: fontello;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

.select-wrapper:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 2.75em;
	height: 2.75em;
	color: rgba(144,144,144,.25);
	text-align: center;
	line-height: 2.75em;
	pointer-events: none
}

.select-wrapper select::-ms-expand {
	display: none
}

input[type=checkbox],input[type=radio] {
	z-index: -1;
	float: left;
	display: block;
	margin-right: -2em;
	width: 1em;
	opacity: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none
}

input[type=checkbox]+label,input[type=radio]+label {
	position: relative;
	display: inline-block;
	padding-right: .75em;
	padding-left: 2.4em;
	color: #444;
	text-decoration: none;
	font-weight: 400;
	font-size: 1em;
	cursor: pointer
}

input[type=checkbox]+label:before,input[type=radio]+label:before {
	text-transform: none!important;
	font-weight: 400;
	font-style: normal;
	font-family: fontello;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

input[type=checkbox]+label:before,input[type=radio]+label:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 1.65em;
	height: 1.65em;
	border: solid 1px rgba(144,144,144,.25);
	border-radius: 4px;
	background: rgba(144,144,144,.075);
	content: '';
	text-align: center;
	line-height: 1.58125em
}

input[type=checkbox]:checked+label:before,input[type=radio]:checked+label:before {
	border-color: #5a5a5a;
	background: #5a5a5a;
	color: #fff;
	content: '\2713'
}

input[type=checkbox]+label:before {
	border-radius: 4px
}

input[type=radio]+label:before {
	border-radius: 100%
}

select {
	padding-right: 1.1rem;
	background: rgba(144,144,144,.075) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .35rem center/.4rem .5rem
}

select::-ms-expand {
	display: none
}

select[multiple] {
	height: auto
}

.button,button,input[type=button],input[type=reset],input[type=submit] {
	display: inline-block;
	padding: 0 1.5em;
	height: 2.85em;
	background-color: #5AA6ED;
	color: #fff!important;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 2px;
	line-height: 2.95em;
	cursor: pointer;
	-webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out,color .2s ease-in-out;
	transition: background-color .2s ease-in-out,color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out,color .2s ease-in-out
}

.button,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
	background-color: #676767
}

.button,button:active,input[type=button]:active,input[type=reset]:active,input[type=submit]:active {
	background-color: #4d4d4d
}

.button.alt,button.alt,input[type=button].alt,input[type=reset].alt,input[type=submit].alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(144,144,144,.25);
	color: #555!important
}

.button.alt:hover,button.alt:hover,input[type=button].alt:hover,input[type=reset].alt:hover,input[type=submit].alt:hover {
	background-color: rgba(144,144,144,.075)
}

.button.alt:active,button.alt:active,input[type=button].alt:active,input[type=reset].alt:active,input[type=submit].alt:active {
	background-color: rgba(144,144,144,.2)
}

.button.disabled,.button:disabled,button.disabled,button:disabled,input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled {
	background-color: #444!important;
	box-shadow: inset 0 -.15em 0 0 rgba(0,0,0,.15);
	color: #fff!important;
	opacity: .25;
	cursor: not-allowed
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: .4rem;
	padding-left: .4rem;
	width: 100%
}

.container.grid-xl {
	max-width: 1296px
}

.container.grid-lg {
	max-width: 976px
}

.container.grid-md {
	max-width: 856px
}

.container.grid-sm {
	max-width: 680px
}

.container.grid-xs {
	max-width: 496px
}

.show-lg,.show-md,.show-sm,.show-xl,.show-xs {
	display: none!important
}

.comments {
	padding-top: 20px
}

.columns {
	display: flex;
	display: -ms-flexbox;
	margin-right: -.4rem;
	margin-left: -.4rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.columns.col-gapless {
	margin-right: 0;
	margin-left: 0
}

.columns.col-gapless>.column {
	padding-right: 0;
	padding-left: 0
}

.columns.col-oneline {
	overflow-x: auto;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.column {
	padding-right: .4rem;
	padding-left: .4rem;
	max-width: 100%;
	-ms-flex: 1;
	flex: 1
}

.column.col-1,.column.col-10,.column.col-11,.column.col-12,.column.col-2,.column.col-3,.column.col-4,.column.col-5,.column.col-6,.column.col-7,.column.col-8,.column.col-9 {
	-ms-flex: none;
	flex: none
}

.s-content .column {
	padding: .5rem
}

.col-12 {
	width: 100%
}

.col-11 {
	width: 91.66666667%
}

.col-10 {
	width: 83.33333333%
}

.col-9 {
	width: 75%
}

.col-8 {
	width: 66.66666667%
}

.col-7 {
	width: 58.33333333%
}

.col-6 {
	width: 50%
}

.col-5 {
	width: 41.66666667%
}

.col-4 {
	width: 33.33333333%
}

.col-3 {
	width: 25%
}

.col-2 {
	width: 16.66666667%
}

.col-1 {
	width: 8.33333333%
}

.col-auto {
	width: auto;
	max-width: none;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-mx-auto {
	margin-right: auto;
	margin-left: auto
}

.col-ml-auto {
	margin-left: auto
}

.col-mr-auto {
	margin-right: auto
}

@media (max-width:1280px) {
	.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9 {
		-ms-flex: none;
		flex: none
	}

	.col-xl-12 {
		width: 100%
	}

	.col-xl-11 {
		width: 91.66666667%
	}

	.col-xl-10 {
		width: 83.33333333%
	}

	.col-xl-9 {
		width: 75%
	}

	.col-xl-8 {
		width: 66.66666667%
	}

	.col-xl-7 {
		width: 58.33333333%
	}

	.col-xl-6 {
		width: 50%
	}

	.col-xl-5 {
		width: 41.66666667%
	}

	.col-xl-4 {
		width: 33.33333333%
	}

	.col-xl-3 {
		width: 25%
	}

	.col-xl-2 {
		width: 16.66666667%
	}

	.col-xl-1 {
		width: 8.33333333%
	}

	.hide-xl {
		display: none!important
	}

	.show-xl {
		display: block!important
	}

	#catalog-col {
		display: none
	}
}

@media (max-width:960px) {
	.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
		-ms-flex: none;
		flex: none
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.hide-lg {
		display: none!important
	}

	.show-lg {
		display: block!important
	}
}

@media (max-width:840px) {
	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
		-ms-flex: none;
		flex: none
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.hide-md {
		display: none!important
	}

	.show-md {
		display: block!important
	}
}

@media (max-width:600px) {
	.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
		-ms-flex: none;
		flex: none
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.hide-sm {
		display: none!important
	}

	.show-sm {
		display: block!important
	}
}

@media (max-width:480px) {
	.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
		-ms-flex: none;
		flex: none
	}

	.col-xs-12 {
		width: 100%
	}

	.col-xs-11 {
		width: 91.66666667%
	}

	.col-xs-10 {
		width: 83.33333333%
	}

	.col-xs-9 {
		width: 75%
	}

	.col-xs-8 {
		width: 66.66666667%
	}

	.col-xs-7 {
		width: 58.33333333%
	}

	.col-xs-6 {
		width: 50%
	}

	.col-xs-5 {
		width: 41.66666667%
	}

	.col-xs-4 {
		width: 33.33333333%
	}

	.col-xs-3 {
		width: 25%
	}

	.col-xs-2 {
		width: 16.66666667%
	}

	.col-xs-1 {
		width: 8.33333333%
	}

	.hide-xs {
		display: none!important
	}

	.show-xs {
		display: block!important
	}
}

.horizontal-align {
	display: flex;
	justify-content: center
}

.header {
	padding: 0
}

.header .column {
	padding: 0
}

.header-logo a:hover {
	text-decoration: none
}

.header-logo {
	margin: 20px 0 30px 0;
	text-align: center;
	height: 58px;
	line-height: 58px
}

.logo {
	margin: 0;
	vertical-align: middle;
	font-size: 40px;
	color: #383838;
	font-weight: 700!important
}

.ico {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle
}

a .logo {
	color: #383838;
	font-weight: 700
}

.description {
	text-align: center;
	vertical-align: middle;
	letter-spacing: normal;
	font-size: 16px
}

.description a {
	border-bottom: 1px solid #5AA6ED
}

.posts {
	padding: 0
}

.posts ol {
	margin-left: -30px;
	padding-left: 30px
}

.posts li {
	padding: 10px;
	border-top: 1px solid #e5e5e5;
	list-style: none
}

.posts li p {
	width: calc(100% - 90px);
	margin: 0;
	display: inline-flex
}

.posts li:hover {
	background: #f4f4f4
}

.footer {
	color: #999;
	font-size: 12px
}

.footer p:first-child {
	margin-top: 0;
	padding-top: .5rem;
	border-top: 1px solid #e6e6e6
}

.footer .column {
	padding-right: 0;
	padding-left: 0
}

.comments .column {
	padding: 0
}

.comment-form input {
	padding: 0 40px 0 18px;
	width: 100%;
	height: 2.75em;
	outline: 0;
	border: 1px solid rgba(184,197,214,.2);
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	-webkit-appearance: none
}

.comment-form textarea {
	outline: 0;
	border: 1px solid rgba(184,197,214,.2);
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	-webkit-appearance: none
}

.comment-form button {
	margin-top: 16px;
	background-color: #4195e4;
	color: #fff!important
}

.comment-hr {
	margin: 20px 0;
	border-top: 2px solid #5AA6ED
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.comment-header {
	font-size: 12px
}

.comment-author {
	color: #5AA6ED;
	margin-left: 10px
}

.comment-content {
	margin-left: 60px;
	border-radius: 5px;
	color: #999;
	font-size: 12px
}

.comment-content p {
	margin: 0;
	word-wrap: break-word
}

.arrow {
	position: absolute;
	top: 4px;
	left: -5px;
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 0;
	border-width: 4px 4px 4px 0;
	font: 0/0 arial;
	border-right-color: #dcdcdc
}

.larr-in {
	left: -4px;
	border-right-color: #f8faff
}

.larr,.larr-in {
	border-right-style: solid!important
}

.larr,.larr-in {
	border-top-color: transparent!important;
	border-bottom-color: transparent!important;
	border-top-style: dashed!important;
	border-bottom-style: dashed!important
}

.comment-header .avatar {
	float: left;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #eaeaea;
	border-radius: 50%
}

.comment-reply {
	float: right
}

#cancel-comment-reply-link {
	margin-left: 16px
}

.comment-view {
	padding: 15px 0;
	min-height: 60px;
	border-bottom: 1px dotted #e5e5e5
}

.comment-child {
	padding-left: 60px
}

.lists-navigator {
	margin: 20px 0
}

.lists-navigator ol {
	padding: 0 10px;
	list-style: none;
	text-align: center
}

.lists-navigator ol li {
	display: inline-block;
	color: #999
}

.lists-navigator ol li a {
	padding: 0 5px;
	color: #999
}

.lists-navigator ol li.current a {
	color: #5AA6ED
}

.done {
	color: #999;
	font-style: italic
}

.comment-author-approve {
	padding: .1rem .25rem;
	border-radius: .25rem;
	background-color: #4195e4;
	color: #FFF
}

#top {
	float: right;
	position: fixed;
	bottom: 70px;
	right: 20px;
	color: #fff!important;
	background-color: #4195e4;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	z-index: 99;
	display: none
}

.comment-author-at {
	float: left;
	margin-right: 5px
}

.links {
	border-top: 1px solid #e6e6e6
}

.links ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-top: 16px;
	list-style: none
}

.links ul li {
	position: relative;
	float: left;
	width: 50%;
	border-radius: 5px;
	list-style: none
}

.links ul li:hover {
	background: rgba(155,155,155,.1)
}

.links ul li a {
	display: block;
	padding: 0 10px 0 90px;
	height: 90px;
	color: #444
}

.links ul li a img {
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer
}

.links ul li a h4 {
	padding-top: 20px;
	font-size: 13px
}

.links ul li a p {
	font-size: 12px
}

.links ul li a h4,.links ul li a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (max-width:720px) {
	.header-logo {
		margin-bottom: 8px;
		margin-top: 16px
	}

	.header-logo img {
		height: 50px;
		width: auto;
	}

	.tags {
		padding: 0 15px
	}

	.header .column {
		padding: 0 .5rem
	}

	.posts-time {
		display: none
	}

	.posts li p {
		width: 100%;
		word-wrap: break-word;
		display: block;
		line-height: 25px
	}

	.crumbs,.post-page .thenext,.post-page .theprev {
		padding: 0 20px
	}

	.post-content p {
		padding: 15px 15px 0 15px!important
	}

	.post-title {
		padding: 15px 15px 0 15px !important;
    word-break: break-all;
	}

	.posts ol {
		margin-left: 0;
		padding: 0 40px
	}

	.comments .column {
		padding: 0 15px
	}

	.footer .column {
		padding: .5rem 15px
	}

	.links ul li {
		width: 100%
	}

	
}

@media (max-width:636px) {
	.header {
		padding: 0
	}

	.comment-time {
		display: none
	}

	.header .column {
		text-align: center
	}

	.header .nav {
		margin: 0
	}

	.header .pull-left {
		float: none
	}

	.crumbs {
		padding: 0;
		text-align: center
	}

	.al_mon,.al_year {
		padding-left: 20px
	}
}

.post-page {
	height: 30px;
	line-height: 30px
}

.post-page .thenext,.post-page .theprev {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.crumbs {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	padding-top: 10px
}

.post-title {
	font-size: 1.5em;
	padding-top: 10px;
	line-height: 35px;
	margin: 0 auto
}

.post-meta {
	text-align: center;
	color: #666
}

.post-meta li:first-child {
	padding: 0!important;
	border: 0
}

.post-meta li {
	display: inline-block;
	border-left: 1px solid #eee;
	padding-left: .8em;
	margin: .5em .5em .5em 0
}

.post-content {
	margin-bottom: 10px
}

.post-content h2,.post-content h3,.post-content h4,.post-content h5 {
	font-size: 18px;
	font-weight: 700;
	border-left: 4px solid #5AA6ED;
	padding: 0 10px
}

.post-content p {
	padding: .5rem 0;
	word-wrap: break-word;
	line-height: 28px;
	font-size: 1.1rem
}

.post-content img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.posts-time {
	color: #999
}

.clear {
	clear: both
}

.nav ul {
	padding: 0
}

.nav .nav-menu {
	line-height: 23px;
	margin: 0 auto;
	text-align: center
}

.nav .nav-menu li {
	display: inline-block;
	padding-left: 0;
	width: 80px
}

.nav-menu-list {
	background: #fff;
	position: relative
}

.nav-menu-list a.list-ico:after {
	content: "▾";
	font-size: 16px
}

.nav-menu-list .sub-menu {
	background: #5AA6ED;
	text-align: center;
	color: #fff;
	border: 1px solid #5AA6ED;
	position: absolute;
	top: 12px;
	width: 80px;
	z-index: 99
}

.sub-menu a {
	color: #fff;
	line-height: 25px
}

.sub-menu li {
	width: 80px!important;
	line-height: 25px;
	margin: 3px 0
}

.nav-menu-list .sub-menu {
	display: none;
	margin-top: 10px
}

.nav-menu-list:hover .sub-menu {
	display: block
}

.search-page {
	padding: 0 10px
}

.search-box {
	line-height: 40px;
	position: relative;
	top: -1px;
	display: block;
	width: 100%;
	height: 40px
}

.search-box .input {
	font-size: 14px;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	padding: 0 40px 0 18px;
	color: #5AA6ED;
	border: 1px solid rgba(90,166,237,.5);
	border-radius: 5px;
	outline: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.04);
	box-shadow: 0 1px 4px rgba(0,0,0,.04);
	-webkit-appearance: none
}

.search-box .spsubmit {
	line-height: 42px;
	float: right;
	outline: 0;
	background-color: transparent
}

.icon-search {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 2px 0 0 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #5AA6ED;
	border: solid 2px currentColor;
	border-radius: 50%
}

.icon-search:before {
	position: absolute;
	top: 11px;
	left: 3px;
	width: 2px;
	height: 4px;
	content: '';
	background-color: currentColor
}

.reply2view {
	background: #f8f8f8;
	padding: 10px 10px 10px 10px;
	position: relative;
	word-wrap: break-word
}

.posts li p span {
	padding-right: 5px;
	color: #5AA6ED
}

#catalog-col {
	right: 50%;
	width: 200px;
	color: #eee;
	background: #5AA6ED;
	border: 1em solid transparent;
	border-right-width: .3em;
	overflow: auto;
	text-overflow: ellipsis
}

#catalog-col {
	position: fixed;
	top: 197px;
	z-index: 999
}

#catalog-col.catalog {
	margin-right: -550px
}

#catalog-col strong {
	font-size: 1.2em;
	color: #fff
}

#catalog-col ul {
	padding-left: 20px;
	list-style: circle
}

#catalog-col li {
	margin: 8px 0
}

#catalog-col a {
	color: #eee;
	border: 0
}

.flink a {
	padding-right: 6px
}

.flink p {
	border: none!important;
	padding-top: 0!important
}

.posts a {
	color: #4a4a4a;
}

.liebiao a {
	color: #5AA6ED!important
}

.nav-menu a:hover {
	text-decoration: none
}

.container h1 {
	display: table;
}


.at{display:none}
@media (max-width: 720px){.at{display:block;padding: 15px 15px 0 15px!important;}}


.container.grid-sm {
    max-width: 680px;
}
.dede-listl {
    width: 100%;
    position: relative;
    background: #fff;
}
.posts {
    padding: 0;
}

.s-content .column {
    padding: 0 .5rem;
}

.dede-listl .dede-article-list .arclist-box {
    padding: 10px 2px;
    border-bottom: 1px #f0f0f0 solid;
    color: #191919;
    position: relative;
    display: inline-block;
    width: 100%;
}

.dede-article-list .arclist-box .pic {
    float: left;
    width: 94px;
    height: 70px;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
}

.dede-article-list .arclist-box .img-do img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: transform .5s ease .1s;
    -webkit-transition: -webkit-transform .5s ease .1s;
    object-fit: cover;
}

.dede-article-list h3 {
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
}
.dede-article-list .arclist-box .description {
    line-height: 1.5;
    font-size: 13px;
    color: #999!important;
    text-align: left;
    background: #fff;
}
.dede-article-list .arclist-box .list-like {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.dede-article-list .arclist-box .list-like a {
    padding-right: 5px;
}
.dede-article-list h3 {
    line-height: 1.3rem;
    height: 2.6rem;
    overflow: hidden;
    color: #4a4a4a !important;
    white-space: unset;
    word-break: break-all;
}
@media(max-width: 767px){
	.dede-article-list .arclist-box .description{
		display: none;
	}
	.dede-article-list h3 {
    line-height: 1.3rem;
    height: 2.6rem;
    overflow: hidden;
    color: #4a4a4a;
    white-space: unset;
}
	.posts .dede-article-list h3 a{
		color: #4a4a4a !important;
		font-size: .95rem;
	}
}

.ydl{color: #999}