a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,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,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none
}
body {
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	overflow-x: hidden!important;
	font-size: 16px;
	word-break: break-word;
	color: #161c2d;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-weight: 600
}

a {
	color: #444;
	text-decoration: none
}
form,a,img,input,.page-item:not(:first-child) .page-link{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.multi .card{border:none;display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: flex-start;align-content: flex-start;flex-direction: column;}
.dropdown-menu {
	font-size: .9rem
}

.breadcrumb,.breadcrumb a {
    font-size: 13px;
	color: #999
}

.breadcrumb a:hover {
	color: #666
}

img {
	max-width: 100%;
}
.page-link.active {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item:first-child .page-link,.page-item:last-child .page-link,nav .page-link {
	border-radius: 50%;
	color: #6c757d
}

.page-item:not(:first-child) .page-link {
	margin-left: -5px
}
nav:hover .page-item:not(:first-child) .page-link {
	margin-left: 5px
}
.clamp {
	display: -webkit-box
}

.clamp,.clamp-1 {
    word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical
}

.clamp-1 {
	white-space: nowrap;
	-webkit-text-overflow: ellipsis
}

.clamp-2 {
	-webkit-line-clamp: 2;

}

.clamp-3 {
	-webkit-line-clamp: 3
}

.clamp-4 {
	-webkit-line-clamp: 4
}

.clamp-5 {
	-webkit-line-clamp: 5
}
#tophead .blog-header-logo img {
	height: 100%
}

#tophead .blog-header {
	border-bottom: 1px solid #e5e5e5;
	line-height: 1
}

#tophead .blog-header-logo {
    height: 100%;
	font-size: 2rem;
	font-family: Playfair Display,Georgia,Times New Roman,serif
}

#tophead .blog-header-logo:hover {
	text-decoration: none
}
.subcate ul{
    position: absolute;
    display: none;
    z-index: 9;
}

.subcate:hover ul,.subcate ul li a{
    display: block;
}
#tophead .nav-scroller {
	z-index: 9
}

#tophead .nav-scroller .nav {
	display: flex;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	flex-wrap: nowrap;
	-webkit-overflow-scrolling: touch;
	align-items: center
}

#tophead .nav-scroller .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem
}

#tophead .hc {
	min-height: 55px
}

#tophead .nav-scroller i {
	margin-right: 5px
}

.banner {
	position: relative;
	overflow: hidden;
	min-height: 150px;
	background-color: #202935;
	color: #f6f6f6;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.banner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	text-shadow: 0 1px 5px #999;
	transform: translate(-50%,-50%);
	word-break: break-all
}

.banner img {
	width: 100%;
	height: 30vh;
	object-fit: cover
}

.banner .text h2 {
	font-size: 20px
}

.banner .text p {
	font-size: 15px
}
.multi nav {
	width:100%;
	clear: both;
}
.multi-item {
    height:100%;
	font-size: .9em;
	overflow: hidden;
    min-height: 120px;
}
#masonry-container .multi-item {
    height:unset;
}
/*.multi-item .thumb a,.relas .thumb a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*	overflow: hidden;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	text-align: center*/
/*}*/




.avatar {
	width: 20px;
	height: 20px;
	transition: all 2s
}

.avatar:hover{
	transform: rotate(360deg);
}

.avatar.avatar-120 {
	width: 120px;
	height: 120px
}

.avatar.avatar-50 {
	width: 50px;
	height: 50px
}

.avatar.avatar-40 {
	width: 40px;
	height: 40px
}

.avatar.avatar-32 {
	width: 32px;
	height: 32px
}
.multi-item .thumb img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.multi-item:hover .thumb img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.multi-item .author .avatar {
    opacity:0.6;
}
.multi-item:hover .author .avatar {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
    opacity:1;
}
.multi-item h3 {
    word-break: break-all;
	font-size: 1.2rem;
}
.multi-item h3.card-title {
	min-height: 48px;
	font-size: 1rem;
}
.post-cat {
	position: absolute;
	width:unset;
	top: 0;
	right: 0;
	margin:0.5rem;
}
.post-cat a:first-child{
	margin-left: 0;
}
.post-cat a{
	margin-left: 0.5rem;
	padding: 3px 7px;
	border-radius: 3px;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	font-size: 12px
}
.multi-item:hover .post-cat a{
	background-color: rgba(0,0,0,.8);
	color: #fff
}

.post-istop .post-cat a{
	background-color: rgba(255,0,0,.6)
}

.multi-item.post-istop:hover .post-cat a{
	background-color: rgba(255,0,0,.8)
}

.multi-item.bg-white:hover {
	background-color: #fbfbfb!important;
	transition: background-color .5s
}

body.search .multi-item .title strong {
	color: red
}

.single-title {
	font-weight: 700;
	font-size: 1.5rem
}

.single-meta {
    font-size: 13px;
	color: #999
}

.single-meta .item {
	display: inline-block;
}

.single-content img,.single-content p {
    word-break: break-all;
	margin: 5px 0
}

.single-content p {
    word-break: break-all;
}
.single-content .downstyle2 {
    height: auto; 
}
.single-content > h1,.single-content > h2,.single-content > h3,.single-content > h4,.single-content > h5,.single-content > h6{
    background-color:#f8f8f8;
    padding-right:0;
}

.single-content > h1 {
    border-left-width: 0.6rem;
    padding: 1rem 0.7rem;
	margin: 2rem 0 1rem;
	font-size: calc(1.5rem + .2vw)
}
.single-content > h2:before {
    content: "+";margin-right:.7rem;
}

.single-content > h2 {
    border-left-width: 0.5rem;
    padding: 0.9rem 0.6rem;
	margin: 1.8rem 0 .9rem;
	font-size: calc(1.5rem)
}
.single-content > h2:before {
    content: "++";margin-right:.6rem;
}

.single-content > h3 {
    border-left-width: 0.4rem;
    padding: 0.8rem 0.5rem;
	margin: 1.6rem 0 .8rem;
	font-size: calc(1.5rem - .2vw)
}
.single-content > h3:before {
    content: "-";margin-right:.5rem;
}

.single-content > h4 {
    border-left-width: 0.3rem;
    padding: 0.7rem 0.4rem;
	margin: 1.4rem 0 .7rem;
	font-size: calc(1.5rem - .4vw)
}
.single-content > h4:before {
    content: "--";margin-right:.4rem;
}

.single-content > h5 {
    border-left-width: 0.2rem;
    padding: 0.6rem 0.3rem;
	margin: 1.2rem 0 .6rem;
	font-size: calc(1.5rem - .6vw)
}
.single-content > h5:before {
    content: "---";margin-right:.3rem;
}

.single-content > h6 {
    border-left-width: 0.1rem;
    padding: 0.5rem 0.2rem;
	margin: 1rem 0 .5rem;
	font-size: calc(1.5rem - .8vw)
}
.single-content > h6:before {
    content: "----";margin-right:.3rem;
}
.single-content > .ishare{
    padding:1rem 0;
}
.separator {
	display: flex;
	color: #b1b1b1;
	text-align: center;
	justify-content: center;
	align-items: center
}
.separator a{
	color: #b1b1b1;
}
.separator:after,.separator:before {
	margin: 0 1em;
	height: 1px;
	max-width: 20%;
	background: #dee2e6;
	content: "";
	flex: 1
}

.post-content-tags a {
	margin-left: 10px;
	padding: 5px 10px;
	border-radius: 25px;
	background-color: #eee;
	color: #fff;
	font-size: 12px
}
.post-content-tags a:first-child {
	margin-left: 0;
}
.post-content-tags a:hover {
	opacity: 1
}

.post-content-tags a:first-child {
	background-color: #ff6651
}

.post-content-tags a:nth-child(2) {
	background-color: #00d6ac
}

.post-content-tags a:nth-child(3) {
	background-color: #16c0f8
}

.post-content-tags a:nth-child(4) {
	background-color: #ea84ff
}

.post-content-tags a:nth-child(5) {
	background-color: #fdac5f
}

.post-content-tags a:nth-child(6) {
	background-color: #ff926f
}

.post-content-tags a:nth-child(7) {
	background-color: #8ac78f
}

.post-content-tags a:nth-child(8) {
	background-color: #c7c183
}

.post-content-tags a:nth-child(9) {
	background-color: #76bdff
}

.post-content-tags a:nth-child(10) {
	background-color: #5cb85c
}

.relas {
	margin-bottom: 30px
}

.relas h3 {
	font-weight: 700;
	font-size: 15px;
	line-height: 1.5;
	min-height: 45px;
}


@media (max-width:544px) {
	.relas ul {
		margin-right: -15px
	}

	.relas li {
		margin-right: 15px;
		width: calc(50% - 15px)
	}

	.relas li img {
		width: 100%
	}
}



.comments .comment-avatar {
	position: absolute;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.comments .comment-content {
	margin-top: 5px;
	padding-left: 70px
}

.comments .comment-author {
	color: #000;
	font-weight: 600;
	font-size: 14px
}

.comments span:last-of-type {
	display: block;
	margin-bottom: 10px
}

.comments .comment-date,.comments .comment-ip {
	color: #999;
	font-style: italic;
	font-size: 11px
}

.comments .comment-author {
	display: block
}
.comment-author span.comment-ip {
	display: inline;
}

.comments .comment-content .comment-content-text {
	margin-bottom: 10px
}

.comment-reply {
	padding-left: 10%
}

#comments ul li {
	position: relative;
	margin: 1rem 0;
	padding: 1rem 0 1rem 1rem;
	border-left: 1px dashed #eaeaea
}

.comments label {
	display: none
}

#comments ul li.isreply {
    background-color: #fbfbfb;
	margin: .5rem 0;
	padding: .5rem 0 .5rem 1rem
}

#comments ul li.isreply .comment-content-text .reply {
	display: none
}

#comments ul li .comment-content .reply {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: none;
	font-style: italic;
	font-size: 13px
}

#comments ul li .comment-content:hover .reply {
	display: block
}

.replayContent {
	transition: all 2s
}

.replayContent .alert {
	display: none
}

.heading-lines {
	position: relative;
	overflow: hidden;
	text-align: center
}

.heading-lines .heading {
	position: relative;
	display: inline-block;
	padding: 0 16px;
	font-weight: 700;
	font-size: .875em
}

.heading-lines .heading:before {
	right: 100%
}

.heading-lines .heading:after,.heading-lines .heading:before {
	position: absolute;
	top: 50%;
	display: block;
	width: 800px;
	height: 1px;
	background-color: #eaeaea;
	content: ""
}

.heading-lines .heading:after {
	left: 100%
}

#sidebar.position-sticky {
	top: 0
}

#divCatalog span.badge {
	float: right;
	background-color: #6e84a3;
	color: #fff
}

#divCatalog .ul-subcates {
	display: none
}

#divCatalog li:hover .ul-subcates {
	display: block
}

#divCatalog li span.feed-icon {
	display: none
}

#divCatalog li.li-subcate {
	margin: 0 0 0 1em
}

#divArchives .form-group {
	margin-bottom: 0
}

#divCalendar {
	padding: 0;
	width: 100%
}

#divCalendar .function_c {
	padding: 0
}

#divCalendar div {
	padding: 5px
}

#divCalendar table {
	width: 100%;
	text-align: center
}

#divCalendar td,#divCalendar tr {
	padding: 8pt 0
}

#divCalendar thead {
	background-color: #f6f6f6
}

#divCalendar caption {
	caption-side: bottom;
	text-align: center
}

#divCalendar caption a {
	padding: 8pt 0
}

#divCalendar td a {
	font-weight: bolder
}

#divPrevious dd article {
	position: relative;
	border-bottom: 1px solid #eaeaea
}

#divPrevious dd article:first-child {
	padding-top: 0!important
}

#divPrevious dd article:last-child {
	padding-bottom: 0!important;
	border-bottom: none!important
}

#divPrevious dd img {
	width: 100%
}

#divPrevious dd H3,#divPrevious dd a,#sidebar dd,#sidebar p {
	font-size: 14px;
	line-height: 1.3
}

#divComments dd li h5 {
	font-size: 15px
}

#divComments dd li p {
	background-color: #fbfbfb;
	text-indent: 1em
}

#divComments dd a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 5px 0 5px 52px;
	color: #777
}

#divComments dd .avatar {
	float: left;
	margin-left: -52px;
	width: 42px;
	height: 42px;
	border-radius: 50%
}

#divComments dd .inner {
	position: relative;
	padding: 12px 15px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
}

#divComments dd .inner:before {
	border-right: 5px solid #6c757d
}

#divComments dd .inner:after {
	margin-bottom: 1px;
	border-right: 5px solid #fbfbfb
}

#divComments dd .inner:after,#divComments dd .inner:before {
	position: absolute;
	top: 15px;
	left: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	content: ""
}

#divComments dd time {
	display: block;
	margin-bottom: 3px;
	color: #bbb;
	font-size: 12px
}

#divComments dd strong {
	margin-right: 10px;
	color: #bbb
}

#divAuthors dd,#divFavorites dd,#divLinkage dd,#divMisc dd {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#divAuthors dd li,#divFavorites dd li,#divLinkage dd li,#divMisc dd li {
	margin: .5rem .5rem .5rem 0;
}
#divAuthors dd li a,#divLinkage dd li a,#divFavorites dd li a{
	padding:5px 8px;
	border: 1px dashed #ccc;
}
#divAuthors dd li:last-child,#divFavorites dd li:last-child,#divLinkage dd li:last-child,#divMisc dd li:last-child {
	margin-right: 0
}

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

#divStatistics dd li {
	margin-bottom: .5rem;
	padding-bottom: .5rem
}

#divStatistics dd li:last-child {
	margin-bottom: 0;
	padding-bottom: 0
}

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

#divSearchPanel input[type=text]:focus {
	outline: 0;
	border-color: #aab7c1;
	background-color: #fff;
	box-shadow: 0 0 0 .2rem rgba(31,73,119,.1);
	color: #495057
}

#divSearchPanel input[type=submit] {
	float: right;
	display: inline;
	width: 20%;
	height: 36px;
	border: 1px solid #e4e8eb;
	border-left: none;
	border-radius: 0 3px 3px 0;
	background: #6e84a3;
	color: #fff;
	line-height: 24px;
	cursor: pointer
}

#divComments dd ul li {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #ebebeb
}

#divComments dd ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.date {
	color: #999
}

footer {
	font-size: 13px
}

.authorCover {
	height: 180px
}

.authorCover img {
	height: 100%;
	object-fit: cover
}

.authorInfo {
	text-align: center
}

.authorInfo .avatar {
	margin-top: -60px
}

.catenav {
	position: relative;
	z-index: 90
}

.catenav>ul {
	display: table;
	width: 100%;
	text-align: center;
}

.catenav>ul>li {
	display: inline-block;
	margin: 0 10px
}

.catenav>ul>li>a {
	display: block
}

.catenav>ul>li.catitem-parent>a:before {
	position: relative;
	top: 8px;
	float: right;
	margin-left: 3px;
	border-top: 4px solid #444;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: ""
}

@media (max-width:544px) {
	.catenav>ul>li.catitem-parent>a:before {
		top: 6px
	}
}

.catenav>ul>li:hover .children {
	visibility: visible;
	margin-top: 0;
	opacity: 1
}

.catenav .children {
	position: absolute;
	top: 100%;
	left: 50%;
	visibility: hidden;
	margin-top: -25px;
	margin-left: -78px;
	padding: 6px 0;
	min-width: 140px;
	border: 1px solid #dee2e6;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	text-align: center;
	line-height: 32px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.catenav .children:after,.catenav .children:before {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -3px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: ""
}

.catenav .children:before {
	border-bottom: 5px solid #dee2e6
}

.catenav .children:after {
	margin-top: 1px;
	border-bottom: 5px solid #fff
}

.catenav .children a {
	display: block;
	padding: 0 15px
}

.catenav .children a:hover {
	background-color: #ebebeb
}

@media (max-width:544px) {
	.catenav,.catenav .children {
		font-size: 12px
	}
}

footer .flinks{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
footer .flinks li {
    margin-right:10px;
}

#tophead .nav-scroller .nav{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.card.multi-item .card-body{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: flex-end;
    align-items: flex-start;
    max-height: 120px;
}

.multi-item a.thumb,
.relas .card-body .thumb{
    display: flex;
    align-self: center;
    overflow: hidden;
    /* align-items: center; */
    justify-content: center;
    align-content: center;
    flex-direction: row;
    /* flex-wrap: wrap; */
    height: 100%;
}


@media (max-width: 768px){
    #tophead .nav-scroller .nav{
        flex-direction: column;
    align-items: flex-start;
    }
}

.goUrl {
    position: absolute;
    top:0;
    left:0;
    transform:translateX(-30%) translateY(-30%);
}

.goUrl a{
    color:#ffffff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 1rem;
    background: #f4990a;
    display: flex;
    justify-content: end;
    align-items: center;
    transform:rotate(45deg);
opacity: 0;
}
.multi-item:hover .goUrl a{ -webkit-transition: all 1.5s;  
 -moz-transition: all 1.5s;  
 -ms-transition: all 1.5s;  
 -o-transition: all 1.5s;  
 transition: all 1.5s;  
 opacity: 1;}
 
 
 .single-content-social{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.local-social a {
    float:left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
    text-decoration: none;
    padding:4px;
    margin:4px;
}

.local-social a:hover {
    background: #666;
    color: #fff;
}