.newsList{
	float: left;
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 0 50px;
}

.newsList .item{
	float: left;
	width: 100%;
	padding-bottom: 0;
	border-bottom: 1px dashed #E6E6E6;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.newsList .item:last-child{
	border-bottom: none;
}

.newsList .item .tit{
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsList .item .time{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #666666;
	margin: 10px 0;
}
.newsList .item .det{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}

.newDet{
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 15px;
}

.newDet .title{
	float: left;
	width: 100%;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

.newDet .time{
	float: left;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.newDet .det{
	float: left;
	width: 100%;
}

.newDet .det *{
	line-height: 30px!important;
	font-size: 14px!important;
}

.newDet .det span{
	display: inline!important;
}

.npItem{
	float: left;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 15px;
	
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}

.npItem[href] {
	cursor: pointer;
}

@media (max-width: 480px) {
	.npItem {
		padding: 0!important;
	}
	.newsList, .newDet{
		padding: 0;
	}
}