html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

table,
td {
    margin: 0;
    padding: 0;
}

b {
    text-decoration: none;
    font-weight: normal;
}

body {
    padding: 0;
    margin: 0;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

table {
    width: 100% !important;
    max-width: 100% !important;
    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;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

.sxz_shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sxz_padding {
    padding: 50px 60px !important;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    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';
}

.Clear {
    clear: both;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


/*通用头部、尾部、检索等公用代码*/

body,
html {
    min-width: 1200px;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB";
    max-width: 1920px;
    display: block;
    position: relative;
    margin: 0px auto;
}

.marginTop {
    margin-top: 50px;
}

.marginBottom {
    margin-bottom: 50px;
}


/*头部开始*/

.header {
    width: 100%;
    height: 518px;
    background: url(../zgywfile/headB.png) center top no-repeat;
    overflow: hidden;
}

.header_top {
    height: 50px;
    margin-top: 30px;
}

.header_top .logo {
    width: 318px;
    height: 50px;
}

.header_top .logo img {
    width: 100%;
}

.header_top .fhsy {
    width: 122px;
    height: 40px;
    margin-top: 5px;
    background: url(../zgywfile/fhsybj.png) center center no-repeat;
}

.header_top .fhsy a {
    display: inline-block;
    text-indent: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.footer {
    width: 100%;
    background-color: #c10001;
    color: #fcbbbb;
    padding-top: 34px;
    padding-bottom: 34px;
}

.footer-box {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.footer-l {
    width: 80px;
}

.footer-c {
    flex: 1;
    padding-left: 60px;
}

.footer-c p {
    line-height: 32px;
    font-size: 16px;
}

.footer a {
    color: #fcbbbb;
}

.footer a img {
    vertical-align: middle;
    margin-right: 5px;
}

.title {
    height: 60px;
    position: relative;
}

.title h3 {
    width: 193px;
    height: 60px;
    background: #fff;
    margin-right: 15px;
}

.title::after {
    content: '';
    display: block;
    height: 2px;
    width: 95%;
    position: absolute;
    top: 31px;
    left: 110px;
    background: url("./titlebj.png") center center no-repeat;
}

.title .more {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 10;
}

.title .more a {
    display: block;
    color: #c10001;
}

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 10px auto 30px;
    margin-bottom: 30px;
}

.xll_pagebox ul {
    display: inline-block;
    text-align: center;
}

.xll_pagebox ul li {
    background: none;
    display: inline;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.xll_pagebox a {
    font-size: 14px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d;
    padding: 4px 8px;
    display: inline;
}

.xll_pagebox span {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 28px;
    margin-right: 5px;
}

.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;
}

.xll_pagebox .slf a {
    border: 0 !important;
    cursor: default;
}

.xll_pagebox .hidden-xs.on a {
    background-color: #c10001;
    color: #fff;
    border: 1px solid #c10001;
}

.xll_pagebox .hidden-xs a:hover {
    background-color: #c10001;
    color: #fff;
    border: 1px solid #c10001;
}

.xll_pagebox .page_prev a:hover {
    background-color: #c10001;
    color: #fff;
    border: 1px solid #c10001;
}

.xll_pagebox .page_next a:hover {
    background-color: #c10001;
    color: #fff;
    border: 1px solid #c10001;
}

.xll_pagebox .bot a:hover {
    background-color: #c10001;
    color: #fff;
    border: 1px solid #c10001;
}


/* 分页结束 */

.xcbd .xll_pagebox {
    margin-top: 30px;
}