html, body {
	margin: 0;
	padding: 0;
}
.pagebox {
	position: relative;
}
@import url('https://fonts.font.im/css?tenantId=214060&viewType=1&family=Oswald');
@import url('https://fonts.font.im/css?tenantId=214060&viewType=1&family=Dosis');
a {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}

@media only screen and (min-width: 769px) {
.p_page .pre {
	display: inline-table;
	position: relative;
	left: 0;
	top: 0;
	float: left;
	height: 38px;
	margin: 0 5px 0 18px;
	text-align: center;
	padding: 0;
	border-radius: 0px;
	border: 1px solid #fff;
	background: #fff;
	color: #333333;
}
.p_page .num{
    width: 100%;
    height:100%;
    display:block;
    padding: 0 5px;
}
.p_page .pre a,.p_page .next a{
    display: table-cell;
    vertical-align: middle;
    bottom: 0;
    font-size: 12px;
    padding: 0 10px;
}
.p_page .pre:active {
	background: rgb(7, 44, 135);
	border-color: rgb(7, 44, 135);
	color: #fff;
}
.p_page .pre:hover {
	color: #fff;
	background: rgb(7, 44, 135);
	border-color: rgb(7, 44, 135);
	cursor: pointer;
}
.p_page .next {
	display: inline-table;
	position: relative;
	left: 0;
	top: 0;
	float: left;
	height: 38px;
	border: 1px solid #fff;
	background: #fff;
	color: #333;
	text-align: center;
	padding: 0;
	border-radius: 0px;
}
.p_page .next:active {
	background: rgb(7, 44, 135);
	border-color: rgb(7, 44, 135);
	color: #fff;
}
.p_page .next:hover {
	background: rgb(7, 44, 135);
	border-color: rgb(7, 44, 135);
	color: #fff;
	cursor: pointer;
}
.p_page .pageNum {
	position: relative;
	float: left;
	height: 38px;
	min-width: 38px;
	margin: 0 5px 0 0;
	padding: 0;
	background-size: 100% 100%;
	color: #595959;
	border: 1px solid #fff;
	cursor: pointer;
	line-height: 38px;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	border-radius: 0px;
}
.p_page .pageNum:active {
	color: #fff;
	text-decoration: none;
	background-color: rgb(7, 44, 135);
	border-color: rgb(7, 44, 135);
}
.p_page .pageNum:hover {
	color: #fff;
	border-color: rgb(7, 44, 135);
	cursor: pointer;
	text-decoration: none;
	background-color: rgb(7, 44, 135);
}
.p_page .pageNum.active {
	text-decoration: none;
	background-color: rgb(7, 44, 135);
	color: #fff;
	border-color: rgb(7, 44, 135);
}
}

@media screen and (max-width: 768px) {
.p_pagebox .NumBox {
	display: none !important;
}
.p_pagebox {
	width: 100%;
	text-align: center;
}
#c_portalResEbizads_banner-16057677284020220, #w_grid-1605593645180, #c_portalResEbizads_banner-16055953942606843, #c_portalResEbizads_banner-1605593645945, #w_grid-1604998757110, #w_fimg-1603438097652, #c_portalResEbizads_banner-1603404317374, #w_tabswitchbox-1596162129094 {
    display: none;
}
.c_portalResnav_main-01001004 .header2 .logo {
    width: 184px!important;
}
.p_pagebox .js_pageBtnDisable, .p_pagebox .js_pageBtnDisable:hover, .p_pagebox .js_pageBtnDisable:active {
	background: #f5f5f5 !important;
	border-color: #d9d9d9 !important;
	color: #bfbfbf !important;
	cursor: default;
}
.p_pagebox .js_pageBtnDisable .iconfont {
	color: #ddd !important;
}
.p_pagebox .js_pageBtnDisable:hover .iconfont {
	color: #bfbfbf !important;
}
.p_pagebox .pre {
	width: 48%;
	margin-right: 2%;
	background-color: rgb(7, 44, 135);
}
.p_pagebox .pre:hover {
	color: rgba(255, 255, 255, 1);
	border-color: rgb(7, 44, 135);
	background-color: rgb(7, 44, 135);
	cursor: pointer;
}
.p_pagebox .pre:active {
	background-color: rgb(7, 44, 135);
}
.p_pagebox .next {
	width: 48%;
	margin-left: 2%;
	background-color: rgb(7, 44, 135);
}
.p_pagebox .next:hover {
	background-color: rgb(7, 44, 135);
}
.p_pagebox .next:active {
	background-color: rgb(7, 44, 135);
}
}
::-webkit-scrollbar {
width: 9px;
background-color: #fff;
}
::-webkit-scrollbar-thumb {
border: solid 2px #fff;
width: 5px;
border-radius: 4px;
background-color: rgb(7, 44, 135);
}
::-webkit-scrollbar-corner {
background-color: #fff;
}
::-webkit-scrollbar:horizontal {
height: 9px;
}
::-webkit-selection {
background: #dcdddc;
color: #000;
}
::-moz-selection {
background: #dcdddc;
color: #000;
}
::selection {
	background: #dcdddc;
	color: #000;
}
@keyframes wSkewIn {
from {
transform: skew(0deg, 10deg) translateY(50px);
opacity: 0;
}
to {
transform: skew(0deg, 0deg) translateY(0px);
opacity: 1;
}
}
@keyframes wSkewOut {
from {
transform: skew(0deg, 0deg) translateY(0px);
opacity: 1;
}
to {
transform: skew(0deg, 10deg) translateY(50px);
opacity: 0;
}
}
@keyframes circleProgressLoad_right {
0% {
transform: rotate(45deg);
}
50%, 100% {
transform: rotate(225deg);
}
}
@keyframes circleProgressLoad_left {
0%, 50% {
transform: rotate(45deg);
}
100% {
transform: rotate(225deg);
}
}
