.news{
	padding: 52px 0 60px;
}
.news ul{
	
}
.news ul li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 48px;
	position: relative;
}
.news ul li .pic{
	width: 26.191%;
	float: left;
	overflow: hidden;
}
.news ul li .pic img{
	display: block;
	width: 100%;
}
.news ul li .info{
	width: 55.07575757575758%;
	float: left;
	margin-left: 45px;
}
.news ul li .info .tit{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 20px;
    transition: all .5s ease;
}
.news ul li:hover .info .tit{
	color: #f39545;
    transition: all .5s ease;
}
.news ul li .info .time{
	line-height: 25px;
	background-color: #f39545;
	padding: 0 8px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin: 18px 0 25px;
}
.news ul li .info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 90px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news ul li .more{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 10%;
	border-left: 1px solid #f2f2f2;
	text-align: center;
    transition: all .5s ease;
}
.news ul li:hover .more{
	background: #f39545;
	border-left: 1px solid #f39545;
    transition: all .5s ease;
}
.news ul li .more span{
	display: block;
	font-size: 16px;
	color: #f39545;
	background: url(../image/news-jt.png) no-repeat bottom center;
	padding-bottom: 30px;
	margin-top: 60%;
    transition: all .5s ease;
}
.news ul li:hover .more span{
	color: #fff;
	background: url(../image/news-jt1.png) no-repeat bottom center;
    transition: all .5s ease;
}

/*===================适配======================*/
@media( max-width:1280px){
.news ul li{
		margin-bottom: 25px;
	}
	}
@media( max-width:640px){
	.Nylocation .now-lm a{
		margin-right: 20px;
	}
	.news{
		padding: 15px 0;
	}
	.news ul li .pic,.news ul li .info{
		width: 100%;
		margin: 0;
	}
	.news ul li .more{
		display: none;
	}
	.news ul li .info .tit{
		font-size: 15px;
		margin-top: 10px;
	}
	.news ul li .info .sub{
		font-size: 13px;
		line-height: 20px;
		height: auto;
		margin-bottom: 10px;
	}
	.news ul li .info .time{
		margin:10px 0 15px 0;
		font-size: 13px;
	}
	.news ul li{
		margin-bottom: 0px;
	}
}
