.paTopBot{
	padding-top: 30px;
	padding-bottom: 60px;
}
.site-main {
	display: table
}

.news-list {
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 16px
}

.news-list li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.news-list p.news-title {
	font-size: 16px
}

.news-list p.news-title a {
	color: #131313
}

.news-desc {
	font-size: 14px;
	color: #777;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 60px;
	text-align: justify
}

.news-time {
	margin-bottom: 0;
	color: #999
}

.news-cover {
	display: block;
	width: 200px;
	height: 130px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%
}

.news-cover img {
	display: none
}

.news-info {
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px)
}
.post {
	padding: 15px 90px 60px
}

.post-title {
	margin-top: 45px;
	margin-bottom: 16px;
	font-size: 28px
}

.post-meta {
	margin-bottom: 40px;
	color: #999
}

.post-meta span {
	margin-right: 20px
}

.post-origin i {
	font-style: normal
}

.post-content {
	font-size: 16px;
	color: #000;
	line-height: 1.8
}

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

/*详情上下篇*/
.fl{
	float: left;
}
.fr{
	float: right;
}
.Semilight{
	line-height: 40px;
	margin: 20px 0;
	width: 50%;
}
.Semilight a:hover{
	color: #F15923;
}
.prev{
	/*border-right: 1px solid #ccc;*/
	padding-left: 30px;
}
.next{
	text-align: right;
	padding-right: 30px;
}
.page-link.clearfix{
	overflow: hidden;
	/*border: 1px solid #ccc;*/
	margin-top:30px
}