
/* css 重置 */
.caseScroll *{margin:0; padding:0; list-style:none;}
.caseScroll img{
	border:0; vertical-align:bottom;
}








.caseScroll .tempWrap {
margin:0 auto;
}


/* 本例子css */
.caseScroll{ overflow:hidden; position:relative; width:1200px; height:300px; margin:0 auto;}
.caseScroll .hd{ overflow:hidden; position:relative; padding-top:20px;}

.caseScroll .bd a.prev,
.caseScroll .bd a.next {
display:block;
width:43px;
height:43px;
position:absolute;
cursor:pointer;
background:url(../image/bt_36.png) no-repeat;
top:125px;
}


.caseScroll .bd a.prev {
	left:0;
	background-position-x:-43px;
}


.caseScroll .bd a.prev:hover {
	background-position-x:0;
}


.caseScroll .bd a.next {
	right:0;
	background-position-x:-86px;
}

.caseScroll .bd a.next:hover {
	background-position-x:-129px;
}




.caseScroll .hd ul{overflow:hidden; zoom:1; margin:0 auto; margin-top:10px; width:60px;}
.caseScroll .hd ul li{
	background:#000E42; float:left;  width:15px; height:15px;	border-radius: 15px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;
}
.caseScroll .hd ul li.on{ background:#f75703;	border-radius: 15px;}


.caseScroll .bd ul{
	overflow:hidden; zoom:1;
}
.caseScroll .bd ul li{ margin:0 15px; float:left; _display:inline; /*overflow:hidden;*/
	width: 238px;
	height: 300px;
/*	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
*/
	color:#444;
	font-size:14px;
	text-align:center;
}


.caseScroll .bd ul li a{
	display: block;
}

.caseScroll .bd ul li a img{
	display:block;
	border-radius:300px;
}


.caseScroll .bd ul li a.newName{
	padding:20px 0;
	font-size: 16px;
}


.caseScroll .bd ul li .line{
	width:31px;
	height:3px;
	background:#a0a0a0;
}

.caseScroll .bd ul li .txt{
	padding:10px 0;
}

.caseScroll .bd ul li .time{
	color:#888;
	text-align:right;
	padding-bottom:10px;
}

.caseScroll .bd ul li .more a{
	color:#13719f;
}
