.newslist ul li {
	margin:10px 0;
}
.newslist ul li {
	color:#606060;
	border-bottom:solid 1px #f0f0f0;
	padding-bottom:5px;
}
.newslist ul li:hover {
	color:#e8840a;
}
.newslist ul li a {
	color:inherit;
}
.paging_button a {
	text-decoration:none;
	display:block;
	padding:10px 10px;
	border:1px solid #ccc;
	float:left;
	text-align:center;
	margin-left:20px;
	text-indent:2px;
	color:#000000;
}
.choose {
	background-color:#f7a934;
}
.post {
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid
	rgba(0,0,0,.05);
	height: 250px;
	/* overflow:hidden; */
	display:
	flex;
}
.post__thumb {
	width:33%;
	float:left;
	margin:0 15px 5px 0;
}
.post__thumb img {
	width:250px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	border-radius:5px;
	max-height:133px;
}
.post__thumb  a {
	overflow:hidden;
}
.post__text {
	width: 550px;
	}

.post__title {
	/* white-space:
	nowrap; */
}
.post__title a {
	font-weight:600;
	font-size:18px;
	color:
	rgb(0 0 0 / 82%);
	width: 100%;
	display: block;
	/* overflow: hidden; */
	/* white-space: nowrap; */
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.entry-excerpt,.post__excerpt {
	max-width:50em;
	margin-top:0.6em;
	margin-bottom:0.6em;
	color:rgba(0,0,0,.6);
	font-size:14px;
	line-height:1.6;
	min-height:3em;
}
.entry-excerpt div,.post__excerpt div {
	margin-top:0.6em;
	margin-bottom:0.6em;
	color:rgba(0,0,0,.6);
	font-size: 0.9rem;
	line-height:1.6;
}
.post__meta.xin_meta {
	height:20px;
	line-height:20px;
	color:#a8a8a8;
	font-size:14px;
}
