.news_img {
	float: left;
	margin-right: 20px;
	width: 150px;
	height: 100px;
}
.news_img img {
	width: 150px;
	height: 100px;
	border-radius: 5px;
}
.news_basic {
	float: left;
}
.new_list_box {
	min-height: calc(100vh - 500px);
	display: flex;
	flex-direction: row;
	padding: 40px 20px;
}
.news-cate {
	width: 140px;
	margin-right: 20px;
}
.new_list_box .news-content ul li{
	padding: 20px 0px ;
	border-bottom: 1px #E5E5E5 solid;
}
.news-content {
	width: 1000px;
}
.new_list_box ul li a {
	color: #222;
}
.news_basic h3 {
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new_title_box {
	line-height: 30px;
	border-bottom: 1px solid #eee;
}
.new_title {
	display: inline-block;
	padding-left: 40px;
	background: #fff url(../img/ntj.png) no-repeat left center;
	font-size: 18px;
	font-weight: 600;
	color: #222;
}
/* .page {
	margin: 40px 0px;
	text-align: center;
}
.page a {
	display: inline-block;
	width: 30px;
	width: 30px;
	background-color: #fff;
	margin-right: 10px;
	line-height: 30px;
	text-align: center;
	color: #333;
	border-radius: 5px;
}
a.page_current {
	background-color: #1190ef;
	color:#fff;
}
.page a:hover {
	background-color: #1190ef;
	color:#fff;
} */
.news a:hover {
	color: #1b9eea;
}
.cate-item {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 15px;
	cursor: pointer;
}
.cate-item:hover {
	background-color: #1b9eea;
	color: #fff;
}
.choose-cate-item {
	background-color: #1b9eea;
	color: #fff;
}
.empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.news-content  li {
	padding: 20px 0px;
	border-bottom: 1px solid #f5f5f5;
}
.news {
	display: flex;
	flex-direction: row;
}
.news-content  li:first-child {
	padding-top: 0px;
}
