@charset "UTF-8";
/*!
 * @Author: Shanwu

 */
* {
	margin: 0;
	padding: 0
}

html {
	position: relative;
	margin: 0 auto!important;
	max-width: 640px;
	min-width: 300px;
	font-family: "Helvetica Neue",Helvetica,sans-serif
}

body {
	background: #ededed;
	color: #333;
	font-size: 16px;
	font-family: "Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif;
	overflow-x: hidden
}

a {
	color: #333;
	text-decoration: none
}

img {
	border: 0;
	display: block;
	width: 100%;
	vertical-align: middle
}

a,img {
	-webkit-touch-callout: none
}

button,input,select {
	vertical-align: middle;
	font-size: 16px
}

input,textarea {
	padding: 0;
	-webkit-appearance: none;
	outline: 0;
	border: none
}

li,ol {
	list-style: none
}

body,div,fieldset,form,h1,h2,h3,h4,h5,h6,img,li,ol,p,table,td,tr,ul {
	margin: 0;
	padding: 0;
	border: 0 none;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-size-adjust: inherit;
	font-stretch: inherit;
	font-size: inherit;
	line-height: inherit
}

.clear {
	clear: both;
	height: 5px;
	width: 100%;
	font-size: 1px;
	line-height: 0;
	visibility: hidden;
	overflow: hidden
}

.clear:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ""
}

.banner {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto 1%;
	width: 100%;
	height: auto
}

.alert {
	width: 80%;
	padding: 15px 10px;
	font-family: Microsoft YaHei;
	background: #000;
	opacity: .7;
	position: fixed;
	border-radius: 5px;
	display: none;
	z-index: 99999;
	left: 50%;
	top: 35%;
	text-align: center;
	color: #fff;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%)
}

.mask {
	position: fixed;
	left: 0;
	top: 43px;
	right: 0;
	bottom: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	-webkit-backdrop-filter: blur(10px) saturate(180%);
	pointer-events: none;
	background: #000
}

.mask.show {
	opacity: .35;
	visibility: visible;
	pointer-events: auto
}

.filex {
	position: fixed
}

@font-face {
	font-weight:400;font-style:normal;font-family:gotham-medium;src:url(../fonts/gotham-medium.woff) format('woff')
}

@keyframes load {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes load {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes arrow {
	from {
		-webkit-transform: translate3d(-webkit-calc(-50% + 6px),5px,0);
		transform: translate3d(calc(-50% + 6px),5px,0)
	}

	to {
		-webkit-transform: translate3d(-webkit-calc(-50% + 6px),0,0);
		transform: translate3d(calc(-50% + 6px),0,0)
	}
}

@-webkit-keyframes arrow {
	from {
		-webkit-transform: translate3d(-webkit-calc(-50% + 6px),5px,0);
		transform: translate3d(calc(-50% + 6px),5px,0)
	}

	to {
		-webkit-transform: translate3d(-webkit-calc(-50% + 6px),0,0);
		transform: translate3d(calc(-50% + 6px),0,0)
	}
}

@keyframes myfirst {
	0% {
		transform: scale(1)
	}

	90% {
		transform: scale(.5)
	}

	100% {
		transform: scale(1.3)
	}
}

@-webkit-keyframes myfirst {
	0% {
		transform: scale(1)
	}

	90% {
		transform: scale(.5)
	}

	100% {
		transform: scale(1.3)
	}
}

@keyframes mypraise {
	0% {
		font-size: 16px;
		top: 0;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0
	}

	25% {
		font-size: 18px;
		top: -5px;
		opacity: .5;
		filter: Alpha(opacity=50);
		-moz-opacity: .5
	}

	50% {
		font-size: 20px;
		top: -10px;
		opacity: 1;
		filter: Alpha(opacity=100);
		-moz-opacity: 1
	}

	75% {
		font-size: 18px;
		top: -15px;
		opacity: .5;
		filter: Alpha(opacity=50);
		-moz-opacity: .5
	}

	100% {
		font-size: 16px;
		top: -20px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0
	}
}

@-webkit-keyframes mypraise {
	0% {
		font-size: 16px;
		top: 0;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0
	}

	25% {
		font-size: 18px;
		top: -5px;
		opacity: .5;
		filter: Alpha(opacity=50);
		-moz-opacity: .5
	}

	50% {
		font-size: 20px;
		top: -10px;
		opacity: 1;
		filter: Alpha(opacity=100);
		-moz-opacity: 1
	}

	75% {
		font-size: 18px;
		top: -15px;
		opacity: .5;
		filter: Alpha(opacity=50);
		-moz-opacity: .5
	}

	100% {
		font-size: 16px;
		top: -20px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0
	}
}

.index-header {
	width: 100%;
    height: 45px;
	background: #96c;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	z-index: 999;
	top: 0;

}
.index-header  a{
	display: flex;align-items: center;
	height: 100%;
}
.index-header a img{
	max-height: 90%;
}
.meun{
	font-size: 30px;
	color: white;
}


.nav {
	width: 100%;
	white-space: nowrap;
	overflow-x:scroll;
	overflow-y:hidden;
	display: flex;
	flex-wrap: nowrap;
	border-bottom: 1px solid #e3e3e3;
	background: white;
	margin-top: 45px;
	padding-bottom: 0 !important;

}
.nav ul{
	display: inline-block;
}
.nav ul li{
	display: inline-block;
	padding: 8px 10px;
	font-size: 16px;
	color: #333;
}

.nav::-webkit-scrollbar {
	height: 0;
}
.more{
	float: right;
	font-size: 14px;
	color: #999;
}


.index-header .index-logo {
	height: 45px;
	margin: auto;
	width: auto
}

.header {
	width: 100%;
	height: 42px;
	line-height: 42px;
	margin: 0;
	overflow: hidden;
	text-align: center;
	max-width: 640px;
	min-width: 300px;
	background: #f2f2f2;
	border-bottom: 1px solid #dfdfdf;
	color: #989898
}

.header .icon-logo {
	width: 42px;
	height: 42px;
	float: left;
	position: relative;
	background: transparent url(../images/icon-logo.png) no-repeat scroll center center/28px 28px
}

.header .icon-menu {
	width: 42px;
	float: right;
	position: relative;
	cursor: pointer;
	right: 5px;
	top: 0;
	display: inline-block;
	z-index: 10;
	height: 42px
}

.icon-menu i {
	display: block;
	background: #989898;
	width: 26px;
	height: 2.5px;
	position: absolute;
	left: 10px;
	transition: all ease .35s;
	border-radius: 4px
}

.icon-menu i:nth-of-type(1) {
	top: 12px
}

.icon-menu i:nth-of-type(2) {
	top: 20px
}

.icon-menu i:nth-of-type(3) {
	top: 28px
}

.icon-menu-on i:nth-of-type(1) {
	top: 20px;
	transform: rotate(45deg)
}

.icon-menu-on i:nth-of-type(2) {
	width: 0
}

.icon-menu-on i:nth-of-type(3) {
	top: 20px;
	transform: rotate(-45deg)
}

.header .site:first-child:before {
	content: "";
	width: 48px;
	height: 42px;
	float: left;
	position: relative;
	background: transparent url(../images/icon-logo.png) no-repeat scroll center center/36px
}

.header .site {
	font-size: 15px;
	float: left;
	text-align: center;
	position: relative;
	height: 42px;
	line-height: 42px;
	padding: 0 14px 0 5px;
	overflow: hidden;
	background: url(../images/icon-site.png) no-repeat right center;
	background-size: auto 42px
}

.header .home {
	padding-left: 0
}

.header span {
	color: #989898;
	font-size: 15px;
	float: left;
	text-align: center;
	padding-left: 5px
}

.index-banner {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%
}

.index-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%
}


.crumbs{
	padding: 10px 8px;
}
.index-banner .swiper-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.index-banner .swiper-wrapper li span {
	display: block;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	padding: 0 55px 0 10px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.3);
	width: 100%;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index: 2
}

.index-banner .swiper-pagination {
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: 9px;
	z-index: 3
}

.index-banner .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	margin-left: 3px;
	background-color: transparent;
	opacity: 1;
	border: 1px solid #fff
}

.index-banner .swiper-pagination-bullet-active {
	background-color: #fff
}

.index-nav {
	background: #fff;
	float: left;
	width: 100%;
	padding-top: 2%;
	margin-bottom: 1%
}

.index-nav li {
	float: left;
	width: 20%;
	text-align: center;
	margin-right: -1px;
	line-height: 28px
}

.index-nav li a {
	display: block;
	overflow: hidden;
	padding: 5px 0 5px;
	color: #555;
	font-size: 15px
}

.index-nav li i {
	width: 48px;
	height: 48px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	background: #96c;
	color: #fff;
	font-size: 30px;
	line-height: 48px;
	text-align: center
}

.index-nav li:nth-child(1) i,.nav li:nth-child(1) i {
	background-color: #91ca5b
}

.index-nav li:nth-child(2) i,.nav li:nth-child(2) i {
	background-color: #fcad50
}

.index-nav li:nth-child(3) i,.nav li:nth-child(3) i {
	background-color: #54cca2
}

.index-nav li:nth-child(4) i,.nav li:nth-child(4) i {
	background-color: #fc7678
}

.index-nav li:nth-child(5) i,.nav li:nth-child(5) i {
	background-color: #6ebbf7
}

.index-nav li:nth-child(6) i,.nav li:nth-child(6) i {
	background-color: #ffbf27
}

.index-nav li:nth-child(7) i,.nav li:nth-child(7) i {
	background-color: #7cd3fb
}

.index-nav li:nth-child(8) i,.nav li:nth-child(8) i {
	background-color: #97a3f5
}

.index-nav li:nth-child(9) i,.nav li:nth-child(9) i {
	background-color: #5fcaf9
}

.index-nav li:nth-child(10) i,.nav li:nth-child(10) i {
	background-color: #d88bfb
}

.subnav {
	background: #fff;
	display: block;
	width: 100%;
	margin-bottom: 1%
}

.subnav a {
	line-height: 35px;
	color: #333;
	display: inline-block;
	width: calc(97%/4);
	margin-right: -1px;
	text-align: center;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee
}

.subnav a.on {
	color: #96c
}

.subnav a:hover {
	background: #96c;
	color: #fff
}

.swiper-tab {
	width: 100%;
	background: #fff;
	overflow: hidden;
	margin-bottom: 1%;
	float: left
}

.swiper-tab .iconfont {
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	vertical-align: middle;
	padding-right: 3px
}

.swiper-tab .swiper-tab-title {
	height: 43px;
	margin-bottom: 1%
}

.author-box .swiper-pagination-bullet,.swiper-tab .swiper-pagination-bullet {
	width: 33%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 0;
	color: #333;
	border-bottom: 2px solid #eee;
	text-align: center;
	opacity: 1
}

.author-box .swiper-pagination-bullet-active,.swiper-tab .swiper-pagination-bullet-active {
	color: #96c;
	border-bottom: 2px solid #96c
}

.swiper-tab .swiper-tab-list ul {
	float: left;
	box-sizing: border-box;
	padding: 0 2% 1% 2%;
	overflow: hidden
}

.swiper-tab .swiper-tab-list ul li {
	float: left;
	width: 100%;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	overflow: hidden
}

.swiper-tab .swiper-tab-list .pubdate li:before {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	float: left;
	margin-right: 2%;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #cecece;
	content: ""
}

.swiper-tab .swiper-tab-list .pubdate li:hover:before {
	background-color: #96c
}

.swiper-tab .swiper-tab-list .pubdate li a {
	float: left;
	display: block;
	width: 84%;
	height: 32px;
	overflow: hidden
}

.swiper-tab .swiper-tab-list .pubdate li span {
	float: right;
	font-size: 12px;
	color: #999
}

.swiper-tab .swiper-tab-list .tuijian li span {
	float: left;
	margin-top: 1%;
	margin-right: 10px;
	padding: 0 1%;
	height: 20px;
	border: solid 1px #96c;
	color: #96c;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	border-radius: 4px
}

.swiper-tab .swiper-tab-list .tuijian li span a {
	color: #96c
}

.swiper-tab .swiper-tab-list .click li em {
	font-style: inherit;
	line-height: 20px;
	color: #fff;
	width: 20px;
	height: 20px;
	background-color: #96c;
	font-size: 12px;
	text-align: center;
	float: left;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-right: 8px;
	border-radius: 4px;
	position: relative;
	top: 50%
}

.swiper-tab .swiper-tab-list .click li:nth-child(1) em {
	background: #ff6b6d
}

.swiper-tab .swiper-tab-list .click li:nth-child(2) em {
	background: #ff9e3a
}

.swiper-tab .swiper-tab-list .click li:nth-child(3) em {
	background: #26ced5
}

.list-box {
	float: left;
	margin-bottom: 1%;
	padding: 2%;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.list-box-title {
	float: left;
	border-bottom: 2px solid #eee;
	height: 34px;
	line-height: 34px;
	width: 100%;
	margin-bottom: 1%
}

.list-box-title span {
	float: left;
	font-size: 18px;
	color: #96c;
	border-bottom: 2px solid #96c
}

.list-box-title span a {
	color: #96c
}

.list-box-title span i {
	color: #96c;
	margin-right: 3px;
	font-size: 20px;
	line-height: 32px;
	box-sizing: border-box;
	vertical-align: bottom;
	font-weight: 400
}

.list-box-line {
	font-size: 13px;
	float: right;
	position: absolute;
	right: 2%
}

.list-box-line a {
	float: left;
	margin-right: 5px;
	color: #989898;
	font-size: 13px
}

.list-box-line a:last-child {
	margin-right: 0
}

.list-box-line a:before {
	content: "/";
	position: relative;
	margin-right: 5px;
	color: #ccc
}

.list-box-line a:first-child:before {
	content: "";
	margin-right: 0
}

.list-box-more {
	float: right;
	color: #96c;
	width: 30%;
	display: block
}

.list-box-more i {
	color: #989898;
	font-size: 24px;
	box-sizing: border-box;
	vertical-align: middle;
	font-weight: 400;
	float: right
}

.list-box .list-box-pic {
	float: left;
	width: 100%
}

.list-box .list-box-pic a {
	float: left;
	margin: 2% 2% 1%;
	width: 46%;
	background: #eee;
	text-align: center
}

.list-box .list-box-pic a span {
	display: block;
	overflow: hidden;
	padding: 0 4px;
	height: 30px;
	color: #333;
	text-align: center;
	font-size: 13px;
	line-height: 30px
}

.list-box .list-box-pic a:hover span {
	color: #96c
}

.list-box .list-box-pic img {
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dbdbdb
}

.list-box .list-box-ul {
	float: left;
	width: 100%
}

.list-box .list-box-ul li {
	float: left;
	width: 100%;
	height: 32px;
	font-size: 15px;
	line-height: 32px
}

.list-box .list-box-ul li:before {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	float: left;
	margin-right: 2%;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #cecece;
	content: ""
}

.list-box .list-box-ul li:hover:before {
	background-color: #96c
}

.list-box .list-box-ul li a {
	float: left;
	display: block;
	width: 70%;
	height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.list-box .list-box-ul li span {
	float: right;
	color: #999;
	font-size: 12px
}

.list-cut .list-box-ul li:nth-child(5n) {
	border-bottom: 1px dashed #eee;
	padding-bottom: 1%;
	margin-bottom: 1%
}

.list-cut .list-box-ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.list-box .click-ul li {
	float: left;
	width: 100%;
	height: 32px;
	font-size: 15px;
	line-height: 32px;
	overflow: hidden
}

.list-box .click-ul li em {
	font-style: inherit;
	line-height: 20px;
	color: #fff;
	width: 20px;
	height: 20px;
	background-color: #96c;
	font-size: 12px;
	text-align: center;
	float: left;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-right: 8px;
	border-radius: 4px;
	position: relative;
	top: 50%
}

.list-box .click-ul li:nth-child(1) em {
	background: #ff6b6d
}

.list-box .click-ul li:nth-child(2) em {
	background: #ff9e3a
}

.list-box .click-ul li:nth-child(3) em {
	background: #26ced5
}

.list-news {
	float: left;
	margin-bottom: 1%;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.list-news .list-box-title {
	margin: 2% 2% 0;
	width: 96%
}

.list-news-ul {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background: #ededed
}

.list-news-ul li {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 0 1% 0;
	padding: 2%;
	width: 100%;
	height: auto;
	background: #fff;
	float: left
}

.list-news-ul li a {
	display: -webkit-box;
	overflow: hidden;
	width: 100%;
	height: auto
}

.list-news-ul li a img {
	overflow: hidden;
	width: 108px;
	height: 72px;
	padding-right: 2%
}

.list-news-ul li .item {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	width: auto;
	-webkit-box-flex: 1
}

.list-news-ul li .item h2 {
	display: block;
	overflow: hidden;
	margin: 4px 0 0 0;
	width: 100%;
	height: 20px;
	color: #333;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px
}

.list-news-ul li .item p {
	display: block;
	overflow: hidden;
	margin: 8px 0 0 0;
	width: 100%;
	height: auto;
	color: #989898;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.pagelist {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 3% 2%;
	width: 96%;
	background: #fff
}

.pagelist .down,.pagelist .index,.pagelist .rest,.pagelist .up {
	border-radius: 3px;
	padding: 0 2%;
	width: 26%;
	height: 31px;
	border: 1px solid #cbcbcb;
	background: url(../images/pagelist.gif) repeat-x left center;
	text-align: center;
	line-height: 31px
}

.pagelist .index {
	float: left;
	width: 96%
}

.pagelist .up {
	float: left
}

.pagelist .down {
	float: right
}

.pagelist .rest {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%)
}

.pagelist .rest span,.pagelist .rest span a {
	color: #96c
}

.article {
	width: 100%;
	background: #fff;
	padding: 3% 2%;
	margin-bottom: 1%;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.article .title {
	color: #333;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 130%
}

.article .jian:after {
	content: '';
	position: absolute;
	background: url(../images/jian.gif) no-repeat center right/80px;
	width: 80px;
	height: 48px;
	top: 58px;
	right: 2.5%;
	opacity: .4
}

.article .info {
	line-height: 24px;
	padding: 2% 0;
	color: #999;
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-size: 13px;
	border-bottom: 1px solid #ececec;
	float: left
}

.article .info span {
	margin-right: 2%
}

.article .info span i {
	line-height: 24px;
	box-sizing: border-box;
	vertical-align: -1px;
	padding-right: 2px
}

.article .info code {
	font-family: "Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif
}

.article .info code b {
	color: #666;
	font-family: gotham-medium;
	font-size: 14px;
	font-weight: 400;
	padding: 0 2px
}

.article .info a {
	color: #868686
}

.article .info code i {
	display: inline-block;
	margin-left: 4px;
	width: 3px;
	height: 3px;
	background: #666;
	animation: load 1.04s ease infinite;
	-webkit-animation: load 1.04s ease infinite;
	margin-bottom: 5px
}

.article .info code i:nth-child(1) {
	animation-delay: .13s;
	-webkit-animation-delay: .13s
}

.article .info code i:nth-child(2) {
	animation-delay: .26s;
	-webkit-animation-delay: .26s
}

.article .info code i:nth-child(3) {
	animation-delay: .39s;
	-webkit-animation-delay: .39s
}

.content {
	padding: 15px 0 0;
	width: 100%;
	word-wrap: break-word;
	line-height: 1.6;
	position: relative;
	overflow: hidden
}

.content p {
	padding-bottom: 2.5%
}

.content p:last-child {
	padding-bottom: 0
}

.content br {
	line-height: 1.6
}

.content img {
	max-width: 100%;
	height: auto
}

.article-recommend {
	width: 100%;
	float: left;
	margin: 1% auto;
	background: #fff;
	text-align: center
}

.article-recommend .item {
	position: relative;
	width: 48%;
	margin-right: 4%;
	background: #eee;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	line-height: 38px;
	height: 38px
}

.article-recommend .item:last-child {
	margin-right: 0
}

.article-recommend .digg {
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	line-height: 38px
}

.article-recommend .digg .iconfont {
	font-size: 24px;
	float: left;
	vertical-align: middle
}

.article-recommend .digg code {
	float: left;
	font-family: gotham-medium;
	font-size: 14px;
	font-weight: 400;
	margin-left: 3px
}

.article-recommend .digg code i {
	display: inline-block;
	margin-right: 3px;
	width: 3px;
	height: 3px;
	background: #161616;
	animation: load 1.04s ease infinite;
	-webkit-animation: load 1.04s ease infinite
}

.article-recommend .digg code i:last-child {
	margin-right: 0
}

.article-recommend .digg code i:nth-child(1) {
	animation-delay: .13s;
	-webkit-animation-delay: .13s
}

.article-recommend .digg code i:nth-child(2) {
	animation-delay: .26s;
	-webkit-animation-delay: .26s
}

.article-recommend .digg code i:nth-child(3) {
	animation-delay: .39s;
	-webkit-animation-delay: .39s
}

.article-recommend .rand .iconfont {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 2px
}

.article-recommend .on {
	color: #96c
}

.article-recommend .on .iconfont {
	animation: myfirst 1s linear
}

.article-recommend .digg .add-animation {
	color: #96c;
	position: absolute;
	top: 10px;
	left: 24px;
	font-size: 16px;
	opacity: 0;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	animation: mypraise .6s;
	-webkit-animation: mypraise .6s;
	font-style: normal
}

.more-content {
	position: relative;
	z-index: 1;
	margin: -80px 0 4%;
	text-align: center
}

.more-content .more-content-mask {
	height: 80px;
	background: -moz-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0));
	background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));
	background: -o-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0))
}

.more-content .more-content-text {
	font-size: 14px;
	color: #fff;
	background: #96c;
	text-align: center;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	cursor: pointer;
	display: block;
	width: 90%;
	border-radius: 50px
}

.more-content .more-content-mask:after {
	content: "";
	background: url(../images/more-content-text.png) no-repeat center/24px;
	display: inline-block;
	height: 24px;
	width: 24px;
	-webkit-animation: arrow .3s ease-out alternate infinite;
	animation: arrow .3s ease-out alternate infinite;
	margin-top: 46px
}

.article-next-prev {
	width: 100%;
	float: left;
	background: #fff;
	margin-bottom: 1%
}

.article-next-prev a {
	position: relative;
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 5% 0 2%;
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.article-next-prev a:last-child {
	border-bottom: none
}

.article-next-prev a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	border: 8px solid;
	margin-top: -8px;
	border-color: transparent transparent transparent #ececec
}

.article-next-prev a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid;
	margin-top: -8px;
	border-color: transparent transparent transparent #fff
}

.article-next-prev a span,.article-next-prev a:hover {
	color: #96c
}

.article-next-prev a span .iconfont {
	box-sizing: border-box;
	padding-right: 5px
}

.sitemap {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
	width: 100%;
	background: #fff
}

.sitemap .map-box {
	float: left;
	margin-bottom: 2%;
	padding-bottom: 2%;
	width: 100%;
	border-bottom: 1px solid #eee
}

.sitemap .map-box h2 {
	float: left;
	margin-right: 2%;
	height: 30px;
	color: #96c;
	text-align: center;
	font-size: 18px;
	line-height: 30px
}

.sitemap .map-box h2 a {
	color: #96c
}

.sitemap .map-box h2 .iconfont {
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 3px;
	color: #96c;
	vertical-align: middle;
	font-size: 18px
}

.sitemap .map-box ul {
	overflow: hidden
}

.sitemap .map-box:nth-child(2) {
	margin-top: 2%
}

.sitemap .map-box:last-child {
	margin-bottom: 0;
	padding: 0;
	border-bottom: 0
}

.sitemap .map-box ul li {
	float: left;
	overflow: hidden;
	margin-right: 5px;
	text-align: center;
	white-space: nowrap;
	line-height: 30px
}

.sitemap .map-box ul li a {
	display: block;
	color: #666;
	font-size: 14px
}

.sitemap .map-box ul li a:before {
	content: "/";
	position: relative;
	margin-right: 5px;
	color: #ccc
}

.sitemap .map-box ul li:first-child a:before {
	content: "";
	margin-right: 0
}

.update {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
	width: 100%;
	background: #fff
}

.update ul {
	float: left;
	width: 100%;
	position: relative
}

.update ul li {
	position: relative;
	background: url(../images/li.png) repeat-x center;
	line-height: 32px;
	width: 100%;
	float: left;
	height: 32px;
	overflow: hidden
}

.update ul li:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	float: left;
	margin-right: 8px;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #cecece;
	content: ""
}

.update ul li:hover:before {
	background-color: #96c
}

.update ul li a {
	padding-right: 8px;
	background: #fff;
	line-height: 32px;
	padding-left: 12px;
	font-size: 15px
}

.update ul li span {
	position: absolute;
	font-size: 12px;
	right: 0;
	bottom: 0;
	float: right;
	padding-left: 10px;
	background: #fff;
	color: #999
}

.taglist {
	float: left;
	width: 100%
}

.taglist h3 {
	font-size: 18px;
	margin: 2% 0;
	color: #96c
}

.taglist .taglist-box {
	display: inline-block
}

.taglist .taglist-box a {
	line-height: 28px;
	font-size: 14px;
	text-decoration: underline;
	color: #333;
	margin-right: 10px;
	white-space: nowrap;
	float: left
}

.taglist .taglist-box a:hover {
	color: #96c
}

#back-to-top {
	position: fixed;
	bottom: 8em;
	right: 2%;
	display: none;
	z-index: 99998
}

#back-to-top a {
	background: #868686;
	opacity: .6;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 1.5rem
}

#back-to-top span {
	display: block;
	width: 2.5rem;
	height: 2.5rem
}

#back-to-top a.stop span {
	background: url(../images/to-top.png) no-repeat center center/2.5rem
}

.footer {
	width: 100%
}

.footer .copyright {
	overflow: hidden;
	padding: 5px;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 40px
}

.footer .copyright a {
	outline: medium 0;
	color: #333;
	font-size: 14px
}

/*列表页分页*/
.page-list{ text-align:center; display:block; overflow:hidden; padding:20px 0;}
.page-list a{ width:auto; height:30px; line-height:30px; font-size:14px; font-weight:normal; color:#555; text-align:center; padding:0 12px; background:#fafafa; margin:0 5px 0 0; display:inline-block; overflow:hidden}
.page-list b{ width:auto; height:30px; line-height:30px; font-size:13px; font-weight:normal; color:#fff; text-align:center; padding:0 12px; background:#54cf77; margin:0 5px 0 0; display:inline-block; overflow:hidden}
.page-list a:hover{ background:#54cf77; color:#fff;}

.page {
	margin: 20px 0 0;
	text-align: center;
	clear: both;
	overflow: hidden
}

.page a, .page li span {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 5px 10px;
	width: auto;
	border: 1px solid #E3E3E3;
	background: #fff;
	color: #333;
	text-align: center;
	font-size: 13px;
	zoom: 1;
	_display: inline;
}

.page a[disabled] {
	border: 1px solid #ccc;
	background: #e4e4e4;
	color: #333;
	cursor: not-allowed;
}

.page a[disabled]:hover {
	border: 1px solid #ccc;
	background: #e4e4e4;
	color: #333;
}

.page .active span {
	background: #494744;
	color: #fff;
	text-decoration: none;
}

.page li {
	margin: 0 5px;
}

.page .pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.subcate {
	padding: 5px;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 5px rgba(0,0,0,0.01);
	font-size: 16px;
	margin-bottom: 10px;
}

.subcate ul {
	font-size: 0;
}

.subcate li {
	display: inline-block;
	font-size: 16px;
	padding: 0 15px;
	position: relative;
}

.subcate li a {
	line-height: 40px;
}

.subcate li:after {
	content: '/';
	position: absolute;
	top: 10px;
	right: -4px;
	color: #9ca0ad;
	opacity: .28
}

.subcate li:last-child {
	padding: 0 0 0 15px;
}

.subcate li:last-child:after {
	display: none
}

.subcate li.active a {
	color: #448EF6
}


.entry-meta {
	font-size: 16px;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
}

.entry-meta ul {
	overflow: hidden;
}

.entry-meta ul li {
	display: flex;
	justify-content: start;
	line-height: 26px;
}

.entry-meta ul:first-child li:last-child a {
	width: 70%;
	display: block;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.entry-meta ul li a {
	display: block;
	width: 70%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}


.menus {
	display: block;
	width: 25px;
	height: 25px;
	top: 15px;
	right: 12.5px;
	background-size: 25px 25px;
	margin: 0 6px 0 0
}

.menuwraps {
	width: calc(100%);
	background: #fff;
	top: 45px;
	z-index: 99999;
	padding-bottom: 10px;
	height: 95vh;
}

.menuwrapmain {
	overflow: auto;
	height: 95vh;
}

.menuwrapmain > a {
	background: #eee;
	float: left;
	width: 23%;
	margin: 3px 1%;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	height: 26px;
	border-radius: 2px;
}

.menuwrapmain a.cul {
	width: 48%;
	margin: 3px 1%;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	height: 32px;
	border-radius: 2px;
}

.menuwrapmain h3 {
	text-align: left;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	padding-left: 15px;
	margin: 15px 0 5px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.pos-a {
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto
}
