﻿/*新分页*/
.pager{ clear:both; width:auto; margin:40px auto; height:auto; _height:50px; overflow:hidden;}
.page_m{  margin-right:30px; text-align:center; width:auto; display:block; overflow:hidden;}
.pg{ float:right;}
.pg a{ float:left; padding-right:10px;padding-left:10px; height:21px; color:#3c3c3c; border:#ddd solid 1px; line-height:23px;display:inline-block; font-size:12px; overflow:hidden;}
.pg a:hover{ text-decoration:none;}
.pg span{ float:left; width:23px; height:23px; color:#3c3c3c; line-height:23px; display:inline-block; overflow:hidden; font-family:Arial, Helvetica, sans-serif;}
.pg a.focus{ background:#f40; color:#fff;}
.pg a{ margin-right:5px;}
.pg a:hover{ color:#f40; border:#f40 solid 1px;}
.pg a.focus:hover{ color:#fff; border:#ededed solid 1px; cursor:auto;}
.pg span.focus{ background:#e2424f; color:#fff; margin-right:5px;}
.pg a.syy{ background:url(/images/steel/preno_bg.png) no-repeat; margin-right:5px;background-position: 8px 5px;}
.pg a.xyy{ background:url(/images/steel/nextno_bg.png) no-repeat; margin-left:5px;background-position: 8px 5px;}
.pg a.syy:hover{ background:url(/images/steel/pre_bg_hover.png) no-repeat;background-position: 8px 5px;}
.pg a.xyy:hover{ background:url(/images/steel/next_bg_hover.png) no-repeat;background-position: 8px 5px;}
.pg a.nos{ background:url(/images/steel/preno_bg.png) no-repeat; margin-right:5px;background-position: 8px 5px;}
.pg a.nox{ background:url(/images/steel/nextno_bg.png) no-repeat; margin-right:5px;background-position: 8px 5px;}
.pager .pg a.nos:hover{ background:url(/images/steel/preno_bg.png) no-repeat; border:#ededed solid 1px; cursor: default;background-position: 8px 5px;}
.pg a.nox:hover{ background:url(/images/steel/nextno_bg.png) no-repeat; border:#ededed solid 1px; cursor:default;background-position: 8px 5px;}

.total{ float:left; line-height:35px; margin-left:6px;}
.form{ float:left; margin-top:7px;}
.form span{ float:left; margin-top:2px;}
.page_inp{ float:left; width: 38px; margin:0 6px; border: solid 1px #ededed;height: 21px;text-align: center;}
.form a.qd{ float:left; height: 23px;width: 43px;background: #f40;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;color: #fff;text-align: center;line-height: 23px;cursor: pointer; display:inline-block; margin-left:6px; overflow:hidden;}
.form a:hover{ border:none; text-decoration:underline;}
.pg .pagegonum {
    width:35px;
    height: 19px;
color: #3c3c3c;
border: #ddd solid 1px;
line-height: 19px;
text-align:center;
font-size:12px;
}
.pg .pagenum {
    width:auto !important;
margin-right: 5px;
color:#999;
}
.pagego {
    border-radius: 2px;
}

/*王天行2023-10-23 新增*/
span.ton-ove {
    max-width: 100px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
}