.knowledge-detail-box {
	padding-top: 56px;
	margin-bottom: 80px;
}
body {
	background-color: rgb(245, 247, 250);
}
.top-bread {
	padding: 14px 0;
	font-size: 14px;
	line-height: 24px;
	color: #a2aab9;
}
.top-bread a{
	color: #a2aab9;
}
.top-bread a:hover {
	color: #ff2626;
}
.knowledge-detail-content .content-left {
	width: 814px;
	padding: 48px 41px 40px 41px;
	background-color: #ffffff;
	border-radius: 4px;
}
.knowledge-detail-content .content-left h1 {
	font-size: 20px;
	color: #191a24;
}
.knowledge-detail-content img {
	max-width: 100%;
}
.knowledge-info {
	margin-top: 23px;
	padding: 17px 0;
	font-size: 12px;
	color: #a2aab9;
	line-height: 18px;
	border-bottom:dashed 1px #d7dce2;;
}
.knowledge-info i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	margin-top: -2px;
	background: url(../images/notice-icons.png);
	background-position: 0 -16px;
	vertical-align: middle;
}
.knowledge-info .preview i {
	background-position: 0 -32px
}
.knowledge-info .auth i {
	background-position: 0 0
}
.knowledge-info div span {
	margin-left: 20px;
}
.article-content {
	padding: 24px 0;
}

.pre-page,
.next-page{
	display: block;
	margin-bottom: 16px;
	font-size: 14px;
	color: #676e80;	
}
.pagination-box {
	margin-top: 12px;
	padding: 25px 0 10px 0;
}
.pre-page:hover,
.next-page:hover {
	opacity: 1;
	color: #ff2626;
}
.tips-txt {
	padding-top: 24px;
	border-top: 1px solid #e2e8f2;
	color: #a2aab9;
	line-height: 26px;
}
.tips-content {
	width: 800px;
	margin-left: 40px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
}
.tips-content span, .tips-content a {
	color: #676e80;
}
.tips-content a {
	cursor: pointer;
	opacity: 1;
	
}
.tips-content a:hover {
	color: #ff2626;
}
.back-btn {
	display: block;
	width: 816px;
	height: 48px;
	margin-top: 20px;
	background-color: #f5f7fa;
	font-size: 14px;
	line-height: 48px;
	color: #a2aab9;
	text-align: center;
	cursor: pointer;
}
.back-btn:hover {
	color: #ff2626;
}
.content-right {
	width: 288px;
}
.content-right .img-box {
	width: 288px;
	height: 156px;
	background-color: #FFFFFF;
	line-height: 156px;
	text-align: center;
}
.content-right .img-box img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.article-recomend {
	margin-top: 16px;
	background-color: #FFFFFF;
	border-radius: 4px;
}
.recomend-list {
	padding: 0 16px;
}
.recomend-tl {
	height: 40px;
	padding: 0 16px;
	border-bottom: 1px solid #edf1f5;
	line-height: 40px;
	font-size: 16px;
	color: #191a24;
}
.recomend-li {
	padding: 12px 0;
}
.recomend-li h3 {
	font-size: 14px;
	color: #191a24;
}
.recomend-li .time{
	margin-top: 6px;
	font-size: 12px;
	color: #a2aab9;
}
.recomend-li:hover h3{
	color: #ff2626;
	font-weight: bold;
}
