.page {
	margin: 25px 0 auto;
	overflow: hidden;
	clear: both;
	text-align: center
}

.page-inner {
	padding: 0 20px
}
.page .ellipsis{
	vertical-align: top;
	height: 32px;
	line-height: 24px;
}
.page a {
	display: inline-block;
	margin: 0 2px;
	padding: 0 4px;
	min-width: 24px;
	line-height: 32px;
	font-size: 14px;
	color: #4d555d;
	text-align: center;
	border-radius: 16px;
	-webkit-transition: border-color .2s;
	-moz-transition: border-color .2s;
	transition: border-color .2s
}

.page a.text-page-tag:hover {
	background: #d9dde1;
	color: #4d555d;
	text-decoration: none
}

.page a.text-page-tag.active {
	background: #4d555d;
	color: #fff;

}

.page span.active {
	background: #4d555d;
	color: #fff;
	text-align: center;
	border-radius: 16px;
	-webkit-transition: border-color .2s;
	-moz-transition: border-color .2s;
	transition: border-color .2s;
	margin: 0 4px;
}

.page span,.page-disabled {
	display: inline-block;
	padding: 0 4px;
	min-width: 24px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #c8cdd2;
	text-align: center
}

.page-first,.page-last {
	width: 50px
}

.page-next,.page-prev {
	width: 70px
}

.page .notmargin {
	margin-right: 0
}

.article.container {
	width: 1140px;
	padding-top: 24px
}

.article.container .centerlist {
	position: relative
}

.centerlist .docs-wrapper:not(.empty) {
	/*background: #eef2f3;*/
	overflow: hidden;
	border-radius: 12px;
	/*box-shadow: 0 4px 8px 0 rgba(0,0,0,.20);*/
	/*padding: 10px;*/
	/*border-top: 1px #d9d8d885 solid;*/
	margin-top: -10px;
}
.docs-wrapper ul li{
	height:80px;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 45%;
	padding: 10px;
	box-shadow: 0 0 6px 0px rgba(0,0,0,.20);
	float: left;
	background: #eef2f3;
	margin: 10px 1%;
}
.docs-wrapper ul li h2{
	font-weight: 700;
	margin-bottom: 4px;
	font-size: 16px;
	color: #1c1f21;
	line-height: 30px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;

}

.docs-wrapper ul li .intro{
	color: #86909c;
	font-size: 13px;
	line-height: 22px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.docs-wrapper ul li .bottom{
	height: 24px;
	font-size: 12px;
	color: #86909c;
	line-height: 18px;
	padding-top: 3px;
}
.left_tab a{
	display: inline-block;
	margin:3px;
	padding: 4px 8px;
    font-size: 12px;
    color: #545c63;
    line-height: 16px;
    background: rgba(84, 92, 99, 0.1);
    border-radius: 12px;
    cursor: pointer;
}

.right_personalization {
	width: 280px
}

.right_personalization>div:first-child {
	margin-top: 0
}

.hot_article {
	width: 100%;
	margin-top: 24px
}

.hot_article h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
	color: #1c1f21
}

.hot_article .more {
	font-size: 12px;
    color: #86909c;
	line-height: 24px;
	cursor: pointer;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s
}

.hot_article .more a {
    color: #86909c;
/*	color: #9199a1*/
}

.hot_article .more a:hover {
	color: #545c63
}

.hot_article .articleList .item {
	margin-bottom: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}

 .site_info {
	height: 114px;
	background: rgba(43,51,59,.06);
	border-radius: 12px;
	box-sizing: border-box;
	padding: 20px 0 20px 20px
}

.site_info  .name {
	font-size: 16px;
	color: #1c1f21;
	line-height: 24px;
	font-weight: 700
}

 .site_info .name .nick {
	display: inline-block;
	margin-right: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
}