.js {
	width: 90%;
	margin: 10px auto 0 auto;
}

.js p {
	padding: 5px 0;
	font-weight: bold;
	overflow: hidden;
}

.js p span {
	float: right;
}

.js p span a {
	color: #f00;
	text-decoration: underline;
}

.js textarea {
	height: 50px;
	width: 98%;
	padding: 5px;
	border: 1px solid #ccc;
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
}


/* 本例子css */
.multipleColumn {
	overflow: hidden;
	position: relative;
	width: 757px;
	margin-top: 10px !important;
}

.multipleColumn .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}

.multipleColumn .hd .prev,
.multipleColumn .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("images/icoLeft.gif") no-repeat;
}

.multipleColumn .hd .next {
	background: url("images/icoRight.gif") no-repeat;
}

.multipleColumn .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.multipleColumn .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.multipleColumn .hd ul li.on {
	background-position: 0 0;
}

.multipleColumn .bd {
	overflow: hidden;
}

.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 757px;
	float: left;
	_display: inline;
}

.multipleColumn .bd ul li {
	/* margin: 0 8px; */
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.multipleColumn .bd ul li .pic {
	text-align: center;
}

.multipleColumn .bd ul li .pic img {
	width: 120px;
	height: 90px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

.multipleColumn .bd ul li .pic a:hover img {
	border-color: #999;
}

.multipleColumn .bd ul li .title {
	line-height: 24px;
}
.multipleColumn .hd{
	display: none;
}
.ulWrap li{
	width: 372px;
	height: 70px;
}
.ulWrap ul li:first-child,.ulWrap ul li:nth-child(2){
	margin-bottom: 10px;
}
.ulWrap ul li:nth-child(2n-1),.ulWrap ul li:nth-child(3n){
	margin-right: 10px;
}
.ulWrap .gs_name{
	font-size: 20px;
	padding-top: 10px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 5px;
}
.ulWrap .gs_zhiwei{
	font-size: 14px;
	color: #ffffff;
}