<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Begin
Theme URI: http://zmingcx.com/begin
Author: 知更鸟
Author URI: http://zmingcx.com/
Description: HTML5+CSS3响应式布局，适合不同分辨率的设备，自定义小工具，自动缩略图，ajax评论，图片lightbox查看等功能。
Version: 1.6
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	word-wrap: break-word;
	word-break: break-all;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,
button,
input,
select,
textarea {
	font: 14px "Microsoft YaHei", Helvetica, Arial, Lucida Grande, Tahoma, sans-serif;
	color: #444;
	line-height: 180%;
	background: #f1f1f1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,ul {
	list-style: none;
}
dl {margin-bottom: 1.6em;}
dt {font-weight: bold;}
dd {margin-bottom: 1.6em;}
table,
th,
td {
	border: 1px solid #ddd;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 10px;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {border-width: 0 1px 1px 0;}

th, td {padding: 5px;}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
a {
	color: #444;
	text-decoration: none;
}
a:visited{
	color: #555;
}
a:hover {
	color: #2f889a;
}
.clear {
	clear: both;
}
:focus { outline: 0 }
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: none;
}
a, button, input {
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
@keyframes fade-in {
	0% {opacity: 0;}
	40% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes fade-in {
	0% {opacity: 0;}
	40% {opacity: 0;}
	100% {opacity: 1;}
}
/** 
.home {
	animation: fade-in;
    animation-duration: 1.1s;
	-webkit-animation:fade-in 1.1s;
}
 **/
/** 主体 **/
#content {
	width: 1080px;
	margin: 0 auto 10px;
}
/** 头部 **/
#masthead {
	height: 105px;
}
.logo-site {
	float: left;
	position: relative;
	margin: 10px 0 0 10px;
	transition-duration: .5s;
}
.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 0 0 2px 0;
}
@media screen and (min-width: 900px) {
	#menu-box img{
		transition-duration: .8s;
	}
	#menu-box.shadow img{
		width: 90%;
		height: auto;
		transition-duration: .8s;
	}
    .shadow #site-nav .down-menu a {
        padding: 0 10px;
		transition-duration: .8s;
    }
	.shadow #site-nav .down-menu ul a {
		line-height: 42px;
		padding: 0 0 0 20px !important;
	}
}
/** weibo **/
.weibo {
	position: absolute;
	top:4px;
	left:180px;
}
.weibo span{
	display: none;
}
.follow_text {
	padding: 5px 0 0 1px !important;
}
/** 顶部导航 **/
#top-header {
	background: #fff;
}
.top-nav {
	height: 26px;
	width: 1080px;
	margin: 0 auto 0;
}
.top-menu {
	float: right;
	margin: 0 8px 0 0;
}
.top-menu li {
	float: left;
	padding: 0 5px;
}
.top-menu a {
	color: #999;
}
.top-menu a:hover {
	color: #2f889a;
}
.default-menu li a {
	float: right;
	color: #2f889a;
	margin: 0 10px 0 0;
}
#site-nav .default-menu li a {
	margin: 10px 10px 0 0;
}
/** 管理 **/
#user-profile {
	float: left;
	margin: 0 0 0 10px;
}
#user-profile, #user-profile a {
	color: #999;
}
#user-profile a {
	margin-left: 5px;
}
#user-profile a:hover {
	color: #2f889a;
}
.nav-login a {
	color: #999;
	height: 25px;
	cursor: pointer;
}
.nav-search {
	background: #2f889a;
	float: right;
	color: #fff;
	line-height: 25px;
	margin: 24px 10px 0 10px;
	padding: 0 8px 1px;
	cursor: pointer;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.nav-search:hover {
	background: #595959;
}
/** 公告 **/
.bull {
	float: left;
	font-weight: 700;
	margin-right: 10px;
}
.scrolltext {
	width: 70%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.scrolltext ul li {
	height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
}
/** 主导航 **/
#menu-box {
	background: #fff;
	width: 100%;
	height: 80px;
	z-index: 999;
	*+right: 0;
	border-bottom: 1px solid #ddd;
 	transition-duration: .5s;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
#menu-box.shadow {
	top: 0;
	position:fixed;
	height: 65px;
	transition-duration: .5s;
	background: rgba(255, 255, 255, 0.9);
}
/** 菜单 **/
#top-menu {
	width: 1080px;
	margin: 0 auto 0;
	transition-duration: .5s;
}
.main-nav {
	margin: 15px 0 0 0;
}
.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	_float: left;
}
.nav-menu li {
	position: relative;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	min-width: 160px;
	*width: 160px;
	z-index: 10001;
	border-bottom: 1px solid #ddd;
}
.nav-menu &gt; li {
	float: left;
}
.nav-menu li:hover &gt; ul,
.nav-menu li.sfHover &gt; ul {
	display: block;
}
.nav-menu a {
	display: block;
	position: relative;
	zoom: 1;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu {
	float: left;
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.nav-menu li:hover,
.nav-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}
.nav-menu .sf-mega {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav-menu li:hover &gt; .sf-mega,
.nav-menu li.sfHover &gt; .sf-mega {
	display: block;
}
/*一级样式*/
#site-nav-wrap {
	float: right;
	min-height: 45px;
}
#site-nav .down-menu li {
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
}
#site-nav .down-menu a {
	padding: 0 13px;
	color: #444;
	text-align: left;
	transition-duration: .8s;
}
#site-nav .down-menu &gt; li &gt; a:hover,
#site-nav .down-menu &gt; li.sfHover &gt; a {
	color: #2f889a;
}
#site-nav .down-menu &gt; .current-menu-item &gt; a,
#site-nav .down-menu &gt; .current-menu-item &gt; a:hover {
	color: #2f889a;
}
/*下拉样式*/
#site-nav .down-menu ul {
	padding-top: 19px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03);
}
.shadow #site-nav .down-menu ul {
	padding-top: 4px;
}
.shadow .down-menu ul {
	padding-top: 10px;
}
#site-nav .down-menu ul ul {
	padding-top: 0;
}
#site-nav .down-menu ul li {
	background: #fff;
	line-height: 1.4em;
	height: auto;
	float: none;
	display: block;
	background: rgba(255, 255, 255, 0.9);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#site-nav .down-menu ul a {
	display: block;
	height: auto;
	line-height: 1.7em;
	padding: 10px 20px;
	margin: 0px;
	border: 0px;
	text-transform: none;
	font-size: 0.9em;
}
#site-nav .down-menu ul li &gt; a:hover {
	color: #000;
	background: #ddd;
}
#site-nav .down-menu ul li:last-child {
}
#navigation-toggle, .sidr, #sidr-close, #mobile-search {
	display: none;
}
/*箭头*/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
}
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -0.1em;
	margin-top: -2px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #ccc;
}
.sf-arrows &gt; li &gt; .sf-with-ul:focus:after,
.sf-arrows &gt; li:hover &gt; .sf-with-ul:after,
.sf-arrows &gt; .sfHover &gt; .sf-with-ul:after {
	border-top-color: #2f889a;
}
/* 向右箭头 */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #ccc;
}
.sf-arrows ul li &gt; .sf-with-ul:focus:after,
.sf-arrows ul li:hover &gt; .sf-with-ul:after,
.sf-arrows ul .sfHover &gt; .sf-with-ul:after {
	border-left-color: #2f889a;
}
/** 移动菜单 **/
#navigation-toggle {
	background: #fff;
	color: #999;
	line-height: 25px;
	padding: 0 8px 2px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
#navigation-toggle:hover {
	background: #2f889a;
	color: #fff;
	border: 1px solid #2f889a;
}
#sidr-main {
	position: absolute;
	position: fixed;
	top: 40px;
	height: 100%;
	z-index: 999999;
	width: 60%;
	overflow-x: none;
	overflow-y: auto;
	font-size: 14px;
	background: #333;
	background: none repeat scroll 0 0 rgba(51, 51, 51, 0.8);
}
#sidr-main {
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.sidr-inner {
}
.sidr-inner .sidr-class-nav-menu {
	margin-bottom: 70px;
}
.sidr.right {
	left: auto;
	right: -320px;
}
.sidr.left {
	left: -320px;
	right: auto;
}
#sidr-main a {
	color: #f8f8f8;
}
#sidr-main a:hover {
	color: #fff;
	box-shadow: inset 0 0 10px 3px #222;
}
#sidr-main ul a {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #777;
}
#sidr-main ul li ul {
	margin-left: 0;
	margin: 0;
}
#sidr-main ul li ul li a {
}
#sidr-main ul li ul li li a {
}
#sidr-main ul li ul li li li a {
}
#sidr-main ul li ul li a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	color: #444;
	margin-right: 10px;
}
.sidr-class-toggle-sidr-close:before {
	position: absolute;
	top: 50px;
	left: 30px;
	margin: 0;
}
.sidr-class-toggle-sidr-close {
	padding: 10px;
	font-weight: 700;
	text-align: center;
	display: block;
	border-bottom: 1px solid #777;
}
#sidr-id-navigation-toggle {
	display: none;
}

@media screen and (min-width: 900px) {
	#main-search.shadow {
		position: fixed;
		left:0;
		right:0;
		z-index: 999;
		margin: -25px auto 0;
	    border-radius: 2px;
	    background: rgba(255, 255, 255, 0.9);
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 1080px) {
	#top-menu{
		width: 98%;
	}
	.top-nav {
		width: 98%;
	}
}
@media only screen and (max-width: 900px) {
	#menu-box {
		transition: all 0s ease 0s;
	}
	#navigation-toggle {
		display: block;
		float: none;
		padding: 0 8px;
		vertical-align: top;
	}
	#site-nav .nav-menu {
		display: none;
	}
	#top-menu{
		width: 95%;
	}
	.nav-search {
		background: #fff;
		color: #999;
		margin: 7px 10px 0 0;
		padding: 0 8px;
		vertical-align: top;
		border: 1px solid #ddd;
	}
	.nav-search:hover{
		background: #595959;
		color: #fff;
		border: 1px solid #595959;
	}
	#main-search.shadow, #mobile-nav.shadow {
		position: fixed;
		left:0;
		right:0;
		z-index: 999;
		margin: 10px auto 0;
	}
	/** 头部 **/
	#masthead {
		height: 40px;
	}
	/** 主导航 **/
	#menu-box {
		height: 40px;
	}
	#menu-box.shadow {
		height: 40px;
	}
	/** 菜单按钮 **/
	.main-nav {
		margin: 7px 0 0 0;
	}
	#site-nav-wrap {
		min-height: 30px;
		margin: 0 10px 0 0;
	}
	/** logo **/
	.logo-site {
		margin: 2px 0 0 10px;
	}
	.logo-site {
		height: 30px;
	}
	.site-title img{
		width: 132px;
		height: 30px;
	}
	.logo-site a {
		font-size: 0.7em;
	}
	.site-description {
		display: none;
	}
	/** 管理 **/
	.nav-set {
		margin: 0 15px 0 0;
	}
	.mobile-search {
		background: #fff;
		font-size: 13px;
		height: 25px;
		margin: 0 0 5px 20px;
		padding: 0 8px 2px;
		border: 1px solid #ddd;
	}
	#top-header {
		display: none;
	}
}
/** 移动端 **/
.nav-mobile {
	background: #fff;
	color: #999;
	line-height: 25px;
	margin: 7px 0 0 0;
	padding: 0 8px;
	vertical-align: top;
	display: block;
	cursor: pointer;
	border: 1px solid #ddd;
    border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.nav-mobile:hover{
	background: #2f889a;
	color: #fff;
	border: 1px solid #2f889a;
}
#mobile-nav {
	background: #333;
	width: 1080px;
	margin: 10px auto 5px;
	padding: 10px 20px 20px 20px;
	display: none;
	border: 1px solid #ddd;
    border-radius: 2px;
	background: rgba(51, 51, 51, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.mobile-menu li {
	float: left;
    width: 24.999999%;
 	line-height: 35px;
	margin: 8px -3px 0 2px;
}
.mobile-menu a {
	color: #ddd;
	text-align: center;
	display: block;
	border: 1px solid #777;
}
.mobile-menu a:hover {
	background: #2f889a;
	color: #fff;
	border: 1px solid #2f889a;
	transition: all 0.1s ease-in 0s;
}
@media screen and (min-width: 900px) {
	.nav-mobile{
		display: none;
	}
}
@media only screen and (max-width: 900px) {
	#mobile-nav.shadow {
		position: fixed;
		left:0;
		right:0;
		z-index: 999;
		margin: 10px auto 0;
	}
}
@media only screen and (max-width: 480px) {
	.mobile-menu li {
	    width: 49.5%;
	}
}
/** 菜单结束 **/
/** 搜索 **/
#main-search {
	background: #fff;
	width: 1080px;
	text-align: center;
	margin: 10px auto 5px;
	padding: 10px 20px 20px 20px;
	display: none;
	border: 1px solid #ddd;
    border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
#searchbar {
	width: 90%;
    margin: 10px auto 0;
}
#searchform input {
	float: left;
    width: 75%;
 	height: 37px;
 	line-height: 37px;
	font: 14px "Microsoft YaHei", Helvetica;
	padding: 2px 10px;
    background: #ebebeb;
   	border: 1px solid #ebebeb;
    border-radius: 2px 0 0 2px;
	-webkit-appearance: none;
}
#searchform input:focus {
	outline: 0;
	background: #fff;
}
#searchform button {
	overflow: visible;
	position: relative;
	border: 0;
	cursor: pointer;
	height: 37px;
	width: 25%;
	color: #fff;
	text-transform: uppercase;
	background: #2f889a;
	border-radius: 0 2px 2px 0;
}
#searchform button:hover{
	background: #595959;
}
/** 登录 **/
#overlay {
	position: fixed;
	z-index: 10004;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
#login {
	display: none;
	width: 300px;
}
.login-t, .login-t a {
	background: #2f889a;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	padding: 25px 0;
	border-radius: 2px 2px 0 0;
}
#login form, .login-user {
	background: #f8f8f8;
	padding: 20px;
}
#login input[type="username"],input[type="password"] {
	width: 100%;
	background: #fff;
	padding: 4%;
	margin-bottom: 4%;
	border: 1px solid #ddd;
	-webkit-appearance: none;
}
#login input[type="submit"] {
	width: 100%;
	background: #2f889a;
	border: 0;
	margin-bottom: 4%;
	padding: 4%;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	-webkit-appearance: none;
	transition: background .3s;
	-webkit-transition: background .3s;
}
#login input[type="submit"]:hover {
	background: #157cb0;
}
#login img {
	float: left;
	width: 64px;
	height: 64px;
	margin: 5px 20px 0 0;
	padding: 2px;
}
.login-b {
	background: #2f889a;
	height: 45px;
	border-radius: 0 0 2px 2px;
}
/** 位置 **/
.breadcrumb {
	width: 1080px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	padding-left: 10px;
}
/** 布局 **/
#primary {
	float: left;
	width: 70.4%;
 	transition-duration: .5s;
}
#primary.primary {
	width: 100%;
}
.sidebar {
	width: 0;
	display: none;
}
.post, #page .page, .bulletin,
.single-picture .picture, .type-attachment,
.single-tao .tao, .single-video .video {
	position: relative;
	background: #fff;
	margin: 0 0 10px 0;
	padding: 20px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}
.entry-header h2 {
	margin: 0 0 5px 0;
}
.entry-header h2 a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
}
.archive-content {
	color: #777;
}
.title-l {
	position: absolute;
	background: #c40000;
	top: 20px;
	left: -1px;
	width: 5px;
	height: 25px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.entry-more a {
	position: absolute;
	bottom: 18px;
	right: -1px;
	background: #398898;
	height: 30px;
    line-height: 30px;
	padding: 0 10px;
	display: block;
	border-radius: 2px 0 0 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.entry-more a:hover {
	background: #3e94a5;
	background: 0 0 rgba(57, 136, 152, 0.9);
}
.entry-more a {
	color: #fff;
}
/** 文章信息 **/
.entry-meta {
	position: absolute;
	bottom: 14px;
	color: #999;
	*+left: 240px;
}
.format-aside .entry-meta,
.type-bulletin .entry-meta {
	position: inherit;
}
.entry-meta a {
	color: #2f889a;
}
.new-icon, .post-format a {
	position: absolute;
	background: #c40000;
	top: 0;
	right: 0;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	padding: 0 5px;
	border-radius: 0 2px 0 0;
	animation: fade-in;
    animation-duration: 1.2s;
	-webkit-animation:fade-in 1.2s;
}
.aside-cat{
	float: left;
	background: #c40000;
	margin: 0 10px 0 0;
	filter: alpha(opacity=70);
	background: 0 0 rgba(216, 0, 0, 0.7);
}
.aside-cat a, .aside-cat a:hover {
	color: #fff;
    line-height: 28px;
	padding: 0 10px;
}
/** 缩略图 **/
.thumbnail {
	position: relative;
	float: left;
	width: 200px;
	height: 150px;
	margin: 0 20px 0 0;
	clear: both;
    overflow: hidden;
	transition-duration: .5s;
}
.thumbnail a img {
	width: 200px;
	height: 150px;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear
}
.thumbnail:hover a img {
	transition: All 0.7s ease;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}
.thumbnail .cat {
	background: #c40000;
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha(opacity=70);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background: 0 0 rgba(216, 0, 0, 0.7);
}
.thumbnail .cat a {
	color: #fff;
    line-height: 28px;
	padding: 0 10px;
}
.type-bulletin .thumbnail {
	display: none;
}
.thumbnail a img {
	animation: fade-in;
    animation-duration: 1.2s;
	-webkit-animation:fade-in 1.2s;
}
/** 图像日志 **/
.content-image .entry-content {
	white-space: nowrap;
	overflow: hidden;
	margin: 0 -20px;
}
.content-image a img {
	float: left;
	width: 22.6%;
    max-width: 100%;
    height: auto;
	margin: 0 1.2%;
	display: inline;
}
/** 正文 **/
.entry-header h1 {
	position: relative;
    background: #f8f8f8;
	font-size: 16px;
	font-size: 1.8rem;
	line-height: 40px;
	text-align: center;
	margin: 35px -25px 20px -25px;
	padding: 0 20px;
	border-left: 5px solid #2f889a;
	border-right: 5px solid #2f889a;
}
.single-content {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
}
.single-content a, .single-content a:visited{
	color: #2f889a;
}
.single-content a:hover {
	color: #c40000;
}
/** 排版样式 **/
.single-content p,
.single-content ul,
.single-content ol,
.single-content dd,
.single-content pre,
.single-contenthr {
	margin: 0 0 5px 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-wrap: break-word;
	word-break: break-all;
}
.single-content h2{
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 190%;
	margin: 10px -21px;
	padding: 0 44px;
	border-left: 5px solid #e40000;
}
.single-content h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 190%;
	margin: 0 -21px 5px -21px;
	padding: 0 44px;
	border-left: 5px solid #2f889a;
}
.single-content h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 190%;
    margin-top: -70px;
    padding: 70px 30px 5px 30px;
}
.single-content .directory {
    float: left;
    height: 30px;
    margin: 0 -21px;
    border-left: 5px solid #2f889a;
}
.showmore span{
	font-size: 13px;
	color: #2f889a;
	font-weight: normal;
	padding: 0 8px;
	cursor: pointer;
}
.section-content {
	padding-top: 1px;
	display: none;
}
.single-content p {
	text-indent: 2em;
}
.single-content ul li,
.single-content ol li {
	margin: 0 35px 0 50px;
	line-height: 190%;
}
.single-content ul li {
	list-style: square;
}
.single-content ol li  {
	list-style: decimal;
}
blockquote {
	width: 94%;
	color: #8b8b8b;
	margin: 0 auto;
	padding: 10px;
	clear: both;
	border: 1px solid #ddd;
}
.single-content img, .comment-list p img {
	max-width: 100%;
 	width: auto\9;
	height: auto;
	vertical-align: middle;
	display: block;
}
.wp-caption {
    background: #f3f3f3;
  	max-width: 100%;
    padding: 5px;
     border: 1px solid #ddd;
    border-radius: 3px;
}
.wp-caption-text{
    text-align: center !important;
}
.single-content embed {
	float: left;
	width: 100%;
	height: 500px;
	margin-bottom: 30px;
}
/** 图文混排 **/
img.centered {
	display: block;
	margin: 0 auto 10px;
}
img.alignnone {
	margin: 0 0 10px 0;
	display: block;
}
img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
}
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
}
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
/** 日志分页 **/
.page-links {
	text-align: center;
	margin: 10px auto 5px;
}
.page-links span {
	background: #2f889a;
	color: #fff;
	margin: 2px;
	line-height: 30px;
	cursor: pointer;
	padding: 0 12px;
	display: inline-block;
	border: 1px solid #2f889a;
	border-radius: 2px;
}
.page-links a span {
	background: #fff;
	color: #000;
	text-decoration: none;
	border: 1px solid #ddd;
}
.page-links a:hover span {
	background: #2f889a;
	color: #fff;
	border: 1px solid #2f889a;
 	transition: all 0.2s ease-in 0s;
}
/** 密码 **/
.post-password-form input[type="password"] {
	width: 40%;
	background: #fff;
	padding: 5px;
	border: 1px solid #ddd;
	-webkit-appearance: none;
}
.post-password-form input[type="submit"] {
	width: 80px;
	line-height: 25px;
	background: #fff;
	padding: 5px;
	cursor: pointer;
	border: 1px solid #ddd;
	-webkit-appearance: none;
}
/** 文章信息 **/
.single-footer {}
.single-meta a {
	color: #999;
}
.single-meta a:hover {
	color: #2f889a;
}
.single-meta {
	position: absolute;
	top: 15px;
	right: 15px;
}
.single-meta li {
	float: left;
}
.single-meta .views, .single-meta li a {
	color: #999;
	line-height: 26px;
	margin: 0 5px 0 0;
	padding: 0 10px;
	display: block;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.single-meta .comment a:hover,
.single-meta .edit-link a:hover,
.r-hide a:hover {
	background: #2f889a;
	color: #fff;
	border: 1px solid #2f889a;
}
.single-meta a:hover {
	color: #fff;
}
.single-cat-tag {
	position: absolute;
	background: #f8f8f8;
	bottom: -1px;
	left: 0;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0 0 2px 2px;
}
.single-cat, .single-tag {
	padding: 0 20px;
}
.single-tag a {
	padding: 0 10px 0 0;
	word-wrap: break-word;
	word-break: break-all;
}
.single-meta .comment span {
	display: none;
}
/** 摘要 **/
.abstract {
	background: #fff;
	font-size: 14px;
	color: #999;
	display: block;
	margin: 0 0 10px 0;
	padding: 5px 15px;
	border: 1px dashed #ddd;
}
.abstract span{
	float: left;
	font-weight: 600;
	color: #999;
	padding-right: 10px;
}
.abstract p {
	text-indent: 0;
}
/** 目录 **/
.catalog-button {
	position: fixed;
	bottom: 244px;
	right: 10px;
	background: #fff;
	width: 32px;
	height: 32px;
	color: #d5d5d5;
	line-height: 32px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #ddd;
    border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.catalog-close {
	cursor: pointer;
}
#catalog-box {
	position: fixed;
	background: #fff;
	bottom: 282px;
	right: 10px;
	max-width: 300px;
    padding: 10px 0 10px 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	background: rgba(255, 255, 255, 0.95);
	z-index: 9999;
	display: none;
	animation: fade-in;
    animation-duration: 1.5s;
    -webkit-animation:fade-in 1.5s;
}
#catalog {;
	height: 180px;
    padding: 5px 15px 0 0;
	overflow: scroll;
	overflow-x: hidden;
}
 #catalog, #catalog a {
	color: #999;
}
#catalog-box strong {
 	margin-bottom: 10px;
    padding: 0 10px;
}
#catalog-ul li {
	list-style: none;
	margin: 0;
}
/** 字号 **/
#fontsize {
	position: absolute;
	top: 15px;
	left: 20px;
	line-height: 24px;
	width: 40px;
	text-align: center;
	padding: 0 0 1px 0;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
#fontsize:hover{
	color: #fff;
	background: #2f889a;
	border: 1px solid #2f889a;
}
.fontsmall {
	font-size: 18px;
	font-size: 1.8rem;
}
.fontlarge {}
/** 图片幻灯 **/
#slides {
	background: #f8f8f8;
	padding: 0 0 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.slidesjs-container {
	margin: 0 0 10px 0;
}
.slidesjs-navigation {
	float: right;
	background: #fff;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 8px 10px;
	height: 32px;
    border-radius: 2px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
a.slidesjs-navigation {
	color: #555;
}
.slidesjs-pagination li {
	display: none;
}
.img-n {
	color: #999;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 5px;
}
/** 视频播放 **/
.video-content {
	position: relative;
 	width: 90%;
	margin: 15px auto;
}
.video-content img {
	border: 1px solid #ddd;
    border-radius: 5px;
}
.video-content i {
	position: absolute;
	bottom: 10px;
	left: 47%;
	background: #2f889a;
	background: rgba(0, 136, 204, 0.5);
	color: #fff;
	padding: 8px;
    border-radius: 28px;
	border: 2px solid #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
/** 视频模板 **/
.videos-content {
	width: 100%;
	margin: 0 0 10px 0;
}
.video-img {
	position: relative;
	float: left;
	width: 280px;
	height: 210px;
	overflow: hidden;
	border: 1px solid #ddd;
    border-radius: 2px;
}
.video-img img {
	width: 280px;
	height: 210px;
}
.video-inf {
	float: right;
	width: 54%;
	margin: 2px 0 0 0;
}
.video-inf ul{
	line-height: 40px; 
	margin: 0 0 13px 0;
	padding: 0 0 0 15px;
	border: 1px solid #ddd;
}
.video-img i, .picture-img i {
	position: absolute;
	top: 150px;
	left: 44%;
	background: #2f889a;
	background: rgba(0, 136, 204, 0.5);
	color: #fff;
	padding: 8px;
    border-radius: 28px;
	border: 2px solid #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.picture-h-img i {
	position: absolute;
	top: 80px;
	left: 44%;
	background: #2f889a;
	background: rgba(0, 136, 204, 0.5);
	color: #fff;
	padding: 8px;
    border-radius: 28px;
	border: 2px solid #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
#related-img i {
	display: none;
}
@media screen and (max-width: 640px) {
	.video-img {
		float: inherit;
		margin: 0 auto 13px;
		}
	.video-inf {
		float: inherit;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 13px;
		}
}
@media screen and (max-width: 1024px) {
	.picture-img i, .picture-h-img i {
		display: none;
	}
}
/** 作者信息 **/
.authorbio {
	background: #fff;
	margin: 0 0 10px 0;
	padding: 20px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}
.authorbio .avatar {
	float: left;
 	width: 40px;
	height: 40px;
	margin: 7px 10px 0 0;
	padding: 2px;
}
/** 上下篇 **/
.nav-single {
	margin-bottom: 10px;
}
.meta-nav {
	background: #fff;
	float: left;
	width: 50%;
	text-align: center;
	margin-right: -1px;
	padding: 10px 20px;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}
.nav-single a {
	display: block;
}
.meta-nav:hover {
	color: #fff;
	background: #2f889a;
	border: 1px solid #2f889a;
}
.post-nav {
}
/** 相关图片 **/
#related-img {
	background: #fff;
	margin-bottom: 10px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #ddd;
    border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.related-title {
	background: #fff;
	height: 52px;
    overflow: hidden;
}
.related-site {
	max-width: 100%;
 	width: auto;
	height: auto;
	padding: 5px;
}
.related-site-img {
	max-width: 100%;
 	width: auto;
	height: auto;
    overflow: hidden;
}
.related-site-img a img {
	max-width: 100%;
 	width: auto;
	height: auto;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear
}
.related-site-img:hover a img {
	transition: All 0.7s ease;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
@media screen and (min-width:320px) {
	.r4 {
		float: left;
		width: 50%;
	}
}
@media screen and (min-width:480px) {
	.r4 {
		float: left;
		width: 25%;
	}
}
@media screen and (min-width:800px) {
	.r4 {
		float: left;
		width: 25%;
	}
}
@media screen and (max-width: 320px) {
	.r4 {
		float: left;
		width: 100%;
	}
}
/** 商品 **/
.single-goods-main {
	margin: 0 0 10px 0;
	padding: 0;
}
.single-goods-img {
	max-width: 100%;
 	width: auto;
	height: auto;
    overflow: hidden;
}
.single-goods-img a img {
	float: left;
	background: #fff;
	max-width: 100%;
 	width: auto;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear
}
.single-goods-img:hover a img {
	transition: All 0.7s ease;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}
.single-goods {
	margin: 0 -5px;
}
.single-goods .tl4 {
	position: relative;
	min-height: 1px;
	padding: 0 5px;
}
@media screen and (min-width:320px) {
	.tl4 {
		float: left;
		width: 50%;
		transition-duration: .5s;
	}
}
@media screen and (min-width:1080px) {
	.tm4 {
		float: left;
		width: 25%;
		transition-duration: .5s;
	}
}
@media screen and (max-width:1080px) {
	.tm4 {
		width: 25%;
		transition-duration: .5s;
	}
}
@media screen and (max-width: 480px) {
	.tm4 {
		width: 50%;
		transition-duration: .5s;
	}
	.single-goods {
		margin: 0 -4px;
	}
}
/** 正文小工具 **/
#single-widget h3 {
	margin: 15px 0 0 20px;
}
#single-widget .widget {
	float: left;
	width: 50%;
	margin-right: -1px;
}
#single-widget .widget ul {
	margin: 0 5px 5px 5px;
}
/** 侧边 **/
#sidebar {
	float: right;
	width: 28.6%;
	overflow: hidden;
}
#sidebar h3 {
	background: #f8f8f8;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.widget-title .icon-cat {
	float: left;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #2f889a;
	line-height: 40px;
	text-align: center;
	margin: 0 15px 0 0;
	padding: 1px 0;
	border-right: 1px solid #ddd;
	border-radius: 2px 0 0 0;
}
.widget {
	background: #fff;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.widget ul li {
	width: 99%;
	line-height: 190%;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
.widget ul,
#sidebar #searchform,
#calendar_wrap,
.tagcloud {
	padding: 8px 15px 15px 15px;
}
.widget .textwidget {
	padding: 5px;
}
.widget .textwidget img{
	max-width: 100%;
 	width: auto;
	height: auto;
	display: block;
}
.widget_categories,
.widget_links,
#sidebar .widget_nav_menu {
	padding: 0 0 15px 0;
}
.widget_categories li,
.widget_links li,
#sidebar .widget_nav_menu li {
	float: left;
    width: 49.5% !important;
	margin: 8px -3px 0 2px;
}
.widget_categories a,
.widget_links a,
#sidebar .widget_nav_menu a {
	text-align: center;
	display: block;
	border: 1px solid #ddd;
}
.widget_categories a:hover,
.widget_links a:hover,
.tagcloud a:hover,
#sidebar .widget_nav_menu a:hover {
	background: #2f889a;
	color: #fff !important;
	border: 1px solid #2f889a;
	transition: all 0.1s ease-in 0s;
}
.tagcloud {
	padding: 5px 0 5px 2px;
}
.tagcloud a {
	float: left;
	margin: 4px;
	padding: 0 7px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
/** 侧边缩略图 **/
.hot_commend ul li {
	white-space: normal;
	border-bottom: 1px dashed #dadada;
}
.new_cat ul li {
	white-space: normal;
}
.hot_commend .thumbnail, .new_cat .thumbnail {
	position: relative;
	float: left;
	width: 100px;
	height: 75px;
	margin: 8px 8px 8px 0;
    overflow: hidden;
}
.hot_commend a img, .new_cat a img {
	float: left;
	width: 100px;
	height: 75px;
}
.hot_commend .hot-title, .new_cat .new-title {
	height: 55px;
	padding-top: 5px;
	line-height: 25px;
    overflow: hidden;
}
.hot_commend .views, .new_cat .date {
	float: right;
	color: #999;
}
.hot_commend .icon-zan {
	color: #999;
}
/** 序号 **/
.li-icon {
	background: #ccc;
	font-size: 12px;
	color: #fff;
	line-height: 180%;
	margin: 0 5px 0 0;
	padding: 0 5px;
	border-radius: 2px;
}
.li-icon-1,
.li-icon-2,
.li-icon-3 {
	background: #c40000;
}
/** 日历 **/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: center;
	font-weight: bold; 
}
#wp-calendar tbody td ,#wp-calendar tfoot td {
	text-align: center;
	padding:5px;
}
#wp-calendar a {
	color: #2f889a;
}
/** 读者墙 **/
.readers {
	padding: 15px 5px 10px 10px;
}
.readers li {
	list-style: none;
	padding: 0 3px;
}
.readers img{
	max-width: 100%;
 	width: auto;
	height: auto;
   	margin: 0 -3px;
}
.readers-avatar {
	float: left;
	width: 16.66666%;
}
/** 头像留言 **/
#message .avatar {
	float: left;
	width: 24px;
	height: 24px;
	margin: 6px 8px 0 0;
}
.wp-smiley {
    height: 15px !important;
	display: inline !important;
}
.message-widget ul li {
	width: 99%;
	height: 37px;
	padding-bottom: 8px;
	line-height: 37px; 
	_white-space: normal;
	*white-space: normal;
	border-bottom: 1px dashed #dadada;
}
.message-page ul li {
	width: 99%;
	height: 37px;
	padding-bottom: 8px;
	line-height: 37px; 
	white-space: nowrap;
	_white-space: normal;
	*white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #dadada;
}
/** 跟随 **/
.follow {
	top: 80px;
	width: 310px;
	position:fixed;
	animation: fade-in;
    animation-duration: 1.2s;
	-webkit-animation:fade-in 1.2s;
}
/** 订阅 **/
#feed_widget {
	font-size: 48px;
}
#feed_widget li {
	float: left;
	width: 48px;
	line-height: 48px;
  	margin: 0 0 0 5.333333%;
}
#feed_widget ul {
	margin: 10px 2% 0 2%;
	overflow: hidden;
}
#weixin-img {
	display: none;
	padding: 15px;
	background: #fff;
	border-radius: 2px;
}
@media screen and (max-width: 1024px) {
	#feed_widget li {
	  	margin: 0 0 0 2.333333%;
	}
}
.icon-rss {
	color: #d28300;
}
.sidebar-h {
	animation: fade-in;
	animation-duration: 1.0s;
    -webkit-animation:fade-in 1.0s;
}
/** 评论 **/
.comments-title {
	background: #fff;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
}
.comment-list,.comment-list ol {
	list-style: none;
}
.comment-list li {
	position: relative;
	background: #fff;
	margin: 0 0 10px 0;
	padding: 15px 20px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	word-wrap: break-word;
	word-break: break-all;
}
.children li {
	position: relative;
	background: #fff;
	margin: 0 0 10px 0;
	padding: 15px 20px;
	border: 1px solid #ebebeb;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
	border-radius: 2px;
	word-wrap: break-word;
	word-break: break-all;
}
.children {
	margin: 5px 0 0 0;
}
.vcard .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 6px 10px 0 0;
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
}
.vcard:hover .avatar {
	transform: rotate(720deg);
	-webkit-transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	-o-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
}
.comment-author {
	color: #999;
}
.fn {
	font-style: normal;
	font-weight: bold;
}
.floor {
	color: #2f889a;
}
.comment-meta, .comment-meta a {
	color: #999;
}
.reply a {
	background: #fff;
	position: absolute;
	top: 15px;
	right: 20px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
}
.reply a:hover {
	background: #2f889a;
	color: #fff;
	border: 1px solid #2f889a;
 	transition: all 0.2s ease-in 0s;
}
.at, .at a {
	color: #2f889a;
}
.no-comments {
	background: #fff;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
}
#edita{
	color: #8b8b8b;
}
/** 评论表单 **/
#respond {
	background: #fff;
	margin: 0 0 10px 0;
	padding: 10px 20px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
}
#respond h3 {
	margin: 0 0 10px 0;
}
#respond h3 a {
	float: right;
	padding: 2px 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
}
#comment-author-info input {
	background: #fff;
	width: 50%;
	height: 37px;
	margin: 0 10px 10px 0;
	padding: 0 5px;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	_vertical-align: middle;
	*vertical-align: middle;
}
#comment {
	background: #fff;
	width: 100%;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-appearance: none;
}
#respond #submit {
	background: #fff;
	width: 50%;
	margin: 0 10px 10px 0;
	padding: 6px;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-appearance: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
#respond #submit:hover {
	background: #2f889a;
	color: #fff;
	border: 1px solid #2f889a;
 	transition: all 0.2s ease-in 0s;
}
/** 表单头像 **/
.user_avatar, .author_avatar {
	height: 45px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.user_avatar img, .author_avatar img {
	float: left;
 	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
}
/** 表情 **/
.comment-tool {
	float: right;
	margin: 9px 0;
}
.comment-tool a {
	background: #2f889a;
	color: #fff;
	margin: 0 0 0 10px;
	padding: 5px 10px;
	border: 1px solid #2f889a;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.comment-tool a:hover {
	background: #fff;
	color: #555;
	border: 1px solid #ddd;
}

.smiley-box {
	display: none;
	position: relative;
}
.smiley-box img{
	float: left;
 	width: 16px;
	height: 16px;
}
/** 引用 **/
#trackbacks {
	margin: 0 0 10px 0;
}
.backs {
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #ddd;
	cursor: pointer;
	border-radius: 2px;
}
.track {
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 2px 2px;
	display: none;
}
/** 定位 **/
#anchor {
    position: relative;
    top: -75px;
}
/** 评论加载中 **/
.loading-comments {
	background: #fff;
	display: none;
	width: 100%;
	line-height: 45px;
	text-align: center;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
}
/** 解锁 **/
.qaptcha {
	padding: 0 10px 10px 0;
	margin-top: 10px;
}
.qaptcha .clr {
	clear: both
}
.qaptcha .bgslider {
	width: 100px;
	height: 22px;
	background: transparent url('../images/sprites_4.png') no-repeat 0 -22px;
	float: left;
}
.qaptcha .slider {
	width: 21px;
	height: 21px;
	background: transparent url('../images/sprites_4.png') no-repeat 0 0;
	margin: 0 0 0 5px;
	cursor: e-resize;
}
.qaptcha .icons {
	display: none;
}
.qaptcha .txtstatus {
	float: left;
	margin: -2px 0 0 8px;
}
.txtstatus {
	animation: fade-in;
    animation-duration: 1.0s;
    -webkit-animation:fade-in 1.0s;
}

/** 链接 **/
#links {
	margin: 0 -2px;
}
#links h2 {
	display: none;
}
.link-f {
	max-width: 100%;
 	width: auto;
	height: auto;
    overflow: hidden;
}
.link-f a img {
	max-width: 100%;
 	width: auto;
	height: auto;
	margin: 0 auto;
}
.link-f a {
	background: #fff;
	text-align: center;
	padding: 5px;
	display: block;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 2px;
	transition-duration: .5s;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.link-f a:hover {
	background: #2f889a;
	color: #fff !important;
	border: 1px solid #2f889a;
	transition: all 0.1s ease-in 0s;
}
.lx7 {
	float: left;
	min-height: 1px;
	padding: 2px;
}
@media screen and (min-width:280px) {
	.lx7 {
		width: 50%;
		transition-duration: .5s;
	}
}
@media screen and (min-width:550px) {
	.lx7 {
		width: 33.33333333%;
	}
}
@media screen and (min-width:700px) {
	.lx7 {
		width: 25%;
		transition-duration: .5s;
	}
}
@media screen and (min-width:900px) {
	.lx7 {
		width: 20%;
		transition-duration: .5s;
	}
}
@media screen and (min-width:1024px) {
	.lx7 {
		width: 14.2857%;
		transition-duration: .5s;
	}
}
@media screen and (max-width: 550px) {
	#links {
		margin: 6px 0 0 0;
	}
}
.linkcat h2 {
	background: #fff;
	max-width: 152px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto 2px;
	clear: both;
	/** display: none; **/
	border-radius: 2px;
	border: 1px solid #ddd;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.03);
}
.link-all a:hover {
	background: #2f889a;
	color: #fff !important;
	border: 1px solid #2f889a;
	transition: all 0.1s ease-in 0s;
}
.link-all a, #links a {
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}
.link-all a:hover, .link-all a:focus, #links a:hover, #links a:focus {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
/** 页脚 **/
#colophon {
	background: #fff;
	position: relative;
	width: auto;
	border-top: 1px solid #ddd;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.03);
}
.site-info {
	text-align: center;
	margin: 0 50px;
	padding: 15px 0;
}
.add-info {
	padding: 5px 0;
	display: block;
}
/** 页脚小工具 **/
#footer-widget-box {
	background: #555;
	position: relative;
	padding: 10px 0;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}
.footer-widget {
	width: 1080px;
	margin: 0 auto;
}
.footer-widget h3 {
	font-size: 15px;
	color: #ccc;
	margin: 15px 0 0 0;
}
.footer-widget .widget {
	background: #555;
	float: left;
	width: 50%;
	padding: 0 20px;
	border: none;
	box-shadow: none;
}
.footer-widget, .footer-widget a {
	color: #ccc;
}
.footer-widget a:hover {
	color: #fff;
}
.footer-widget .widget ul {
	padding: 8px 0 15px;
}
.footer-widget .menu li {
	float: left;
	width: 33%;
}
/** 分页 **/
/** 等于或大于550px **/
@media screen and (min-width: 550px) {
	.pagination {
		float: right;
	}
	.pagination a,
	.pagination a:visited {
		float: left;
		background: #fff;
		margin: 0 0 10px 5px;
		padding: 8px 11px;
		line-height: 100%;
		border: 1px solid #ddd;
	    border-radius: 2px;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	}
	.pagination .current,
	.pagination .dots {
		background: #fff;
		float: left;
		margin: 0 0 0 5px;
		padding: 8px 11px;
		line-height: 100%;
		border: 1px solid #ddd;
	    border-radius: 2px;
	}
	.pagination span.pages {}
	.pagination span.current,
	.pagination a:hover {
		background: #2f889a;
		color: #fff;
		border: 1px solid #2f889a;
	}
	.screen-reader-text, .pages  {
		display: none;
	}
}
/** 等于或小于550px **/
@media screen and (max-width: 550px) {
	.pagination {
		background: #fff;
		border: 1px solid #ddd;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	    border-radius: 2px;
	}
	.pagination .nav-links {
		min-height: 30px;
		position: relative;
		text-align: center;
	}
	.pagination .current .screen-reader-text {
		position: static !important;
	}
	.screen-reader-text {
		height: 1px;
		overflow: hidden;
		position: absolute !important;
	}
	.page-numbers {
		display: none;
		line-height: 25px;
		padding: 5px;
	}
	.pagination .page-numbers.current {
		text-transform: uppercase;
	}
	.pagination .current {
		display: inline-block;
	}
	.pagination .prev,
	.pagination .next {
		background: #2f889a;
		color: #fff;
		display: inline-block;
		line-height: 35px;
		overflow: hidden;
		padding: 0px 8px;
		position: absolute;
	}
	.pagination .next {
	    border-radius: 0 2px 2px 0
	}
	.pagination .prev {
	    border-radius: 2px 0 0 2px;
	}
	.pagination .prev a,
	.pagination .next a{
		color: #fff;
		line-height: 20px;
		padding: 0;
		display: inline-block;
	}
	.pagination .prev {
		left: 0;
	}
	.pagination .prev:before {
		left: -1px;
	}
	.pagination .next {
		right: 0;
	}
	.pagination .next:before {
		right: -1px;
	}
	/** 评论分页 **/
	.comment-navigation{
		margin: 0 0 10px;
	}
	.comment-navigation .current {
		line-height: 35px;
		padding:  0 0 0 50%;
	}
	.comment-navigation .next {
		right: 5px;
	}
	.comment-navigation .prev {
		left: 5px;
	}
}
/** 相册 **/
.picture-box {
	background: #fff;
	margin: 0 0 10px 0;
	padding: 0px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.picture-img {
	max-width: 100%;
 	width: auto;
	height: auto;
    overflow: hidden;
	transition-duration: .5s;
}
.picture-img a img {
	float: left;
	max-width: 100%;
 	width: auto;
	height: auto;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear
}
.picture-img:hover a img {
	transition: All 0.7s ease;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.picture-title {
	text-align: center;
	line-height: 30px;
	margin: 0 10px 5px 10px;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
.picture {
	margin: 0 -5px;
}
.video .xl5, .picture .xl5 {
	position: relative;
	min-height: 1px;
	padding: 0 5px;
}
.xm5 {
	position: relative;
	min-height: 1px;
}
@media screen and (min-width:320px) {
	.xl5 {
		float: left;
		width: 50%;
		transition-duration: .5s;
	}
}
@media screen and (min-width:550px) {
	.xm5 {
		float: left;
		width: 25%;
		transition-duration: .5s;
	}
}
@media screen and (min-width:999px) {
	.picture-img {
		overflow: hidden;
	}
}
@media screen and (max-width: 480px) {
	.picture {
		margin: 0 -4px;
	}
}
@media screen and (max-width: 900px) {
	#picture {
		width: 99.9%;
	}
}
/** 图片布局 **/
.grid-title {
	line-height: 25px;
	height: 50px;
	margin: 5px 15px;
	overflow: hidden;
}
.grid-inf {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 15px;
}
.grid-inf .views {
	float: right;
}
.grid,icon-zan {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(255, 68, 0, 0.8);
	color: #fff;
	padding: 0 5px;
    border-radius: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
/** 滚屏 **/
#scroll {
	width: 32px;
	float: right;
	position: fixed;
	right: 10px;
	bottom: 130px;
	z-index: 9999;
}
#scroll li a {
	background: #fff;
	font-size: 16px;
	color: #d5d5d5;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	margin-top: 6px;
	display: block;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #ddd;
    border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
#scroll li a:hover {
	background: #2f889a;
	color: #fff;
	border: 1px solid #2f889a;
 	transition: all 0.2s ease-in 0s;
}
/** 幻灯 **/
#slideshow {
	position: relative;
	margin: 0 0 10px 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rslides {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border-radius: 2px;
}
.rslides_tabs {
	position: absolute;
	bottom: 0px;
	margin: 0 auto;
	max-width: 100%;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	z-index: 2;
	_display: none;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 5px;
}
.rslides_tabs a {
	background: #fff;
	width: auto;
	height: auto;
	color: #555;
	line-height: 15px;
	padding: 2px 8px;
	display: inline;
	border: 1px solid #fff;
	border-radius: 2px;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: #2f889a;
	color: #fff;
	border: 1px solid #2f889a;
}
.slider-caption {
	position: absolute;
	background: #c40000;
	display: block;
	left: 0;
	top: 0;
	color: #fff;
	padding: 8px 15px;
	max-width: none;
	border-radius: 2px 0 0 0;
	z-index: 2;
	filter: alpha(opacity=70);
	background: none repeat scroll 0 0 rgba(216, 0, 0, 0.7);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/** 下载 **/
#down a {
	float: left;
	background: #2f889a;
	height: 35px;
	color: #fff;
	line-height: 35px; 
	text-align: center;
	margin: 8px 0 15px 25px;
	padding: 0 15px;
	border: 1px solid #2f889a;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#down a:hover {
	background: #595959;
	border: 1px solid #595959;
 	transition: all 0.3s ease-in 0s;
}
.icon-down {
	font-size: 16px;
	color: #fff;
	margin: 0 8px 0 0;
}
#button_box {
	display: none;
}
#button_file h3 {
	text-align: center;
	padding: 0 0 5px 0;
}
.buttons a {
	float: left;
	background: #2f889a;
	color: #fff !important;
	margin: 10px 10px 10px 0;
	padding: 2px 15px;
	border: 1px solid #2f889a;
	border-radius: 3px;
	display: block;
}
.buttons a:hover {
	background: #595959;
	border: 1px solid #595959;
 	transition: all 0.3s ease-in 0s;
}

/** 喜欢分享 **/
#social {
	margin: 15px -20px 80px;
}
.social-main {
	position: relative;
	margin: 0 auto;
	width: 283px;
}
.social-main a {
	float: left;
	color: #fff !important;
	line-height: 35px;
	text-align: center;
	border-radius: 2px;
}
.social-main a:hover{
    background: #878787;
	color: #fff;
 	transition: all 0.2s ease-in 0s;
}
.like a{
    background: #ff4400;
	width: 140px;
	display: block;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.share-s a{
    background: #ecb842;
	width: 140px;
	display: block;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.social-main i{
	color: #fff;
	font-style: normal;
	margin: 0 5px 0 0;
}
.shang-p a{
	position: absolute;
	left: 115px;
	top:-7px;
    background: #7ab951;
	width: 50px;
	height: 50px;
	font-size: 16px;
	font-weight: 600;
	line-height: 43px;
	border: 4px solid #fff;
	border-radius: 40px;
}
.shang-main input {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	display: block;
}
.shang-main img {
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	vertical-align: middle;
	display: block;
}
.shang-main h4 {
	text-align: center;
}
/** 赏 **/
#shang {
	display: none;
	width: 310px;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}
/** 分享 **/
#share {
	display: none;
	width: 280px;
	padding: 15px 13px 15px 30px;
	background: #fff;
	border-radius: 5px;
}
.bdshare_dialog_box {
	z-index: 999999 !important;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5) !important;
}
.bdshare_dialog_box {
	border: none !important;
}
.bdshare_dialog_bottom {
	display: none;
}
.icon-share {
	color: #04a4cc;
}
#share a {
	font-size: 60px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	padding: 2px 5px 5px;
}
.bdshare-button-style1-16 a {
    background: transparent !important;
}
/** 弹窗 **/
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-error {
	padding: 30px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -22px;
	z-index: 8060;
}
#fancybox-loading div {
	width: 79px;
	height: 10px;
	background: url(../images/infinite_4.gif) center center no-repeat;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 45%;
	height: 100%;
	cursor: pointer;
	background: transparent url(../images/blank_4.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {left: 0;}
.fancybox-next {right: 0;}
.fancybox-nav span {
	position: absolute;
	font-size: 20px;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {left: 10px;}
.fancybox-next span {right: 10px;}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancy_4.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}
#fancybox-buttons.top {top: 10px;}
#fancybox-buttons.bottom {bottom: 10px;}
#fancybox-buttons ul {
	background: #000;
	background: rgba(0, 0, 0, 0.1);
	display: block;
	width: 177px;
	height: 31px;
	margin: 0 auto;
	border: 1px solid #999;
	border-radius: 2px;
}
#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#fancybox-buttons a {
	display: block;
	font-size: 20px;
	color: #fff;
	width: 35px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	outline: none;
}
#fancybox-buttons a:hover {
	color: #04a4cc;
}
.icon-btnNext {
	border-right: 1px solid #999;
}
.icon-btnClose {
	border-left: 1px solid #999;
}
.btnDisabled {
	cursor: default;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.icon-fancy-close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 24px;
	height: 24px;
	color: #e50000;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
}
/** 搜索结果 **/
.search-results #primary,
.search-no-results #primary {
	width: 100%;
}
.search-page {
	background: #fff;
	margin: 0 0 10px 0;
	padding: 20px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}
.search-no-results .post {
	position: relative;
	background: #fff;
	margin: 0;
	padding:0;
	border: none;
	box-shadow: 0;
    border-radius: 0;
}
.search-page li {
	line-height: 280%;
	margin: 0 -20px;
	padding: 0 20px;
	border-bottom: 1px solid #dadada;
}
.search-inf {
	float: right;
	color: #999;
}
li.search-inf {
	border: none;
}
/** ads **/
.ad-site {
	background: #fff;
	margin: 0 0 10px 0;
	padding-top: 6px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
	overflow: hidden;
}
.entry-content .ad-site {
	background: #transparent;
	border: none;
	box-shadow: none;
    border-radius: 0;
}
.ad-site img {
	max-width: 100%;
 	width: auto;
	height: auto;
}
.ad-pc, .ad-l, .ad-r {
	text-align: center;
}
.entry-content .ad-pc {
	margin: 0 -11px 10px -11px;
	text-align: center;
}
.entry-content .ad-m {
	margin: 0 -11px 10px -11px;
}
.ad-l {
	float: left;
	width: 70.4%;
}
.ad-r {
	float: right;
	width: 28.6%;
}
@media screen and (max-width: 900px) {
	.ad-r {
		display: none;
	}
	.ad-l {
		width: 99.9%;
	}
}

/** font **/
@font-face {
	font-family: 'zm';
	src:url('css/fonts/zm.eot?-pojq32');
	src:url('../fonts/zm_4.eot') format('embedded-opentype'),
		url('../fonts/zm_4.woff') format('woff'),
		url('../fonts/zm_4.ttf') format('truetype'),
		url('../fonts/zm_4.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'zm';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-btnPrev:before {
	content: "\e600";
}
.icon-btnPlay:before {
	content: "\e601";
}
.icon-btnPlayOn:before {
	content: "\e602";
}
.icon-btnNext:before {
	content: "\e603";
}
.icon-btnToggle:before {
	content: "\e604";
}
.icon-btnToggleOn:before {
	content: "\e605";
}
.icon-btnClose:before {
	content: "\e606";
}
.icon-scroll-t:before {
	content: "\e607";
}
.icon-scroll-b:before {
	content: "\e608";
}
.icon-zan:before {
	content: "\e609";
}
.icon-scroll-c:before {
	content: "\e610";
}
.icon-share:before {
	content: "\e611";
}
.icon-li:before {
	content: "\e612";
}
.icon-cat:before {
	content: "\e613";
}
.icon-left:before {
	content: "\e600";
}
.icon-right:before {
	content: "\e603";
}
.icon-down:before {
	content: "\e614";
}
.icon-qzone:before {
	content: "\e60a";
	color: #faca0b;
}
.icon-tsina:before {
	content: "\e60b";
	color: #c40000;
}
.icon-tqq:before {
	content: "\e60c";
	color: #4e91d1;
}
.icon-renren:before {
	content: "\e60d";
	color: #0074c6;
}
.icon-weixin:before {
	content: "\e60e";
	color: #248a34;
}
.icon-more:before {
	content: "\e60f";
	color: #467ebd;
}
.icon-play:before {
	content: "\e601";
}
.icon-rss:before {
	content: "\e615";
}
.icon-m:before {
	content: "\e601";
}

@media screen and (min-width: 900px) {
	/** 加载动画 **/
	.box-hide {
		opacity: 0;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		transform: scale(0.9);
		-webkit-transition: all ease-in-out .3s;
		-moz-transition: all ease-in-out .3s;
		transition: all ease-in-out .3s;
		-webkit-perspective-origin: top center;
		-moz-perspective-origin: top center;
		perspective-origin: top center;
	}
	.box-show {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
/** 等于或小于1080px **/
@media screen and (max-width: 1080px) {
	#content, #colophon, .breadcrumb, .footer-widget {
		width: 98%;
	}
	.follow {
		width: 28%;
		transition-duration: .5s;
	}
	#site-nav .down-menu a {
		padding: 0 13px;
	}
	#colophon {
		width: auto;
	}
	#main-search, #mobile-nav {
		width: 98%;
	}
	.breadcrumb {
		width: 98%;
	}
}
/** 等于或小于900px **/
@media screen and (max-width: 900px) {
	#primary {
		width: 99.9%;
	}
	.logo-site {
		margin: 5px 0 0 10px;
	}
	.authorbio {
		display: none;
	}
	#sidebar {
		display: none;
	}
	.add-info {
		display: none;
	}
	#anchor {
	    top: -43px;
	}
	.r-hide {
		display: none;
	}
}
/** 等于或小于720px **/
@media screen and (max-width: 720px) {
	#inf-d {
		width: 70%;
		transition-duration: .5s;
	}
	.search-inf {
		display: none;
	}
	.entry-meta {
		display: none;
	}
}
/** 等于或小于640px **/
@media screen and (max-width: 640px) {
	.entry-header h1 {
		background: #fff;
		text-align: left;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
	}
	#single-widget .widget {
		width: 99.6%;
	}
	.footer-widget .widget {
		float: inherit;
		margin: 0;
	}
	.footer-widget .widget {
		width: 99.6%;
	}
}
/** 等于或小于620px **/
@media screen and (max-width: 620px) {
	.entry-header h2 {
		height: 52px;
		text-align: justify;
		word-break: break-all;
		overflow: hidden;
	}
	.format-image .entry-header h2,
	.format-aside .entry-header h2,
	.type-bulletin .entry-header h2 {
		height: auto;
		width: 70%;
		white-space: nowrap;
		word-wrap: normal;
		text-overflow: ellipsis;
		overflow: hidden;
		transition-duration: .5s;
	}
	.archive-content {
		display: none;
	}
	.format-aside .archive-content,
	.type-bulletin .archive-content {
		display: block;
	}
	.entry-more {
		display: none;
	}
	.thumbnail {
		width: 100px;
		height: 75px;
		margin: 0 10px 0 0;
		transition-duration: .5s;
	}
	.thumbnail a img {
		width: 100px;
		height: 75px;
		transition-duration: .5s;
	}
	.thumbnail .cat, .aside-cat {
		display: none;
	}
	.entry-meta {
		display: inline;
		right: 20px;
	}
	.format-aside .entry-meta {
		float: right;;
	}
	#social {
		margin: 15px -20px 70px;
	}
	.single-tag, .weibo {
		display: none;
	}
	.single-content embed {
		height: 250px;
	}
}
/** 等于或小于480px **/
@media screen and (max-width: 480px) {
	.slider-caption {
		display: none;
	}
	.single-content {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.fontsmall {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#catalog-box {
		bottom: 45px;
		right: 45px;
		max-width: 260px;
	}
}
/** 等于或小于440px **/
@media screen and (max-width: 440px) {
	.entry-meta .date,
	.entry-meta .edit-link {
		display: none;
	}
	.post {
		padding: 15px;
	}
	.entry-header h1 {
		margin: 40px -20px 10px -20px;
	}
	.single-content h2{
		margin: 10px -15px;
	}
	.title-l {
		top: 15px;
	}
	.single-content h3 {
		margin: 0 -15px 5px -15px;
	}
	.entry-meta {
		bottom: 10px;
	}
}</pre></body></html>