html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    transition: background-color 999999999s !important;
}

body {
    padding: 0px;
    margin: 0px;
    zoom: 100%;
    /* overflow-x: hidden; */
    font-size: 16px;
    line-height: 1;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB";
}

body,
html {
    min-width: 1240px;
}

table {
    width: 100%;
    text-align: center;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    font: 500 14px Arial
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

a {
    color: #333333;
    text-decoration: none;
}

button,
input,
audio {
    outline: none;
    border: 0;
}

a:hover {
    color: #0e24ab;
    cursor: pointer;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

* {
    margin: auto;
    padding: auto;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB";
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.container {
    width: 1240px;
    margin: 0 auto;
}


/*通用头部、尾部、检索等公用代码*/


/*分页样式，根据实际情况修改*/

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 30px auto 0px;
}

.xll_pagebox ul {
    padding: 0 !important;
}

.xll_pagebox ul li {
    border-bottom: 0px !important;
    background: none;
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
    height: 28px !important;
    line-height: 28px !important;
    overflow: hidden !important;
}

.xll_pagebox a {
    font-size: 14px !important;
    max-width: 100% !important;
    line-height: 28px !important;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d !important;
    padding: 4px 8px!important;
    display: inline !important;
}

.xll_pagebox .slf a {
    border: 0 !important;
    cursor: default;
}

.xll_pagebox ul li a::after {
    display: none !important;
}

.xll_pagebox span {
    float: initial !important;
    font-size: 14px !important;
    color: #7d7d7d !important;
    line-height: 28px !important;
    margin-right: 15px;
}

.xll_pagebox .hidden-xs.on a {
    background-color: #1eadf0 !important;
    color: #fff !important;
    border: 1px solid #1eadf0 !important;
}

.xll_pagebox .hidden-xs a:hover {
    background-color: #1eadf0 !important;
    color: #fff !important;
    border: 1px solid #1eadf0 !important;
}

.xll_pagebox .page_prev a:hover {
    background-color: #1eadf0 !important;
    color: #fff !important;
    border: 1px solid #1eadf0 !important;
}

.xll_pagebox .page_next a:hover {
    background-color: #1eadf0 !important;
    color: #fff !important;
    border: 1px solid #1eadf0 !important;
}

.xll_pagebox .bot a:hover {
    background-color: #1eadf0 !important;
    color: #fff !important;
    border: 1px solid #1eadf0 !important;
}

.xll_pagebox #JumpPage {
    display: inline-block;
    width: 30px;
    color: #7d7d7d;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #f5f5f5;
    margin: 0 5px;
    text-align: center;
    border-radius: 3px;
}


/*分页样式结束*/