.newsDe{
	padding: 40px 0 80px;
}
.newsde-content{
	width: 68.78787878787879%;
	float: left;
}
.newsde-content .title{
	font-weight: bold;
	font-size: 24px;
	color: #f39545;
	line-height: 28px;
}
.newsde-content .time{
	font-size: 16px;
	color: #9f9e9e;
	margin-top: 18px;
}
.newsde-content .content{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 58px;
}
.news-recommend{
	width: 25.15151515151515%;
	float: right;
}
.news-recommend .topH4{
	line-height: 40px;
	border-left: 2px solid #f39545;
	text-indent: 20px;
	background: #f3f3f3;
	font-weight: bold;
	font-size: 18px;
	color: #646464;
}
.news-recommend .box{
	margin-top: 30px;
}
.news-recommend .list{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
	margin-bottom: 18px;
}
.news-recommend .list .tit{
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	color: #666666;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.news-recommend .list:hover .tit{
	color: #f39545;
    transition: all .5s ease;
}
.news-recommend .list .time{
	font-size: 14px;
	color: #909090;
	margin-top: 10px;
}

.dePage{
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	padding-top: 28px;
	margin-top: 60px;
}
.dePage .sxy{
	float: left;
	width: 75%;
}
.dePage .sxy a{
	display: block;
	line-height: 28px;
	font-size: 16px;
	color: #555555;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dePage .sxy a:hover{
	color: #f39545;
}
.dePage .return{
	display: block;
	float: right;
	text-align: center;
	width: 132px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #f39545;
	margin-top: 9px;
    transition: all .5s ease;
}
.dePage .return:hover{ 
	border-radius: 50px;
    transition: all .5s ease;
}
.al-list{
	overflow: hidden;
	margin-bottom: 18px;
}
.al-list .pic{
	width: 45.18072289156627%;
	float: left;
	border: 1px solid #eeeeee;
}
.al-list .tit{
	width: 50%;
	float: right;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	height: 52px;
	margin-top: 12px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.al-list:hover .tit{
	color: #f39545;
    transition: all .5s ease;
}

/*===================适配======================*/
@media( max-width:640px){
	.Nylocation .now-lm a{
		margin-right: 20px;
	}
	.newsDe{
		padding: 15px 0;
	}
	.newsde-content{
		width: 100%;
	}
	.news-recommend{
		width: 100%;
		margin-top: 20px;
	}
	.dePage .return{
		margin: 0 auto;
		clear: both;
		float: none;
	}
	.dePage .sxy{
		width: 100%;
		margin-bottom: 15px;
	}
	.newsde-content .title{
		font-size: 16px;
		line-height: 22px;
	}
	.newsde-content .time{
		font-size: 12px;
	}
	.newsde-content .content{
		font-size: 13px;
		margin-top:15px;
		line-height: 22px;
	}
	.dePage{
		margin-top: 20px;
		padding-top: 10px;
	}
	.dePage .sxy a{
		font-size: 14px;
	}
	.news-recommend .box{
		margin-top: 10px;
	}
	.news-recommend .topH4{
		font-size: 14px;
		font-weight:normal;
	}
	.news-recommend .list .tit{
		font-size: 14px;
	}
	.news-recommend .list .time{
		font-size: 13px;
		margin-top: 5px;
	}
	 
}
