/* 代码整理：懒人之家 www.lanrenzhijia.com */
* {
	margin:0;
	padding:0;
}
ul, li {
	list-style:none;
}
img{ border:none;}
body {
	margin:0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333;
	background-color:#f6f6f6;
	padding-bottom: 100px;
}
pre {
	display:block;
	padding:9.5px;
	margin:0 0 10px;
	font-size:13px;
	line-height:20px;
	word-break:break-all;
	word-wrap:break-word;
	white-space:pre;
	white-space:pre-wrap;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
.container {
	margin:0 auto;
	width:940px;
}
a{ color:#0088CC; text-decoration:none;}
.scroll-text a:hover{ text-decoration:underline;color: #177841 !important;}
h1, h2 {
	padding-top: 20px;
}
.scroll-text {
	border: 1px solid #dfdfdf;
	border-top: 0;
	width: 100%;
	height: 143px;
	overflow: hidden;
	padding: 0 10px 9px;
}
.scroll-text ul {
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin: 0;
}
.scroll-text ul li {
	height: 1.5em;
}
.scroll-img {
	border: 1px solid red;
	width: 680px;
	height: 142px;
	overflow: hidden;
	font-size: 0;
}
.scroll-img ul {
	width: 700px;
	height: 600px;
	margin: 0;
}
.scroll-img ul li {
	display: inline-block;
	margin: 10px 0 10px 10px;
}
#demo4.scroll-img ul, #demo5.scroll-img ul {
	width: 1500px;
}
#demo5-btn {
	width: 680px;
	padding-top: 10px;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */