.classification {
	width: 100%;
	height: 88px;
	padding-top: 40px
}

.classification a {
	width: fit-content;
	height: 48px;
	border: 1px solid #3560a4;
	color: #3560a4;
	min-width: 136px;
	padding: 0 2px;
	margin-right: 12px;
	-webkit-transition: background-color .3s ease 0s,border-color .3s ease 0s,color .3s ease 0s;
	-moz-transition: background-color .3s ease 0s,border-color .3s ease 0s,color .3s ease 0s;
	-ms-transition: background-color .3s ease 0s,border-color .3s ease 0s,color .3s ease 0s;
	transition: background-color .3s ease 0s,border-color .3s ease 0s,color .3s ease 0s
}

.classification a:hover,.classification a.select {
	background-color: #3560a4;
	border-color: #ffffff;
	color: #ffffff
}

.classification a:last-child {
	margin-right: 0
}

.main {
	width: 100%;
	height: auto;
	padding-bottom: 13px
}

.main .mainContent {
	padding-top: 10px
}

.main .mainContent .item {
	width: 100%;
	height: 202px;
	background-color: #eaf0f8;
	padding: 0 48px;
	background-image: linear-gradient(to left, #387ce7, #387ce7);
	background-size: 0% 100%;
	background-repeat: no-repeat;
	background-position: right top;
	-webkit-transition: background-size .3s ease 0s;
	-moz-transition: background-size .3s ease 0s;
	-ms-transition: background-size .3s ease 0s;
	transition: background-size .3s ease 0s
}

.main .mainContent .item .fullHeight {
	width: 72px;
	color: #387ce7;
	-webkit-transition: color .3s ease 0s;
	-moz-transition: color .3s ease 0s;
	-ms-transition: color .3s ease 0s;
	transition: color .3s ease 0s
}

.main .mainContent .item .color848689 {
	color: #848689;
	-webkit-transition: color .3s ease 0s;
	-moz-transition: color .3s ease 0s;
	-ms-transition: color .3s ease 0s;
	transition: color .3s ease 0s
}

.main .mainContent .item .fontBlack {
	-webkit-transition: color .3s ease 0s;
	-moz-transition: color .3s ease 0s;
	-ms-transition: color .3s ease 0s;
	transition: color .3s ease 0s
}

.main .mainContent .item:hover {
	background-size: 100% 100%;
	background-position: left top
}

.main .mainContent .item:hover .fullHeight,.main .mainContent .item:hover .color848689,.main .mainContent .item:hover .fontBlack {
	color: #ffffff
}

.pagination {
	width: 100%;
	height: 104px;
	margin-top: 13px
}

.pagination .pagination-item {
	width: fit-content;
	height: 34px;
	box-shadow: 0 0 16px 0 rgba(0,25,49,0.08);
	border-radius: 4px;
	line-height: 34px;
	text-align: center;
	color: #246bcc;
	background-color: #ffffff;
	display: block;
	-webkit-transition: background-color .3s ease 0s,color .3s ease 0s;
	-moz-transition: background-color .3s ease 0s,color .3s ease 0s;
	-ms-transition: background-color .3s ease 0s,color .3s ease 0s;
	transition: background-color .3s ease 0s,color .3s ease 0s
}

.pagination .pagination-item:hover,.pagination .pagination-item.select {
	background-color: #246bcc;
	color: #ffffff
}

.pagination li .pagination-item {
	width: 34px;
	margin-right: 8px
}

.pagination li:first-child .pagination-item,.pagination li:last-child .pagination-item {
	width: 68px
}

.pagination li:last-child .pagination-item {
	margin-right: 0
}

.Number{
	width: 34px;
	margin-right: 8px;	
	height: 34px;
	box-shadow: 0 0 16px 0 rgba(0,25,49,0.08);
	border-radius: 4px;
	line-height: 34px;
	text-align: center;
	color: #246bcc;
	background-color: #ffffff;
	display: block;
	-webkit-transition: background-color .3s ease 0s,color .3s ease 0s;
	-moz-transition: background-color .3s ease 0s,color .3s ease 0s;
	-ms-transition: background-color .3s ease 0s,color .3s ease 0s;
	transition: background-color .3s ease 0s,color .3s ease 0s
}

.CurrentPage{
	width: 34px;
	margin-right: 8px;	
	height: 34px;
	box-shadow: 0 0 16px 0 rgba(0,25,49,0.08);
	border-radius: 4px;
	line-height: 34px;
	text-align: center;
	display: block;
	-webkit-transition: background-color .3s ease 0s,color .3s ease 0s;
	-moz-transition: background-color .3s ease 0s,color .3s ease 0s;
	-ms-transition: background-color .3s ease 0s,color .3s ease 0s;
	transition: background-color .3s ease 0s,color .3s ease 0s;
	background-color: #246bcc;
	color: #ffffff
}