.news_list{
	width: 100%;
	float: left;
	padding: 15px  0;
}
.news_list .item{
	width: 100%;
	float: left;
	height: 50px;
	border-bottom: 1px dashed #e5e5e5;
}
.news_list .item h3{
	width: 670px;
	float: left;
	padding-left: 30px;
	height: 50px;
	line-height: 50px;
	color: #444;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.news_list .item h3::before{
	content: "\eb9a";
	font-family: "iconfont";
	position: absolute;
	left:0;
	top: 0;
	color: #ddd;
	font-size: 14px;
	font-weight: bold;
	transform: rotate(180deg);
}
.news_list .item .date{
	width: 180px;
	float: right;
	height: 40px;
	line-height: 50px;
	color: #999;
	font-size: 14px;
	text-align: right;
}

.pic_list{
	width: 100%;
	float: left;
	padding: 10px  0;
}
.pic_list .item{
	width: 280px;
	height: 228px;
	float: left;
	margin-top: 30px;
	margin-right: 20px;
}
.pic_list .item:nth-child(3n){
	margin-right: 0;
}
.pic_list .item .pic{
	width: 280px;
	height: 188px;
	float: left;
	border: 0;
}
.pic_list .item .txt{
	width: 250px;
	height: 40px;
	float: left;
	padding: 0 15px;
	text-align: center;
	font-size: 16px;
	color: #444;
	line-height: 40px;
	background-color: #ececec;
}