/* 通用样式 */
.pages{text-align: center;padding: 0 0 1vw 0;margin-top: 20px;display:block;}
.pages>div>a,.pages>div>.current{display:inline-block!important;line-height:35px!important;height:35px!important;min-width:35px;padding-top:0!important;text-align:center;font-size:14px;margin:0 0.3125vw 0 0;background:#fff;color:#000;transition: all 0.3s linear;}
.pages>div>.current,.pages>div>a:hover{color:rgb(255,255,255);background:#0d6ca9;}
.pages>div>l{font-size:0.8333333333333333vw;margin:0 1.5625vw 0 1.25vw;margin-bottom:4.166666666666667vw}
.pages>div>.first{color:#000;margin-right:15px}
.pages>div>.first:hover{color:#fff}
.pages>div>.end{margin-right:0;color:#000;margin-left:10px}
.pages>div>.end:hover{margin-right:0;background:#fff ;color:#0d6ca9}
.pages>div>.prev{background-size:100%;}


@font-face {
  font-family: 'iconfont';  /* Project id 2589472 */
  src: url('//at.alicdn.com/t/font_2589472_u1u0l0szje.woff2?t=1623822900329') format('woff2'),
       url('//at.alicdn.com/t/font_2589472_u1u0l0szje.woff?t=1623822900329') format('woff'),
       url('//at.alicdn.com/t/font_2589472_u1u0l0szje.ttf?t=1623822900329') format('truetype');
}

.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
	
}

* {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
	line-height:1
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

u{
	text-decoration: none;
}

body {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	font-family: "微软雅黑", microsoft yahei;
	color: #333;
	background: #fff;
}

*:before, *:after {
    box-sizing: border-box;
}

body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
img {
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	/*是一个元素或者一个盒子具有一定的边框线或者边框*/
}

i{
	font-style: normal;
}

.cw{
	width: 1440px;
	margin: 0 auto;
}


