<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.pagination-new &gt; li &gt; a {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #444;
    color: #444;
    text-align: center;
}

.pagination-new li:first-child a,
.pagination-new li:last-child a {
    display: block;
    border: none;
    position: relative;
}

.pagination-new li:first-child:hover a,
.pagination-new li:last-child:hover a {
    background: none;
    color: inherit;
    border: none;
}

.pagination-new li:first-child:hover a {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.pagination-new li:last-child:hover a {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.switch_page {
	line-height: 40px;
}

.switch_page .paginate {
	font-size: 12px;
	font-weight: 500px;
	text-decoration: none;
	display: inline-block;
	text-align:center;
	box-shadow: 0 3px 23px rgba(39,79,117,.15);
	line-height: 40px;
	}
.switch_page a.paginate {
	background-color: #FFFFFF;
	border: 1px solid #970c11;
	border-radius: 5px;
	color: #ca0219;
	width:40px;
	height:40px;
	line-height: 40px;
	}
.switch_page a.paginate:hover {
	background-color: #ca0219;
	border: 1px solid #970c11;
	color: #FFFFFF;
	
	}	
.switch_page a.current {
	font-size: 12px;
	font-weight: 500px;
	text-decoration: none;
	background: #ca0219;
	border: 1px solid #970c11;
	color: #FFFFFF;
	border-radius: 5px;
	cursor: default;
	width:40px;
	height:40px;
	line-height: 40px;
	display:inline-block;
	text-align:center;
	box-shadow: 0 3px 23px rgba(39,79,117,.15);
		}
.switch_page span.inactive {
	font-size: 12px;
	font-weight: 500px;
	text-decoration: none;
	border: 1px solid #970c11;
	background-color: #ca0219;
	color: #FFFFFF;
	border-radius: 5px;
	cursor: default;
	width:40px;
	height:40px;
	line-height: 40px;
	display:inline-block;
	text-align:center;
	box-shadow: 0 3px 23px rgba(39,79,117,.15);
	}

.switch_page_2 {
	/*margin-top:15px;
	margin-bottom:15px;*/
	line-height: 40px;
}
.switch_page_2 .paginate_2 {
	font-size: 12px;
	font-weight: 500px;
	text-decoration: none;
	display: inline-block;
	text-align:center;
	box-shadow: 0 3px 23px rgba(39,79,117,.15);
	}
.switch_page_2 a.paginate_2 {
	background-color: #FFFFFF;
	border: 1px solid #ca0219;
	border-radius: 5px;
	color: #ca0219;
	width:40px;
	height:40px;
	line-height: 40px;
	}
.switch_page_2 a.paginate_2:hover {
	background-color: #ca0219;
	border: 1px solid #970c11;
	color: #FFFFFF;
	
	}	
.switch_page_2 a.current {
	font-size: 12px;
	font-weight: 500px;
	text-decoration: none;
	background: #ca0219;
	border: 1px solid #970c11;
	color: #FFFFFF;
	border-radius: 5px;
	cursor: default;
	width:40px;
	height:40px;
	line-height: 40px;
	display:inline-block;
	text-align:center;
	box-shadow: 0 3px 23px rgba(39,79,117,.15);
		}
.switch_page_2 span.inactive {
	font-size: 12px;
	font-weight: 500px;
	text-decoration: none;
	border: 1px solid #970c11;
	background-color: #ca0219;
	color: #FFFFFF;
	border-radius: 5px;
	cursor: default;
	width:40px;
	height:40px;
	line-height: 40px;
	display:inline-block;
	text-align:center;
	box-shadow: 0 3px 23px rgba(39,79,117,.15);
	}
</pre></body></html>