<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ���� */
.showPage{
	margin: 60px auto 30px auto;
	text-align: center;
}
.showPage &gt; #page{
	display: inline-block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.showPage &gt; #page a{
  /* display:block;
  float:left;
  margin-right:10px;
  padding:2px 12px;
  height:35px;
  text-decoration:none;
  line-height:35px; */
	display:inline-block;
	line-height:44px;
	height:44px;
	width:44px;
	min-width:44px;
	font-size: 18px;
	background-color:rgb(234, 234, 234);
	border-radius:50px;
  color: rgb(0 55 121);
  border: 1px solid #007bff;
  margin: 0 10px 0 0;
}
.showPage &gt; #page a:hover{
  color: white;
  background-color: rgb(0 55 121);
}
.showPage &gt; #page a.cur{
  color: white;
  background-color: rgb(0 55 121);
}
.showPage &gt; #page p{
  /* float:left;
  padding:2px 12px;
  height:35px;
  line-height:35px;
  margin-right:8px; */
	display:inline-block;
	line-height:44px;
	height:44px;
	width:44px;
	min-width:44px;
	font-size: 18px;
  color: #222;
	background-color:rgb(234, 234, 234);
	border-radius:50px;
  margin: 0 10px 0 0;
}
.showPage &gt; #page p.pageEllipsis{
  /* border-style:none;
  background:none;
  padding:4px 0px;
  color:#808080; */
	display:inline-block;
	line-height:44px;
	height:44px;
	width:44px;
	min-width:44px;
	font-size: 18px;
  color: #222;
	background-color:rgb(234, 234, 234);
	border-radius:50px;
  margin: 0 10px 0 0;
}
.showPage &gt; #page p.pageRemark{
  border-style:none;
  background:none;
  margin-right:0px;
  padding:4px 0px;
  color:#666;
}
.showPage &gt; #page p.pageRemark b{
  color:red;
}




.disabled {
  pointer-events: none;
  cursor: auto !important;
  background-color: gray !important;
}

.footer_menu.calc-five-column &gt; li {
  width: calc(100% / 5);
}
.news-detail .inner-box {
  background-color: unset;
}
/* .news-detail .inner-box .image {
  max-height: 500px;
}
.service-detail .inner-box .image {
  max-height: 350px;
} */</pre></body></html>