.newsImg-thumb{
	text-align:center;
	height: 100%;
}
.newsImg-thumb img{
	display: inline-block;
	max-height: 100%;
}
.newsImgMove{
	height: 100%;
}
.newsImgMove ul{
	max-height: 100%;
}
.newsImgMove img{
	display: inline-block;
	max-height: 100%;
}

.newsImgMove .navpic-list{
	position: relative;
/* 	overflow: hidden; */
	z-index: 1
}

.newsImgMove .navpic-list-item > a{
	display: block;
	height: 100%;
}
.newsImgMove .navpic-list-item img{
	width: 100%;
	height: 100%;
}
/* 处理slide的样式相关 */
.newsImgMove .navpic-list-item{
	display: none;
	position: relative;
	transition: left 1s ease-in-out;
	-moz-transition: left 1s ease-in-out;
	-webkit-transition: left 1s ease-in-out;
	-o-transition: left 1s ease-in-out;
}

