/*头部分页*/
.topPagination{
	line-height: 46px;
	height: 46px;
	margin-bottom: 20px;
	background: #f0f0f0;
}
.topPagination span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 23px;
}
.topPagination span .thisPageIndex{
	color: #ff8517;
}
.topPagination span .allPageIndex{
	margin-right: 23px;
}
.topPagination a{
	display: inline-block;
	width:50px;
	height: 22px;
	border: 1px solid #dddddd;
	vertical-align: middle;
}
.topPagination a.noBorderLeft{
	border-left: 0;
}
.topPagination a.prevBtn{
	background: #ffffff url(../../images/icons/newsListPrevBtn.png) no-repeat center center;
}
.topPagination a.prevBtn:hover{
	background: #F0F0F0 url(../../images/icons/newsListPrevBtn.png) no-repeat center center;
}
.topPagination a.nextBtn{
	width:47px;
	background: #ffffff url(../../images/icons/newsListNextBtn.png) no-repeat center center;
}
.topPagination a.nextBtn:hover{
	background: #F0F0F0 url(../../images/icons/newsListNextBtn.png) no-repeat center center;
}
/*主题列表*/
.conAuto{
	overflow: hidden;
}
.jsjjr_listBox{
	width:1230px;
	overflow: hidden;
	*padding-bottom: 30px;
}
.jsjjr_listBox .onePiece{
	width: 275px;
	height: 310px;
	border: 1px solid #ddd;
	overflow: hidden;
	margin: 0 30px 30px 0;
}
.jsjjr_listBox .onePiece .imgBox{
	display:block;
	width: 100%;
	height: 173px;
	background-color: #f0f0f0;
	overflow: hidden;
	text-align: center;
}
.jsjjr_listBox .onePiece .imgBox img{
	max-width: 100%;
	max-height: 100%;
}
.jsjjr_listBox .onePiece .textBox{
	padding: 0 17px;
}
.textBox_h4{
	padding: 23px 0 10px 0;
}
.textBox_h4 span{
	max-width: 50%;
}
.contactBtn{
	display: block;
	width: 75px;
	height: 26px;
	line-height: 26px;
	color: #308BD8;
	border: 1px solid #308bd8;
	bottom: 15px;
	left: 50%;
	margin-left: -37.5px;
	border-radius: 4px;
}
.contactBtn:hover{
	background-color: #308bd8;
	color: #fff;
}
