@charset "utf-8";
/*分页*/
.pages{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.pages .prev,
.pages .next{
	display: inline-block;
	line-height: 30px;
	padding: 0 0;
	border-radius: 16px;
	font-size:14px;
	color: #2A8C8C;
	width: auto;
}
.pages a,
.pages span{
	height: 24px;
	display: inline-block;
	line-height: 22px;
	padding: 0;
	border-radius: 100%;
	color: #666;
	width: 24px;
	margin: 0 5px
}
.pages .current{
	color: #2A8C8C;
}
.bsTop{
	width: 100% !important;
}
.bsTop span{
	float: none !important;
}
.bsFrameDiv div{
	height: 100% !important;
	width: 100% !important;
	display: block !important;
	padding: 10px !important;
}
.bsFrameDiv img{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	display: block !important;
}



 