
.alt-nav{
	width: 1200px;
	margin: 20px auto;
	font-size: 12px;
	color: rgb(51,51,51);
}
.alt-nav a{
	margin: 0px 5px;
	color: rgb(102,102,102);
}
.alt-nav a:last-child{
	color: rgb(62,188,199);
}

.news-top-li{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	padding-bottom: 30px;
	margin: 0 auto;
}

.news-top-li ul li{
	width: 1200px;
	height: 202px;
	border: 3px solid #fff;	
	border-bottom: 1px dashed #e8e8e8;
	padding: 26px;
	margin: 20px 0px;
}
.news-top-li-im{
	display: block !important;
	float: left;
	width: 250px;
	height: 150px;
	overflow: hidden;
	margin-right: 30px;
}
.news-top-li-im img{
	width: 250px;
	height: 150px;
	transition: all 0.5s; 
}
.news-top-li ul li:hover .news-top-li-im img{
	transform: scale(1.11);
}

.news-top-li-text{
	display: block !important;
	width: 850px;
	height: 150px;
	float: left;
}



.news-top-li-text h2{
	font-size: 18px;
	color: #333333;
	height: 24px;
	line-height: 24px;
	font-weight: normal;

}
.news-top-li ul li:hover .news-top-li-text h2{
	color: #3EBCC7;
}



.news-top-li-text span{
	display: block;
	float: left;
	font-size: 14px;
	color: #bbbbbb;
	height: 30px;
	line-height: 30px;
	margin: 15px 20px 10px 0px;
}
.news-top-li-text span img{
	margin-right: 5px;
	margin-top: 6px;
}
.news-top-li-text span:nth-child(3) img{
	margin-top: 8px;	
}

.news-top-li-text p{
	clear: both;
	display: block;
	width: 850px;
	font-size: 14px;
	line-height: 24px;
	color: #bbbbbb;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-top-li ul li:hover{
	box-shadow: 0px 0px 25px rgba(7,40,42,0.14);
	background: #fff;
	transform: 0.5s;
	transition: 0.5s;
}