html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
em,
button,
blockquote {
    margin: 0;
    padding: 0;
    font-family: "Arial";
}

html {
    box-sizing: border-box;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th,
ul,
ol {
    padding: 0;
}

img {
    border: 0;
    vertical-align: bottom;
}

em,
b {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

i {
    font-style: normal;
}

button,
input,
select,
textarea {
    outline: none;
    font-family: "Arial";
    -webkit-appearance: none;
    appearance: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/* link */

a {
    color: #666;
    text-decoration: none;
    font-size: 0.24rem;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

html,
body {
    background: #fff;
    font-size: 12px;
}

.text-over1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-over2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-over3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-over4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.page-items2{

	
    border-radius: 5px;
    background: #f7f7f7;

    /* display: flex;

    justify-content: space-between;

    align-items: center; */

    height: 100px;

    /* margin-bottom: 150px; */

	padding: 0 50px;

	box-sizing: border-box;

	text-align: center;

	padding-top: 24px;
    width: 100%;

}

.page-items2 li{

	width: 50px;

    height: 50px;

    line-height: 50px;

    display: inline-block;

    text-align: center;

    border: 1px solid #ccc;

    border-radius: 50%;

    margin: 0 15px;

    color: #999999;

    transition-duration: 0.5s;

}

.page-items2 li a,.page-items2 li span{

	color: #999999;
    font-size: 14px;
	transition-duration: 0.5s;

}

.page-items2 li:first-child{

	border: 0;

	margin: 0;

	float: left;

	padding-left: 34px;

	background: url("../image/p52.png") center left no-repeat;

    width: auto;
    text-transform: uppercase;
    font-size: 14px;
    color: #999999;

}

.page-items2 li:last-child{

	border: 0;

	margin: 0;

	float: right;

	padding-right: 34px;

	background: url("../image/p53.png") center right no-repeat;
    width: auto;
    text-transform: uppercase;
    color: #999999;
    font-size: 14px;

}

.page-items2 li:hover{

	background-color: #e62129;

	color: #fff;

	border-color: #e62129;

}

.page-items2 li:hover a{

	color: #fff;

}

.page-items2 li.active,.page-items2 li.active:hover{

	border-color: #e62129;

	color: #e62129;

	background-color: transparent;

}

.page-items2 li:last-child:hover{
    color: #e62129;
	background: url("../image/p53_s.png") center right no-repeat;

}

.page-items2 li:first-child:hover{
    color: #e62129;
	background: url("../image/p52_s.png") center left no-repeat;

}

.page-items2 li:last-child:hover a,.page-items2 li:first-child:hover a,.page-items2 li:last-child:hover span,.page-items2 li:first-child:hover span{

	color: #e62129;

}