@charset "utf-8";

a{ outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
a:hover,a:focus{color:darkred;text-decoration: none;}
/*样式参考*/
a {
    text-decoration: none;
}

#page {
    height: 50px;
    display: table;
    /* margin: 0 auto; */
}

.page {
    text-align: center;
}
.search-fullpage{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin: 50px 0px;
}
.search-fullpage a.ontrue {
    background: #DE361B;
    border-color: #DE361B;
    color: #ffffff;
}
.pagingUl {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 23px;
}

.pagingUl li {
    float: left;
    height: 20px;
	width:20px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    border-radius: 0px;
}

.pagingUl li a {
    display: inline-block;
	vertical-align: middle;
	border: 1px solid #e5e5e5;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	margin: 0 3px;
	transition: all .4s ease;
	border-radius: 0px;
}

.prv,
.next {
	border: 1px solid #e5e5e5;
    width: 50px;
    height: 25px;
	color: #666;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    padding: 0 5px;
	font-size: 14px;
	border-radius: 0px;
}

.next{
	margin-left:5px
}
.prv{
	margin-right:5px
}

.first,
.last {
	border: 1px solid #e5e5e5;
    width: 46px;
	height:46px;
    font-size: 16px;
    text-align: center;
    line-height: 37px;
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    border-radius: 0px;
    margin-right: 10px;
}

.prv:hover,
.next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover{
	background-color: #DE361B;
	color: #fff
}
