.defColor01{
	color: #2779df;
}
/*分页*/
.paging {
    height: 50px;
    text-align: right;
    line-height: 50px;
    margin-right: 20px;
}
.paging li {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    margin: 0 3px;
    line-height: 18px;
    cursor: pointer;
}
.page-active {
    color: #3f91f7 !important;
    border-bottom: 1px solid #3f91f7;
}

.pullLeft{
	float: left;
}
.pullRight{
	float: right !important;
}
 .divPaging {
	 display: inline-block;
 }
 
 .divPaging:first-child>a,
 .divPaging:first-child>span {
 	/* border-top-left-radius: 3px;
 	border-bottom-left-radius: 3px; */
 }
 
 .divPaging:first-child>a,
 .divPaging:first-child>span {
 /*	margin-left: 0;
 	border-top-left-radius: 4px;
 	border-bottom-left-radius: 4px; */
 }
 
 .divPaging>a,
 .divPaging>span {
 	padding: 5px 10px;
 	font-size: 12px;
 	line-height: 1.5;
 }
 
 .divPaging>a,
 .divPaging>span {
 	position: relative;
 	float: left;
 	padding: 6px 12px;
 	margin-left: 5px;
 	line-height: 1.42857143;
 	color: #2c4b6d;
 	text-decoration: none;
 	background-color: #fff;
 	border: 1px solid #ddd;
 }
 
 .divPaging>a:focus,
 .divPaging>a:hover,
 .divPaging>span:focus,
 .divPaging>span:hover {
 	z-index: 2;
 	color: #fa531e;
 	background-color: #eee;
 	border-color: #ddd;
 }
 
 .divPaging>span.current {
 	background: #2c4b6d;
 	color: #FFF;
 	border-color: #2c4b6d;
 }
.pos-r{
	position: relative;
}
.textCenter{
	text-align: center !important;
}
.textLeft{
	text-align: left !important;
}
.textRight{
	text-align: right !important;
}





