

/*# sourceMappingURL=style.css.map */

/* 本例子css */
body{
	padding: 0;
	margin: 0;
	min-width: 1280px;
}
/* 本例子css */
.ex-wap{
	width: 1280px;
	margin: 60px auto 20px;
}
.ex-wap h2,.ex-list h2{
	font-size: 26px;
	color: #595757;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 55px;
}
.ex-wap .picScroll-left{ 
	width:1280px;  
	overflow:hidden; 
	position:relative;  
}
.ex-wap .picScroll-left .hd ul{display: none;}
.ex-wap .picScroll-left .hd .next,.ex-wap .picScroll-left .hd .prev{z-index: 10;display: block;width: 49px;height: 49px;position: absolute;top: 68px;cursor: pointer;}
.ex-wap .picScroll-left .hd .next{background: url(../img/ex-r-arr.png) center no-repeat;right: 5px;}
.ex-wap .picScroll-left .hd .prev{background: url(../img/ex-l-arr.png) center no-repeat;left: 5px;}
.ex-wap .picScroll-left .hd{position: relative;}
.ex-wap .picScroll-left .bd{position: relative;width: 100%;}
.ex-wap .picScroll-left .bd ul{ overflow:hidden; zoom:1;}
.ex-wap .picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden;width: 413px;margin-right: 20px;padding-bottom: 30px;cursor: pointer;}
.ex-wap .picScroll-left .bd ul li .pic{text-align:center;width: 100%;height: 180px;overflow: hidden;margin-bottom: 20px;}
.ex-wap .picScroll-left .bd ul li .pic img{width: 100%; height:180px; display:block;transition: all 0.5s;-webkit-transition: all 0.5s;}
.ex-wap .picScroll-left .bd ul li:hover .pic img{
	transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ex-wap .picScroll-left .bd ul li .title h3{
	font-size: 18px;
	color: #595757;
	line-height: 30px;
	height: 30px;
	white-space:nowrap; 
	overflow:hidden; 
	display: block;
	/*margin-bottom: 0px;*/
	font-weight: normal;
	text-overflow:ellipsis;
}
.ex-wap .picScroll-left .bd ul li .time{
	font-size: 14px;
	line-height: 24px;
	color: #898a8a
}

.ex-list{
	width: 1280px;
	margin: 0 auto;
}
.ex-list .warp{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.ex-list .warp ul{
	width: 1299px;
}
.ex-list .warp ul li{
	float: left;
	width: 413px;
	cursor: pointer;
	margin:0 20px 35px 0;
}
.ex-list .warp ul li .pic{
	width: 100%;
	height: 360px;
	overflow: hidden;
	margin-bottom: 20px;
}
.ex-list .warp ul li .pic img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ex-list .warp ul li:hover .pic img{
	transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ex-list .warp ul li .box h3{
	font-size: 18px;
	color: #595757;
	line-height: 30px;
	margin-bottom: 0px;
	font-weight: normal;
} 
.ex-list .warp ul li .box .time{
	font-size: 14px;
	color: #898a8a;
	line-height: 24px;
}